No Wayman <iarchivedmywholel...@gmail.com> writes:

> When compiling Org, I get the following warning:
>
> In org--get-expected-indentation:
> org.el:19192:8: Warning: Useless clause following default ‘cond’ 
> clause
>
> I looked at the source and confirmed it is not a false positive.
> The following code is unreachable due to the (t ...) cond clause 
> before it:
>
>       ;; Finally, no indentation is needed, fall back to 0.
>       (t (current-indentation))))))

Thanks for reporting!
Fixed, on main.
https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=515e4ed49

-- 
Ihor Radchenko // yantar92,
Org mode contributor,
Learn more about Org mode at <https://orgmode.org/>.
Support Org development at <https://liberapay.com/org-mode>,
or support my work at <https://liberapay.com/yantar92>

Reply via email to