Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
cb88b56e
Commit
cb88b56e
authored
Aug 06, 1994
by
Richard M. Stallman
Browse files
(byte-after-unbind-ops): Fix paren error wrt doc string.
parent
b65a149a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
lisp/emacs-lisp/byte-opt.el
lisp/emacs-lisp/byte-opt.el
+4
-4
No files found.
lisp/emacs-lisp/byte-opt.el
View file @
cb88b56e
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment