From 5731b491b2d0f392c801bb7f5ef140ecbc5c6fa0 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Tue, 28 Dec 1999 16:03:01 +0000 Subject: [PATCH] (command-line-1): Make mode line mouse-sensitive for the MS-DOS version as well. --- lisp/ChangeLog | 5 +++++ lisp/startup.el | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 70b9fd0a154..3d6eb9e36c3 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +1999-12-28 Eli Zaretskii + + * startup.el (command-line-1): Make mode line mouse-sensitive for + the MS-DOS version as well. + 1999-12-28 Gerd Moellmann * 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." (substitute-command-keys "For information about the GNU Project and its goals, type \\[describe-project].")))) (when (and (not noninteractive) - (memq window-system '(x w32))) + (memq window-system '(x w32 pc))) (make-mode-line-mouse-sensitive)) (if (null command-line-args-left) (cond ((and (not inhibit-startup-message) (not noninteractive) -- 2.39.5