Variable: byte-goto-if-nil-else-pop
byte-goto-if-nil-else-pop is a variable defined in bytecomp.el.gz.
Value
133
Documentation
Byte code opcode to examine top-of-stack, jump and don't pop it if it's nil, otherwise pop it.
Source Code
;; Defined in /usr/src/emacs/lisp/emacs-lisp/bytecomp.el.gz