]> git.donarmstrong.com Git - lilypond.git/commit
Issue 3440: Avoid infinite recursion in Emacs' LilyPond-mode for percent in filenames
authorDavid Kastrup <dak@gnu.org>
Sat, 6 Jul 2013 09:20:29 +0000 (11:20 +0200)
committerDavid Kastrup <dak@gnu.org>
Fri, 12 Jul 2013 07:42:57 +0000 (09:42 +0200)
commitf8b68c23c8255b757f0eb8374fe09a1f76436357
treee179983c91ea071d71511e2f46da966304ba8510
parente5f1f0e94c271d556bbcb77e565a6a70cbda2584
Issue 3440: Avoid infinite recursion in Emacs' LilyPond-mode for percent in filenames

When using a file name like "Mazurek D%85browskiego.ly", using C-c C-l
in LilyPond-mode resulted in

let: Variable binding depth exceeds max-specpdl-size

errors.  This fixes the problem by not doing further percent expansion
on the file name in `LilyPond-command-expand'.
elisp/lilypond-mode.el