aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Djärv2005-03-18 21:19:23 +0000
committerJan Djärv2005-03-18 21:19:23 +0000
commita01a20dbff6e72b19c778fc6a8c0bb54e32fe0b1 (patch)
treea816f5ca2f6597ac0baa3829d9822d2c020a71cb
parent8d5980cff46011ee130587664787d5c3a974f10d (diff)
downloademacs-a01a20dbff6e72b19c778fc6a8c0bb54e32fe0b1.tar.gz
emacs-a01a20dbff6e72b19c778fc6a8c0bb54e32fe0b1.zip
* xfns.c (Fx_create_frame): Removed setting of Vx_resource_name so
that it doesn't become "tooltip". The specbind is enough.
-rw-r--r--src/ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index cb749795d9e..2727a6dfafd 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,7 +1,7 @@
12005-03-18 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> 12005-03-18 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
2 2
3 * xfns.c: Removed setting of Vx_resource_name so that it doesn't 3 * xfns.c (Fx_create_frame): Removed setting of Vx_resource_name so
4 become "tooltip". The specbind is enough. 4 that it doesn't become "tooltip". The specbind is enough.
5 5
6 * xrdb.c (x_load_resources): Use different char *helv when I18N 6 * xrdb.c (x_load_resources): Use different char *helv when I18N
7 is present. 7 is present.