1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-23 22:20:24 -08:00

* lisp/emacs-lisp/bytecomp.el (byte-compile-disable-print-circle): Obsolete.

This commit is contained in:
Stefan Monnier 2011-02-23 10:22:28 -05:00
parent 617a0e834a
commit 53cfe624fc
6 changed files with 13 additions and 8 deletions

View file

@ -227,6 +227,7 @@ the functions you loaded will not be able to run.")
(defvar byte-compile-disable-print-circle nil
"If non-nil, disable `print-circle' on printing a byte-compiled code.")
(make-obsolete-variable 'byte-compile-disable-print-circle nil "24.1")
;;;###autoload(put 'byte-compile-disable-print-circle 'safe-local-variable 'booleanp)
(defcustom byte-compile-dynamic-docstrings t