Yann Hodique <yann.hodi...@gmail.com> writes:
> The proper fix is to generate this file (which is fixed in the 'master'
> git branch but didn't hit any release yet).

Hmm. "make" in git master generates a really long 50magit.el. My problem
is that this file does not comply with the debian emacs policy. magit
stuff should only be autoloaded if debian-emacs-flavor is emacs23 or
emacs-snapshot and if the package is installed:

(if (member debian-emacs-flavor '(emacs23 emacs-snapshot))
    (if (file-exists-p "/usr/share/emacs/site-lisp/magit/magit.el")
        (autoload 'magit-status "magit" nil t)
      (message "Package magit removed but not purged. Skipping setup.")))




-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to