Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
fd6bc60f
Commit
fd6bc60f
authored
Jul 23, 1999
by
Gerd Moellmann
Browse files
(next-history-element): Set point to the end of the
prompt if minibuffer-prompt-in-buffer.
parent
f56f1421
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
lisp/simple.el
lisp/simple.el
+3
-1
No files found.
lisp/simple.el
View file @
fd6bc60f
...
...
@@ -824,7 +824,9 @@ An uppercase letter in REGEXP makes the search case-sensitive."
(
let
((
print-level
nil
))
(
prin1-to-string
elt
))
elt
))
(
goto-char
(
point-min
))
)))
(
if
(
boundp
'minibuffer-prompt-in-buffer
)
(
goto-char
(
minibuffer-prompt-width
))
(
goto-char
(
point-min
)))
)))
(
defun
previous-history-element
(
n
)
"Inserts the previous element of the minibuffer history into the minibuffer."
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment