comparison lisp/emacs-lisp/edebug.el @ 30805:3cfd3dc474b8

Change authors' mail address.
author Gerd Moellmann <gerd@gnu.org>
date Tue, 15 Aug 2000 12:39:23 +0000
parents 72640301c1fe
children d22ae991ac5f
comparison
equal deleted inserted replaced
30804:fa469be05ab6 30805:3cfd3dc474b8
1 ;;; edebug.el --- a source-level debugger for Emacs Lisp 1 ;;; edebug.el --- a source-level debugger for Emacs Lisp
2 2
3 ;; Copyright (C) 1988, 89, 90, 91, 92, 93, 94, 95, 97, 1999 3 ;; Copyright (C) 1988, 89, 90, 91, 92, 93, 94, 95, 97, 1999
4 ;; Free Software Foundation, Inc. 4 ;; Free Software Foundation, Inc.
5 5
6 ;; Author: Daniel LaLiberte <dlaliberte@gte.com> 6 ;; Author: Daniel LaLiberte <liberte@holonexus.org>
7 ;; Maintainer: FSF 7 ;; Maintainer: FSF
8 ;; Keywords: lisp, tools, maint 8 ;; Keywords: lisp, tools, maint
9 9
10 ;; This file is part of GNU Emacs. 10 ;; This file is part of GNU Emacs.
11 11
48 ;; Edebug was written by 48 ;; Edebug was written by
49 ;; Daniel LaLiberte 49 ;; Daniel LaLiberte
50 ;; GTE Labs 50 ;; GTE Labs
51 ;; 40 Sylvan Rd 51 ;; 40 Sylvan Rd
52 ;; Waltham, MA 02254 52 ;; Waltham, MA 02254
53 ;; dlaliberte@gte.com 53 ;; liberte@holonexus.org
54 54
55 ;;; Code: 55 ;;; Code:
56 56
57 (defconst edebug-version 57 (defconst edebug-version
58 (concat "In Emacs version " emacs-version)) 58 (concat "In Emacs version " emacs-version))