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:
parent
0e52ea0303
commit
e13b624a0f
1 changed files with 1 additions and 1 deletions
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue