]> git.eshelyaron.com Git - emacs.git/commitdiff
(byte-compile-defalias): Fix typo in prev change.
authorRichard M. Stallman <rms@gnu.org>
Sat, 2 Jul 1994 00:41:28 +0000 (00:41 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 2 Jul 1994 00:41:28 +0000 (00:41 +0000)
lisp/emacs-lisp/bytecomp.el

index b36bc6d6d78f36b4450c6c2180f66310e891d6c8..b63fe995798a10ac70ebbce44dc93b2edb646581 100644 (file)
@@ -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