From 8c914fdb1828b576dd66fd4ef546c32d62252c06 Mon Sep 17 00:00:00 2001 From: Seiji Zenitani Date: Thu, 6 Aug 2009 00:07:12 +0000 Subject: [PATCH] fix message: new multibyte format requires 23 --- lisp/emacs-lisp/bytecomp.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/emacs-lisp/bytecomp.el b/lisp/emacs-lisp/bytecomp.el index f0edda4ee6e..196b1af0e3a 100644 --- a/lisp/emacs-lisp/bytecomp.el +++ b/lisp/emacs-lisp/bytecomp.el @@ -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]+\\)") -- 2.39.2