Bind RET and TAB on images for better UX.
[gnus] / lisp / nnagent.el
index 69e2702..263d721 100644 (file)
 (deffoo nnagent-request-set-mark (group action server)
   (mm-with-unibyte-buffer
     (insert "(gnus-agent-synchronize-group-flags \""
-           group 
+           group
            "\" '")
     (gnus-pp action)
     (insert " \""
       ;; Assume that articles with smaller numbers than the first one
       ;; Agent knows are gone.
       (setq first (caar gnus-agent-article-alist))
-      (when first 
+      (when first
        (while (and arts (< (car arts) first))
          (pop arts)))
       (set-buffer nntp-server-buffer)