Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
52441368
Commit
52441368
authored
Oct 15, 2008
by
Eli Zaretskii
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(List Motion): beginning-of-defun-function can now accept an argument.
parent
8e8c1a72
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
1 deletion
+8
-1
doc/lispref/ChangeLog
doc/lispref/ChangeLog
+3
-0
doc/lispref/positions.texi
doc/lispref/positions.texi
+4
-1
etc/NEWS
etc/NEWS
+1
-0
No files found.
doc/lispref/ChangeLog
View file @
52441368
2008
-
10
-
15
Eli
Zaretskii
<
eliz
@
gnu
.
org
>
*
positions
.
texi
(
List
Motion
):
beginning
-
of
-
defun
-
function
can
now
accept
an
argument
.
*
text
.
texi
(
Low
-
Level
Kill
Ring
):
interprogram
-
paste
-
function
can
now
return
a
list
of
strings
.
...
...
doc/lispref/positions.texi
View file @
52441368
...
...
@@ -737,7 +737,10 @@ The default is @code{t}.
@defvar beginning-of-defun-function
If non-@code{nil}, this variable holds a function for finding the
beginning of a defun. The function @code{beginning-of-defun}
calls this function instead of using its normal method.
calls this function instead of using its normal method, passing it its
optional argument. If the argument is non-@code{nil}, the function
should move back by that many functions, like
@code{beginning-of-defun} does.
@end defvar
@defvar end-of-defun-function
...
...
etc/NEWS
View file @
52441368
...
...
@@ -1148,6 +1148,7 @@ 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'.
...
...
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