diff options
| -rw-r--r-- | lisp/simple.el | 6 | 
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/simple.el b/lisp/simple.el index c607a9d1a32..ce91a7840b7 100644 --- a/lisp/simple.el +++ b/lisp/simple.el @@ -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."  | 
