Skip to content

Commit f23429b

Browse files
Dieter Grollmannlemzwerg
Dieter Grollmann
authored andcommitted
Minor fixes to lilypond mode in emacs.
1 parent 0a8ce37 commit f23429b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

elisp/lilypond-indent.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ Compares with other text in same context."
6868
:group 'LilyPond
6969
:type 'boolean)
7070

71-
(defcustom LilyPond-comment-region "%%$"
71+
(defcustom LilyPond-comment-region "%%%"
7272
"*String inserted by \\[LilyPond-comment-region]\
7373
at start of each line in region."
7474
:group 'LilyPond

elisp/lilypond-mode.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -766,7 +766,7 @@ command."
766766
(define-key LilyPond-mode-map "|" 'LilyPond-electric-bar)
767767
(if (string-match "XEmacs\\|Lucid" emacs-version)
768768
(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))
770770
(define-key LilyPond-mode-map "\C-c\t" 'LilyPond-info-index-search)
771771
)
772772

0 commit comments

Comments
 (0)