Mercurial > emacs
changeset 27020:a7feebdd964d
(command-line-1): Make mode line mouse-sensitive for
the MS-DOS version as well.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Tue, 28 Dec 1999 16:03:01 +0000 |
parents | 3956e87adf2d |
children | 0c7659f0428f |
files | lisp/ChangeLog lisp/startup.el |
diffstat | 2 files changed, 6 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Tue Dec 28 15:59:34 1999 +0000 +++ b/lisp/ChangeLog Tue Dec 28 16:03:01 1999 +0000 @@ -1,3 +1,8 @@ +1999-12-28 Eli Zaretskii <eliz@is.elta.co.il> + + * startup.el (command-line-1): Make mode line mouse-sensitive for + the MS-DOS version as well. + 1999-12-28 Gerd Moellmann <gerd@gnu.org> * bs.el: New file.
--- a/lisp/startup.el Tue Dec 28 15:59:34 1999 +0000 +++ b/lisp/startup.el Tue Dec 28 16:03:01 1999 +0000 @@ -808,7 +808,7 @@ (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)