* bug#18251: 24.4.50; defvar-local not in imenu index in Emacs Lisp Mode
@ 2014-08-12 13:30 Sebastian Wiesner
2016-06-26 14:00 ` bug#18251: Bug #18251: " Noam Postavsky
0 siblings, 1 reply; 2+ messages in thread
From: Sebastian Wiesner @ 2014-08-12 13:30 UTC (permalink / raw)
To: 18251
Variables defined with `defvar-local', as in
(defvar-local foo nil "A local foo")
do not currently appear in the imenu index of Emacs Lisp Mode.
Since defvar-local is just a shortcut for `defvar` and
`make-variable-buffer-local`, I think that they should appear in the
imenu index just like other variables.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-06-26 14:00 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-12 13:30 bug#18251: 24.4.50; defvar-local not in imenu index in Emacs Lisp Mode Sebastian Wiesner
2016-06-26 14:00 ` bug#18251: Bug #18251: " Noam Postavsky
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.