]> git.eshelyaron.com Git - emacs.git/commitdiff
; Fix quoting in 'xref-show-definitions-completing-read'
authorEshel Yaron <me@eshelyaron.com>
Tue, 6 Feb 2024 07:47:57 +0000 (08:47 +0100)
committerEshel Yaron <me@eshelyaron.com>
Tue, 6 Feb 2024 07:47:57 +0000 (08:47 +0100)
* lisp/progmodes/xref.el (xref-show-definitions-buffer-at-bottom): Use
a backquote.

lisp/progmodes/xref.el

index c4364a8b464360fd8799760d6b576e7413c779ca..29afb5e83f8bba42b4c5f078e28dde673b9a4ceb 100644 (file)
@@ -1415,7 +1415,7 @@ between them by typing in the minibuffer with completion."
                         (ctable
                          (completion-table-with-metadata
                           collection
-                          '((category . xref-location)
+                          `((category . xref-location)
                             (group-function . ,#'xref--completing-read-group))))
                         (def (caar collection)))
                    (cdr (assoc (completing-read "Choose definition: "