diff options
Diffstat (limited to 'lisp/startup.el')
-rw-r--r-- | lisp/startup.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/startup.el b/lisp/startup.el index d42544b5b0d..bc39a0c39ff 100644 --- a/lisp/startup.el +++ b/lisp/startup.el @@ -533,7 +533,7 @@ Type \\[info] to enter Info, which you can use to read GNU documentation." ;; Windows and MSDOS (currently) do not count as ;; window systems, but do have mouse support. - (if (or (memq (system-type '(msdos windowsnt))) + (if (or (memq system-type '(msdos windowsnt)) window-system) (insert " C-mouse-3 (third mouse button, with Control) gets a mode-specific menu.")) |