Mercurial > emacs
changeset 8466:3cca823100db
(byte-after-unbind-ops): Fix paren error wrt doc string.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sat, 06 Aug 1994 19:25:24 +0000 |
parents | a465b1335c0b |
children | b2cfcc126dac |
files | lisp/emacs-lisp/byte-opt.el |
diffstat | 1 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/emacs-lisp/byte-opt.el Sat Aug 06 05:02:00 1994 +0000 +++ b/lisp/emacs-lisp/byte-opt.el Sat Aug 06 19:25:24 1994 +0000 @@ -1177,10 +1177,10 @@ byte-symbolp byte-consp byte-stringp byte-listp byte-numberp byte-integerp byte-eq byte-equal byte-not byte-cons byte-list1 byte-list2 ; byte-list3 byte-list4 - byte-interactive-p - ;; How about other side-effect-free-ops? Is it safe to move an - ;; error invocation (such as from nth) out of an unwind-protect? - "Byte-codes that can be moved past an unbind.")) + byte-interactive-p) + ;; How about other side-effect-free-ops? Is it safe to move an + ;; error invocation (such as from nth) out of an unwind-protect? + "Byte-codes that can be moved past an unbind.") (defconst byte-compile-side-effect-and-error-free-ops '(byte-constant byte-dup byte-symbolp byte-consp byte-stringp byte-listp