]> code.delx.au - gnu-emacs/blobdiff - lib-src/emacstool.c
(xml-parse-elem-type): Fix use of character constant.
[gnu-emacs] / lib-src / emacstool.c
index 4c859d15c8e086c5cbbea12a324568f301170a84..dcbc20feeed1d620c6570e22730c05a03b2cbd3d 100644 (file)
@@ -189,7 +189,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 +464,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) {