diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2011-02-24 22:42:06 -0800 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2011-02-24 22:42:06 -0800 |
commit | a07b892ff17e95e513c4bfe6e2dd73df1e589bf3 (patch) | |
tree | a3d1a40c919618c9a452a405838cff23819777fe /lisp/emacs-lisp/bytecomp.el | |
parent | ae0d725005539d9259efac6a81ff8fdd45eb69a6 (diff) | |
parent | b18947669cd182ec8487b317460f6df5878d0f11 (diff) | |
download | emacs-a07b892ff17e95e513c4bfe6e2dd73df1e589bf3.tar.gz emacs-a07b892ff17e95e513c4bfe6e2dd73df1e589bf3.tar.bz2 emacs-a07b892ff17e95e513c4bfe6e2dd73df1e589bf3.zip |
Merge from mainline.
Diffstat (limited to 'lisp/emacs-lisp/bytecomp.el')
-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 |