Description: Fix incompatibilities emacs22
Author: NOSHIRO Shigeo <noshiro@debian.org>
Last-Update: 2009-02-03
Forwarded: no

--- t-code-2.3.1.orig/lisp/tc-sysdep.el
+++ t-code-2.3.1/lisp/tc-sysdep.el
@@ -228,7 +228,7 @@
 ;;;
 ;;; Fix incompatibilities between 18 and 19.
 ;;;
-(if (string-match "^\\(19\\|2[01]\\)" emacs-version)
+(if (string-match "^\\(19\\|2[012]\\)" emacs-version)
     (progn
       (defun tcode-redo-command (ch)
 	"キー CH を現在のキーマップで再実行する"
