diff options
| author | Richard M. Stallman | 1993-07-09 06:53:42 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1993-07-09 06:53:42 +0000 |
| commit | ce3be3d53117edfc77de3efc6bd4288f4bccd237 (patch) | |
| tree | dbf06ced41580b9bd48a6f2982918a276c5a7018 | |
| parent | ca38179a7428456b4f41c3c21ff682c71c0b29a0 (diff) | |
| download | emacs-ce3be3d53117edfc77de3efc6bd4288f4bccd237.tar.gz emacs-ce3be3d53117edfc77de3efc6bd4288f4bccd237.zip | |
(byte-compile-file-form-defmumble): Undo previous change.
It turns out the second arg was put in by mistake in the first place.
| -rw-r--r-- | lisp/emacs-lisp/bytecomp.el | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/emacs-lisp/bytecomp.el b/lisp/emacs-lisp/bytecomp.el index 7364f8803df..1bf05c83168 100644 --- a/lisp/emacs-lisp/bytecomp.el +++ b/lisp/emacs-lisp/bytecomp.el | |||
| @@ -1589,8 +1589,7 @@ With argument, insert value in current buffer after the form." | |||
| 1589 | (list 'cons ''macro code)) | 1589 | (list 'cons ''macro code)) |
| 1590 | ((list 'quote (if macrop | 1590 | ((list 'quote (if macrop |
| 1591 | (cons 'macro new-one) | 1591 | (cons 'macro new-one) |
| 1592 | new-one))))) | 1592 | new-one)))))) |
| 1593 | 'byte-compile-two-args) | ||
| 1594 | ;; Output the form by hand, that's much simpler than having | 1593 | ;; Output the form by hand, that's much simpler than having |
| 1595 | ;; b-c-output-file-form analyze the defalias. | 1594 | ;; b-c-output-file-form analyze the defalias. |
| 1596 | (byte-compile-flush-pending) | 1595 | (byte-compile-flush-pending) |