summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/trace.el
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2014-11-04 21:08:12 -0800
committerGlenn Morris <rgm@gnu.org>2014-11-04 21:08:12 -0800
commitddce73d32fa3e62e022842e3bbdc0aa83bb358cc (patch)
tree21dbcb8d40ff634b6f821de95af2b8e3deb0a8e3 /lisp/emacs-lisp/trace.el
parent6a278b64f7356613c4a7709ed699655fa7415260 (diff)
downloademacs-ddce73d32fa3e62e022842e3bbdc0aa83bb358cc.tar.gz
Revert previous accidental commit
Diffstat (limited to 'lisp/emacs-lisp/trace.el')
-rw-r--r--lisp/emacs-lisp/trace.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/emacs-lisp/trace.el b/lisp/emacs-lisp/trace.el
index 1c0f6e7dc54..872bf86e545 100644
--- a/lisp/emacs-lisp/trace.el
+++ b/lisp/emacs-lisp/trace.el
@@ -139,6 +139,7 @@
:prefix "trace-"
:group 'lisp)
+;;;###autoload
(defcustom trace-buffer "*trace-output*"
"Trace output will by default go to that buffer."
:type 'string)