Variable: byte-compile-delete-errors

byte-compile-delete-errors is a customizable variable defined in bytecomp.el.gz.

Value

nil

Documentation

If non-nil, the optimizer may delete forms that may signal an error.

This includes variable references and calls to functions such as car.

Source Code

;; Defined in /usr/src/emacs/lisp/emacs-lisp/bytecomp.el.gz
(defcustom byte-compile-delete-errors nil
  "If non-nil, the optimizer may delete forms that may signal an error.
This includes variable references and calls to functions such as `car'."
  :type 'boolean)