Update emacs-snapshot to 24.0.93.20120208.
Notable changes: * server.el (server-unselect-display): Don't inadvertently kill the current buffer. (Bug#10729) * progmodes/cc-engine.el (c-in-knr-argdecl): Check for '=' in a putative K&R region. * simple.el (list-processes--refresh): Delete exited processes (Bug#8094).
This commit is contained in:
parent
000ccaeff4
commit
eac5c0b8da
3 changed files with 7 additions and 9 deletions
|
@ -1,11 +1,9 @@
|
|||
# $NetBSD: Makefile,v 1.25 2012/02/06 12:39:59 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.26 2012/02/13 17:57:39 minskim Exp $
|
||||
|
||||
CONFLICTS+= emacs-nox11-[0-9]*
|
||||
|
||||
.include "../../editors/emacs-snapshot/Makefile.common"
|
||||
|
||||
PKGREVISION= 1
|
||||
|
||||
.include "options.mk"
|
||||
|
||||
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile.common,v 1.45 2012/02/02 20:21:10 minskim Exp $
|
||||
# $NetBSD: Makefile.common,v 1.46 2012/02/13 17:57:39 minskim Exp $
|
||||
|
||||
DISTNAME= emacs-snapshot_20120201.orig
|
||||
DISTNAME= emacs-snapshot_20120208.orig
|
||||
PKGNAME= ${DISTNAME:S/snapshot_/${EMACS_VERSION}./:S/.orig//}
|
||||
CATEGORIES= editors
|
||||
MASTER_SITES= http://emacs.naquadah.org/unstable/
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
$NetBSD: distinfo,v 1.50 2012/02/02 20:21:10 minskim Exp $
|
||||
$NetBSD: distinfo,v 1.51 2012/02/13 17:57:39 minskim Exp $
|
||||
|
||||
SHA1 (emacs-snapshot_20120201.orig.tar.xz) = 83feb061b22c0e7225ff4fdef34c6b8940945205
|
||||
RMD160 (emacs-snapshot_20120201.orig.tar.xz) = e9e3e9f32e3135c86da07b4ea8f22c241d5fb45a
|
||||
Size (emacs-snapshot_20120201.orig.tar.xz) = 23429900 bytes
|
||||
SHA1 (emacs-snapshot_20120208.orig.tar.xz) = 9a4488e021f5b826fd3482cd7dcc3321b87328b7
|
||||
RMD160 (emacs-snapshot_20120208.orig.tar.xz) = ecf3892249138ffe518db307e93bd03b47ddb52e
|
||||
Size (emacs-snapshot_20120208.orig.tar.xz) = 23439944 bytes
|
||||
SHA1 (patch-aa) = e77be157f2ad3c8002afe6c5483e61ff4769b85d
|
||||
SHA1 (patch-ac) = 7792cd247bcc40eafb4ec28f98bd0d2d9bd4b0c3
|
||||
SHA1 (patch-ad) = b8faf958f7ab3effd6c8dbcbf51fe70ddb2ecdae
|
||||
|
|
Loading…
Reference in a new issue