aboutsummaryrefslogtreecommitdiffstats
path: root/src/xmenu.c
diff options
context:
space:
mode:
authorJuanma Barranquero2011-09-09 03:06:52 +0200
committerJuanma Barranquero2011-09-09 03:06:52 +0200
commit5e617bc2b62189768814fafd1a875e89a094d3ef (patch)
treed96d22e012035d044557abf4de0b8e30b03d61b7 /src/xmenu.c
parent9b1c252e294bed3aef0d2f2fc5d1fa9f72df9ee8 (diff)
downloademacs-5e617bc2b62189768814fafd1a875e89a094d3ef.tar.gz
emacs-5e617bc2b62189768814fafd1a875e89a094d3ef.zip
Whitespace changes.
Diffstat (limited to 'src/xmenu.c')
-rw-r--r--src/xmenu.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/xmenu.c b/src/xmenu.c
index b4338c1d653..cf58e85af10 100644
--- a/src/xmenu.c
+++ b/src/xmenu.c
@@ -1947,7 +1947,7 @@ create_and_show_dialog (FRAME_PTR f, widget_value *first_wv)
1947 LWLIB_ID dialog_id; 1947 LWLIB_ID dialog_id;
1948 1948
1949 if (!FRAME_X_P (f)) 1949 if (!FRAME_X_P (f))
1950 abort(); 1950 abort ();
1951 1951
1952 dialog_id = widget_id_tick++; 1952 dialog_id = widget_id_tick++;
1953#ifdef USE_LUCID 1953#ifdef USE_LUCID
@@ -2095,7 +2095,7 @@ xdialog_show (FRAME_PTR f,
2095 /* Frame title: 'Q' = Question, 'I' = Information. 2095 /* Frame title: 'Q' = Question, 'I' = Information.
2096 Can also have 'E' = Error if, one day, we want 2096 Can also have 'E' = Error if, one day, we want
2097 a popup for errors. */ 2097 a popup for errors. */
2098 if (NILP(header)) 2098 if (NILP (header))
2099 dialog_name[0] = 'Q'; 2099 dialog_name[0] = 'Q';
2100 else 2100 else
2101 dialog_name[0] = 'I'; 2101 dialog_name[0] = 'I';