diff options
| -rw-r--r-- | lisp/emacs-lisp/edebug.el | 9 |
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 @@ | |||
| 6 | ;; Author: Daniel LaLiberte <liberte@cs.uiuc.edu> | 6 | ;; Author: Daniel LaLiberte <liberte@cs.uiuc.edu> |
| 7 | ;; Keywords: lisp, tools, maint | 7 | ;; Keywords: lisp, tools, maint |
| 8 | 8 | ||
| 9 | ;; LCD Archive Entry: | ||
| 10 | ;; edebug|Daniel LaLiberte|liberte@cs.uiuc.edu | ||
| 11 | ;; |A source level debugger for Emacs Lisp. | ||
| 12 | ;; |$Date: 1997/05/29 06:32:44 $|$Revision: 3.17 $|~/modes/edebug.el| | ||
| 13 | |||
| 14 | ;; This file is part of GNU Emacs. | 9 | ;; This file is part of GNU Emacs. |
| 15 | 10 | ||
| 16 | ;; GNU Emacs is free software; you can redistribute it and/or modify | 11 | ;; GNU Emacs is free software; you can redistribute it and/or modify |
| @@ -86,9 +81,7 @@ | |||
| 86 | ;;; Code: | 81 | ;;; Code: |
| 87 | 82 | ||
| 88 | (defconst edebug-version | 83 | (defconst edebug-version |
| 89 | (let ((raw-version "$Revision: 3.17 $")) | 84 | (concat "In Emacs version " emacs-version)) |
| 90 | (substring raw-version (string-match "[0-9.]*" raw-version) | ||
| 91 | (match-end 0)))) | ||
| 92 | 85 | ||
| 93 | (require 'backquote) | 86 | (require 'backquote) |
| 94 | 87 | ||