diff options
| -rw-r--r-- | lisp/emacs-lisp/cl-specs.el | 6 | ||||
| -rw-r--r-- | lisp/emacs-lisp/cust-print.el | 4 | ||||
| -rw-r--r-- | lisp/emacs-lisp/edebug.el | 4 | ||||
| -rw-r--r-- | lisp/progmodes/hideif.el | 2 |
4 files changed, 8 insertions, 8 deletions
diff --git a/lisp/emacs-lisp/cl-specs.el b/lisp/emacs-lisp/cl-specs.el index eeb6c3c6b09..9894c994c00 100644 --- a/lisp/emacs-lisp/cl-specs.el +++ b/lisp/emacs-lisp/cl-specs.el | |||
| @@ -1,13 +1,13 @@ | |||
| 1 | ;;; cl-specs.el --- Edebug specs for cl.el | 1 | ;;; cl-specs.el --- Edebug specs for cl.el |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1993 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1993 Free Software Foundation, Inc. |
| 4 | ;; Author: Daniel LaLiberte <liberte@cs.uiuc.edu> | 4 | ;; Author: Daniel LaLiberte <liberte@holonexus.org> |
| 5 | ;; Keywords: lisp, tools, maint | 5 | ;; Keywords: lisp, tools, maint |
| 6 | 6 | ||
| 7 | ;; LCD Archive Entry: | 7 | ;; LCD Archive Entry: |
| 8 | ;; cl-specs.el|Daniel LaLiberte|liberte@cs.uiuc.edu | 8 | ;; cl-specs.el|Daniel LaLiberte|liberte@holonexus.org |
| 9 | ;; |Edebug specs for cl.el | 9 | ;; |Edebug specs for cl.el |
| 10 | ;; |$Date: 2000/01/30 21:20:14 $|1.1| | 10 | ;; |$Date: 2000/04/13 19:10:09 $|1.1| |
| 11 | 11 | ||
| 12 | ;; This file is part of GNU Emacs. | 12 | ;; This file is part of GNU Emacs. |
| 13 | 13 | ||
diff --git a/lisp/emacs-lisp/cust-print.el b/lisp/emacs-lisp/cust-print.el index 2d70c12973d..16f8b5479bd 100644 --- a/lisp/emacs-lisp/cust-print.el +++ b/lisp/emacs-lisp/cust-print.el | |||
| @@ -2,12 +2,12 @@ | |||
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1992 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1992 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Daniel LaLiberte <liberte@cs.uiuc.edu> | 5 | ;; Author: Daniel LaLiberte <liberte@holonexus.org> |
| 6 | ;; Adapted-By: ESR | 6 | ;; Adapted-By: ESR |
| 7 | ;; Keywords: extensions | 7 | ;; Keywords: extensions |
| 8 | 8 | ||
| 9 | ;; LCD Archive Entry: | 9 | ;; LCD Archive Entry: |
| 10 | ;; cust-print|Daniel LaLiberte|liberte@cs.uiuc.edu | 10 | ;; cust-print|Daniel LaLiberte|liberte@holonexus.org |
| 11 | ;; |Handle print-level, print-circle and more. | 11 | ;; |Handle print-level, print-circle and more. |
| 12 | 12 | ||
| 13 | ;; This file is part of GNU Emacs. | 13 | ;; This file is part of GNU Emacs. |
diff --git a/lisp/emacs-lisp/edebug.el b/lisp/emacs-lisp/edebug.el index 2813eeb621e..f89c0d7aaa6 100644 --- a/lisp/emacs-lisp/edebug.el +++ b/lisp/emacs-lisp/edebug.el | |||
| @@ -3,7 +3,7 @@ | |||
| 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 | ||
| @@ -50,7 +50,7 @@ | |||
| 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 | ||
diff --git a/lisp/progmodes/hideif.el b/lisp/progmodes/hideif.el index 969c38c292a..be29de4b4f1 100644 --- a/lisp/progmodes/hideif.el +++ b/lisp/progmodes/hideif.el | |||
| @@ -2,7 +2,7 @@ | |||
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1988, 1994 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1988, 1994 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Daniel LaLiberte <liberte@hypernews.org> | 5 | ;; Author: Daniel LaLiberte <liberte@holonexus.org> |
| 6 | ;; Maintainer: FSF | 6 | ;; Maintainer: FSF |
| 7 | ;; Keywords: c, outlines | 7 | ;; Keywords: c, outlines |
| 8 | 8 | ||