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
b3848c28
Commit
b3848c28
authored
Jul 02, 1994
by
Richard M. Stallman
Browse files
(byte-compile-defalias): Fix typo in prev change.
parent
73e84c96
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 @
b3848c28
...
...
@@ -2850,7 +2850,7 @@ If FORM is a lambda or a macro, byte-compile it as a function."
(
cons
(
cons
(
nth
1
(
nth
1
form
))
(
nth
1
(
nth
2
form
)))
byte-compile-function-environment
))))
(
byte-compile-normal-call
form
))
)
(
byte-compile-normal-call
form
))
;; Turn off warnings about prior calls to the function being defalias'd.
;; This could be smarter and compare those calls with
...
...
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