Gnus -- temporary workaround to allow other pkgs to build.
authorSteve Youngs <steve@sxemacs.org>
Tue, 31 Mar 2020 07:33:54 +0000 (17:33 +1000)
committerSteve Youngs <steve@sxemacs.org>
Tue, 31 Mar 2020 07:33:54 +0000 (17:33 +1000)
This is just a temporary workaround until I update the SXEmacs
version of #'define-obsolete-variable-alias and function-alias.

* xemacs-packages/gnus/lisp/gnus-start.el: Comment out the 'when'
arg on a #'define-obsolete-variable-alias to allow other packages
to build.

Signed-off-by: Steve Youngs <steve@sxemacs.org>
xemacs-packages/gnus/lisp/gnus-start.el

index 952f997..67559be 100644 (file)
@@ -294,7 +294,7 @@ claim them."
                (repeat function)))
 
 (define-obsolete-variable-alias 'gnus-subscribe-newsgroup-hooks
-  'gnus-subscribe-newsgroup-functions "24.3")
+  'gnus-subscribe-newsgroup-functions) ; "24.3")
 (defcustom gnus-subscribe-newsgroup-functions nil
   "*Hooks run after you subscribe to a new group.
 The hooks will be called with new group's name as argument."