mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-11 09:20:51 +00:00
gnus-advanced-body: Fix return value
* gnus-logic.el (gnus-advanced-body): Return whether the search succeeded, not the value of one of the cleanup forms.
This commit is contained in:
parent
ca58872a53
commit
dafbdb87ec
@ -224,8 +224,8 @@
|
||||
(goto-char (point-min))
|
||||
(prog1
|
||||
(funcall search-func match nil t)
|
||||
(widen)))
|
||||
(when handles (mm-destroy-parts handles))))))
|
||||
(widen)
|
||||
(when handles (mm-destroy-parts handles))))))))
|
||||
|
||||
(provide 'gnus-logic)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user