comparison lisp/ChangeLog @ 50455:7993414db7f7

* progmodes/etags.el (tag-find-file-of-tag): Renamed from find-file-of-tag to avoid name space pollution. (tag-find-file-of-tag-noselect): Likewise. (etags-list-tags, etags-tags-apropos): Use tag-find-file-of-tag instead of find-file-of-tag.
author Masatake YAMATO <jet@gyve.org>
date Sat, 05 Apr 2003 18:19:30 +0000
parents 583825022e8f
children 4ed7bb80efbe
comparison
equal deleted inserted replaced
50454:583825022e8f 50455:7993414db7f7
1 2003-04-06 Masatake YAMATO <jet@gyve.org>
2
3 * progmodes/etags.el (tag-find-file-of-tag): Renamed from
4 find-file-of-tag to avoid name space pollution.
5 (tag-find-file-of-tag-noselect): Likewise.
6 (etags-list-tags, etags-tags-apropos): Use
7 tag-find-file-of-tag instead of find-file-of-tag.
8
1 2003-04-06 Masatake YAMATO <jet@gyve.org> 9 2003-04-06 Masatake YAMATO <jet@gyve.org>
2 10
3 * info.el (Info-goto-emacs-command-node): If command 11 * info.el (Info-goto-emacs-command-node): If command
4 is given as a string, convert it to a symbol. 12 is given as a string, convert it to a symbol.
5 13