aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1995-05-05 01:30:32 +0000
committerRichard M. Stallman1995-05-05 01:30:32 +0000
commitf49deb4fff44d78b6db92491aae3af46e68a77e6 (patch)
tree8adba894f9b322da4917133de4b7d4ed464df6e8
parentbbbe9545dd797790f7144009684d05f8995ae537 (diff)
downloademacs-f49deb4fff44d78b6db92491aae3af46e68a77e6.tar.gz
emacs-f49deb4fff44d78b6db92491aae3af46e68a77e6.zip
Don't try to define backquote.
(trace-version): Deleted.
-rw-r--r--lisp/emacs-lisp/trace.el8
1 files changed, 0 insertions, 8 deletions
diff --git a/lisp/emacs-lisp/trace.el b/lisp/emacs-lisp/trace.el
index 49a4a8cd5a9..f9091cd1fb5 100644
--- a/lisp/emacs-lisp/trace.el
+++ b/lisp/emacs-lisp/trace.el
@@ -4,7 +4,6 @@
4 4
5;; Author: Hans Chalupsky <hans@cs.buffalo.edu> 5;; Author: Hans Chalupsky <hans@cs.buffalo.edu>
6;; Created: 15 Dec 1992 6;; Created: 15 Dec 1992
7;; Version: trace.el,v 2.0 1993/05/18 00:41:16 hans Exp
8;; Keywords: tools, lisp 7;; Keywords: tools, lisp
9 8
10;; This file is part of GNU Emacs. 9;; This file is part of GNU Emacs.
@@ -164,13 +163,6 @@
164 163
165(require 'advice) 164(require 'advice)
166 165
167;; For the odd case that ``' does not have an autoload definition in some
168;; Emacs we autoload it here. It is only needed for compilation, hence,
169;; I don't want to unconditionally `require' it:
170(if (not (fboundp '`)) (autoload '` "backquote"))
171
172(defconst trace-version "2.0")
173
174;;;###autoload 166;;;###autoload
175(defvar trace-buffer "*trace-output*" 167(defvar trace-buffer "*trace-output*"
176 "*Trace output will by default go to that buffer.") 168 "*Trace output will by default go to that buffer.")