From: Chong Yidong Date: Mon, 11 Aug 2008 21:37:52 +0000 (+0000) Subject: * progmodes/cc-defs.el (c-emacs-features): Check X-Git-Tag: emacs-pretest-23.0.90~3525 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6af408391375c9cb84699b487f51bb9556963837;p=emacs.git * 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. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 19f3b1d84f3..1a16bee53b2 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,11 @@ +2008-08-11 Chong Yidong + + * 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 * term/ns-win.el (x-parse-geometry): Doc fix.