diff options
author | Stefan Monnier <monnier@iro.umontreal.ca> | 2011-02-23 10:22:28 -0500 |
---|---|---|
committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2011-02-23 10:22:28 -0500 |
commit | 53cfe624fc93b0f8aea0747f4d3493881404e77f (patch) | |
tree | 0206365b692ee955ec3ede49807c5fc4fd051796 /lisp/emacs-lisp | |
parent | 617a0e834a8f3870e28308cd2d04cba6d945f62b (diff) | |
download | emacs-53cfe624fc93b0f8aea0747f4d3493881404e77f.tar.gz emacs-53cfe624fc93b0f8aea0747f4d3493881404e77f.tar.bz2 emacs-53cfe624fc93b0f8aea0747f4d3493881404e77f.zip |
* lisp/emacs-lisp/bytecomp.el (byte-compile-disable-print-circle): Obsolete.
Diffstat (limited to 'lisp/emacs-lisp')
-rw-r--r-- | lisp/emacs-lisp/bytecomp.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/emacs-lisp/bytecomp.el b/lisp/emacs-lisp/bytecomp.el index 199927d536e..2f113dfb479 100644 --- a/lisp/emacs-lisp/bytecomp.el +++ b/lisp/emacs-lisp/bytecomp.el @@ -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 |