summaryrefslogtreecommitdiff
path: root/lisp/term
diff options
context:
space:
mode:
authorKaroly Lorentey <lorentey@elte.hu>2005-07-05 22:22:24 +0000
committerKaroly Lorentey <lorentey@elte.hu>2005-07-05 22:22:24 +0000
commitd5dc920668a85c56c4d3e54a6898bbd43bcb64a1 (patch)
tree0dd89f6d64f668deafa71912ac0eb27f8f1240e7 /lisp/term
parent41be4f66fd33b17eba3e3ed4b8f8828c77f18517 (diff)
parent3ef97fb6a70598253c4f7f293b516f449389ff7e (diff)
downloademacs-d5dc920668a85c56c4d3e54a6898bbd43bcb64a1.tar.gz
emacs-d5dc920668a85c56c4d3e54a6898bbd43bcb64a1.tar.bz2
emacs-d5dc920668a85c56c4d3e54a6898bbd43bcb64a1.zip
Merged from miles@gnu.org--gnu-2005 (patch 469)
Patches applied: * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-469 Update from CVS git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-372
Diffstat (limited to 'lisp/term')
-rw-r--r--lisp/term/AT386.el4
-rw-r--r--lisp/term/bg-mouse.el4
-rw-r--r--lisp/term/internal.el4
-rw-r--r--lisp/term/iris-ansi.el4
-rw-r--r--lisp/term/mac-win.el4
-rw-r--r--lisp/term/news.el4
-rw-r--r--lisp/term/pc-win.el4
-rw-r--r--lisp/term/rxvt.el4
-rw-r--r--lisp/term/sun-mouse.el4
-rw-r--r--lisp/term/sun.el4
-rw-r--r--lisp/term/sup-mouse.el4
-rw-r--r--lisp/term/tty-colors.el4
-rw-r--r--lisp/term/tvi970.el4
-rw-r--r--lisp/term/vt100.el4
-rw-r--r--lisp/term/w32-win.el4
-rw-r--r--lisp/term/wyse50.el4
-rw-r--r--lisp/term/x-win.el4
-rw-r--r--lisp/term/xterm.el4
18 files changed, 36 insertions, 36 deletions
diff --git a/lisp/term/AT386.el b/lisp/term/AT386.el
index 747a63336ec..6ab8cd9dea9 100644
--- a/lisp/term/AT386.el
+++ b/lisp/term/AT386.el
@@ -19,8 +19,8 @@
;; You should have received a copy of the GNU General Public License
;; along with GNU Emacs; see the file COPYING. If not, write to the
-;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
-;; Boston, MA 02111-1307, USA.
+;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+;; Boston, MA 02110-1301, USA.
;;; Commentary:
diff --git a/lisp/term/bg-mouse.el b/lisp/term/bg-mouse.el
index abcbb4904f8..017a92d5770 100644
--- a/lisp/term/bg-mouse.el
+++ b/lisp/term/bg-mouse.el
@@ -21,8 +21,8 @@
;; You should have received a copy of the GNU General Public License
;; along with GNU Emacs; see the file COPYING. If not, write to the
-;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
-;; Boston, MA 02111-1307, USA.
+;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+;; Boston, MA 02110-1301, USA.
;;; Commentary:
diff --git a/lisp/term/internal.el b/lisp/term/internal.el
index c5a515f14cd..76a375cf74d 100644
--- a/lisp/term/internal.el
+++ b/lisp/term/internal.el
@@ -18,8 +18,8 @@
;; You should have received a copy of the GNU General Public License
;; along with GNU Emacs; see the file COPYING. If not, write to the
-;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
-;; Boston, MA 02111-1307, USA.
+;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+;; Boston, MA 02110-1301, USA.
;;; Commentary:
diff --git a/lisp/term/iris-ansi.el b/lisp/term/iris-ansi.el
index 573afb232d8..bf9b23bdf6f 100644
--- a/lisp/term/iris-ansi.el
+++ b/lisp/term/iris-ansi.el
@@ -18,8 +18,8 @@
;; You should have received a copy of the GNU General Public License
;; along with GNU Emacs; see the file COPYING. If not, write to the
-;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
-;; Boston, MA 02111-1307, USA.
+;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+;; Boston, MA 02110-1301, USA.
;;; Commentary:
diff --git a/lisp/term/mac-win.el b/lisp/term/mac-win.el
index 6dc09690e31..03971a95db6 100644
--- a/lisp/term/mac-win.el
+++ b/lisp/term/mac-win.el
@@ -20,8 +20,8 @@
;; You should have received a copy of the GNU General Public License
;; along with GNU Emacs; see the file COPYING. If not, write to the
-;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
-;; Boston, MA 02111-1307, USA.
+;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+;; Boston, MA 02110-1301, USA.
;;; Commentary:
diff --git a/lisp/term/news.el b/lisp/term/news.el
index fc5dd86710f..6bd6861133c 100644
--- a/lisp/term/news.el
+++ b/lisp/term/news.el
@@ -19,8 +19,8 @@
;; You should have received a copy of the GNU General Public License
;; along with GNU Emacs; see the file COPYING. If not, write to the
-;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
-;; Boston, MA 02111-1307, USA.
+;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+;; Boston, MA 02110-1301, USA.
;;; Commentary:
diff --git a/lisp/term/pc-win.el b/lisp/term/pc-win.el
index 663e3ea3e6f..529903d06b0 100644
--- a/lisp/term/pc-win.el
+++ b/lisp/term/pc-win.el
@@ -19,8 +19,8 @@
;; You should have received a copy of the GNU General Public License
;; along with GNU Emacs; see the file COPYING. If not, write to the
-;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
-;; Boston, MA 02111-1307, USA.
+;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+;; Boston, MA 02110-1301, USA.
;;; Commentary:
diff --git a/lisp/term/rxvt.el b/lisp/term/rxvt.el
index 6e45cced2d3..9a1acf0d1a2 100644
--- a/lisp/term/rxvt.el
+++ b/lisp/term/rxvt.el
@@ -19,8 +19,8 @@
;; You should have received a copy of the GNU General Public License
;; along with GNU Emacs; see the file COPYING. If not, write to the
-;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
-;; Boston, MA 02111-1307, USA.
+;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+;; Boston, MA 02110-1301, USA.
;;; Commentary:
diff --git a/lisp/term/sun-mouse.el b/lisp/term/sun-mouse.el
index cee02919a66..d0126404a2b 100644
--- a/lisp/term/sun-mouse.el
+++ b/lisp/term/sun-mouse.el
@@ -20,8 +20,8 @@
;; You should have received a copy of the GNU General Public License
;; along with GNU Emacs; see the file COPYING. If not, write to the
-;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
-;; Boston, MA 02111-1307, USA.
+;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+;; Boston, MA 02110-1301, USA.
;;; Commentary:
diff --git a/lisp/term/sun.el b/lisp/term/sun.el
index a08d7072da0..85ee3b4386f 100644
--- a/lisp/term/sun.el
+++ b/lisp/term/sun.el
@@ -19,8 +19,8 @@
;; You should have received a copy of the GNU General Public License
;; along with GNU Emacs; see the file COPYING. If not, write to the
-;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
-;; Boston, MA 02111-1307, USA.
+;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+;; Boston, MA 02110-1301, USA.
;;; Commentary:
diff --git a/lisp/term/sup-mouse.el b/lisp/term/sup-mouse.el
index 1ae0b25a733..cf4de575877 100644
--- a/lisp/term/sup-mouse.el
+++ b/lisp/term/sup-mouse.el
@@ -23,8 +23,8 @@
;; You should have received a copy of the GNU General Public License
;; along with GNU Emacs; see the file COPYING. If not, write to the
-;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
-;; Boston, MA 02111-1307, USA.
+;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+;; Boston, MA 02110-1301, USA.
;;; Commentary:
diff --git a/lisp/term/tty-colors.el b/lisp/term/tty-colors.el
index 62308a5460e..9a5eb5aa83f 100644
--- a/lisp/term/tty-colors.el
+++ b/lisp/term/tty-colors.el
@@ -20,8 +20,8 @@
;; You should have received a copy of the GNU General Public License
;; along with GNU Emacs; see the file COPYING. If not, write to the
-;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
-;; Boston, MA 02111-1307, USA.
+;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+;; Boston, MA 02110-1301, USA.
;;; Commentary:
diff --git a/lisp/term/tvi970.el b/lisp/term/tvi970.el
index d09cafec178..54b1b6bc3a6 100644
--- a/lisp/term/tvi970.el
+++ b/lisp/term/tvi970.el
@@ -19,8 +19,8 @@
;; You should have received a copy of the GNU General Public License
;; along with GNU Emacs; see the file COPYING. If not, write to the
-;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
-;; Boston, MA 02111-1307, USA.
+;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+;; Boston, MA 02110-1301, USA.
;;; Commentary:
diff --git a/lisp/term/vt100.el b/lisp/term/vt100.el
index aa73722b158..dfe011c0f6e 100644
--- a/lisp/term/vt100.el
+++ b/lisp/term/vt100.el
@@ -19,8 +19,8 @@
;; You should have received a copy of the GNU General Public License
;; along with GNU Emacs; see the file COPYING. If not, write to the
-;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
-;; Boston, MA 02111-1307, USA.
+;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+;; Boston, MA 02110-1301, USA.
;;; Commentary:
diff --git a/lisp/term/w32-win.el b/lisp/term/w32-win.el
index 76644fc2d63..844fc087dcf 100644
--- a/lisp/term/w32-win.el
+++ b/lisp/term/w32-win.el
@@ -19,8 +19,8 @@
;; You should have received a copy of the GNU General Public License
;; along with GNU Emacs; see the file COPYING. If not, write to the
-;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
-;; Boston, MA 02111-1307, USA.
+;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+;; Boston, MA 02110-1301, USA.
;;; Commentary:
diff --git a/lisp/term/wyse50.el b/lisp/term/wyse50.el
index ca45c5755eb..32c667ce7ce 100644
--- a/lisp/term/wyse50.el
+++ b/lisp/term/wyse50.el
@@ -20,8 +20,8 @@
;; You should have received a copy of the GNU General Public License
;; along with GNU Emacs; see the file COPYING. If not, write to the
-;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
-;; Boston, MA 02111-1307, USA.
+;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+;; Boston, MA 02110-1301, USA.
;;; Commentary:
diff --git a/lisp/term/x-win.el b/lisp/term/x-win.el
index 49b047f9a15..8a354b15fea 100644
--- a/lisp/term/x-win.el
+++ b/lisp/term/x-win.el
@@ -19,8 +19,8 @@
;; You should have received a copy of the GNU General Public License
;; along with GNU Emacs; see the file COPYING. If not, write to the
-;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
-;; Boston, MA 02111-1307, USA.
+;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+;; Boston, MA 02110-1301, USA.
;;; Commentary:
diff --git a/lisp/term/xterm.el b/lisp/term/xterm.el
index 6465b08daf1..b99430da7cc 100644
--- a/lisp/term/xterm.el
+++ b/lisp/term/xterm.el
@@ -19,8 +19,8 @@
;; You should have received a copy of the GNU General Public License
;; along with GNU Emacs; see the file COPYING. If not, write to the
-;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
-;; Boston, MA 02111-1307, USA.
+;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+;; Boston, MA 02110-1301, USA.
;;; Commentary: