From b3848c28516dc6e8f18babce1c63c8e37bf62c22 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sat, 2 Jul 1994 00:41:28 +0000 Subject: (byte-compile-defalias): Fix typo in prev change. --- lisp/emacs-lisp/bytecomp.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp/emacs-lisp') 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." (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 -- cgit v1.2.3