mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 18:40:39 -08:00
(gnus-group--setup-tool-bar-update): Fix last change
* lisp/gnus/gnus-group.el (gnus-group--setup-tool-bar-update): cursor-sensor-functions should be a list of functions.
This commit is contained in:
parent
56dfd3de9c
commit
e192281baa
2 changed files with 7 additions and 2 deletions
|
|
@ -1625,7 +1625,7 @@ if it is a string, only list groups matching REGEXP."
|
|||
(unless (bound-and-true-p cursor-sensor-mode)
|
||||
(cursor-sensor-mode 1))
|
||||
(gnus-put-text-property beg end 'cursor-sensor-functions
|
||||
#'gnus-tool-bar-update))
|
||||
'(gnus-tool-bar-update)))
|
||||
(gnus-put-text-property beg end 'point-entered
|
||||
#'gnus-tool-bar-update)
|
||||
(gnus-put-text-property beg end 'point-left
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue