]> code.delx.au - gnu-emacs/commitdiff
(byte-after-unbind-ops): Fix paren error wrt doc string.
authorRichard M. Stallman <rms@gnu.org>
Sat, 6 Aug 1994 19:25:24 +0000 (19:25 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 6 Aug 1994 19:25:24 +0000 (19:25 +0000)
lisp/emacs-lisp/byte-opt.el

index 8b7937b7d804310fbdc6469c2ed8bdabeeda7899..7bfa75dbaaf6e2481f97d97f76f0685e50ab1383 100644 (file)
      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