diff options
| author | Raffael Stocker | 2024-07-13 13:26:23 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2024-07-13 15:19:46 +0300 |
| commit | a6c78ccf5f297e612ff0f2159a7bed3a70637168 (patch) | |
| tree | 935e2e6fa82a12f83927c4bd4336930db576db71 /src | |
| parent | febafe37884823d5ac6a63a57c7500f4a0a8a792 (diff) | |
| download | emacs-a6c78ccf5f297e612ff0f2159a7bed3a70637168.tar.gz emacs-a6c78ccf5f297e612ff0f2159a7bed3a70637168.zip | |
; * src/w32fns.c (Fw32_notification_close): Fix typo (bug#72091).
Diffstat (limited to 'src')
| -rw-r--r-- | src/w32fns.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/w32fns.c b/src/w32fns.c index 7fc2f598b3e..e5798fdd84f 100644 --- a/src/w32fns.c +++ b/src/w32fns.c | |||
| @@ -10472,7 +10472,7 @@ DEFUN ("w32-notification-close", | |||
| 10472 | { | 10472 | { |
| 10473 | struct frame *f = SELECTED_FRAME (); | 10473 | struct frame *f = SELECTED_FRAME (); |
| 10474 | 10474 | ||
| 10475 | if (FIXNUMP (id) && !pfnShell_NotifyIconW) | 10475 | if (FIXNUMP (id) && pfnShell_NotifyIconW) |
| 10476 | delete_tray_notification (f, XFIXNUM (id)); | 10476 | delete_tray_notification (f, XFIXNUM (id)); |
| 10477 | 10477 | ||
| 10478 | return Qnil; | 10478 | return Qnil; |