diff options
author | minskim <minskim@pkgsrc.org> | 2012-01-28 23:17:36 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2012-01-28 23:17:36 +0000 |
commit | dbcc86824f86c2a235c3edf4fb938aed014de235 (patch) | |
tree | 93ca815688bd5e7851841ce176324bdb1d5b6e07 /editors | |
parent | 9ec1bcbca9e267d588a711458d158379e86c3e8c (diff) | |
download | pkgsrc-dbcc86824f86c2a235c3edf4fb938aed014de235.tar.gz |
Update emacs-snapshot to 24.0.92.20120126.
Notable changes:
* dired-x.el (dired-bind-jump): Use ctl-x-map and ctl-x-4-map.
* term.el (term-raw-escape-map): Use Control-X-prefix.
* vc/vc-hooks.el (vc-prefix-map): Use ctl-x-map. (Bug#10566)
* Fix filling for when filladapt mode is enabled.
* Optimise font locking in long enum definitions.
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 514ea7e8ef9..46a0413ca2e 100644 --- a/editors/emacs-snapshot/Makefile.common +++ b/editors/emacs-snapshot/Makefile.common @@ -1,6 +1,6 @@ -# $NetBSD: Makefile.common,v 1.43 2012/01/08 21:56:03 minskim Exp $ +# $NetBSD: Makefile.common,v 1.44 2012/01/28 23:17:36 minskim Exp $ -DISTNAME= emacs-snapshot_20120105.orig +DISTNAME= emacs-snapshot_20120126.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 4950eef58b1..e5528248539 100644 --- a/editors/emacs-snapshot/distinfo +++ b/editors/emacs-snapshot/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.48 2012/01/08 21:56:03 minskim Exp $ +$NetBSD: distinfo,v 1.49 2012/01/28 23:17:36 minskim Exp $ -SHA1 (emacs-snapshot_20120105.orig.tar.xz) = 337a2d2383334b85ac41b33a3635b509694d97b4 -RMD160 (emacs-snapshot_20120105.orig.tar.xz) = 187649ec68471f5c2e70ed0130fd2de0b71b6058 -Size (emacs-snapshot_20120105.orig.tar.xz) = 23413296 bytes +SHA1 (emacs-snapshot_20120126.orig.tar.xz) = e42fca20592bad6ac2080691987e283b948a320e +RMD160 (emacs-snapshot_20120126.orig.tar.xz) = be29b482329494356704de4ad65fcfe5c290306f +Size (emacs-snapshot_20120126.orig.tar.xz) = 23421636 bytes SHA1 (patch-aa) = e77be157f2ad3c8002afe6c5483e61ff4769b85d SHA1 (patch-ac) = 7792cd247bcc40eafb4ec28f98bd0d2d9bd4b0c3 SHA1 (patch-ad) = b8faf958f7ab3effd6c8dbcbf51fe70ddb2ecdae |