diff options
| author | Jan Djärv | 2005-03-18 21:19:23 +0000 |
|---|---|---|
| committer | Jan Djärv | 2005-03-18 21:19:23 +0000 |
| commit | a01a20dbff6e72b19c778fc6a8c0bb54e32fe0b1 (patch) | |
| tree | a816f5ca2f6597ac0baa3829d9822d2c020a71cb /src | |
| parent | 8d5980cff46011ee130587664787d5c3a974f10d (diff) | |
| download | emacs-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.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 4 |
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 @@ | |||
| 1 | 2005-03-18 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | 1 | 2005-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. |