emacs-orgmode
[Top][All Lists]
Advanced

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

Org mode version 9.7-pre (9.7-pre-n/a-g2030c1 @ /home/n/.emacs.d/elpaca/


From: No Wayman
Subject: Org mode version 9.7-pre (9.7-pre-n/a-g2030c1 @ /home/n/.emacs.d/elpaca/builds/org/); org--get-expected-indentation: useless cond clause
Date: Sat, 09 Sep 2023 14:26:02 -0400
User-agent: mu4e 1.11.17; emacs 30.0.50


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))))))

Package: Org mode version 9.7-pre (9.7-pre-n/a-g2030c1 @ /home/n/.emacs.d/elpaca/builds/org/)



reply via email to

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