bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#27341: updated patch to fix docstring


From: npostavs
Subject: bug#27341: updated patch to fix docstring
Date: Sun, 25 Jun 2017 10:29:22 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.2.50 (gnu/linux)

Alex Branham <branham@utexas.edu> writes:

> -  (eww (buffer-substring beg end)))
> +  (if (region-active-p)

If think we should use `use-region-p' instead.  Or perhaps just check
directly if region is empty?  I guess searching for an empty string
doesn't make much sense even if `use-empty-active-region' is t.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]