]> git.donarmstrong.com Git - lilypond.git/commitdiff
(scan-sexps): Renamed to
authorjanneke <janneke>
Thu, 12 Jun 2003 07:58:04 +0000 (07:58 +0000)
committerjanneke <janneke>
Thu, 12 Jun 2003 07:58:04 +0000 (07:58 +0000)
aargh-this-breaks-other-emacs-modes-scan-sexps.

ChangeLog
lilypond-indent.el

index b2e56f0ab598ab7d2c9c3caba1145334d2333f05..33745a9e2b3fffda15e2e8051bac03e057becd06 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2003-06-12  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * lilypond-indent.el (scan-sexps): Renamed to
+       aargh-this-breaks-other-emacs-modes-scan-sexps.
+
 2003-06-12  Heikki Junes  <hjunes@cc.hut.fi>
 
        * lilypond-indent.el: Fix: match concurrent one-char opening and 
index 49c6b205cd1ca722b1aa8b930373c9ba6fb7587d..04dd485d8d34e78fcb26a4f652c127599a03be0f 100644 (file)
@@ -541,7 +541,7 @@ builtin 'blink-matching-open' is not used. In syntax table, see
                 (forward-char 1))))))
 
 ;;; REDEFINITIONS
-(defun scan-sexps (pos dir) 
+(defun aargh-this-breaks-other-emacs-modes-scan-sexps (pos dir) 
   "This function is redefined to be used in Emacs' show-paren-function and
 in XEmacs' paren-highlight."
   (LilyPond-blink-matching-paren dir))