Mercurial > emacs
changeset 859:5f325fbc093d
*** empty log message ***
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Fri, 24 Jul 1992 03:49:00 +0000 |
parents | b11800dc877d |
children | 08045dee5b71 |
files | lisp/simple.el |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/simple.el Fri Jul 24 03:42:21 1992 +0000 +++ b/lisp/simple.el Fri Jul 24 03:49:00 1992 +0000 @@ -415,9 +415,9 @@ (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."