# HG changeset patch # User Seiji Zenitani # Date 1249517232 0 # Node ID a4d9f7df78e8a0f05cd923b68a52f110e4728f92 # Parent d4c5482e3aa496e1106fdcd4afa28a276c60adfe fix message: new multibyte format requires 23 diff -r d4c5482e3aa4 -r a4d9f7df78e8 lisp/emacs-lisp/bytecomp.el --- 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]+\\)")