diff options
| author | Stefan Monnier | 2008-06-20 17:10:33 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2008-06-20 17:10:33 +0000 |
| commit | d445b3f8635b2f78990e016bc610337298307556 (patch) | |
| tree | 4c0137436ee6b028cafc2f79d9f21792b5da1ddb /etc | |
| parent | 3daebe67ea4d67de8fdc09c72409bcb14e171cb6 (diff) | |
| download | emacs-d445b3f8635b2f78990e016bc610337298307556.tar.gz emacs-d445b3f8635b2f78990e016bc610337298307556.zip | |
(special-mode-map): New var.
(special-mode): New major mode.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
| @@ -1241,6 +1241,9 @@ forms to subroutines. | |||
| 1241 | 1241 | ||
| 1242 | * New Packages for Lisp Programming in Emacs 23.1 | 1242 | * New Packages for Lisp Programming in Emacs 23.1 |
| 1243 | 1243 | ||
| 1244 | ** The new major mode `special-mode' is intended as a parent for | ||
| 1245 | major modes such as those that set the "'mode-class 'special" property. | ||
| 1246 | |||
| 1244 | ** find-cmd.el can build `find' commands using lisp syntax. | 1247 | ** find-cmd.el can build `find' commands using lisp syntax. |
| 1245 | 1248 | ||
| 1246 | ** The package isearch-multi.el has been added. It implements a new mode | 1249 | ** The package isearch-multi.el has been added. It implements a new mode |