1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-29 19:48:19 +00:00

*** empty log message ***

This commit is contained in:
Richard M. Stallman 1992-07-24 03:49:00 +00:00
parent ebb61177e3
commit 2c5e21c133

View File

@ -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."