diff options
| author | Stefan Monnier | 2010-05-04 22:08:25 -0400 |
|---|---|---|
| committer | Stefan Monnier | 2010-05-04 22:08:25 -0400 |
| commit | f44379e7feb79dd734318706abe5a000cff34c9b (patch) | |
| tree | 79b74dc4cb121d4a3bb18fd9725c33f5b1c030a3 /etc | |
| parent | 80f00217abd2736464207704bf92eb5a93f84b90 (diff) | |
| download | emacs-f44379e7feb79dd734318706abe5a000cff34c9b.tar.gz emacs-f44379e7feb79dd734318706abe5a000cff34c9b.zip | |
Use define-minor-mode for less obvious cases.
* emacs-lisp/easy-mmode.el (define-minor-mode): Add :variable keyword.
* emacs-lisp/cl-macs.el (terminal-parameter, eq): Add setf method.
* international/iso-ascii.el (iso-ascii-mode):
* frame.el (auto-raise-mode, auto-lower-mode):
* composite.el (global-auto-composition-mode): Use define-minor-mode.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
| @@ -186,6 +186,8 @@ Secret Service API requires D-Bus for communication. | |||
| 186 | 186 | ||
| 187 | * Lisp changes in Emacs 24.1 | 187 | * Lisp changes in Emacs 24.1 |
| 188 | 188 | ||
| 189 | ** define-minor-mode accepts a new keyword :variable. | ||
| 190 | |||
| 189 | ** delete-file now accepts an optional second arg, FORCE, which says | 191 | ** delete-file now accepts an optional second arg, FORCE, which says |
| 190 | to always delete and ignore the value of delete-by-moving-to-trash. | 192 | to always delete and ignore the value of delete-by-moving-to-trash. |
| 191 | 193 | ||