]> git.eshelyaron.com Git - emacs.git/commit
* info.el (Info-on-current-buffer): Record actual filename in
authorChong Yidong <cyd@stupidchicken.com>
Fri, 25 Nov 2005 16:35:34 +0000 (16:35 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Fri, 25 Nov 2005 16:35:34 +0000 (16:35 +0000)
commitd590dbd27aaa027516abf9af350868427ad69540
tree5a500f722e9e65771dffbbaef4f5ba98a2c6372c
parente5ad37ee8d4044d0feeecd97aca2b254b835c1d1
* info.el (Info-on-current-buffer): Record actual filename in
Info-current-file, instead of t, or a fake filename if a non-file
buffer.  Make autoload.
(Info-find-node, Info-revert-find-node): No need to check for
Info-current-file nil.
(Info-set-mode-line, Info-up, Info-copy-current-node-name):
Info-current-file is now never `t'.
(Info-fontify-node): Many simplifications due to Info-current-file
always being valid.  Use Info-find-file to find node filename.
lisp/ChangeLog
lisp/info.el