]> git.donarmstrong.com Git - lilypond.git/blobdiff - elisp/lilypond-mode.el
* buildscripts/lilypond.words.py: remove.
[lilypond.git] / elisp / lilypond-mode.el
index fb53bb0358298394b5203c3232b9d004c3ff44ae..0087f59636f883bf7cafa3b4c929dade41c683de 100644 (file)
 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))