From: Richard M. Stallman Date: Thu, 29 Dec 1994 19:02:16 +0000 (+0000) Subject: Fix typo in previous change. X-Git-Url: http://git.hcoop.net/bpt/emacs.git/commitdiff_plain/1ca92e2614abb2c4530f1840b5c2e415747908db Fix typo in previous change. --- diff --git a/lisp/startup.el b/lisp/startup.el index d42544b5b0..bc39a0c39f 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."))