aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1994-07-02 00:41:28 +0000
committerRichard M. Stallman1994-07-02 00:41:28 +0000
commitb3848c28516dc6e8f18babce1c63c8e37bf62c22 (patch)
tree6c347e879286df426e10fc421bec6fa289022ff3
parent73e84c9622c276524374542ccc1e3e8d92201a91 (diff)
downloademacs-b3848c28516dc6e8f18babce1c63c8e37bf62c22.tar.gz
emacs-b3848c28516dc6e8f18babce1c63c8e37bf62c22.zip
(byte-compile-defalias): Fix typo in prev change.
-rw-r--r--lisp/emacs-lisp/bytecomp.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/bytecomp.el b/lisp/emacs-lisp/bytecomp.el
index b36bc6d6d78..b63fe995798 100644
--- a/lisp/emacs-lisp/bytecomp.el
+++ b/lisp/emacs-lisp/bytecomp.el
@@ -2850,7 +2850,7 @@ If FORM is a lambda or a macro, byte-compile it as a function."
2850 (cons (cons (nth 1 (nth 1 form)) 2850 (cons (cons (nth 1 (nth 1 form))
2851 (nth 1 (nth 2 form))) 2851 (nth 1 (nth 2 form)))
2852 byte-compile-function-environment)))) 2852 byte-compile-function-environment))))
2853 (byte-compile-normal-call form))) 2853 (byte-compile-normal-call form))
2854 2854
2855;; Turn off warnings about prior calls to the function being defalias'd. 2855;; Turn off warnings about prior calls to the function being defalias'd.
2856;; This could be smarter and compare those calls with 2856;; This could be smarter and compare those calls with