Package: yc-el Version: 4.0.13-4 The startup file /etc/emacs/site-start.d/50yc-el.el modifies load-path directly that is violation of Debian emacs policy.
Instead, use the debian-pkg-add-load-path-item function, as follows:
(if (fboundp 'debian-pkg-add-load-path-item)
(debian-pkg-add-load-path-item package-dir)
(setq load-path (cons package-dir load-path)))
Thanks,
--
Tatsuya Kinoshita
pgpLYIUvm09TS.pgp
Description: PGP signature

