Mercurial > emacs
changeset 22632:187c9bf1aab6
(command-line) <handling LANG>: Change 9 to 5, not 5 to 9.
(command-line-1): Fix mouse startup message.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sat, 27 Jun 1998 23:11:51 +0000 |
parents | 3f3121176533 |
children | 3da8188c31a3 |
files | lisp/startup.el |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/startup.el Sat Jun 27 22:23:43 1998 +0000 +++ b/lisp/startup.el Sat Jun 27 23:11:51 1998 +0000 @@ -516,8 +516,8 @@ (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. @@ -829,7 +829,7 @@ (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)