From 6af408391375c9cb84699b487f51bb9556963837 Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Mon, 11 Aug 2008 21:37:52 +0000 Subject: [PATCH] * 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. --- lisp/ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) 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. -- 2.39.2