# HG changeset patch # User Gerd Moellmann # Date 936304550 0 # Node ID af3e44ec3b8cec068a7a42b92008c57874ebc1c8 # Parent cd3aa5527b4f2bf453dfa07d6fc51b7f9682a0a5 (next-history-element): Use minibuffer-prompt-end once again. Remove test for minibuffer-prompt-in-buffer. diff -r cd3aa5527b4f -r af3e44ec3b8c lisp/simple.el --- a/lisp/simple.el Thu Sep 02 17:06:35 1999 +0000 +++ b/lisp/simple.el Thu Sep 02 20:35:50 1999 +0000 @@ -794,9 +794,7 @@ (let ((print-level nil)) (prin1-to-string elt)) elt)) - (if (boundp 'minibuffer-prompt-in-buffer) - (goto-char (minibuffer-prompt-width)) - (goto-char (point-min)))))) + (goto-char (minibuffer-prompt-end))))) (defun previous-history-element (n) "Inserts the previous element of the minibuffer history into the minibuffer."