* 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
@ 2023-09-09 18:26 No Wayman
2023-09-10 7:39 ` Ihor Radchenko
0 siblings, 1 reply; 2+ messages in thread
From: No Wayman @ 2023-09-09 18:26 UTC (permalink / raw)
To: emacs-orgmode
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/)
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-09-10 7:39 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-09 18:26 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 No Wayman
2023-09-10 7:39 ` Ihor Radchenko
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.