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:
parent
617a0e834a
commit
53cfe624fc
6 changed files with 13 additions and 8 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue