* emacs-lisp/lisp.el (beginning-of-defun-raw): Optimise (for
authorChong Yidong <cyd@stupidchicken.com>
Sun, 17 Dec 2006 22:56:27 +0000 (22:56 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Sun, 17 Dec 2006 22:56:27 +0000 (22:56 +0000)
speed) the case when open-paren-in-column-0-is-defun-start is nil.
Based on code by Martin Rudalics.

lisp/ChangeLog

index a9fd360..ac56f75 100644 (file)
@@ -1,5 +1,9 @@
 2006-12-17  Alan Mackenzie  <acm@muc.de>
 
+       * emacs-lisp/lisp.el (beginning-of-defun-raw): Optimise (for
+       speed) the case when open-paren-in-column-0-is-defun-start is nil.
+       Based on code by Martin Rudalics.
+
        * progmodes/cc-mode.el (c-basic-common-init): don't set
        open-paren-in-column-0-is-defun-start to nil any more.