X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=elisp%2Flilypond-mode.el;h=0087f59636f883bf7cafa3b4c929dade41c683de;hb=d59c519d8248e9c337f9020e98242e2afbfcb3e8;hp=fb53bb0358298394b5203c3232b9d004c3ff44ae;hpb=4127e2952126d6084d59d7c00dae5bfb1bfbbf8e;p=lilypond.git diff --git a/elisp/lilypond-mode.el b/elisp/lilypond-mode.el index fb53bb0358..0087f59636 100644 --- a/elisp/lilypond-mode.el +++ b/elisp/lilypond-mode.el @@ -60,13 +60,13 @@ Finds file lilypond-words.el from load-path." (let ((fn nil) (lp load-path) - (words-file "lilypond.words.el")) + (words-file "lilypond-words.el")) (while (and (> (length lp) 0) (not fn)) (setq fn (concat (car lp) "/" words-file)) (if (not (file-readable-p fn)) (progn (setq fn nil) (setq lp (cdr lp))))) (if (not fn) - (progn (message "Warning: `lilypond.words.el' not found in `load-path'. See `lilypond-init.el'.") + (progn (message "Warning: `lilypond-words.el' not found in `load-path'. See `lilypond-init.el'.") (sit-for 5 0))) fn))