diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2002-07-10 11:07:28 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2002-07-10 11:07:28 +0000 |
commit | 3932b29ac20b74f167f29782ebaab0b34d5e7017 (patch) | |
tree | 5ae6c7b6e8943db88213c46fbfaa49c5a48816ba /lisp/emacs-lisp/authors.el | |
parent | 1e5cc404ee459814f183b81c6597b2bc8ef4858a (diff) | |
download | emacs-3932b29ac20b74f167f29782ebaab0b34d5e7017.tar.gz emacs-3932b29ac20b74f167f29782ebaab0b34d5e7017.tar.bz2 emacs-3932b29ac20b74f167f29782ebaab0b34d5e7017.zip |
(authors-obsolete-file-p): Fix typo.
Diffstat (limited to 'lisp/emacs-lisp/authors.el')
-rw-r--r-- | lisp/emacs-lisp/authors.el | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lisp/emacs-lisp/authors.el b/lisp/emacs-lisp/authors.el index acb9573e66d..9d5feb36879 100644 --- a/lisp/emacs-lisp/authors.el +++ b/lisp/emacs-lisp/authors.el @@ -46,7 +46,7 @@ file individually.") ("(pmr@legacy.pajato.com)" . "Paul Reilly") ("(Eric Youngdale at youngdale@v6550c.nrl.navy.mil)" . "Eric Youngdale") ("<Daniel.Pfeiffer@Informatik.START.db.de>" . "Daniel Pfeiffer") - ("<Daniel.Pfeiffer@Informatik.START.dbp.de>" . "Daniel Pfeiffer") + ("<Daniel.Pfeiffer@Informatik.START.dbp.de>" . "Daniel Pfeiffer") ("(afs@hplb.hpl.hp.com)" . "ignore") ("<Use-Author-Address-Header@\\[127.1\\]>" . "ignore") ("Code Extracted" . "ignore") @@ -240,10 +240,10 @@ listed.") (setq action item) (authors-add author item action table)))))) - + (defun authors-obsolete-file-p (file) "Return non-nil if FILE is obsolete. -FILE is considered obsolete if it matches on of the regular expressions +FILE is considered obsolete if it matches one of the regular expressions from `authors-obsolete-files-regexps'." (let (obsolete-p (regexps authors-obsolete-files-regexps)) @@ -315,7 +315,7 @@ file. :wrote means the author wrote the file :changed means he changed the file." - + (let* ((enable-local-variables t) (enable-local-eval t) (existing-buffer (get-file-buffer file)) |