pkgsrc/devel/emacs-ilisp/patches/patch-ac

16 lines
634 B
Text
Raw Normal View History

2009-07-12 23:37:23 +02:00
$NetBSD: patch-ac,v 1.2 2009/07/12 21:37:23 minskim Exp $
2009-07-12 23:37:23 +02:00
--- ilisp-mak.el.orig 2002-05-31 04:47:57.000000000 -0700
+++ ilisp-mak.el
2009-07-12 23:37:23 +02:00
@@ -48,6 +48,10 @@
(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"))
+ ((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)