diff options
| -rw-r--r-- | lisp/emacs-lisp/bytecomp.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/bytecomp.el b/lisp/emacs-lisp/bytecomp.el index bbb977d2be5..f3462d7a189 100644 --- a/lisp/emacs-lisp/bytecomp.el +++ b/lisp/emacs-lisp/bytecomp.el | |||
| @@ -1579,7 +1579,7 @@ With argument, insert value in current buffer after the form." | |||
| 1579 | (if (not (stringp (nth 3 form))) | 1579 | (if (not (stringp (nth 3 form))) |
| 1580 | ;; No doc string to make-docfile; insert form in normal code. | 1580 | ;; No doc string to make-docfile; insert form in normal code. |
| 1581 | (byte-compile-keep-pending | 1581 | (byte-compile-keep-pending |
| 1582 | (list 'fset (list 'quote name) | 1582 | (list 'defalias (list 'quote name) |
| 1583 | (cond ((not macrop) | 1583 | (cond ((not macrop) |
| 1584 | code) | 1584 | code) |
| 1585 | ((eq 'make-byte-code (car-safe code)) | 1585 | ((eq 'make-byte-code (car-safe code)) |