comparison lisp/ChangeLog @ 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 2cdeb4c70d45
children 17333bba44b4
comparison
equal deleted inserted replaced
107842:992ffbd77e15 107843:64cb38b81502
1 2010-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * emacs-lisp/easy-mmode.el (define-minor-mode): Passing a nil argument
4 to the minor mode function now turns the mode ON unconditionally.
5
1 2010-04-12 Stefan Monnier <monnier@iro.umontreal.ca> 6 2010-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
2 7
3 * vc-dir.el (vc-dir-kill-line): New command. 8 * vc-dir.el (vc-dir-kill-line): New command.
4 (vc-dir-mode-map): Bind it to C-k. 9 (vc-dir-mode-map): Bind it to C-k.
5 10