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
2c5e21c1
Commit
2c5e21c1
authored
Jul 24, 1992
by
Richard M. Stallman
Browse files
*** empty log message ***
parent
ebb61177
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
lisp/simple.el
lisp/simple.el
+3
-3
No files found.
lisp/simple.el
View file @
2c5e21c1
...
...
@@ -415,9 +415,9 @@ Whilst editing the command, the following commands are available:
(
defun
previous-history-element
(
n
)
"Inserts the previous element of `command-history' into the minibuffer."
(
interactive
"p"
)
(
if
repeat-complex-command-flag
(
next-
complex-command
(
-
n
))
(
repeat-complex-command
1
)))
;;
(if repeat-complex-command-flag
(
next-
history-element
(
-
n
))
)
;;
(repeat-complex-command 1)))
(
defun
goto-line
(
arg
)
"Goto line ARG, counting from line 1 at beginning of buffer."
...
...
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