]> git.eshelyaron.com Git - emacs.git/commitdiff
Don't try to define backquote.
authorRichard M. Stallman <rms@gnu.org>
Fri, 5 May 1995 01:30:32 +0000 (01:30 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 5 May 1995 01:30:32 +0000 (01:30 +0000)
(trace-version): Deleted.

lisp/emacs-lisp/trace.el

index 49a4a8cd5a9c22225e41ea1da1476dcffecd72f8..f9091cd1fb5483b2eda84b46c65854b752a1fc97 100644 (file)
@@ -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.
 
 (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.")