2009-07-12 23:37:23 +02:00
|
|
|
$NetBSD: patch-ac,v 1.2 2009/07/12 21:37:23 minskim Exp $
|
2007-06-11 16:07:28 +02:00
|
|
|
|
2009-07-12 23:37:23 +02:00
|
|
|
--- ilisp-mak.el.orig 2002-05-31 04:47:57.000000000 -0700
|
2007-06-11 16:07:28 +02:00
|
|
|
+++ ilisp-mak.el
|
2009-07-12 23:37:23 +02:00
|
|
|
@@ -48,6 +48,10 @@
|
2007-06-11 16:07:28 +02:00
|
|
|
(byte-compile-file "illuc19.el"))
|
|
|
|
((eq +ilisp-emacs-version-id+ 'xemacs)
|
|
|
|
(byte-compile-file "ilxemacs.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)
|