Package: quilt-el
Version: 0.63-4
Severity: normal

The startup file for quilt-el, 50quilt-el.el, contains this autoload
statement,

(autoload 'quilt-mode "quilt"
  "Minor mode for editing files on quilt hierarchy."
  t)

but there is no file named quilt.elc which can be loaded, so that causes
an error when trying to use quilt mode.  The file is quilt-mode.elc, so
the autoload should be:

(autoload 'quilt-mode "quilt-mode"
  "Minor mode for editing files on quilt hierarchy."
  t)

Thanks.

-- System Information:
Debian Release: stretch/sid
  APT prefers unstable
  APT policy: (990, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.3.0-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages quilt-el depends on:
ii  emacs24 [emacsen]  24.5+1-7
ii  quilt              0.63-4

quilt-el recommends no packages.

quilt-el suggests no packages.

-- no debconf information

-- 
Neil Roeth

Reply via email to