diff options
author | Glenn Morris <rgm@gnu.org> | 2012-02-20 12:23:47 -0800 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2012-02-20 12:23:47 -0800 |
commit | c60293480dbfe1c27849b84dda435b660f922131 (patch) | |
tree | 54d51eaabee310aa2039029320d5eeb9f776111b /lisp/emacs-lisp/authors.el | |
parent | 048df7b38a239b653d1635ac95ba080a66282e8b (diff) | |
download | emacs-c60293480dbfe1c27849b84dda435b660f922131.tar.gz emacs-c60293480dbfe1c27849b84dda435b660f922131.tar.bz2 emacs-c60293480dbfe1c27849b84dda435b660f922131.zip |
* lisp/emacs-lisp/authors.el (authors-aliases): Add another entry.
Diffstat (limited to 'lisp/emacs-lisp/authors.el')
-rw-r--r-- | lisp/emacs-lisp/authors.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/authors.el b/lisp/emacs-lisp/authors.el index bf9f500b542..495144f7252 100644 --- a/lisp/emacs-lisp/authors.el +++ b/lisp/emacs-lisp/authors.el @@ -1,6 +1,6 @@ ;;; authors.el --- utility for maintaining Emacs' AUTHORS file -*-coding: utf-8;-*- -;; Copyright (C) 2000-2012 Free Software Foundation, Inc. +;; Copyright (C) 2000-2012 Free Software Foundation, Inc. ;; Author: Gerd Moellmann <gerd@gnu.org> ;; Maintainer: Kim F. Storm <storm@cua.dk> @@ -58,6 +58,7 @@ files.") ("David M. Koppelman" "David M. Koppelman, Koppel@Ec?e.Lsu.Edu" "David Koppelman") ("David M. Smith" "David Smith" "David M Smith") + ("David O'Toole" "David T. O'Toole") ("Deepak Goel" "D. Goel") ("Ed L. Cashin" "Ed L Cashin") ("Edward M. Reingold" "Ed Reingold" "Edward M Reingold" |