Bug#4304: Wrong .el files in emacs?
Package: emacs-el
Version: 19.34-1
It appears that some of the lisp files included in emacs-19.34-1
and emacs-el 19.34-1 differ from the official distribution.
emacs*deb were download from ftp.debian.org at 9 pm CDT.
emacs-19.34.tar.gz was obtain from prep.ai.mit.edu at 9:30 CDT.
For an example, forms.el differs: (and the version including in the
.deb does not work)
Were some of the .el and .elc files deliberately changed?
<133 bofh:~ >diff emacs-19.34/lisp/forms.el
/usr/lib/emacs/19.34/lisp/forms.el
295c295
< (defconst forms-version (substring "$Revision: 2.29 $" 11 -2)
---
> (defconst forms-version (substring "$Revision: 1.1.1.1 $" 11 -2)
298c298
< $Id: forms.el,v 2.29 1996/03/01 21:13:01 jvromans Exp $")
---
> $Id: forms.el,v 1.1.1.1 1996/07/04 01:09:13 eichin Exp $"
Here are the versions:
<136 bofh:~ >ls -la emacs-19.34.tar.gz emacs-el-19.34-1.all.deb
-rw-r--r-- 1 kaszeta user 10925984 Aug 22 01:35 emacs-19.34.tar.gz
-rw-r--r-- 1 kaszeta user 3060352 Aug 26 21:22 emacs-el-19.34-1.all.deb
--
Richard W Kaszeta Graduate Student/Sysadmin
bofh@bofh.me.umn.edu University of MN, ME Dept
http://www.menet.umn.edu/~kaszeta
Reply to: