Explorar el Código

Merge branch 'maint'

Kyle Meyer hace 5 años
padre
commit
29f96ef1b7
Se han modificado 1 ficheros con 3 adiciones y 1 borrados
  1. 3 1
      lisp/ol-gnus.el

+ 3 - 1
lisp/ol-gnus.el

@@ -244,7 +244,9 @@ If `org-store-link' was called with a prefix arg the meaning of
 	       (let ((articles 1)
 		     group-opened)
 		 (while (and (not group-opened)
-			     ;; Stop on integer overflows.
+			     ;; Stop on integer overflows.  Note: We
+			     ;; can drop this once we require at least
+			     ;; Emacs 27, which supports bignums.
 			     (> articles 0))
 		   (setq group-opened (gnus-group-read-group articles t group))
 		   (setq articles (if (< articles 16)