File: fix_emacs_version.diff

package info (click to toggle)
t-code 2%3A2.3.1-12
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,816 kB
  • sloc: lisp: 10,356; perl: 748; sh: 384; makefile: 138
file content (16 lines) | stat: -rw-r--r-- 479 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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 򸽺ߤΥޥåפǺƼ¹Ԥ"