diff options
Diffstat (limited to 'lisp/net')
| -rw-r--r-- | lisp/net/newst-plainview.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/net/newst-plainview.el b/lisp/net/newst-plainview.el index c7a3a107078..2ba4e5c2716 100644 --- a/lisp/net/newst-plainview.el +++ b/lisp/net/newst-plainview.el | |||
| @@ -1188,7 +1188,7 @@ The mode-line is changed accordingly." | |||
| 1188 | "Redraw the newsticker window." | 1188 | "Redraw the newsticker window." |
| 1189 | (if (fboundp 'force-window-update) | 1189 | (if (fboundp 'force-window-update) |
| 1190 | (force-window-update (current-buffer)) | 1190 | (force-window-update (current-buffer)) |
| 1191 | (redraw-frame (selected-frame))) | 1191 | (redraw-frame)) |
| 1192 | (run-hooks 'newsticker-buffer-change-hook) | 1192 | (run-hooks 'newsticker-buffer-change-hook) |
| 1193 | (sit-for 0)) | 1193 | (sit-for 0)) |
| 1194 | 1194 | ||