comparison lisp/ChangeLog @ 55773:6010b740e1d0

(lisp-find-tag-default): Strip the package prefix from the symbol name, if any. Make it the `find-tag-default-function' for `lisp-mode'.
author Sam Steingold <sds@gnu.org>
date Tue, 25 May 2004 20:51:06 +0000
parents 73fe3355e195
children b5abdfae9385
comparison
equal deleted inserted replaced
55772:73fe3355e195 55773:6010b740e1d0
1 2004-05-25 Sam Steingold <sds@gnu.org>
2
3 * emacs-lisp/lisp-mode.el (lisp-find-tag-default): New function:
4 strip the package prefix from the symbol name, if any.
5 Make it the `find-tag-default-function' for `lisp-mode'.
6
1 2004-05-25 John Paul Wallington <jpw@gnu.org> 7 2004-05-25 John Paul Wallington <jpw@gnu.org>
2 8
3 * gs.el (gs-load-image): Use `set-process-query-on-exit-flag' 9 * gs.el (gs-load-image): Use `set-process-query-on-exit-flag'
4 instead of obsolete `process-kill-without-query'. 10 instead of obsolete `process-kill-without-query'.
5 11
2513 (gdb-post-prompt): Don't do gdb-var-update on Mac OS X. 2519 (gdb-post-prompt): Don't do gdb-var-update on Mac OS X.
2514 2520
2515 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca> 2521 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
2516 2522
2517 * vc-hooks.el (vc-file-not-found-hook): Fix typo. 2523 * vc-hooks.el (vc-file-not-found-hook): Fix typo.
2518 From lorentey@elte.hu (L,Bu(Brentey K,Ba(Broly). 2524 From lorentey@elte.hu (L$,1 q(Brentey K,Aa(Broly).
2519 2525
2520 2004-03-27 Luc Teirlinck <teirllm@auburn.edu> 2526 2004-03-27 Luc Teirlinck <teirllm@auburn.edu>
2521 2527
2522 * autorevert.el (auto-revert-handler): Handle auto-revert-mode. 2528 * autorevert.el (auto-revert-handler): Handle auto-revert-mode.
2523 Call vc-find-file-hook here instead of in auto-revert-buffers. 2529 Call vc-find-file-hook here instead of in auto-revert-buffers.