diff options
| author | Eli Zaretskii | 2006-06-02 21:21:55 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2006-06-02 21:21:55 +0000 |
| commit | 3f65d6f5206a47fd677036a73d8d1a0920454d05 (patch) | |
| tree | 5bef64be0eb34695aafd2297acee8b4e5e0e5848 /src/ChangeLog | |
| parent | c1def6ea27a433be107ea99b0e2684492aea8165 (diff) | |
| download | emacs-3f65d6f5206a47fd677036a73d8d1a0920454d05.tar.gz emacs-3f65d6f5206a47fd677036a73d8d1a0920454d05.zip | |
(x_set_icon_name): Don't use arg if it's not a string and not nil.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 386ec5670d4..0b352232cb2 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2006-06-03 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * w32fns.c (x_set_icon_name): Don't use arg if it's not a string | ||
| 4 | and not nil. | ||
| 5 | |||
| 1 | 2006-06-02 Chong Yidong <cyd@stupidchicken.com> | 6 | 2006-06-02 Chong Yidong <cyd@stupidchicken.com> |
| 2 | 7 | ||
| 3 | * xfns.c (x_set_icon_name): No-op if arg is non-nil and not a | 8 | * xfns.c (x_set_icon_name): No-op if arg is non-nil and not a |