From 2c05086691f66aed2fd3ae26afdecebbeb3148fe Mon Sep 17 00:00:00 2001 From: yamaoka Date: Thu, 26 Aug 1999 12:32:12 +0000 Subject: [PATCH] (apel-modules): Add `time-stamp' if Emacs version is less than 19.16. --- APEL-ELS | 5 +++++ 1 file changed, 5 insertions(+) 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 -- 1.7.10.4