diff options
author | minskim <minskim@pkgsrc.org> | 2011-10-18 21:48:36 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2011-10-18 21:48:36 +0000 |
commit | 7aeb1f19f499b8cd8c7f0e44f246329b86b6b993 (patch) | |
tree | 2b1ad4f85f5fabb64c9b0501da88451182217e2d /editors | |
parent | ac047af810ef9528b03883544fd313ab2461435e (diff) | |
download | pkgsrc-7aeb1f19f499b8cd8c7f0e44f246329b86b6b993.tar.gz |
Update emacs-snapshot to 24.0.90.20111012.
Changes:
* mail/sendmail.el: Don't use sendmail-query-once if not needed.
* progmodes/f90.el: Ignore preprocessor lines, like
f90-previous-statement does.
* eshell/eshell.el: History should be saved only in interactive use,
to avoid error.
* bindings.el ([M-left],[M-right]): Bind to left-word and right-word
respectively.
* progmodes/gdb-mi.el (gdb): Doc fix.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/emacs-snapshot/Makefile.common | 4 | ||||
-rw-r--r-- | editors/emacs-snapshot/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/editors/emacs-snapshot/Makefile.common b/editors/emacs-snapshot/Makefile.common index 08b05074601..027aeb778f8 100644 --- a/editors/emacs-snapshot/Makefile.common +++ b/editors/emacs-snapshot/Makefile.common @@ -1,6 +1,6 @@ -# $NetBSD: Makefile.common,v 1.34 2011/10/04 19:30:01 minskim Exp $ +# $NetBSD: Makefile.common,v 1.35 2011/10/18 21:48:36 minskim Exp $ -DISTNAME= emacs-snapshot_20111004.orig +DISTNAME= emacs-snapshot_20111012.orig PKGNAME= ${DISTNAME:S/snapshot_/${EMACS_VERSION}./:S/.orig//} CATEGORIES= editors MASTER_SITES= http://emacs.naquadah.org/unstable/ diff --git a/editors/emacs-snapshot/distinfo b/editors/emacs-snapshot/distinfo index 75b2a1824bf..e9b71691f5a 100644 --- a/editors/emacs-snapshot/distinfo +++ b/editors/emacs-snapshot/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.38 2011/10/04 19:30:02 minskim Exp $ +$NetBSD: distinfo,v 1.39 2011/10/18 21:48:36 minskim Exp $ -SHA1 (emacs-snapshot_20111004.orig.tar.xz) = bbda7f1bb7713b0e1be3a7b828f44e7bf16516ee -RMD160 (emacs-snapshot_20111004.orig.tar.xz) = 2815b04f55e61c209ff665277b9732cf4e0bfc51 -Size (emacs-snapshot_20111004.orig.tar.xz) = 23273056 bytes +SHA1 (emacs-snapshot_20111012.orig.tar.xz) = 6b8d7778ba617acb97ac512ec81b0aa30db0f753 +RMD160 (emacs-snapshot_20111012.orig.tar.xz) = 3b05e3f226919c17932f7443503b8f8cd7786c11 +Size (emacs-snapshot_20111012.orig.tar.xz) = 23277308 bytes SHA1 (patch-aa) = 052ea84f7e3b35d1aba08bd641d7250ec07d09aa SHA1 (patch-ac) = 7792cd247bcc40eafb4ec28f98bd0d2d9bd4b0c3 SHA1 (patch-ad) = b8faf958f7ab3effd6c8dbcbf51fe70ddb2ecdae |