]> code.delx.au - gnu-emacs/commitdiff
(byte-compile-file-form-defmumble): Use defalias
authorRichard M. Stallman <rms@gnu.org>
Tue, 15 Jun 1993 19:29:59 +0000 (19:29 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 15 Jun 1993 19:29:59 +0000 (19:29 +0000)
for named function, even if no doc string.

lisp/emacs-lisp/bytecomp.el

index bbb977d2be58105f1b68bcc93dab32bfb574eb71..f3462d7a189bb9c7cb142af1290b0800872eb9d4 100644 (file)
@@ -1579,7 +1579,7 @@ With argument, insert value in current buffer after the form."
        (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))