changeset 3740:9971fb0105d5

(byte-compile-file-form-defmumble): Use defalias for named function, even if no doc string.
author Richard M. Stallman <rms@gnu.org>
date Tue, 15 Jun 1993 19:29:59 +0000
parents 20145b01f038
children fa800d079bc3
files lisp/emacs-lisp/bytecomp.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/emacs-lisp/bytecomp.el	Tue Jun 15 19:16:46 1993 +0000
+++ b/lisp/emacs-lisp/bytecomp.el	Tue Jun 15 19:29:59 1993 +0000
@@ -1579,7 +1579,7 @@
 	(if (not (stringp (nth 3 form)))
 	    ;; No doc string to make-docfile; insert form in normal code.
 	    (byte-compile-keep-pending
-	     (list 'fset (list 'quote name)
+	     (list 'defalias (list 'quote name)
 		   (cond ((not macrop)
 			  code)
 			 ((eq 'make-byte-code (car-safe code))