Mercurial > emacs
diff lisp/ChangeLog @ 108181:cb92a959c5ff
* emacs-lisp/lisp-mode.el (lisp-mode): Use define-derived-mode.
Set find-tag-default-function as a variable rather than a property.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Fri, 30 Apr 2010 21:29:12 -0400 |
parents | 8bcf1c901e9a |
children | 7aa45e6e5f62 |
line wrap: on
line diff
--- a/lisp/ChangeLog Fri Apr 30 21:27:16 2010 -0400 +++ b/lisp/ChangeLog Fri Apr 30 21:29:12 2010 -0400 @@ -1,5 +1,8 @@ 2010-05-01 Stefan Monnier <monnier@iro.umontreal.ca> + * emacs-lisp/lisp-mode.el (lisp-mode): Use define-derived-mode. + Set find-tag-default-function as a variable rather than a property. + * minibuffer.el (tags-completion-at-point-function): Move to etags.el. * progmodes/etags.el (tags-completion-at-point-function): Remove left over interactive spec. Add autoloading stub.