aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2001-02-06 17:15:39 +0000
committerEli Zaretskii2001-02-06 17:15:39 +0000
commitfecd556a3bdce361a5bdf2374490ffad18bf829e (patch)
treed86aceebc38e0adfc9722d05b15289d13179b5f8 /lisp/ChangeLog
parentc7ca58df3bc4e9fa080af6f22da1e6b4bd311b61 (diff)
downloademacs-fecd556a3bdce361a5bdf2374490ffad18bf829e.tar.gz
emacs-fecd556a3bdce361a5bdf2374490ffad18bf829e.zip
(info-initialize): Remove the test for system-type when
invocation-directory is non-nil.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index f348ce0733b..6f92636e461 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,8 @@
12001-02-06 Eli Zaretskii <eliz@is.elta.co.il> 12001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
2 2
3 * info.el (info-initialize): Remove the test for system-type when
4 invocation-directory is non-nil.
5
3 * progmodes/make-mode.el (makefile-mode): Set SYNTAX-BEGIN member 6 * progmodes/make-mode.el (makefile-mode): Set SYNTAX-BEGIN member
4 of `font-lock-defaults' to `backward-paragraph' rather than nil. 7 of `font-lock-defaults' to `backward-paragraph' rather than nil.
5 8