* 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.
This commit is contained in:
Chong Yidong 2008-08-11 21:37:52 +00:00
parent 0f16b42b13
commit 6af4083913

View file

@ -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.