changeset 74707:0515d6dd3af4

* 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.
author Chong Yidong <cyd@stupidchicken.com>
date Sun, 17 Dec 2006 22:56:27 +0000
parents 1734e65f7ada
children ba0b39efd315
files lisp/ChangeLog
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Sun Dec 17 22:23:36 2006 +0000
+++ b/lisp/ChangeLog	Sun Dec 17 22:56:27 2006 +0000
@@ -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.