]> git.eshelyaron.com Git - emacs.git/commitdiff
fix message: new multibyte format requires 23
authorSeiji Zenitani <zenitani@mac.com>
Thu, 6 Aug 2009 00:07:12 +0000 (00:07 +0000)
committerSeiji Zenitani <zenitani@mac.com>
Thu, 6 Aug 2009 00:07:12 +0000 (00:07 +0000)
lisp/emacs-lisp/bytecomp.el

index f0edda4ee6e01136ad9d00290f9c7fc93325c975..196b1af0e3af20f626e3803093097f6b4e554685 100644 (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]+\\)")