diff options
| author | Lute Kamstra | 2005-04-05 14:46:29 +0000 |
|---|---|---|
| committer | Lute Kamstra | 2005-04-05 14:46:29 +0000 |
| commit | ab7bc2908ba54e4172c02ac04ed2bdfa008fadcf (patch) | |
| tree | b7c2673333d3947cee1d7b9f4c5a924818e21b5c /lisp/ChangeLog | |
| parent | a22315a8bb25fdc14649b14f7392613f388b1e23 (diff) | |
| download | emacs-ab7bc2908ba54e4172c02ac04ed2bdfa008fadcf.tar.gz emacs-ab7bc2908ba54e4172c02ac04ed2bdfa008fadcf.zip | |
(define-global-minor-mode): Don't use custom-current-group.
(define-minor-mode): Ditto. Document default :group value.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 09f64afbe38..a9b80250a99 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2005-04-05 Lute Kamstra <lute@gnu.org> | ||
| 2 | |||
| 3 | * generic.el (define-generic-mode): Don't use custom-current-group. | ||
| 4 | Document default :group value. | ||
| 5 | * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto. | ||
| 6 | (define-global-minor-mode): Don't use custom-current-group. | ||
| 7 | |||
| 1 | 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk> | 8 | 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk> |
| 2 | 9 | ||
| 3 | * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'. | 10 | * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'. |