Mercurial > emacs
comparison etc/NEWS @ 46959:2566b90da6fc
*** empty log message ***
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Mon, 19 Aug 2002 21:47:53 +0000 |
parents | 731e4a095774 |
children | aeb54264d594 |
comparison
equal
deleted
inserted
replaced
46958:d7669c85c9cb | 46959:2566b90da6fc |
---|---|
1003 ** The obsolete C mode (c-mode.el) has been removed to avoid problems | 1003 ** The obsolete C mode (c-mode.el) has been removed to avoid problems |
1004 with Custom. | 1004 with Custom. |
1005 | 1005 |
1006 | 1006 |
1007 * Lisp Changes in Emacs 21.4 | 1007 * Lisp Changes in Emacs 21.4 |
1008 | |
1009 ** A function's docstring can now hold the function's usage info on | |
1010 its last line. It should match the regexp "\n\n(fn.*)\\'". | |
1008 | 1011 |
1009 ** New CCL functions `lookup-character' and `lookup-integer' access | 1012 ** New CCL functions `lookup-character' and `lookup-integer' access |
1010 hash tables defined by the Lisp function `define-translation-hash-table'. | 1013 hash tables defined by the Lisp function `define-translation-hash-table'. |
1011 | 1014 |
1012 ** The new function `minibufferp' returns non-nil if the current buffer | 1015 ** The new function `minibufferp' returns non-nil if the current buffer |