mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
Remove gnus-boundp
* lisp/gnus/gnus-start.el (gnus-display-time-event-handler): Use bound-and-true-p. * lisp/gnus/gnus-util (gnus-boundp): Remove.
This commit is contained in:
parent
d1e113ee60
commit
e22d740c30
2 changed files with 1 additions and 6 deletions
|
|
@ -3196,7 +3196,7 @@ If this variable is nil, don't do anything."
|
|||
|
||||
(defun gnus-display-time-event-handler ()
|
||||
(if (and (fboundp 'display-time-event-handler)
|
||||
(gnus-boundp 'display-time-timer))
|
||||
(bound-and-true-p display-time-timer))
|
||||
(display-time-event-handler)))
|
||||
|
||||
(defun gnus-check-reasonable-setup ()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue