diff options
author | Miles Bader <miles@gnu.org> | 2007-11-21 04:55:58 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 2007-11-21 04:55:58 +0000 |
commit | d4aa48db8ed36b1fc7e7b0e6bd35049353f7f96e (patch) | |
tree | 4a8c1381059835b73876f59183e228a2fb740d59 /lisp/emacs-lisp/byte-opt.el | |
parent | 3d9bd2bc2806ecaf85f4474060a7fadfd00e61fd (diff) | |
parent | 33127d1a78f2a37d68ffa09642df2f38d78e95b1 (diff) | |
download | emacs-d4aa48db8ed36b1fc7e7b0e6bd35049353f7f96e.tar.gz |
Merge from emacs--rel--22
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-937
Diffstat (limited to 'lisp/emacs-lisp/byte-opt.el')
-rw-r--r-- | lisp/emacs-lisp/byte-opt.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/emacs-lisp/byte-opt.el b/lisp/emacs-lisp/byte-opt.el index f56e2544272..b021b8d9f1a 100644 --- a/lisp/emacs-lisp/byte-opt.el +++ b/lisp/emacs-lisp/byte-opt.el @@ -277,6 +277,8 @@ ;; Isn't it an error for `string' not to be unibyte?? --stef (if (fboundp 'string-as-unibyte) (setq string (string-as-unibyte string))) + ;; `byte-compile-splice-in-already-compiled-code' + ;; takes care of inlining the body. (cons `(lambda ,(aref fn 0) (byte-code ,string ,(aref fn 2) ,(aref fn 3))) (cdr form))) |