aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorEli Zaretskii2008-10-15 15:00:53 +0000
committerEli Zaretskii2008-10-15 15:00:53 +0000
commit52441368d6fec82d39b657899bda401b7b854176 (patch)
tree6a397a50dda60ddc54244a410f33ec92c937db1a /etc
parent8e8c1a72149bf3d10d995979f4e76c3d38352820 (diff)
downloademacs-52441368d6fec82d39b657899bda401b7b854176.tar.gz
emacs-52441368d6fec82d39b657899bda401b7b854176.zip
(List Motion): beginning-of-defun-function can now accept an argument.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 151f9a096c7..f4c401b43c9 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1148,6 +1148,7 @@ like this:
1148+++ 1148+++
1149** clone-indirect-buffer now runs the clone-indirect-buffer-hook. 1149** clone-indirect-buffer now runs the clone-indirect-buffer-hook.
1150 1150
1151+++
1151** `beginning-of-defun-function' now takes one argument, the count 1152** `beginning-of-defun-function' now takes one argument, the count
1152given to `beginning-of-defun'. 1153given to `beginning-of-defun'.
1153 1154