]> git.eshelyaron.com Git - emacs.git/commit
(symbol-file): Fix `C-h v pcase` where `cl-struct` lacks file info
authorStefan Monnier <monnier@iro.umontreal.ca>
Fri, 18 Oct 2024 18:51:13 +0000 (14:51 -0400)
committerEshel Yaron <me@eshelyaron.com>
Tue, 22 Oct 2024 18:54:26 +0000 (20:54 +0200)
commit2ae9b6cd854e34b4072d4d7ff13758e532b32c5e
treef55a41f816046f54869458f5959d798a210dc314
parent461281bd1588d6e6cb0de2653972cd4990e03bbe
(symbol-file): Fix `C-h v pcase` where `cl-struct` lacks file info

* lisp/subr.el (symbol-file): Return an actual (and absolute) file name
for the autoload case, as is done for other cases.

(cherry picked from commit 0886ef01a8d7144771b5834c3ef6c3d44666ea76)
lisp/subr.el