projects
/
elisp
/
flim.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
be76f5a
)
Undo the last change.
author
yamaoka
<yamaoka>
Thu, 26 Aug 1999 12:30:00 +0000
(12:30 +0000)
committer
yamaoka
<yamaoka>
Thu, 26 Aug 1999 12:30:00 +0000
(12:30 +0000)
FLIM-ELS
patch
|
blob
|
history
diff --git
a/FLIM-ELS
b/FLIM-ELS
index
a3c5528
..
1d8ebf6
100644
(file)
--- a/
FLIM-ELS
+++ b/
FLIM-ELS
@@
-21,11
+21,6
@@
(setq flim-modules (cons 'mel-b-el flim-modules))
)
-(if (or (< emacs-major-version 19)
- (and (eq emacs-major-version 19) (< emacs-minor-version 16)))
- (setq flim-modules (cons 'time-stamp flim-modules))
- )
-
(require 'pccl)
(unless-broken ccl-usable
(setq flim-modules (cons 'mel-b-ccl (cons 'mel-q-ccl flim-modules))))