From 666b94132b9d785b4ec6f0ecbfa451168134d150 Mon Sep 17 00:00:00 2001 From: Stephen Eglen Date: Sun, 5 Apr 1998 18:26:32 +0000 Subject: Customized. --- lisp/emacs-lisp/trace.el | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'lisp/emacs-lisp/trace.el') diff --git a/lisp/emacs-lisp/trace.el b/lisp/emacs-lisp/trace.el index 40008e29a19..d066f7d82f3 100644 --- a/lisp/emacs-lisp/trace.el +++ b/lisp/emacs-lisp/trace.el @@ -164,9 +164,16 @@ (require 'advice) +(defgroup trace nil + "Tracing facility for Emacs Lisp functions" + :prefix "trace-" + :group 'lisp) + ;;;###autoload -(defvar trace-buffer "*trace-output*" - "*Trace output will by default go to that buffer.") +(defcustom trace-buffer "*trace-output*" + "*Trace output will by default go to that buffer." + :type 'string + :group 'trace) ;; Current level of traced function invocation: (defvar trace-level 0) -- cgit v1.2.3