comparison lisp/ChangeLog @ 52875:34db8be1fba8

*** empty log message ***
author Luc Teirlinck <teirllm@auburn.edu>
date Sun, 19 Oct 2003 03:56:15 +0000
parents 76610819ab0d
children aef728111be7
comparison
equal deleted inserted replaced
52874:76610819ab0d 52875:34db8be1fba8
1 2003-10-18 Luc Teirlinck <teirllm@auburn.edu>
2
3 * help-mode.el (help-xref-symbol-regexp): Treat newlines as
4 whitespace.
5 (help-make-xrefs): Only make cross-references for faces if
6 preceded or followed by the word `face'. Do not make a
7 cross-reference for variables without variable documentation,
8 unless preceded by the word `variable'. Update doc string
9 accordingly.
10
1 2003-10-18 Thien-Thi Nguyen <ttn@gnu.org> 11 2003-10-18 Thien-Thi Nguyen <ttn@gnu.org>
2 12
3 * progmodes/hideshow.el: Rewrite one-armed `if' 13 * progmodes/hideshow.el: Rewrite one-armed `if'
4 constructs using either `when' or `unless'. 14 constructs using either `when' or `unless'.
5 (hs-grok-mode-type): Elide superfluous `progn'; nfc. 15 (hs-grok-mode-type): Elide superfluous `progn'; nfc.