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
4db98503
Commit
4db98503
authored
Dec 21, 2004
by
Richard M. Stallman
Browse files
Comment change.
parent
fda2922a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lisp/emacs-lisp/bytecomp.el
lisp/emacs-lisp/bytecomp.el
+1
-1
No files found.
lisp/emacs-lisp/bytecomp.el
View file @
4db98503
...
...
@@ -2178,7 +2178,7 @@ list that represents a doc string reference.
(
let
((
old-load-list
current-load-list
)
(
args
(
mapcar
'eval
(
cdr
form
))))
(
apply
'require
args
)
;; Detec
h
(require 'cl) in a way that works even if cl is already loaded.
;; Detec
t
(require 'cl) in a way that works even if cl is already loaded.
(
if
(
member
(
car
args
)
'
(
"cl"
cl
))
(
setq
byte-compile-warnings
(
remq
'cl-functions
byte-compile-warnings
))))
...
...
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