#710551 tiarra-conf-el: provide 'tiarra-conf

#710551#5
Date:
2013-05-31 20:08:27 UTC
From:
To:
Starting from "emacs24 -q"

    M-: (require 'tiarra-conf)
    =>
    (error "Required feature `tiarra-conf' was not provided")

It'd be good if tiarra-conf.el ended with

    (provide 'tiarra-conf)

#710551#10
Date:
2015-01-04 07:49:37 UTC
From:
To:
Hi,

 This package provides tiarra-conf-mode, not tiarra-conf, so this
 behavior is not a bug, IMO.

#710551#17
Date:
2015-01-08 07:20:08 UTC
From:
To:
Hideki Yamane <henrich@debian.or.jp> writes:

Feature names are file names, normally.  So (require 'tiarra-conf) loads
tiarra-conf.el and it would normally have (provide 'tiarra-conf) at the
end to allow that.

(Such a `provide' is one of the various conventional things M-x checkdoc
reports on, for example.)