comparison lisp/ChangeLog @ 103971:bb9b3a319d64

*** empty log message ***
author Juri Linkov <juri@jurta.org>
date Sat, 18 Jul 2009 21:06:04 +0000
parents 484bf5aa1964
children 53e741f0367a
comparison
equal deleted inserted replaced
103970:340cbf291f8a 103971:bb9b3a319d64
1 2009-07-18 Juri Linkov <juri@jurta.org>
2
3 * info.el: Virtual Info keyword finder.
4 (add-to-list)<Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
5 (Info-finder-file): New variable.
6 (Info-finder-find-file): New function.
7 (finder-known-keywords, finder-package-info)
8 (find-library-name, lm-commentary): Use defvar and
9 declare-function to silence compiler warnings.
10 (Info-finder-find-node): New function.
11 (info-finder): New command.
12
13 * subr.el (process-kill-buffer-query-function): New function.
14 (add-hook)<kill-buffer-query-functions>: Add hook
15 `process-kill-buffer-query-function'.
16
1 2009-07-18 Alan Mackenzie <acm@muc.de> 17 2009-07-18 Alan Mackenzie <acm@muc.de>
2 18
3 * progmodes/cc-mode.el (c-before-hack-hook), 19 * progmodes/cc-mode.el (c-before-hack-hook),
4 (c-postprocess-file-styles): Give invocation of `c-set-style' 20 (c-postprocess-file-styles): Give invocation of `c-set-style'
5 DONT-OVERRIDE parameter of t. Already set style variables will 21 DONT-OVERRIDE parameter of t. Already set style variables will