(apel-modules): Add `time-stamp' if Emacs version is less than 19.16.
authoryamaoka <yamaoka>
Thu, 26 Aug 1999 12:32:12 +0000 (12:32 +0000)
committeryamaoka <yamaoka>
Thu, 26 Aug 1999 12:32:12 +0000 (12:32 +0000)
APEL-ELS

index 23adfa8..e1c50af 100644 (file)
--- a/APEL-ELS
+++ b/APEL-ELS
@@ -14,4 +14,9 @@
                           ;; atype file-detect
                           ))
 
+(if (or (< emacs-major-version 19)
+       (and (eq emacs-major-version 19) (< emacs-minor-version 16)))
+    (setq apel-modules (cons 'time-stamp apel-modules))
+  )
+
 ;;; APEL-ELS ends here