(command-line-1): Fix mouse startup message.
(when (and ctype
(string-match iso-8859-n-locale-regexp ctype))
(let (charset (which (match-string 1 ctype)))
- (if (equal "5" which)
- (setq which "9"))
+ (if (equal "9" which)
+ (setq which "5"))
(setq charset (concat "latin-" which))
(when (string-match "latin-[12345]" charset)
;; Set up for this character set.
(if (assq 'display (frame-parameters))
(progn
(insert "\
-The menu bar above is sufficient for basic editing with the mouse.
+The menu bar and scroll bar are sufficient for basic editing with the mouse.
Useful Files menu items:
Exit Emacs (or type Control-x followed by Control-c)