comparison etc/NEWS @ 108574:27a878644c60

* simple.el (prog-mode): New (abstract) major mode. * emacs-lisp/lisp-mode.el (emacs-lisp-mode, lisp-mode): Use it. * progmodes/sh-script.el (sh-mode): Remove redundant var assignment.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Fri, 14 May 2010 12:41:01 -0400
parents 9f927f4deab4
children f6cfadfc0fb6
comparison
equal deleted inserted replaced
108573:77c3f2ebea52 108574:27a878644c60
219 ** Passing a nil argument to a minor mode function now turns the mode 219 ** Passing a nil argument to a minor mode function now turns the mode
220 ON unconditionally. 220 ON unconditionally.
221 221
222 * Lisp changes in Emacs 24.1 222 * Lisp changes in Emacs 24.1
223 223
224 ** prog-mode is a new major-mode meant to be the parent of programming mode.
224 ** define-minor-mode accepts a new keyword :variable. 225 ** define-minor-mode accepts a new keyword :variable.
225 226
226 ** delete-file now accepts an optional second arg, FORCE, which says 227 ** delete-file now accepts an optional second arg, FORCE, which says
227 to always delete and ignore the value of delete-by-moving-to-trash. 228 to always delete and ignore the value of delete-by-moving-to-trash.
228 229