diff options
| author | Glenn Morris | 2010-11-11 00:28:35 -0800 |
|---|---|---|
| committer | Glenn Morris | 2010-11-11 00:28:35 -0800 |
| commit | 606dcd9ebc3b896bef9f63d7bbc606a19eed9d87 (patch) | |
| tree | 9399826ec66d7795a968d0b7b9f74372fe1e2c81 /lisp/ChangeLog | |
| parent | 5ca6733884a35e4b72a312d081f46beb8e131ef0 (diff) | |
| download | emacs-606dcd9ebc3b896bef9f63d7bbc606a19eed9d87.tar.gz emacs-606dcd9ebc3b896bef9f63d7bbc606a19eed9d87.zip | |
ls-lisp: get rid of the dreaded "no effect until you restart Emacs".
* lisp/ls-lisp.el (ls-lisp-set-options): New function.
(ls-lisp-emulation): Use ls-lisp-set-options for custom :set. Doc fix.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index eae2a294bf8..5ba650c43b0 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -7,6 +7,9 @@ | |||
| 7 | (ls-lisp-verbosity, ls-lisp-use-localized-time-format): Doc fixes. | 7 | (ls-lisp-verbosity, ls-lisp-use-localized-time-format): Doc fixes. |
| 8 | (ls-lisp-format, ls-lisp-format-time): Don't take `now' as an argument. | 8 | (ls-lisp-format, ls-lisp-format-time): Don't take `now' as an argument. |
| 9 | (ls-lisp-insert-directory): Update caller. | 9 | (ls-lisp-insert-directory): Update caller. |
| 10 | (ls-lisp-set-options): New function. | ||
| 11 | (ls-lisp-emulation): Use ls-lisp-set-options for custom :set. | ||
| 12 | Doc fix. | ||
| 10 | 13 | ||
| 11 | * play/landmark.el (lm-prompt-for-move): | 14 | * play/landmark.el (lm-prompt-for-move): |
| 12 | * play/gomoku.el (gomoku-prompt-for-move): Remove nonsensical code. | 15 | * play/gomoku.el (gomoku-prompt-for-move): Remove nonsensical code. |