]> git.donarmstrong.com Git - lilypond.git/commitdiff
Minor fixes to lilypond mode in emacs.
authorDieter Grollmann <groll-ay@bluewin.ch>
Wed, 18 Feb 2009 18:58:25 +0000 (19:58 +0100)
committerWerner Lemberg <wl@gnu.org>
Wed, 18 Feb 2009 18:58:25 +0000 (19:58 +0100)
elisp/lilypond-indent.el
elisp/lilypond-mode.el

index de988f9ff5acfc9a66505d2ee4a6a9dce9b4aef4..bc04ed5a387dba3db8fb44c9d11f6aa3718db04c 100644 (file)
@@ -68,7 +68,7 @@ Compares with other text in same context."
   :group 'LilyPond
   :type 'boolean)
 
-(defcustom LilyPond-comment-region "%%$"
+(defcustom LilyPond-comment-region "%%%"
   "*String inserted by \\[LilyPond-comment-region]\
  at start of each line in region."
   :group 'LilyPond
index d8e3a694dd0825b37ef509f28eeac616bdf57b95..97778dc460352650fa20ef0621a7426c2f7e0c54 100644 (file)
@@ -766,7 +766,7 @@ command."
   (define-key LilyPond-mode-map "|" 'LilyPond-electric-bar)
   (if (string-match "XEmacs\\|Lucid" emacs-version)
       (define-key LilyPond-mode-map [iso-left-tab] 'LilyPond-autocompletion)
-    (define-key LilyPond-mode-map [iso-lefttab] 'LilyPond-autocompletion))
+    (define-key LilyPond-mode-map [(shift iso-lefttab)] 'LilyPond-autocompletion))
   (define-key LilyPond-mode-map "\C-c\t" 'LilyPond-info-index-search)
   )