projects
/
elisp
/
apel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
14bc244
)
(apel-modules): Add `time-stamp' if Emacs version is less than 19.16.
author
yamaoka
<yamaoka>
Thu, 26 Aug 1999 12:32:12 +0000
(12:32 +0000)
committer
yamaoka
<yamaoka>
Thu, 26 Aug 1999 12:32:12 +0000
(12:32 +0000)
APEL-ELS
patch
|
blob
|
history
diff --git
a/APEL-ELS
b/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