Package: dpkg-dev
Version: 1.4.0.27

The file /etc/emacs/site-start.d/50dpkg-dev.el refers to the file
/usr/lib/emacs/site-lisp/debian-changelog.el which doesn't exist.  The
correct file is s/lib/share/.  However, you should probably just drop
the absolute path since it is not needed.  So:

--- 50dpkg-dev.el.orig  Sun Sep 20 16:55:39 1998
+++ 50dpkg-dev.el       Sun Sep 20 16:55:46 1998
@@ -4,5 +4,5 @@
 ;; Copyright (C) 1997, Klee Dienes <[EMAIL PROTECTED]>
 ;; I hereby release this progam into the public domain.

-(autoload 'debian-changelog-mode 
"/usr/lib/emacs/site-lisp/debian-changelog-mode.el"
+(autoload 'debian-changelog-mode "debian-changelog-mode"
         "Major mode for editing Debian-style change logs." t)

-- 
Peter Samuelson
<[EMAIL PROTECTED]>

Reply via email to