[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lisp/emacs-lisp/authors.el
From: |
Juanma Barranquero |
Subject: |
[Emacs-diffs] Changes to emacs/lisp/emacs-lisp/authors.el |
Date: |
Wed, 10 Jul 2002 07:06:54 -0400 |
Index: emacs/lisp/emacs-lisp/authors.el
diff -c emacs/lisp/emacs-lisp/authors.el:1.12
emacs/lisp/emacs-lisp/authors.el:1.13
*** emacs/lisp/emacs-lisp/authors.el:1.12 Tue Dec 11 16:40:12 2001
--- emacs/lisp/emacs-lisp/authors.el Wed Jul 10 07:06:54 2002
***************
*** 46,52 ****
("(address@hidden)" . "Paul Reilly")
("(Eric Youngdale at address@hidden)" . "Eric Youngdale")
("<address@hidden>" . "Daniel Pfeiffer")
! ("<address@hidden>" . "Daniel Pfeiffer")
("(address@hidden)" . "ignore")
("<address@hidden>" . "ignore")
("Code Extracted" . "ignore")
--- 46,52 ----
("(address@hidden)" . "Paul Reilly")
("(Eric Youngdale at address@hidden)" . "Eric Youngdale")
("<address@hidden>" . "Daniel Pfeiffer")
! ("<address@hidden>" . "Daniel Pfeiffer")
("(address@hidden)" . "ignore")
("<address@hidden>" . "ignore")
("Code Extracted" . "ignore")
***************
*** 240,249 ****
(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
from `authors-obsolete-files-regexps'."
(let (obsolete-p
(regexps authors-obsolete-files-regexps))
--- 240,249 ----
(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 one of the regular expressions
from `authors-obsolete-files-regexps'."
(let (obsolete-p
(regexps authors-obsolete-files-regexps))
***************
*** 315,321 ****
: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))
--- 315,321 ----
: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))
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] Changes to emacs/lisp/emacs-lisp/authors.el,
Juanma Barranquero <=