aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorAlan Mackenzie2010-05-12 11:06:12 +0000
committerAlan Mackenzie2010-05-12 11:06:12 +0000
commit38d93f03c75ddbf853fe9de5444ee2d4e01226a0 (patch)
tree525d7a711a4c8ec6151a4b115e86d01bb070833e /lisp/ChangeLog
parent706deb23dce31d2af3e672c3f30d0a578c023c12 (diff)
downloademacs-38d93f03c75ddbf853fe9de5444ee2d4e01226a0.tar.gz
emacs-38d93f03c75ddbf853fe9de5444ee2d4e01226a0.zip
* progmodes/cc-cmds.el (c-beginning-of-defun, c-end-of-defun):
Push the mark at the start of these functions when appropriate.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index e0cbf007771..39001a369fa 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
12010-05-12 Alan Mackenzie <acm@muc.de>
2
3 * progmodes/cc-cmds.el (c-beginning-of-defun, c-end-of-defun):
4 Push the mark at the start of these functions when appropriate.
5
12010-05-12 Stefan Monnier <monnier@iro.umontreal.ca> 62010-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
2 7
3 * minibuffer.el (completion-cycle-threshold): New custom var. 8 * minibuffer.el (completion-cycle-threshold): New custom var.