Mercurial > emacs
changeset 97429:53dca1f0eeef
* progmodes/cc-defs.el (c-emacs-features): Check
beginning-of-defun-raw instead of beginning-of-defun, and avoid
moving point during the test.
* emacs-lisp/lisp.el (beginning-of-defun): Doc fix.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Mon, 11 Aug 2008 21:37:52 +0000 |
parents | a262dde85972 |
children | d76aacb7f6e4 |
files | lisp/ChangeLog |
diffstat | 1 files changed, 8 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Mon Aug 11 18:50:49 2008 +0000 +++ b/lisp/ChangeLog Mon Aug 11 21:37:52 2008 +0000 @@ -1,3 +1,11 @@ +2008-08-11 Chong Yidong <cyd@stupidchicken.com> + + * progmodes/cc-defs.el (c-emacs-features): Check + beginning-of-defun-raw instead of beginning-of-defun, and avoid + moving point during the test. + + * emacs-lisp/lisp.el (beginning-of-defun): Doc fix. + 2008-08-11 Glenn Morris <rgm@gnu.org> * term/ns-win.el (x-parse-geometry): Doc fix.