diff options
| author | Eli Zaretskii | 1999-12-28 16:03:01 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 1999-12-28 16:03:01 +0000 |
| commit | 5731b491b2d0f392c801bb7f5ef140ecbc5c6fa0 (patch) | |
| tree | bc1f10f5502c47e4ae8334dd5f8de026f34f111d | |
| parent | 41ad069bdc70ca9afbdddc7076038f9d5566af97 (diff) | |
| download | emacs-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/ChangeLog | 5 | ||||
| -rw-r--r-- | lisp/startup.el | 2 |
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 @@ | |||
| 1 | 1999-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 | |||
| 1 | 1999-12-28 Gerd Moellmann <gerd@gnu.org> | 6 | 1999-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) |