1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-23 06:00:41 -08:00

(byte-compile-file-form-defmumble): Use defalias

for named function, even if no doc string.
This commit is contained in:
Richard M. Stallman 1993-06-15 19:29:59 +00:00
parent 0e52ea0303
commit e13b624a0f

View 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))