Commit f23429b 1 parent 0a8ce37 commit f23429b Copy full SHA for f23429b
File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ Compares with other text in same context."
68
68
:group 'LilyPond
69
69
:type 'boolean )
70
70
71
- (defcustom LilyPond-comment-region " %%$ "
71
+ (defcustom LilyPond-comment-region " %%% "
72
72
" *String inserted by \\ [LilyPond-comment-region]\
73
73
at start of each line in region."
74
74
:group 'LilyPond
Original file line number Diff line number Diff line change @@ -766,7 +766,7 @@ command."
766
766
(define-key LilyPond-mode-map " |" 'LilyPond-electric-bar )
767
767
(if (string-match " XEmacs\\ |Lucid" emacs-version)
768
768
(define-key LilyPond-mode-map [iso-left-tab] 'LilyPond-autocompletion )
769
- (define-key LilyPond-mode-map [iso-lefttab] 'LilyPond-autocompletion ))
769
+ (define-key LilyPond-mode-map [(shift iso-lefttab) ] 'LilyPond-autocompletion ))
770
770
(define-key LilyPond-mode-map " \C -c\t " 'LilyPond-info-index-search )
771
771
)
772
772
You can’t perform that action at this time.
0 commit comments