fix message: new multibyte format requires 23

This commit is contained in:
Seiji Zenitani 2009-08-06 00:07:12 +00:00
parent f19a0f5b11
commit 8c914fdb18

View file

@ -1971,8 +1971,8 @@ and will be removed soon. See (elisp)Backquote in the manual."))
(beginning-of-line)
(point)))
(insert ";;; This file contains utf-8 non-ASCII characters\n"
";;; and therefore cannot be loaded into Emacs 21 or earlier.\n")
;; Replace "19" or "19.29" with "22", twice.
";;; and therefore cannot be loaded into Emacs 22 or earlier.\n")
;; Replace "19" or "19.29" with "23", twice.
(re-search-forward "19\\(\\.[0-9]+\\)")
(replace-match "23")
(re-search-forward "19\\(\\.[0-9]+\\)")