Package: emacs-goodies-el Version: 26.11-1 Severity: normal df-mode contain at line 236 :
(if (not (assq 'df-mode minor-mode-alist))
(setq minor-mode-alist
(cons minor-mode-alist '((df-mode df-string)))))
and this break the minor-mode-alist, one should use
(if (not (assq 'df-mode minor-mode-alist))
(setq minor-mode-alist
(cons '(df-mode df-string) minor-mode-alist)))
instead.
-- System Information:
Debian Release: lenny/sid
APT prefers unstable
APT policy: (700, 'unstable'), (700, 'stable'), (550, 'experimental')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.21.5acer (SMP w/1 CPU core)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages emacs-goodies-el depends on:
ii bash 3.1dfsg-8 The GNU Bourne Again SHell
ii emacs22-gtk [emacsen] 22.0.99+1-1 The GNU Emacs editor (with GTK use
Versions of packages emacs-goodies-el recommends:
ii dict 1.10.2-3.1 Dictionary Client
ii perl-doc 5.8.8-7 Perl documentation
ii wget 1.10.2-3 retrieves files from the web
-- no debconf information
54_df_minor_mode_alist.dpatch
Description: application/shellscript

