Mercurial > emacs
changeset 103971:bb9b3a319d64
*** empty log message ***
author | Juri Linkov <juri@jurta.org> |
---|---|
date | Sat, 18 Jul 2009 21:06:04 +0000 |
parents | 340cbf291f8a |
children | 2e99121a6895 |
files | lisp/ChangeLog |
diffstat | 1 files changed, 16 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Sat Jul 18 21:05:47 2009 +0000 +++ b/lisp/ChangeLog Sat Jul 18 21:06:04 2009 +0000 @@ -1,3 +1,19 @@ +2009-07-18 Juri Linkov <juri@jurta.org> + + * info.el: Virtual Info keyword finder. + (add-to-list)<Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'". + (Info-finder-file): New variable. + (Info-finder-find-file): New function. + (finder-known-keywords, finder-package-info) + (find-library-name, lm-commentary): Use defvar and + declare-function to silence compiler warnings. + (Info-finder-find-node): New function. + (info-finder): New command. + + * subr.el (process-kill-buffer-query-function): New function. + (add-hook)<kill-buffer-query-functions>: Add hook + `process-kill-buffer-query-function'. + 2009-07-18 Alan Mackenzie <acm@muc.de> * progmodes/cc-mode.el (c-before-hack-hook),