Path to this page:
Subject: CVS commit: wip/tc-git
From: Makoto Fujiwara
Date: 2013-12-15 15:21:09
Message id: E1VsCZT-0006Gn-RY@sfs-ml-1.v29.ch3.sourceforge.com
Log Message:
(pkgsrc)
Makefile
Bump version 2.99.2 to 2.99.3
patches/patch-lisp_tc-recover.el
New file. Only for building on Emacs21-22 to provide the function
coding-system-from-name
patches/patch-BATCH-SORT
load above created new function
patches/patch-lisp_eelll.el
Fix char width
- (insert " ") <--- two byte char whited out
+ (insert " ") <--- two byte char whited out
Fix for obsolete function:
- (insert (char-to-string last-command-char)))
+ (insert (char-to-string last-command-event)))
patches/patch-etc_Makefile.am
Fix typo on comment line
Files: