comparison etc/NEWS @ 107843:64cb38b81502

(define-minor-mode): A nil argument to the minor mode turns the mode ON.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Mon, 12 Apr 2010 21:03:04 -0400
parents aa85632b7860
children c35518fa0d56
comparison
equal deleted inserted replaced
107842:992ffbd77e15 107843:64cb38b81502
138 Secret Service API requires D-Bus for communication. 138 Secret Service API requires D-Bus for communication.
139 139
140 140
141 * Incompatible Lisp Changes in Emacs 24.1 141 * Incompatible Lisp Changes in Emacs 24.1
142 142
143 ** Passing a nil argument to a minor mode function now turns the mode
144 ON unconditionally.
143 145
144 * Lisp changes in Emacs 24.1 146 * Lisp changes in Emacs 24.1
145 147
146 ** New completion style `substring'. 148 ** New completion style `substring'.
147 149