diff options
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 @@ ;; Copyright (C) 1997-1999, 2001-2015 Free Software Foundation, Inc. -;; Author: Anders Lindgren <andersl@andersl.com> +;; Author: Anders Lindgren ;; Keywords: convenience ;; Created: 1997-06-01 ;; 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 @@ ;; Copyright (C) 1995-1997, 1999, 2001-2015 Free Software Foundation, ;; Inc. -;; Author: Anders Lindgren <andersl@andersl.com> -;; Maintainer: emacs-devel@gnu.org (Anders' email bounces, Sep 2005) +;; Author: Anders Lindgren +;; Maintainer: emacs-devel@gnu.org ;; Created: 1995-05-25 ;; Keywords: display, window, minor-mode, convenience 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', (setq font-lock-removed-keywords-alist (delq cell font-lock-removed-keywords-alist))))))) -;; Written by Anders Lindgren <andersl@andersl.com>. +;; Written by Anders Lindgren ;; ;; Case study: ;; (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 @@ ;; Folding mode should use invisible text properties instead. -- Dave ;; Love] ;; -;; From Anders Lindgren <andersl@csd.uu.se> +;; From Anders Lindgren ;; ;; Problem summary: Wayne Adams has found a problem when using folding ;; 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 @@ ;; Copyright (C) 1999-2015 Free Software Foundation, Inc. -;; Author: Anders Lindgren <andersl@andersl.com> +;; Author: Anders Lindgren ;; Keywords: c, languages, faces -;; X-Url: http://www.andersl.com/emacs ;; Version: 1.3.1 ;; 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 @@ ;; Suggestions/ideas from: ;; Rick Macdonald <rickm@vsl.com> -;; Anders Lindgren <andersl@csd.uu.se> +;; Anders Lindgren ;;; Code: |