From: yamaoka Date: Thu, 26 Aug 1999 12:32:12 +0000 (+0000) Subject: (apel-modules): Add `time-stamp' if Emacs version is less than 19.16. X-Git-Tag: apel-9_22~39 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=2c05086691f66aed2fd3ae26afdecebbeb3148fe;p=elisp%2Fapel.git (apel-modules): Add `time-stamp' if Emacs version is less than 19.16. --- diff --git a/APEL-ELS b/APEL-ELS index 23adfa8..e1c50af 100644 --- 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