No autoloads for id-utils.el

Bug #1889486 reported by Valery Ushakov
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
id-utils (Ubuntu)
New
Undecided
Unassigned

Bug Description

id-utils packages installs id-utils.el emacs file but doesn't install autoloads for it in /etc/emacs/site-start.d

It need to provides something like:

# cat /etc/emacs/site-start.d/50id-utils.el
(autoload 'gid "id-utils" "run idutils' gid command" t)

It might additionally need to change the id-utils.el so that at the very end it

(provide 'id-utils)

instead of

(provide 'idutils)

I'm not sure what's the deal is here with the id-utils vs idutils renaming.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.