emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs/etc NEWS


From: Alan Mackenzie
Subject: [Emacs-diffs] emacs/etc NEWS
Date: Mon, 15 Jun 2009 09:05:17 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Alan Mackenzie <acmacm> 09/06/15 09:05:17

Modified files:
        etc            : NEWS 

Log message:
        Document changes to end-of-defun-function, clarifying entry for
        beginning-of-defun-function.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/etc/NEWS?cvsroot=emacs&r1=1.2027&r2=1.2028

Patches:
Index: NEWS
===================================================================
RCS file: /cvsroot/emacs/emacs/etc/NEWS,v
retrieving revision 1.2027
retrieving revision 1.2028
diff -u -b -r1.2027 -r1.2028
--- NEWS        13 Jun 2009 17:15:02 -0000      1.2027
+++ NEWS        15 Jun 2009 09:05:17 -0000      1.2028
@@ -1325,6 +1325,11 @@
 removed.  The function now takes extra arguments for specifying
 arbitrary abbrev properties.
 
+** end-of-defun-function is now guaranteed to work only when called
+from the start of a defun.  It must now leave point exactly at the end
+of defun, since `end-of-defun' now itself moves forward over
+whitespace after calling it.
+
 
 * Lisp Changes in Emacs 23.1
 
@@ -1383,8 +1388,9 @@
 ** clone-indirect-buffer now runs the clone-indirect-buffer-hook.
 
 +++
-** `beginning-of-defun-function' now takes one argument, the count
-given to `beginning-of-defun'.
+** `beginning-of-defun-function' now takes one argument, the count given to
+`beginning-of-defun'.  (N.B. `end-of-defun-function' doesn't take any
+arguments.)
 
 +++
 ** `file-remote-p' has new optional parameters IDENTIFICATION and CONNECTED.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]