*** DSSSL mode is a variant of Scheme mode, for editing DSSSL scripts.
Use M-x dsssl-mode.
-** The emacsclient program now accepts an option --no-wait which tells
+** Changes to the emacsclient program
+
+*** The emacsclient program now accepts an option --no-wait which tells
it to return immediately without waiting for you to "finish" the
buffer in Emacs.
+*** The new option --alternate-editor allows to specify an editor to
+use if Emacs is not running. The environment variable
+ALTERNATE_EDITOR can be used for the same effect; the command line
+option takes precedence.
+
** M-x eldoc-mode enables a minor mode in which the echo area
constantly shows the parameter list for function being called at point
(in Emacs Lisp and Lisp Interaction modes only).
2000-01-12 Gerd Moellmann <gerd@gnu.org>
+ * net: New directory.
+
* emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
eval-last-sexp. Don't bind debug-on-error here.
(eval-last-sexp): New function. Bind debug-on-error if
of erasing buffer.
* textmodes/fill.el (fill-common-string-prefix): New function.
- (fill-context-prefix): Use the longest common substring of both
- prefixes, if there is one.
+ (fill-context-prefix): Use the longest common prefix of first
+ and second line fill prefix, if there is one.
2000-01-11 Richard M. Stallman <rms@caffeine.ai.mit.edu>