diff options
| author | Anders Lindgren | 2015-11-15 19:28:32 +0100 |
|---|---|---|
| committer | Anders Lindgren | 2015-11-15 19:28:32 +0100 |
| commit | 6d109c051c482bbd5b01f8ed19ed78069efaee42 (patch) | |
| tree | 30e67b49be36f5abc5751f1bcb345f4628a8b12d /lisp | |
| parent | b36ba568a98e5bc64895d6f0b1008ca47ab43345 (diff) | |
| download | emacs-6d109c051c482bbd5b01f8ed19ed78069efaee42.tar.gz emacs-6d109c051c482bbd5b01f8ed19ed78069efaee42.zip | |
; Cleanup of change log. Removed obsolete email addresses.
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/autorevert.el | 2 | ||||
| -rw-r--r-- | lisp/follow.el | 4 | ||||
| -rw-r--r-- | lisp/font-lock.el | 2 | ||||
| -rw-r--r-- | lisp/generic-x.el | 2 | ||||
| -rw-r--r-- | lisp/progmodes/cwarn.el | 3 | ||||
| -rw-r--r-- | lisp/scroll-all.el | 2 |
6 files changed, 7 insertions, 8 deletions
diff --git a/lisp/autorevert.el b/lisp/autorevert.el index 18b8161f1db..17fa43a6d1e 100644 --- a/lisp/autorevert.el +++ b/lisp/autorevert.el | |||
| @@ -2,7 +2,7 @@ | |||
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1997-1999, 2001-2015 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1997-1999, 2001-2015 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Anders Lindgren <andersl@andersl.com> | 5 | ;; Author: Anders Lindgren |
| 6 | ;; Keywords: convenience | 6 | ;; Keywords: convenience |
| 7 | ;; Created: 1997-06-01 | 7 | ;; Created: 1997-06-01 |
| 8 | ;; Date: 1999-11-30 | 8 | ;; Date: 1999-11-30 |
diff --git a/lisp/follow.el b/lisp/follow.el index 938c59e8506..57ba2f6ca0a 100644 --- a/lisp/follow.el +++ b/lisp/follow.el | |||
| @@ -3,8 +3,8 @@ | |||
| 3 | ;; Copyright (C) 1995-1997, 1999, 2001-2015 Free Software Foundation, | 3 | ;; Copyright (C) 1995-1997, 1999, 2001-2015 Free Software Foundation, |
| 4 | ;; Inc. | 4 | ;; Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Anders Lindgren <andersl@andersl.com> | 6 | ;; Author: Anders Lindgren |
| 7 | ;; Maintainer: emacs-devel@gnu.org (Anders' email bounces, Sep 2005) | 7 | ;; Maintainer: emacs-devel@gnu.org |
| 8 | ;; Created: 1995-05-25 | 8 | ;; Created: 1995-05-25 |
| 9 | ;; Keywords: display, window, minor-mode, convenience | 9 | ;; Keywords: display, window, minor-mode, convenience |
| 10 | 10 | ||
diff --git a/lisp/font-lock.el b/lisp/font-lock.el index 21cf3aec785..762720d5ba5 100644 --- a/lisp/font-lock.el +++ b/lisp/font-lock.el | |||
| @@ -763,7 +763,7 @@ see the variables `c-font-lock-extra-types', `c++-font-lock-extra-types', | |||
| 763 | (setq font-lock-removed-keywords-alist | 763 | (setq font-lock-removed-keywords-alist |
| 764 | (delq cell font-lock-removed-keywords-alist))))))) | 764 | (delq cell font-lock-removed-keywords-alist))))))) |
| 765 | 765 | ||
| 766 | ;; Written by Anders Lindgren <andersl@andersl.com>. | 766 | ;; Written by Anders Lindgren |
| 767 | ;; | 767 | ;; |
| 768 | ;; Case study: | 768 | ;; Case study: |
| 769 | ;; (I) The keywords are removed from a major mode. | 769 | ;; (I) The keywords are removed from a major mode. |
diff --git a/lisp/generic-x.el b/lisp/generic-x.el index 56e1761ae51..38160fcc746 100644 --- a/lisp/generic-x.el +++ b/lisp/generic-x.el | |||
| @@ -62,7 +62,7 @@ | |||
| 62 | ;; Folding mode should use invisible text properties instead. -- Dave | 62 | ;; Folding mode should use invisible text properties instead. -- Dave |
| 63 | ;; Love] | 63 | ;; Love] |
| 64 | ;; | 64 | ;; |
| 65 | ;; From Anders Lindgren <andersl@csd.uu.se> | 65 | ;; From Anders Lindgren |
| 66 | ;; | 66 | ;; |
| 67 | ;; Problem summary: Wayne Adams has found a problem when using folding | 67 | ;; Problem summary: Wayne Adams has found a problem when using folding |
| 68 | ;; mode in conjunction with font-lock for a mode defined in | 68 | ;; mode in conjunction with font-lock for a mode defined in |
diff --git a/lisp/progmodes/cwarn.el b/lisp/progmodes/cwarn.el index 2f501f28b65..eae96f01c3c 100644 --- a/lisp/progmodes/cwarn.el +++ b/lisp/progmodes/cwarn.el | |||
| @@ -2,9 +2,8 @@ | |||
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999-2015 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1999-2015 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Anders Lindgren <andersl@andersl.com> | 5 | ;; Author: Anders Lindgren |
| 6 | ;; Keywords: c, languages, faces | 6 | ;; Keywords: c, languages, faces |
| 7 | ;; X-Url: http://www.andersl.com/emacs | ||
| 8 | ;; Version: 1.3.1 | 7 | ;; Version: 1.3.1 |
| 9 | 8 | ||
| 10 | ;; This file is part of GNU Emacs. | 9 | ;; This file is part of GNU Emacs. |
diff --git a/lisp/scroll-all.el b/lisp/scroll-all.el index 9c2d1fb44ba..a8f75d3a2f5 100644 --- a/lisp/scroll-all.el +++ b/lisp/scroll-all.el | |||
| @@ -33,7 +33,7 @@ | |||
| 33 | 33 | ||
| 34 | ;; Suggestions/ideas from: | 34 | ;; Suggestions/ideas from: |
| 35 | ;; Rick Macdonald <rickm@vsl.com> | 35 | ;; Rick Macdonald <rickm@vsl.com> |
| 36 | ;; Anders Lindgren <andersl@csd.uu.se> | 36 | ;; Anders Lindgren |
| 37 | 37 | ||
| 38 | ;;; Code: | 38 | ;;; Code: |
| 39 | 39 | ||