2013-06-19 15:12:00 +02:00
|
|
|
$NetBSD: patch-ac,v 1.3 2013/06/19 13:12:01 mef Exp $
|
2007-06-11 16:07:28 +02:00
|
|
|
|
2013-06-19 15:12:00 +02:00
|
|
|
Add Version specific module to byte-compile
|
|
|
|
|
|
|
|
--- ilisp-mak.el.orig 2002-05-31 20:47:57.000000000 +0900
|
|
|
|
+++ ilisp-mak.el 2013-06-19 15:13:05.000000000 +0900
|
|
|
|
@@ -48,6 +48,12 @@
|
2007-06-11 16:07:28 +02:00
|
|
|
(byte-compile-file "illuc19.el"))
|
|
|
|
((eq +ilisp-emacs-version-id+ 'xemacs)
|
|
|
|
(byte-compile-file "ilxemacs.el"))
|
2013-06-19 15:12:00 +02:00
|
|
|
+ ((eq +ilisp-emacs-version-id+ 'fsf-24)
|
|
|
|
+ (byte-compile-file "ilfsf21.el"))
|
2009-07-12 23:37:23 +02:00
|
|
|
+ ((eq +ilisp-emacs-version-id+ 'fsf-23)
|
|
|
|
+ (byte-compile-file "ilfsf21.el"))
|
2007-06-11 16:07:28 +02:00
|
|
|
+ ((eq +ilisp-emacs-version-id+ 'fsf-22)
|
|
|
|
+ (byte-compile-file "ilfsf21.el"))
|
|
|
|
((eq +ilisp-emacs-version-id+ 'fsf-21)
|
|
|
|
(byte-compile-file "ilfsf21.el"))
|
|
|
|
((eq +ilisp-emacs-version-id+ 'fsf-20)
|