]> git.eshelyaron.com Git - emacs.git/commitdiff
* progmodes/cc-defs.el (c-emacs-features): Check
authorChong Yidong <cyd@stupidchicken.com>
Mon, 11 Aug 2008 21:37:52 +0000 (21:37 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Mon, 11 Aug 2008 21:37:52 +0000 (21:37 +0000)
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.

lisp/ChangeLog

index 19f3b1d84f3df620a9ddd9f7a32df36fe1ece4f7..1a16bee53b2d278f4e87dba7031fa2ccd9908e7f 100644 (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.