From: Luc Teirlinck Date: Mon, 14 Nov 2005 23:16:26 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-22.0.90~5901 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7cb1a551058b06a700df497dddbe6831da856d61;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index fd74d80c848..12ae20a75f3 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,14 @@ +2005-11-14 Luc Teirlinck + + * help-mode.el (help-make-xrefs, help-xref-on-pp) + (help-xref-interned, help-follow): Make hyperlinks for variables + that are unbound, but have a non-nil variable-documentation property. + + * emacs-lisp/derived.el (define-derived-mode): Remove defvar for + mode hook. (It conflicted with defcustoms for some mode hooks.) + Use the `variable-documentation' property to give the mode hook a + docstring and expand that docstring. + 2005-11-14 Hrvoje Niksic * savehist.el (savehist-mode): Don't bother with `custom-set-minor-mode.