# HG changeset patch # User Chong Yidong # Date 1218490672 0 # Node ID 53dca1f0eeef8508aa9d68c3a34a337f400297e2 # Parent a262dde85972da809efaf9e908f1e63c4ed02a9d * 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 -r a262dde85972 -r 53dca1f0eeef lisp/ChangeLog --- 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 + + * 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.