comparison lisp/emacs-lisp/authors.el @ 73748:a74dceb4b5f8

(authors-fixed-entries): Fix typo.
author Juanma Barranquero <lekktu@gmail.com>
date Mon, 06 Nov 2006 02:38:26 +0000
parents e32c400bfbfc
children dfdd8a9755b0 02cf29720f31
comparison
equal deleted inserted replaced
73747:59cd5ef2f5f0 73748:a74dceb4b5f8
174 "NEWS" "PROBLEMS" "FAQ" "AUTHORS" "FOR-RELEASE" "TODO") 174 "NEWS" "PROBLEMS" "FAQ" "AUTHORS" "FOR-RELEASE" "TODO")
175 "List of files and directories to ignore. 175 "List of files and directories to ignore.
176 Changes to files in this list are not listed.") 176 Changes to files in this list are not listed.")
177 177
178 (defconst authors-fixed-entries 178 (defconst authors-fixed-entries
179 '(("Richard M. Stallman" :wrote "[The original GNU emacs and numerous files]") 179 '(("Richard M. Stallman" :wrote "[The original GNU Emacs and numerous files]")
180 ("Joseph Arceneaux" :wrote "xrdb.c") 180 ("Joseph Arceneaux" :wrote "xrdb.c")
181 ("Blitz Product Development Corporation" :wrote "ispell.el") 181 ("Blitz Product Development Corporation" :wrote "ispell.el")
182 ("Frank Bresz" :wrote "diff.el") 182 ("Frank Bresz" :wrote "diff.el")
183 ("David M. Brown" :wrote "array.el") 183 ("David M. Brown" :wrote "array.el")
184 ("Gary Byers" :changed "xenix.h") 184 ("Gary Byers" :changed "xenix.h")