]> git.eshelyaron.com Git - emacs.git/commitdiff
Have Xref inherit input method when reading identifiers
authorPhilip Kaludercic <philipk@posteo.net>
Sun, 26 Mar 2023 11:50:27 +0000 (13:50 +0200)
committerPhilip 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

index 1ae60796601704732904ba606db95ebb7749bae7..d77024136d08eb5b63bf0311cda9132ecf94e6ce 100644 (file)
@@ -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)))