projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fca7e12
)
Have Xref inherit input method when reading identifiers
author
Philip Kaludercic
<philipk@posteo.net>
Sun, 26 Mar 2023 11:50:27 +0000
(13:50 +0200)
committer
Philip Kaludercic
<philipk@posteo.net>
Sun, 26 Mar 2023 22:05:59 +0000
(
00:05
+0200)
* lisp/progmodes/xref.el (xref--read-identifier): Set
INHERIT-INPUT-METHOD flag to non-nil. (Bug#61299)
lisp/progmodes/xref.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/xref.el
b/lisp/progmodes/xref.el
index 1ae60796601704732904ba606db95ebb7749bae7..d77024136d08eb5b63bf0311cda9132ecf94e6ce 100644
(file)
--- a/
lisp/progmodes/xref.el
+++ b/
lisp/progmodes/xref.el
@@
-1525,7
+1525,7
@@
The meanings of both arguments are the same as documented in
prompt))
(xref-backend-identifier-completion-table backend)
nil nil nil
- 'xref--read-identifier-history def)))
+ 'xref--read-identifier-history def
t
)))
(if (equal id "")
(or def (user-error "There is no default identifier"))
id)))