diff options
author | Richard M. Stallman <rms@gnu.org> | 1994-12-29 19:02:16 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1994-12-29 19:02:16 +0000 |
commit | 1ca92e2614abb2c4530f1840b5c2e415747908db (patch) | |
tree | 986d531faad8c5e68d1e0b2cd2617e2af8730d3d /lisp/startup.el | |
parent | dde69dbec88a89e9288aab03909d01c31aae3644 (diff) | |
download | emacs-1ca92e2614abb2c4530f1840b5c2e415747908db.tar.gz |
Fix typo in previous change.
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.")) |