comparison etc/NEWS @ 47062:632e05bbcb98

Describe --script.
author Richard M. Stallman <rms@gnu.org>
date Tue, 27 Aug 2002 18:49:11 +0000
parents 494276e37e66
children 6976e7e4cb1e
comparison
equal deleted inserted replaced
47061:494276e37e66 47062:632e05bbcb98
1012 ** The obsolete C mode (c-mode.el) has been removed to avoid problems 1012 ** The obsolete C mode (c-mode.el) has been removed to avoid problems
1013 with Custom. 1013 with Custom.
1014 1014
1015 1015
1016 * Lisp Changes in Emacs 21.4 1016 * Lisp Changes in Emacs 21.4
1017
1018 ** The option --script FILE runs Emacs in batch mode and loads FILE.
1019 It is useful for writing Emacs Lisp shell script files, because they
1020 can start with
1021
1022 #!/usr/bin/emacs --script
1017 1023
1018 ** A function's docstring can now hold the function's usage info on 1024 ** A function's docstring can now hold the function's usage info on
1019 its last line. It should match the regexp "\n\n(fn.*)\\'". 1025 its last line. It should match the regexp "\n\n(fn.*)\\'".
1020 1026
1021 ** New CCL functions `lookup-character' and `lookup-integer' access 1027 ** New CCL functions `lookup-character' and `lookup-integer' access