Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
7841339b
Commit
7841339b
authored
Jun 15, 2009
by
Alan Mackenzie
Browse files
Document changes to end-of-defun-function, clarifying entry for
beginning-of-defun-function.
parent
043dfe24
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
2 deletions
+8
-2
etc/NEWS
etc/NEWS
+8
-2
No files found.
etc/NEWS
View file @
7841339b
...
...
@@ -1325,6 +1325,11 @@ temporary-file-directory instead.
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 @@ like this:
** 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.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment