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
95875d96
Commit
95875d96
authored
Mar 30, 2000
by
Gerd Moellmann
Browse files
(byte-compile-file-form-autoload): Disable new code.
parent
1f56ba73
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
lisp/emacs-lisp/bytecomp.el
lisp/emacs-lisp/bytecomp.el
+2
-2
No files found.
lisp/emacs-lisp/bytecomp.el
View file @
95875d96
...
...
@@ -10,7 +10,7 @@
;;; This version incorporates changes up to version 2.10 of the
;;; Zawinski-Furuseth compiler.
(
defconst
byte-compile-version
"$Revision:
2.66
$"
)
(
defconst
byte-compile-version
"$Revision:
1.1
$"
)
;; This file is part of GNU Emacs.
...
...
@@ -1807,7 +1807,7 @@ list that represents a doc string reference.
(
eval
(
nth
5
form
))
;Macro
(
eval
form
))
;Define the autoload.
;; Avoid undefined function warnings for the autoload.
(
if
(
and
(
consp
(
nth
1
form
))
(
if
(
and
nil
(
consp
(
nth
1
form
))
(
eq
(
car
(
nth
1
form
))
'quote
)
(
consp
(
cdr
(
nth
1
form
)))
(
symbolp
(
nth
1
(
nth
1
form
))))
...
...
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