]> code.delx.au - gnu-emacs/commitdiff
Once again, go back to ordinary next-history-element
authorRichard M. Stallman <rms@gnu.org>
Fri, 5 Feb 1993 02:06:38 +0000 (02:06 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 5 Feb 1993 02:06:38 +0000 (02:06 +0000)
for M-n in minibuf, even for completion.

lisp/simple.el

index 695f119673051520d2aa1a84d8d3b894c948de19..a3409d0f0dff5c062c2ee68c979093eb76309811 100644 (file)
@@ -450,8 +450,8 @@ contains expressions rather than strings.")
       (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)