diff etc/NEWS @ 86353:480a058ecb2f

(beginning-of-defun-raw): Pass `arg' down to beginning-of-defun-function.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Thu, 22 Nov 2007 22:12:22 +0000
parents 7e2c67792bdd
children 4c23769d1dd7
line wrap: on
line diff
--- a/etc/NEWS	Thu Nov 22 21:12:54 2007 +0000
+++ b/etc/NEWS	Thu Nov 22 22:12:22 2007 +0000
@@ -383,6 +383,9 @@
 
 * Lisp Changes in Emacs 23.1
 
+** `beginning-of-defun-function' now takes one argument, the count
+   given to `beginning-of-defun'.
+
 +++
 ** New function `match-substitute-replacement' returns the result of
 `replace-match' without actually using it in the buffer.