mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-22 21:07:36 +00:00
(next-history-element): Use minibuffer-prompt-end once
again. Remove test for minibuffer-prompt-in-buffer.
This commit is contained in:
parent
931d90250e
commit
280decf4d1
1 changed files with 1 additions and 3 deletions
|
|
@ -794,9 +794,7 @@ An uppercase letter in REGEXP makes the search case-sensitive."
|
|||
(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."
|
||||
|
|
|
|||
Loading…
Reference in a new issue