fix message: new multibyte format requires 23
This commit is contained in:
parent
f19a0f5b11
commit
8c914fdb18
1 changed files with 2 additions and 2 deletions
|
@ -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]+\\)")
|
||||
|
|
Loading…
Add table
Reference in a new issue