]> code.delx.au - gnu-emacs/blobdiff - lisp/emacs-lisp/trace.el
Don’t create unnecessary marker in ‘delete-trailing-whitespace’
[gnu-emacs] / lisp / emacs-lisp / trace.el
index 1c0f6e7dc543dc05c27611a7f398f881cc27d235..1913a789db66de0fa0f7b3be34853ecfc9a4b523 100644 (file)
@@ -1,6 +1,6 @@
 ;;; trace.el --- tracing facility for Emacs Lisp functions  -*- lexical-binding: t -*-
 
-;; Copyright (C) 1993, 1998, 2000-2014 Free Software Foundation, Inc.
+;; Copyright (C) 1993, 1998, 2000-2016 Free Software Foundation, Inc.
 
 ;; Author: Hans Chalupsky <hans@cs.buffalo.edu>
 ;; Maintainer: emacs-devel@gnu.org
   :prefix "trace-"
   :group 'lisp)
 
+;;;###autoload
 (defcustom trace-buffer "*trace-output*"
   "Trace output will by default go to that buffer."
   :type 'string)