X-Git-Url: http://git.chise.org/gitweb/?p=chise%2Fxemacs-chise.git.1;a=blobdiff_plain;f=src%2Fdevice-gtk.c;h=83c684f929defb34131e5ec750b71d65f59a1831;hp=c17c59779b05b907ac322343049cfb47c3c5e06f;hb=f7019bf646d0d4e750e0186d6e912ec7a3b9da90;hpb=a5812bf2ff9a9cf40f4ff78dcb83f5b4c295bd18 diff --git a/src/device-gtk.c b/src/device-gtk.c index c17c597..83c684f 100644 --- a/src/device-gtk.c +++ b/src/device-gtk.c @@ -198,7 +198,7 @@ gtk_init_device (struct device *d, Lisp_Object props) XSETDEVICE (device, d); /* gtk_init() and even gtk_check_init() are so brain dead that - getting an empty argv array causes them to abort. */ + getting an empty argv array causes them to ABORT. */ if (NILP (Vgtk_initial_argv_list)) { signal_simple_error ("gtk-initial-argv-list must be set before creating Gtk devices", Vgtk_initial_argv_list);