Gnus -- minor build / warning fixes [OK For Upstream]
[gnus] / lisp / assistant.el
index 93d7219..dd71597 100644 (file)
 (defun assistant-find-next-nodes (&optional node)
   (let* ((node (assistant-find-node (or node assistant-current-node)))
         (nexts (assistant-get-list node "next"))
-        next elem applicable return)
+        elem applicable return)
 
     (while (setq elem (pop nexts))
       (when (assistant-eval (car (cadr elem)))