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
ed7cf49a
Commit
ed7cf49a
authored
Dec 02, 2007
by
Glenn Morris
Browse files
Don't require cl when compiling.
parent
3d54861a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
5 deletions
+0
-5
lisp/url/url-about.el
lisp/url/url-about.el
+0
-2
lisp/url/url-handlers.el
lisp/url/url-handlers.el
+0
-3
No files found.
lisp/url/url-about.el
View file @
ed7cf49a
...
...
@@ -25,8 +25,6 @@
;;; Code:
(
eval-when-compile
(
require
'cl
))
(
require
'url-util
)
(
require
'url-parse
)
...
...
lisp/url/url-handlers.el
View file @
ed7cf49a
...
...
@@ -41,9 +41,6 @@
(
autoload
'mm-dissect-buffer
"mm-decode"
"Dissect the current buffer and return a list of MIME handles."
)
(
autoload
'url-scheme-get-property
"url-methods"
"Get property of a URL SCHEME."
)
(
eval-when-compile
(
require
'cl
))
;; Implementation status
;; ---------------------
;; Function Status
...
...
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