aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Moellmann1999-10-25 13:13:15 +0000
committerGerd Moellmann1999-10-25 13:13:15 +0000
commite3bcca75bcde3105ec5692e91faab1779018342e (patch)
tree29ab6f03e136aecd6b08625e16bc5aeb7029e526
parent6528f1ca13f5af000ba24c84a8b4642bf9139c65 (diff)
downloademacs-e3bcca75bcde3105ec5692e91faab1779018342e.tar.gz
emacs-e3bcca75bcde3105ec5692e91faab1779018342e.zip
*** empty log message ***
-rw-r--r--etc/NEWS10
-rw-r--r--lisp/ChangeLog5
2 files changed, 5 insertions, 10 deletions
diff --git a/etc/NEWS b/etc/NEWS
index c280327593f..56050a26805 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -720,16 +720,6 @@ a cons cell which is its own cdr.
720If you bind print-circle to a non-nil value, the Lisp printer outputs 720If you bind print-circle to a non-nil value, the Lisp printer outputs
721#N= and #N# constructs to represent circular and shared structure. 721#N= and #N# constructs to represent circular and shared structure.
722 722
723You can also do several calls to print functions using a common
724set of #N= constructs; here is how.
725
726 (let ((print-circle t)
727 (print-continuous-numbering t)
728 print-number-table)
729 (print1 ...)
730 (print1 ...)
731 ...)
732
733+++ 723+++
734** If the second argument to `move-to-column' is anything but nil or 724** If the second argument to `move-to-column' is anything but nil or
735t, that means replace a tab with spaces if necessary to reach the 725t, that means replace a tab with spaces if necessary to reach the
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index ce22b922bdd..ed6f1f0392e 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -661,6 +661,11 @@
661 * dired.el (dired-move-to-filename-regexp): Make it work 661 * dired.el (dired-move-to-filename-regexp): Make it work
662 for LANG=de_DE.iso88591 on HPUX 11.0. 662 for LANG=de_DE.iso88591 on HPUX 11.0.
663 663
6641999-09-24 Richard M. Stallman <rms@caffeine.ai.mit.edu>
665
666 * info.el (info-initialize): Don't test existence of ALTERNATIVE
667 if we know for some other reason it should not be used.
668
6641999-09-24 Carsten Dominik <cd@gnu.org> 6691999-09-24 Carsten Dominik <cd@gnu.org>
665 670
666 * textmodes/reftex-parse.el (reftex-parse-from-file): Scan for 671 * textmodes/reftex-parse.el (reftex-parse-from-file): Scan for