aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>1992-07-24 03:49:00 +0000
committerRichard M. Stallman <[email protected]>1992-07-24 03:49:00 +0000
commit2c5e21c133a030ffee081f6088fca6fe6504749f (patch)
treeabb4b78cb38155a7b5ef4cfa3f1004625f50e3b1 /lisp
parentebb61177e366e5783efa1d18c216f4528b306cf6 (diff)
*** empty log message ***
Diffstat (limited to 'lisp')
-rw-r--r--lisp/simple.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/simple.el b/lisp/simple.el
index c607a9d1a3..ce91a7840b 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."