nix-mode icon indicating copy to clipboard operation
nix-mode copied to clipboard

Check Man-header-file-path is a list or not for emacs31.1

Open Vonfry opened this issue 8 months ago • 0 comments

In emacs 31.1, its type is changed as following:

:type '(choice (repeat string) (const :tag "Use 'ffap-c-path'" t)))

And its default value is t instead of nil or a list.

Vonfry avatar Apr 12 '25 06:04 Vonfry