*** empty log message ***
[bpt/emacs.git] / lib-src / emacstool.c
index 4c859d1..0843a3c 100644 (file)
@@ -1,5 +1,6 @@
 /*
-   Copyright (C) 1986, 1988, 1990, 1991 Free Software Foundation, Inc.
+   Copyright (C) 1986, 1988, 1990, 1991, 2002, 2003, 2004,
+                 2005, 2006 Free Software Foundation, Inc.
 
 This file is part of GNU Emacs.
 
@@ -15,8 +16,8 @@ GNU General Public License for more details.
 
 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.  */
+the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+Boston, MA 02110-1301, USA.  */
 
 /*
  * For Emacs in SunView/Sun-Windows: (supported by Sun Unix v3.2 or greater)
@@ -189,7 +190,7 @@ time_delta (now_sec, now_usec, prev_sec, prev_usec)
 /*
  * Filter function to translate selected input events for emacs
  * Mouse button events become ^X^@(button x-col y-line time-delta) .
- * Function keys: ESC-*{c}{lrt} l,r,t for Left, Right, Top; 
+ * Function keys: ESC-*{c}{lrt} l,r,t for Left, Right, Top;
  * {c} encodes the keynumber as a character [a-o]
  */
 static Notify_value
@@ -464,10 +465,10 @@ int interpose_on_window (argc, argv)
                           0);
 
     /* Create a tty with emacs in it */
-    tty_win = window_create (frame, TTY, 
-                            TTY_QUIT_ON_CHILD_DEATH, TRUE, 
+    tty_win = window_create (frame, TTY,
+                            TTY_QUIT_ON_CHILD_DEATH, TRUE,
                             TTY_BOLDSTYLE, TTYSW_BOLD_INVERT,
-                            TTY_ARGV, argv, 
+                            TTY_ARGV, argv,
                             0);
 
     if (bold_name) {
@@ -498,3 +499,6 @@ int interpose_on_window (argc, argv)
        (tty_view, input_event_filter_function, NOTIFY_SAFE);
 }
 #endif XVIEW
+
+/* arch-tag: 7a2e7105-c059-418a-b3d9-5b5de96abb4e
+   (do not change this comment) */