summaryrefslogtreecommitdiff
path: root/lisp/startup.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1994-12-29 19:02:16 +0000
committerRichard M. Stallman <rms@gnu.org>1994-12-29 19:02:16 +0000
commit1ca92e2614abb2c4530f1840b5c2e415747908db (patch)
tree986d531faad8c5e68d1e0b2cd2617e2af8730d3d /lisp/startup.el
parentdde69dbec88a89e9288aab03909d01c31aae3644 (diff)
downloademacs-1ca92e2614abb2c4530f1840b5c2e415747908db.tar.gz
Fix typo in previous change.
Diffstat (limited to 'lisp/startup.el')
-rw-r--r--lisp/startup.el2
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."))