diff options
author | Jan Nieuwenhuizen <janneke@gnu.org> | 2004-10-17 12:16:56 +0000 |
---|---|---|
committer | Jan Nieuwenhuizen <janneke@gnu.org> | 2004-10-17 12:16:56 +0000 |
commit | 14cc1affca69af428c8e3798a34ddc324006aa71 (patch) | |
tree | f5d015fe4136c246e448e387decbe196e724a502 /elisp | |
parent | 146c090b8b900751f705a99a2464a1d9358871fa (diff) |
* Documentation/user/macros.itexi: Use @ref instead of @inforef
for html. Apparently, ``you should'' in texinfo documentation is
merely a guideline that can safely be ignored.
* elisp/lilypond-init.el (auto-mode-alist): Add .ily to
auto-mode-alist.
* input/test/engraver-example.ily:
* input/regression/allfontstyle.ily: Rename, update users.
Diffstat (limited to 'elisp')
-rw-r--r-- | elisp/lilypond-init.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/elisp/lilypond-init.el b/elisp/lilypond-init.el index be841c2654..2ee31da1b2 100644 --- a/elisp/lilypond-init.el +++ b/elisp/lilypond-init.el @@ -16,5 +16,6 @@ (autoload 'LilyPond-mode "lilypond-mode" "LilyPond Editing Mode" t) (add-to-list 'auto-mode-alist '("\\.ly$" . LilyPond-mode)) +(add-to-list 'auto-mode-alist '("\\.ily$" . LilyPond-mode)) (add-hook 'LilyPond-mode-hook (lambda () (turn-on-font-lock))) |