changeset 11694:8824bfeef670

Don't try to define backquote. (trace-version): Deleted.
author Richard M. Stallman <rms@gnu.org>
date Fri, 05 May 1995 01:30:32 +0000
parents efef31f1c42d
children 0f9b9c375416
files lisp/emacs-lisp/trace.el
diffstat 1 files changed, 0 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/emacs-lisp/trace.el	Fri May 05 00:34:00 1995 +0000
+++ b/lisp/emacs-lisp/trace.el	Fri May 05 01:30:32 1995 +0000
@@ -4,7 +4,6 @@
 
 ;; Author: Hans Chalupsky <hans@cs.buffalo.edu>
 ;; Created: 15 Dec 1992
-;; Version: trace.el,v 2.0 1993/05/18 00:41:16 hans Exp
 ;; Keywords: tools, lisp
 
 ;; This file is part of GNU Emacs.
@@ -164,13 +163,6 @@
 
 (require 'advice)
 
-;; For the odd case that ``' does not have an autoload definition in some
-;; Emacs we autoload it here. It is only needed for compilation, hence,
-;; I don't want to unconditionally `require' it:
-(if (not (fboundp '`)) (autoload '` "backquote"))
-
-(defconst trace-version "2.0")
-
 ;;;###autoload
 (defvar trace-buffer "*trace-output*"
   "*Trace output will by default go to that buffer.")