mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
Remove more XEmacs compat code from Gnus
* lisp/gnus/gnus-util.el (gnus-bound-and-true-p): Remove. (gnus-timer--function): Remove. * lisp/gnus/gnus-uu.el (gnus-uu-save-article): Remove XEmacs 19.2 compat. * lisp/gnus/gnus-win.el: Remove XEmacs compat code.
This commit is contained in:
parent
efbaf95619
commit
00cc327b9d
7 changed files with 13 additions and 42 deletions
|
|
@ -1635,7 +1635,7 @@ search in raw mode."
|
|||
|
||||
(defun nnmairix-determine-original-group-from-registry (mid)
|
||||
"Try to determine original group for message-id MID from the registry."
|
||||
(when (gnus-bound-and-true-p 'gnus-registry-enabled)
|
||||
(when (bound-and-true-p gnus-registry-enabled)
|
||||
(unless (string-match "^<" mid)
|
||||
(set mid (concat "<" mid)))
|
||||
(unless (string-match ">$" mid)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue