Mercurial > emacs
changeset 1837:0b79cade13e3
Once again, go back to ordinary next-history-element
for M-n in minibuf, even for completion.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Fri, 05 Feb 1993 02:06:38 +0000 |
parents | fe4f7650a94b |
children | 34da3c151be4 |
files | lisp/simple.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/simple.el Wed Feb 03 04:33:30 1993 +0000 +++ b/lisp/simple.el Fri Feb 05 02:06:38 1993 +0000 @@ -450,8 +450,8 @@ (minibuffer-local-completion-map . t) (minibuffer-local-must-match-map . t) (read-expression-map . nil)))) - '(("\en" . (next-history-element . next-complete-history-element)) - ([next] . (next-history-element . next-complete-history-element)) + '(("\en" . (next-history-element . next-history-element)) + ([next] . (next-history-element . next-history-element)) ("\ep" . (previous-history-element . previous-history-element)) ([prior] . (previous-history-element . previous-history-element)) ("\er" . previous-matching-history-element)