Mercurial > emacs
changeset 73844:c3ed8be29db7
*** empty log message ***
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Thu, 09 Nov 2006 02:10:36 +0000 |
parents | 3fd9c0ab3e42 |
children | ac73e2a0f023 |
files | lisp/ChangeLog |
diffstat | 1 files changed, 7 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Thu Nov 09 02:07:12 2006 +0000 +++ b/lisp/ChangeLog Thu Nov 09 02:10:36 2006 +0000 @@ -1,8 +1,12 @@ +2006-11-09 Juanma Barranquero <lekktu@gmail.com> + + * ldefs-boot.el: Regenerate. + 2006-11-08 Alan Mackenzie <acm@muc.de> - * emacs-lisp/lisp.el (beginning-of-defun-raw): Code up the case - (eq open-paren-in-column-0-is-defun-start nil) by searching for - least nested open-paren. + * emacs-lisp/lisp.el (beginning-of-defun-raw): Code up the + case (eq open-paren-in-column-0-is-defun-start nil) by searching + for least nested open-paren. 2006-11-08 Romain Francoise <romain@orebokech.com>