summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1997-06-23 02:04:50 +0000
committerRichard M. Stallman <rms@gnu.org>1997-06-23 02:04:50 +0000
commit7f2b42a1f7839da00a55b7411c004104e950e986 (patch)
treea1c7a7b952ef77a692bd17126b55a79b55943385 /lisp/emacs-lisp
parentf649aa049700c416712e3042c24c0bf94ffefe8d (diff)
downloademacs-7f2b42a1f7839da00a55b7411c004104e950e986.tar.gz
emacs-7f2b42a1f7839da00a55b7411c004104e950e986.tar.bz2
emacs-7f2b42a1f7839da00a55b7411c004104e950e986.zip
(edebug-version): Use the Emacs version.
Diffstat (limited to 'lisp/emacs-lisp')
-rw-r--r--lisp/emacs-lisp/edebug.el9
1 files changed, 1 insertions, 8 deletions
diff --git a/lisp/emacs-lisp/edebug.el b/lisp/emacs-lisp/edebug.el
index ed36ff1537d..b305cb9a25a 100644
--- a/lisp/emacs-lisp/edebug.el
+++ b/lisp/emacs-lisp/edebug.el
@@ -6,11 +6,6 @@
;; Author: Daniel LaLiberte <liberte@cs.uiuc.edu>
;; Keywords: lisp, tools, maint
-;; LCD Archive Entry:
-;; edebug|Daniel LaLiberte|liberte@cs.uiuc.edu
-;; |A source level debugger for Emacs Lisp.
-;; |$Date: 1997/05/29 06:32:44 $|$Revision: 3.17 $|~/modes/edebug.el|
-
;; This file is part of GNU Emacs.
;; GNU Emacs is free software; you can redistribute it and/or modify
@@ -86,9 +81,7 @@
;;; Code:
(defconst edebug-version
- (let ((raw-version "$Revision: 3.17 $"))
- (substring raw-version (string-match "[0-9.]*" raw-version)
- (match-end 0))))
+ (concat "In Emacs version " emacs-version))
(require 'backquote)