all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Fritz Stelzer <brotzeitmacher@gmail.com>
To: 29206@debbugs.gnu.org
Subject: bug#29206: Make xref-show-xrefs-function a defcustom
Date: Wed, 8 Nov 2017 10:43:29 +0100	[thread overview]
Message-ID: <CA+CiP9Ah9pYc7viEVLPd8MBD+=sz7ejnmahUDgDJOou_OPg2bQ@mail.gmail.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 959 bytes --]

master c89870d7ef8b59febba9060f0da25b24403c2e08
Author:     brotzeit <brotzeitmacher@gmail.com>
AuthorDate: Wed Nov 8 10:39:57 2017 +0100
Commit:     brotzeit <brotzeitmacher@gmail.com>
CommitDate: Wed Nov 8 10:39:57 2017 +0100

Parent:     83dc3f0e9b * lisp/net/tramp-cmds.el, lisp/allout.el: Avoid
custom-set-variables
Merged:     master
Containing: master
Follows:    emacs-25.1 (130661)

Make xref-show-xrefs-function a defcustom

1 file changed, 3 insertions(+), 2 deletions(-)
lisp/progmodes/xref.el | 5 +++--

modified   lisp/progmodes/xref.el
@@ -738,8 +738,9 @@ xref--show-xref-buffer
 ;; The controversial multiple definitions case is handed off to
 ;; xref-show-xrefs-function.

-(defvar xref-show-xrefs-function 'xref--show-xref-buffer
-  "Function to display a list of xrefs.")
+(defcustom xref-show-xrefs-function 'xref--show-xref-buffer
+  "Function to display a list of xrefs."
+  :type 'function)

 (defvar xref--read-identifier-history nil)

[-- Attachment #2: Type: text/html, Size: 1239 bytes --]

             reply	other threads:[~2017-11-08  9:43 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-11-08  9:43 Fritz Stelzer [this message]
2017-11-18 10:14 ` bug#29206: Make xref-show-xrefs-function a defcustom Eli Zaretskii
2017-11-18 23:42   ` Dmitry Gutov
2017-11-19 15:28     ` Eli Zaretskii
2017-11-20 22:18       ` Dmitry Gutov
2019-06-24 20:31         ` Lars Ingebrigtsen
2019-06-24 23:36           ` Dmitry Gutov
2019-06-25 11:09             ` Lars Ingebrigtsen
2019-06-25 13:32               ` Dmitry Gutov

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CA+CiP9Ah9pYc7viEVLPd8MBD+=sz7ejnmahUDgDJOou_OPg2bQ@mail.gmail.com' \
    --to=brotzeitmacher@gmail.com \
    --cc=29206@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.