aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii1999-12-28 16:03:01 +0000
committerEli Zaretskii1999-12-28 16:03:01 +0000
commit5731b491b2d0f392c801bb7f5ef140ecbc5c6fa0 (patch)
treebc1f10f5502c47e4ae8334dd5f8de026f34f111d
parent41ad069bdc70ca9afbdddc7076038f9d5566af97 (diff)
downloademacs-5731b491b2d0f392c801bb7f5ef140ecbc5c6fa0.tar.gz
emacs-5731b491b2d0f392c801bb7f5ef140ecbc5c6fa0.zip
(command-line-1): Make mode line mouse-sensitive for
the MS-DOS version as well.
-rw-r--r--lisp/ChangeLog5
-rw-r--r--lisp/startup.el2
2 files changed, 6 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 70b9fd0a154..3d6eb9e36c3 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
11999-12-28 Eli Zaretskii <eliz@is.elta.co.il>
2
3 * startup.el (command-line-1): Make mode line mouse-sensitive for
4 the MS-DOS version as well.
5
11999-12-28 Gerd Moellmann <gerd@gnu.org> 61999-12-28 Gerd Moellmann <gerd@gnu.org>
2 7
3 * bs.el: New file. 8 * bs.el: New file.
diff --git a/lisp/startup.el b/lisp/startup.el
index e24f564cdc4..945b71f10b8 100644
--- a/lisp/startup.el
+++ b/lisp/startup.el
@@ -808,7 +808,7 @@ If this is nil, no message will be displayed."
808 (substitute-command-keys 808 (substitute-command-keys
809 "For information about the GNU Project and its goals, type \\[describe-project].")))) 809 "For information about the GNU Project and its goals, type \\[describe-project]."))))
810 (when (and (not noninteractive) 810 (when (and (not noninteractive)
811 (memq window-system '(x w32))) 811 (memq window-system '(x w32 pc)))
812 (make-mode-line-mouse-sensitive)) 812 (make-mode-line-mouse-sensitive))
813 (if (null command-line-args-left) 813 (if (null command-line-args-left)
814 (cond ((and (not inhibit-startup-message) (not noninteractive) 814 (cond ((and (not inhibit-startup-message) (not noninteractive)