From: janneke Date: Thu, 12 Jun 2003 07:58:04 +0000 (+0000) Subject: (scan-sexps): Renamed to X-Git-Tag: release/1.7.25~156 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=ddfb680d92ee0546c5f8ca46d68e45ca8e0dbfa2;p=lilypond.git (scan-sexps): Renamed to aargh-this-breaks-other-emacs-modes-scan-sexps. --- diff --git a/ChangeLog b/ChangeLog index b2e56f0ab5..33745a9e2b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2003-06-12 Jan Nieuwenhuizen + + * lilypond-indent.el (scan-sexps): Renamed to + aargh-this-breaks-other-emacs-modes-scan-sexps. + 2003-06-12 Heikki Junes * lilypond-indent.el: Fix: match concurrent one-char opening and diff --git a/lilypond-indent.el b/lilypond-indent.el index 49c6b205cd..04dd485d8d 100644 --- a/lilypond-indent.el +++ b/lilypond-indent.el @@ -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))