diff options
| author | Markus Rost | 2002-11-19 17:22:52 +0000 |
|---|---|---|
| committer | Markus Rost | 2002-11-19 17:22:52 +0000 |
| commit | a152344b143a6859bfa4e28f7c0373dcd1fc89eb (patch) | |
| tree | 9e5a67b931dcda6be4698a45bdfab11de2a32d48 /lisp/ChangeLog | |
| parent | 3582b6a3ef1af348f730bdc536145636cc600199 (diff) | |
| download | emacs-a152344b143a6859bfa4e28f7c0373dcd1fc89eb.tar.gz emacs-a152344b143a6859bfa4e28f7c0373dcd1fc89eb.zip | |
(defgroup vhdl-related): Declare the members here rather than with
custom-add-to-group. This is the intended way of using defgroup and
also lets custom-make-dependencies do its job.
(defgroup vhdl-highlight-faces): Ditto.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 9a3a3f35999..917c01701fd 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,13 +1,19 @@ | |||
| 1 | 2002-11-19 Stefan Monnier <monnier@cs.yale.edu> | ||
| 2 | |||
| 3 | * emacs-lisp/cl.el (multiple-value-call): Add docstring. | ||
| 4 | |||
| 5 | 2002-11-19 Markus Rost <rost@math.ohio-state.edu> | 1 | 2002-11-19 Markus Rost <rost@math.ohio-state.edu> |
| 6 | 2 | ||
| 3 | * progmodes/vhdl-mode.el (defgroup vhdl-related): Declare the | ||
| 4 | members here rather than with custom-add-to-group. This is the | ||
| 5 | intended way of using defgroup and also lets | ||
| 6 | custom-make-dependencies do its job. | ||
| 7 | (defgroup vhdl-highlight-faces): Ditto. | ||
| 8 | |||
| 7 | * emacs-lisp/shadow.el (defgroup lisp-shadow): New group name. | 9 | * emacs-lisp/shadow.el (defgroup lisp-shadow): New group name. |
| 8 | Previous group name shadow is used in shadowfile.el. | 10 | Previous group name shadow is used in shadowfile.el. |
| 9 | (shadows-compare-text-p): Use group lisp-shadow. | 11 | (shadows-compare-text-p): Use group lisp-shadow. |
| 10 | 12 | ||
| 13 | 2002-11-19 Stefan Monnier <monnier@cs.yale.edu> | ||
| 14 | |||
| 15 | * emacs-lisp/cl.el (multiple-value-call): Add docstring. | ||
| 16 | |||
| 11 | 2002-11-19 Masatake Yamato <jet@gyve.org> (tiny change) | 17 | 2002-11-19 Masatake Yamato <jet@gyve.org> (tiny change) |
| 12 | 18 | ||
| 13 | * register.el (describe-register-1): Don't assign to val the value | 19 | * register.el (describe-register-1): Don't assign to val the value |