diff options
| author | Chong Yidong | 2006-12-17 22:56:27 +0000 |
|---|---|---|
| committer | Chong Yidong | 2006-12-17 22:56:27 +0000 |
| commit | 76f38b63b7c4f9b4fadfc5a12eab402804c962a2 (patch) | |
| tree | ebde11866fb2bcb603e080916e6405f573b3ed24 | |
| parent | 8013296c2811b2827ac49bb4fd6a0e87f5ef479b (diff) | |
| download | emacs-76f38b63b7c4f9b4fadfc5a12eab402804c962a2.tar.gz emacs-76f38b63b7c4f9b4fadfc5a12eab402804c962a2.zip | |
* 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.
| -rw-r--r-- | lisp/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index a9fd3600dbc..ac56f7584af 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,9 @@ | |||
| 1 | 2006-12-17 Alan Mackenzie <acm@muc.de> | 1 | 2006-12-17 Alan Mackenzie <acm@muc.de> |
| 2 | 2 | ||
| 3 | * emacs-lisp/lisp.el (beginning-of-defun-raw): Optimise (for | ||
| 4 | speed) the case when open-paren-in-column-0-is-defun-start is nil. | ||
| 5 | Based on code by Martin Rudalics. | ||
| 6 | |||
| 3 | * progmodes/cc-mode.el (c-basic-common-init): don't set | 7 | * progmodes/cc-mode.el (c-basic-common-init): don't set |
| 4 | open-paren-in-column-0-is-defun-start to nil any more. | 8 | open-paren-in-column-0-is-defun-start to nil any more. |
| 5 | 9 | ||