(describe-variable): Look for (defvar . <sym>) in the
load-history since `defvar' now uses this format.
This commit is contained in:
parent
6f0d61bf2c
commit
dcae291f23
1 changed files with 1 additions and 1 deletions
|
@ -482,7 +482,7 @@ it is displayed along with the global value."
|
|||
;; Make a hyperlink to the library if appropriate. (Don't
|
||||
;; change the format of the buffer's initial line in case
|
||||
;; anything expects the current format.)
|
||||
(let ((file-name (symbol-file variable)))
|
||||
(let ((file-name (symbol-file (cons 'defvar variable))))
|
||||
(when (equal file-name "loaddefs.el")
|
||||
;; Find the real def site of the preloaded variable.
|
||||
(let ((location
|
||||
|
|
Loading…
Add table
Reference in a new issue