aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorGerd Moellmann <[email protected]>2000-01-12 13:59:26 +0000
committerGerd Moellmann <[email protected]>2000-01-12 13:59:26 +0000
commit133c9e59e0ab19edc70740fab998e94b5f5d6030 (patch)
tree3c86c60e4083fb875226951b63b4980b8740d8b3 /lisp
parent6182798c66e6111cdbf70dd439f4740ea7c02e99 (diff)
emacsclient, --alternate-editor
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog6
1 files changed, 4 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index d9fc769305..06de896681 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,7 @@
2000-01-12 Gerd Moellmann <[email protected]>
+ * 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
@@ -29,8 +31,8 @@
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 <[email protected]>