comparison lisp/emacs-lisp/authors.el @ 105170:f8ba8d6fd250

Fix typos. * allout.el * dired-aux.el * dired-x.el * epa-file.el * ps-print.el * shell.el * vc-hooks.el * vc-rcs.el * vc-sccs.el * vc.el * view.el * wdired.el * emacs-lisp/authors.el * net/dig.el * net/socks.el * net/zeroconf.el * obsolete/vc-mcvs.el * progmodes/gdb-mi.el * progmodes/grep.el * progmodes/idlw-help.el * progmodes/idlw-shell.el * progmodes/idlwave.el * progmodes/inf-lisp.el * textmodes/bibtex.el * textmodes/ispell.el * textmodes/reftex-toc.el
author Juanma Barranquero <lekktu@gmail.com>
date Thu, 24 Sep 2009 01:37:14 +0000
parents 512792ebb427
children 09d4a2e4c3c5
comparison
equal deleted inserted replaced
105169:1d903e2f65af 105170:f8ba8d6fd250
864 authors-invalid-file-names) 864 authors-invalid-file-names)
865 (authors-add-fixed-entries table) 865 (authors-add-fixed-entries table)
866 (unless (file-exists-p (expand-file-name "src/emacs.c" root)) 866 (unless (file-exists-p (expand-file-name "src/emacs.c" root))
867 (unless (y-or-n-p 867 (unless (y-or-n-p
868 (format "Not the root directory of Emacs: %s, continue? " root)) 868 (format "Not the root directory of Emacs: %s, continue? " root))
869 (error "Not the root directory."))) 869 (error "Not the root directory")))
870 (dolist (log logs) 870 (dolist (log logs)
871 (when (string-match "ChangeLog\\(.[0-9]+\\)?$" log) 871 (when (string-match "ChangeLog\\(.[0-9]+\\)?$" log)
872 (message "Scanning %s..." log) 872 (message "Scanning %s..." log)
873 (authors-scan-change-log log table))) 873 (authors-scan-change-log log table)))
874 (let ((els (process-lines find-program root "-name" "*.el"))) 874 (let ((els (process-lines find-program root "-name" "*.el")))