changeset 104163:a4d9f7df78e8

fix message: new multibyte format requires 23
author Seiji Zenitani <zenitani@mac.com>
date Thu, 06 Aug 2009 00:07:12 +0000
parents d4c5482e3aa4
children ac1a55cc2c38
files lisp/emacs-lisp/bytecomp.el
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/emacs-lisp/bytecomp.el	Wed Aug 05 09:19:21 2009 +0000
+++ b/lisp/emacs-lisp/bytecomp.el	Thu Aug 06 00:07:12 2009 +0000
@@ -1971,8 +1971,8 @@
 				      (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]+\\)")