diff options
author | Glenn Morris <rgm@gnu.org> | 2014-11-04 21:04:30 -0800 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2014-11-04 21:04:30 -0800 |
commit | 6a278b64f7356613c4a7709ed699655fa7415260 (patch) | |
tree | 089f1e051d97e213382ee15633b45e831c60b9f2 /lisp/emacs-lisp/trace.el | |
parent | fdcbfeac69b3e9c7edb114d47beb7e9ac9d10df4 (diff) | |
download | emacs-6a278b64f7356613c4a7709ed699655fa7415260.tar.gz |
Merge from emacs-24; up to 117669
Diffstat (limited to 'lisp/emacs-lisp/trace.el')
-rw-r--r-- | lisp/emacs-lisp/trace.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/trace.el b/lisp/emacs-lisp/trace.el index 872bf86e545..1c0f6e7dc54 100644 --- a/lisp/emacs-lisp/trace.el +++ b/lisp/emacs-lisp/trace.el @@ -139,7 +139,6 @@ :prefix "trace-" :group 'lisp) -;;;###autoload (defcustom trace-buffer "*trace-output*" "Trace output will by default go to that buffer." :type 'string) |