summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorAlan Mackenzie <acm@muc.de>2007-04-09 10:46:15 +0000
committerAlan Mackenzie <acm@muc.de>2007-04-09 10:46:15 +0000
commit1eca8ae69b8c081af9c0ca12d292ea91929f5ed6 (patch)
treeacdfb00a6315e52b96092fd3b8a638bb31338221 /lisp
parent82608dd9277719493203914196bd4d362a52dc2e (diff)
downloademacs-1eca8ae69b8c081af9c0ca12d292ea91929f5ed6.tar.gz
emacs-1eca8ae69b8c081af9c0ca12d292ea91929f5ed6.tar.bz2
emacs-1eca8ae69b8c081af9c0ca12d292ea91929f5ed6.zip
*** empty log message ***
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index eb6ca220180..c1b7c973cba 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,19 @@
+2007-04-09 Alan Mackenzie <acm@muc.de>
+
+ Changes to make `narrow-to-defun' and `mark-defun' work properly
+ in CC Mode:
+
+ * progmodes/cc-defs.el (c-beginning-of-defun-1):
+ * progmodes/cc-cmds.el (c-beginning-of-defun, c-end-of-defun):
+ bind beginning/end-of-defun-function to nil around calls to
+ beginning/end-of-defun.
+
+ * progmodes/cc-langs.el (beginning-of-defun-function,
+ end-of-defun-function): new c-lang-setvar's.
+
+ * progmodes/cc-awk.el (c-awk-beginning-of-defun): Add "(or arg
+ (setq arg 1))" to enable non-interactive call.
+
2007-04-09 Eli Zaretskii <eliz@gnu.org>
* simple.el (set-mark-command): Doc fix.