comparison lisp/ChangeLog @ 111496:82e69613602e

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.
author Glenn Morris <rgm@gnu.org>
date Thu, 11 Nov 2010 00:28:35 -0800
parents 175c03267666
children d9d916379aff
comparison
equal deleted inserted replaced
111495:127a74d52b00 111496:82e69613602e
5 * ls-lisp.el (ls-lisp-ignore-case, ls-lisp-dirs-first) 5 * ls-lisp.el (ls-lisp-ignore-case, ls-lisp-dirs-first)
6 (ls-lisp-verbosity): Add custom :set-after property. 6 (ls-lisp-verbosity): Add custom :set-after property.
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.
13 16
14 * progmodes/idlw-complete-structtag.el: Remove unused dec `name'. 17 * progmodes/idlw-complete-structtag.el: Remove unused dec `name'.