comparison lisp/ChangeLog @ 55775:b5abdfae9385

*** empty log message ***
author Juri Linkov <juri@jurta.org>
date Tue, 25 May 2004 21:07:46 +0000
parents 6010b740e1d0
children f4d8fa42ea58 85232760f917
comparison
equal deleted inserted replaced
55774:8926d01558fa 55775:b5abdfae9385
1 2004-05-25 Juri Linkov <juri@jurta.org>
2
3 * info.el (Info-toc): Call Info-mode on intermediate buffer.
4 (Info-index-nodes): Enclose code in condition-case to catch errors.
5 (Info-index-node): Don't search all index nodes if request is only
6 for the current node and file is not in the cache of index nodes.
7 (Info-mode-map): Bind Info-copy-current-node-name to `w'
8 for consistency with dired-copy-filename-as-kill.
9 Bind `S' to Info-search-case-sensitively.
10 (Info-copy-current-node-name): New arg. With zero prefix arg put
11 the name inside a function call to `info'. Display copied text in
12 the echo area.
13
1 2004-05-25 Sam Steingold <sds@gnu.org> 14 2004-05-25 Sam Steingold <sds@gnu.org>
2 15
3 * emacs-lisp/lisp-mode.el (lisp-find-tag-default): New function: 16 * emacs-lisp/lisp-mode.el (lisp-find-tag-default): New function:
4 strip the package prefix from the symbol name, if any. 17 strip the package prefix from the symbol name, if any.
5 Make it the `find-tag-default-function' for `lisp-mode'. 18 Make it the `find-tag-default-function' for `lisp-mode'.