changeset 10285:abacb10bd5e6

Fix typo in previous change.
author Richard M. Stallman <rms@gnu.org>
date Thu, 29 Dec 1994 19:02:16 +0000
parents 832491972c95
children 5689759b9329
files lisp/startup.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/startup.el	Thu Dec 29 18:53:25 1994 +0000
+++ b/lisp/startup.el	Thu Dec 29 19:02:16 1994 +0000
@@ -533,7 +533,7 @@
 
 		   ;; 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."))