# HG changeset patch # User Richard M. Stallman # Date 773109688 0 # Node ID e45d541e55cf06ac4688c2056bc67625e4b9768c # Parent bebf92e1b110d99edc2a085ede902291b35ad31a (byte-compile-defalias): Fix typo in prev change. diff -r bebf92e1b110 -r e45d541e55cf lisp/emacs-lisp/bytecomp.el --- a/lisp/emacs-lisp/bytecomp.el Sat Jul 02 00:10:58 1994 +0000 +++ b/lisp/emacs-lisp/bytecomp.el Sat Jul 02 00:41:28 1994 +0000 @@ -2850,7 +2850,7 @@ (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