Mercurial > emacs
diff 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 |
line wrap: on
line diff
--- a/etc/NEWS Fri May 14 18:19:07 2010 +0300 +++ b/etc/NEWS Fri May 14 12:41:01 2010 -0400 @@ -221,6 +221,7 @@ * Lisp changes in Emacs 24.1 +** prog-mode is a new major-mode meant to be the parent of programming mode. ** define-minor-mode accepts a new keyword :variable. ** delete-file now accepts an optional second arg, FORCE, which says