mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
*** empty log message ***
This commit is contained in:
parent
ebb61177e3
commit
2c5e21c133
1 changed files with 3 additions and 3 deletions
|
|
@ -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."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue