21 Aug 2012 02:12
/srv/bzr/emacs/trunk r109706: * lisp/info.el (Info-file-attributes): New variable.
Juri Linkov <juri <at> jurta.org>
2012-08-21 00:12:42 GMT
2012-08-21 00:12:42 GMT
------------------------------------------------------------ revno: 109706 fixes bug: http://debbugs.gnu.org/12230 committer: Juri Linkov <juri <at> jurta.org> branch nick: trunk timestamp: Tue 2012-08-21 03:12:42 +0300 message: * lisp/info.el (Info-file-attributes): New variable. (info-insert-file-contents): Add file attributes to `Info-file-attributes'. Clear the caches `Info-index-nodes' and `Info-toc-nodes' when previous modtime of the Info file is less than new modtime. (Info-toc-nodes, Info-index-nodes): Move definitions up to the top of info.el. modified: lisp/ChangeLog lisp/info.el
=== modified file 'lisp/ChangeLog' --- a/lisp/ChangeLog 2012-08-20 18:13:03 +0000 +++ b/lisp/ChangeLog 2012-08-21 00:12:42 +0000 <at> <at> -1,3 +1,13 <at> <at> +2012-08-21 Juri Linkov <juri <at> jurta.org> + + * info.el (Info-file-attributes): New variable. + (info-insert-file-contents): Add file attributes to + `Info-file-attributes'. Clear the caches `Info-index-nodes' and + `Info-toc-nodes' when previous modtime of the Info file is less + than new modtime.(Continue reading)
RSS Feed