]> git.donarmstrong.com Git - lilypond.git/blobdiff - lilypond-mode.el
release: 1.3.106
[lilypond.git] / lilypond-mode.el
index 081c1e455d3bbbffe407f804ebf13cf1014c45fc..5f570c77fd06d1743d234fc7e5d3828623c45619 100644 (file)
@@ -8,7 +8,7 @@
 ;;; Inspired on auctex
 
 
-(load-file "lilypond-font-lock.el")
+(load-library "lilypond-font-lock")
 
 (require 'easymenu)
 (require 'compile)
@@ -16,7 +16,7 @@
 (defconst LilyPond-version "1.3.103"
   "`LilyPond-mode' version number.")
 
-(defconst LilyPond-help-address "help-gnu-music@gnu.org"
+(defconst LilyPond-help-address "bug-gnu-music@gnu.org"
   "Address accepting submission of bug reports.")
 
 (defvar LilyPond-mode-hook nil
@@ -442,6 +442,6 @@ command."
   (interactive)
   (message "Using `LilyPond-mode' version %s" LilyPond-version))
 
-(provide 'LilyPond-mode)
-;;; LilyPond-mode.el ends here
+(provide 'lilypond-mode)
+;;; lilypond-mode.el ends here