# HG changeset patch # User Luc Teirlinck # Date 1132010186 0 # Node ID 2e4874786ab44b96849eef23aa52d2d69b09f043 # Parent 4b798da1bc619052bccb9950f444648543668e39 *** empty log message *** diff -r 4b798da1bc61 -r 2e4874786ab4 lisp/ChangeLog --- a/lisp/ChangeLog Mon Nov 14 23:05:53 2005 +0000 +++ b/lisp/ChangeLog Mon Nov 14 23:16:26 2005 +0000 @@ -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.