From: Eli Zaretskii Date: Sun, 23 Sep 2001 17:48:31 +0000 (+0000) Subject: Update Stephen Gildea's mail address. X-Git-Tag: emacs-pretest-21.0.106~28 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=feeb94f7cc4e9177a7f2a0406d788623319e6ca7;p=emacs.git Update Stephen Gildea's mail address. --- diff --git a/etc/cs-refcard.tex b/etc/cs-refcard.tex index a85cfb016f5..9478f8f5550 100644 --- a/etc/cs-refcard.tex +++ b/etc/cs-refcard.tex @@ -48,7 +48,7 @@ % % Author: % Stephen Gildea -% Internet: gildea@mit.edu +% Internet: gildea@stop.mail-abuse.org % % Thanks to Paul Rubin, Bob Chassell, Len Tower, and Richard Mlynarik % for their many good ideas. diff --git a/etc/de-refcard.tex b/etc/de-refcard.tex index 127bcf48e7e..06002ae0bd6 100644 --- a/etc/de-refcard.tex +++ b/etc/de-refcard.tex @@ -44,7 +44,7 @@ % % Author: % Stephen Gildea -% Internet: gildea@mit.edu +% Internet: gildea@stop.mail-abuse.org % % Thanks to Paul Rubin, Bob Chassell, Len Tower, and Richard Mlynarik % for their many good ideas. diff --git a/etc/fr-refcard.tex b/etc/fr-refcard.tex index 670ae4c77d6..cc2e7d717a8 100644 --- a/etc/fr-refcard.tex +++ b/etc/fr-refcard.tex @@ -45,7 +45,7 @@ % % Author: % Stephen Gildea -% Internet: gildea@mit.edu +% Internet: gildea@stop.mail-abuse.org % % Thanks to Paul Rubin, Bob Chassell, Len Tower, and Richard Mlynarik % for their many good ideas. diff --git a/etc/pl-refcard.tex b/etc/pl-refcard.tex index 3000f95874b..d3450529adb 100644 --- a/etc/pl-refcard.tex +++ b/etc/pl-refcard.tex @@ -1,7 +1,7 @@ %&mex %===================================================================== % $Revision: 1.1 $ -% $Date: 2000/04/10 01:50:15 $ +% $Date: 2000/08/21 11:42:52 $ %===================================================================== % Reference Card for GNU Emacs version 20 on Unix systems was % translated into Polish language by W{\l}odek Bzyl (matwb@univ.gda.pl) @@ -68,7 +68,7 @@ % % Author: % Stephen Gildea -% Internet: gildea@mit.edu +% Internet: gildea@stop.mail-abuse.org % % Thanks to Paul Rubin, Bob Chassell, Len Tower, and Richard Mlynarik % for their many good ideas. diff --git a/etc/refcard.tex b/etc/refcard.tex index 6f0b3c1645f..1f33484ca6d 100644 --- a/etc/refcard.tex +++ b/etc/refcard.tex @@ -44,7 +44,7 @@ % % Author: % Stephen Gildea -% Internet: gildea@mit.edu +% Internet: gildea@stop.mail-abuse.org % % Thanks to Paul Rubin, Bob Chassell, Len Tower, and Richard Mlynarik % for their many good ideas. diff --git a/etc/sk-refcard.tex b/etc/sk-refcard.tex index 263c1e9ce9f..e183ea6dc34 100644 --- a/etc/sk-refcard.tex +++ b/etc/sk-refcard.tex @@ -48,7 +48,7 @@ % % Author: % Stephen Gildea -% Internet: gildea@mit.edu +% Internet: gildea@stop.mail-abuse.org % % Thanks to Paul Rubin, Bob Chassell, Len Tower, and Richard Mlynarik % for their many good ideas. diff --git a/etc/vipcard.tex b/etc/vipcard.tex index 26bd05b8fc3..46c65dae9d8 100644 --- a/etc/vipcard.tex +++ b/etc/vipcard.tex @@ -50,7 +50,7 @@ % The original TeX code for formatting the reference card was written by: % Stephen Gildea % UUCP: mit-erl!gildea -% Internet: gildea@erl.mit.edu +% Internet: gildea@stop.mail-abuse.org \def\versionnumber{1.2} diff --git a/lisp/term/x-win.el b/lisp/term/x-win.el index 13228d96a5d..a3e0d94afb3 100644 --- a/lisp/term/x-win.el +++ b/lisp/term/x-win.el @@ -1184,7 +1184,7 @@ This is in addition to, but in preference to, the primary selection." ;;; Make TEXT, a string, the primary X selection. ;;; Also, set the value of X cut buffer 0, for backward compatibility ;;; with older X applications. -;;; gildea@lcs.mit.edu says it's not desirable to put kills +;;; gildea@stop.mail-abuse.org says it's not desirable to put kills ;;; in the clipboard. (defun x-select-text (text &optional push) ;; Don't send the cut buffer too much text. diff --git a/lisp/uniquify.el b/lisp/uniquify.el index 0896351ef58..72e3d7893bf 100644 --- a/lisp/uniquify.el +++ b/lisp/uniquify.el @@ -51,7 +51,7 @@ ;;; Change Log: ;; Originally by Dick King 15 May 86 -;; Converted for Emacs 18 by Stephen Gildea +;; Converted for Emacs 18 by Stephen Gildea ;; Make uniquify-min-dir-content 0 truly non-invasive. gildea 23 May 89 ;; Some cleanup. uniquify-min-dir-content default 0. gildea 01 Jun 89 ;; Don't rename to "". Michael Ernst 15 Jun 94