Update Stephen Gildea's mail address.

This commit is contained in:
Eli Zaretskii 2001-09-23 17:48:31 +00:00
parent 27537d14f0
commit feeb94f7cc
9 changed files with 10 additions and 10 deletions

View file

@ -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.

View file

@ -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.

View file

@ -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.

View file

@ -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.

View file

@ -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.

View file

@ -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.

View file

@ -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}

View file

@ -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.

View file

@ -51,7 +51,7 @@
;;; Change Log:
;; Originally by Dick King <king@reasoning.com> 15 May 86
;; Converted for Emacs 18 by Stephen Gildea <gildea@lcs.mit.edu>
;; Converted for Emacs 18 by Stephen Gildea <gildea@stop.mail-abuse.org>
;; 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 <mernst@theory.lcs.mit.edu> 15 Jun 94