X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=elisp%2Flilypond-mode.el;h=97778dc460352650fa20ef0621a7426c2f7e0c54;hb=ac6d59be2a66aa253d454553d25946c4ca487de6;hp=7c197ce7e07a5bf031eac54cc1cebd361c928f3a;hpb=7f3f0083f89d87c5ed0422858e9648fc759e98a4;p=lilypond.git diff --git a/elisp/lilypond-mode.el b/elisp/lilypond-mode.el index 7c197ce7e0..97778dc460 100644 --- a/elisp/lilypond-mode.el +++ b/elisp/lilypond-mode.el @@ -3,7 +3,7 @@ ;;;; ;;;; source file of the GNU LilyPond music typesetter ;;;; -;;;; (c) 1999--2008 Jan Nieuwenhuizen +;;;; (c) 1999--2009 Jan Nieuwenhuizen ;;;; ;;;; Changed 2001--2003 Heikki Junes ;;;; * Add PS-compilation, PS-viewing and MIDI-play (29th Aug 2001) @@ -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) )