diff options
author | Kevin Ryde <user42@zip.com.au> | 2006-04-16 23:37:40 +0000 |
---|---|---|
committer | Kevin Ryde <user42@zip.com.au> | 2006-04-16 23:37:40 +0000 |
commit | 6e7d5622eebd416d95e487cc358ee19d0a22c762 (patch) | |
tree | 405ef9b19ae23d270bf990aa994fe7497d506a36 /emacs | |
parent | 1b09b607dd1096ab572afe0667e8602560622624 (diff) |
merge from 1.8 branch
Diffstat (limited to 'emacs')
-rw-r--r-- | emacs/gud-guile.el | 2 | ||||
-rw-r--r-- | emacs/guile-c.el | 2 | ||||
-rw-r--r-- | emacs/guile-scheme.el | 2 | ||||
-rw-r--r-- | emacs/multistring.el | 2 | ||||
-rw-r--r-- | emacs/patch.el | 2 | ||||
-rw-r--r-- | emacs/ppexpand.el | 2 | ||||
-rw-r--r-- | emacs/update-changelog.el | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/emacs/gud-guile.el b/emacs/gud-guile.el index 036194663..bd1b0ff26 100644 --- a/emacs/gud-guile.el +++ b/emacs/gud-guile.el @@ -1,6 +1,6 @@ ;;; gud-guile.el --- Support for debugging guile internals -;; Copyright (C) 2001 Free Software Foundation, Inc. +;; Copyright (C) 2001, 2006 Free Software Foundation, Inc. ;; GNU Emacs is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by diff --git a/emacs/guile-c.el b/emacs/guile-c.el index af74b81e0..b23ddd30f 100644 --- a/emacs/guile-c.el +++ b/emacs/guile-c.el @@ -1,6 +1,6 @@ ;;; guile-c.el --- Guile C editing commands -;; Copyright (C) 2001 Free Software Foundation, Inc. +;; Copyright (C) 2001, 2006 Free Software Foundation, Inc. ;; This program is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by diff --git a/emacs/guile-scheme.el b/emacs/guile-scheme.el index 5bd9a7c24..a6d8b1f19 100644 --- a/emacs/guile-scheme.el +++ b/emacs/guile-scheme.el @@ -1,6 +1,6 @@ ;;; guile-scheme.el --- Guile Scheme editing mode -;; Copyright (C) 2001 Free Software Foundation, Inc. +;; Copyright (C) 2001, 2006 Free Software Foundation, Inc. ;; GNU Emacs is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by diff --git a/emacs/multistring.el b/emacs/multistring.el index 25141ac58..ca17a8469 100644 --- a/emacs/multistring.el +++ b/emacs/multistring.el @@ -1,6 +1,6 @@ ;;; multistring.el --- editing multiline strings. -;; Copyright (C) 2000 Free Software Foundation, Inc. +;; Copyright (C) 2000, 2006 Free Software Foundation, Inc. ;; This file is part of GNU Emacs. diff --git a/emacs/patch.el b/emacs/patch.el index 735a5468b..6bcb0876f 100644 --- a/emacs/patch.el +++ b/emacs/patch.el @@ -1,6 +1,6 @@ ;;; patch.el --- mail/apply a patch -;; Copyright (C) 2001 Free Software Foundation, Inc. +;; Copyright (C) 2001, 2006 Free Software Foundation, Inc. ;; GNU Emacs is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by diff --git a/emacs/ppexpand.el b/emacs/ppexpand.el index 2beb3bff6..7ec3b1c45 100644 --- a/emacs/ppexpand.el +++ b/emacs/ppexpand.el @@ -1,6 +1,6 @@ ;;; ppexpand.el --- temporarily expanding macros in a pretty way. -;; Copyright (C) 2000 Free Software Foundation, Inc. +;; Copyright (C) 2000, 2006 Free Software Foundation, Inc. ;; This file is part of GNU Emacs. diff --git a/emacs/update-changelog.el b/emacs/update-changelog.el index 96db255b2..e0c0a4b11 100644 --- a/emacs/update-changelog.el +++ b/emacs/update-changelog.el @@ -1,6 +1,6 @@ ;;; update-changelog.el --- stitch rcs2log output to ChangeLog -;;; Copyright (C) 2001 Free Software Foundation, Inc. +;;; Copyright (C) 2001, 2006 Free Software Foundation, Inc. ;; This program is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by |