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
153a9b8c
Commit
153a9b8c
authored
Apr 09, 2002
by
Pavel Janík
Browse files
(isearch-message-prefix): Use minibuffer-prompt face for prompt.
parent
0e4f9468
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
lisp/ChangeLog
lisp/ChangeLog
+5
-0
lisp/isearch.el
lisp/isearch.el
+1
-1
No files found.
lisp/ChangeLog
View file @
153a9b8c
2002-04-09 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
* isearch.el (isearch-message-prefix): Use minibuffer-prompt face
for prompt.
2002-04-08 Stefan Monnier <monnier@cs.yale.edu>
2002-04-08 Stefan Monnier <monnier@cs.yale.edu>
* international/iso-acc.el (iso-accents-accent-key): Use `vector'
* international/iso-acc.el (iso-accents-accent-key): Use `vector'
...
...
lisp/isearch.el
View file @
153a9b8c
...
@@ -1600,7 +1600,7 @@ If there is no completion possible, say so and continue searching."
...
@@ -1600,7 +1600,7 @@ If there is no completion possible, say so and continue searching."
(concat " [" current-input-method-title "]: ")
(concat " [" current-input-method-title "]: ")
": ")
": ")
)))
)))
(concat (upcase (substring m 0 1)) (substring m 1))))
(propertize
(concat (upcase (substring m 0 1)) (substring m 1))
'face 'minibuffer-prompt)
))
(defun isearch-message-suffix (&optional c-q-hack ellipsis)
(defun isearch-message-suffix (&optional c-q-hack ellipsis)
...
...
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