Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
04f9dc47
Commit
04f9dc47
authored
Jun 23, 2000
by
Stefan Monnier
Browse files
Require CL when compiling.
parent
f7cc6849
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
lisp/eshell/esh-module.el
lisp/eshell/esh-module.el
+5
-1
No files found.
lisp/eshell/esh-module.el
View file @
04f9dc47
...
...
@@ -2,6 +2,10 @@
;; Copyright (C) 1999, 2000 Free Sofware Foundation
;; Author: John Wiegley <johnw@gnu.org>
;; Keywords: processes
;; X-URL: http://www.emacs.org/~johnw/eshell.html
;; This file is part of GNU Emacs.
;; GNU Emacs is free software; you can redistribute it and/or modify
...
...
@@ -21,7 +25,7 @@
(
provide
'esh-module
)
(
eval-when-compile
(
require
'esh-maint
))
(
eval-when-compile
(
require
'esh-maint
)
(
require
'cl
)
)
(
defgroup
eshell-module
nil
"The `eshell-module' group is for Eshell extension modules, which
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment