projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
965ebf3
)
Use `format-prompt' in `describe-char-fold-equivalences'
author
Robert Pluim
<rpluim@gmail.com>
Fri, 2 Sep 2022 13:09:48 +0000
(15:09 +0200)
committer
Robert Pluim
<rpluim@gmail.com>
Fri, 2 Sep 2022 13:11:50 +0000
(15:11 +0200)
* lisp/char-fold.el (describe-char-fold-equivalences): Use `format-prompt'.
lisp/char-fold.el
patch
|
blob
|
history
diff --git
a/lisp/char-fold.el
b/lisp/char-fold.el
index 2ac4cb0543a27cdeb1432ef7ad84245c9052de40..43e3cd45ecb46f9b5d24a5c9265675ab517de4a6 100644
(file)
--- a/
lisp/char-fold.el
+++ b/
lisp/char-fold.el
@@
-439,7
+439,9
@@
non-nil, means also include partially matching ligatures and
non-canonical equivalences."
(interactive (list (ignore-errors
(read-char-by-name
- "Unicode name, single char, or hex, default all: " t))
+ (format-prompt "Unicode name, single char, or hex"
+ "all")
+ t))
current-prefix-arg))
(require 'help-fns)
(let ((help-buffer-under-preparation t))