Update emacs-snapshot to 24.0.91.20111104.

Changes:
- Use `force-same-window' interactively.
- vc-bzr.el: Accept status with more than 9 shelves.
- Add isearch-scroll property to split-window-below and
  split-window-right.
- Amend the handling of c-beginning/end-of-defun in nested declaration
  scopes.
This commit is contained in:
minskim 2011-11-05 17:46:10 +00:00
parent 057a2f60db
commit 7688dd8ea0
4 changed files with 9 additions and 11 deletions

View file

@ -1,6 +1,4 @@
# $NetBSD: Makefile,v 1.23 2011/11/01 06:11:53 sbd Exp $
PKGREVISION= 1
# $NetBSD: Makefile,v 1.24 2011/11/05 17:46:10 minskim Exp $
CONFLICTS+= emacs-nox11-[0-9]*

View file

@ -1,6 +1,6 @@
# $NetBSD: Makefile.common,v 1.37 2011/10/30 20:10:16 minskim Exp $
# $NetBSD: Makefile.common,v 1.38 2011/11/05 17:46:10 minskim Exp $
DISTNAME= emacs-snapshot_20111026.orig
DISTNAME= emacs-snapshot_20111104.orig
PKGNAME= ${DISTNAME:S/snapshot_/${EMACS_VERSION}./:S/.orig//}
CATEGORIES= editors
MASTER_SITES= http://emacs.naquadah.org/unstable/

View file

@ -1,8 +1,8 @@
$NetBSD: distinfo,v 1.41 2011/10/30 20:10:16 minskim Exp $
$NetBSD: distinfo,v 1.42 2011/11/05 17:46:10 minskim Exp $
SHA1 (emacs-snapshot_20111026.orig.tar.xz) = d399249bdc41fe73ff716a29cee966bb1c75b528
RMD160 (emacs-snapshot_20111026.orig.tar.xz) = e23346134d65891aa142e603a9e0d2ea98f74d41
Size (emacs-snapshot_20111026.orig.tar.xz) = 23286696 bytes
SHA1 (emacs-snapshot_20111104.orig.tar.xz) = 3e8b89fbfb6650aaad405b0abb7b6270a3dbd0d5
RMD160 (emacs-snapshot_20111104.orig.tar.xz) = d601c34dfde56493fd4bd6c41da1849a4a079a41
Size (emacs-snapshot_20111104.orig.tar.xz) = 23288592 bytes
SHA1 (patch-aa) = 052ea84f7e3b35d1aba08bd641d7250ec07d09aa
SHA1 (patch-ac) = 7792cd247bcc40eafb4ec28f98bd0d2d9bd4b0c3
SHA1 (patch-ad) = b8faf958f7ab3effd6c8dbcbf51fe70ddb2ecdae

View file

@ -1,4 +1,4 @@
# $NetBSD: version.mk,v 1.8 2011/10/04 19:30:02 minskim Exp $
# $NetBSD: version.mk,v 1.9 2011/11/05 17:46:10 minskim Exp $
_EMACS_FLAVOR= emacs
_EMACS_REQD= emacs>=23
@ -7,4 +7,4 @@ _EMACS_PKGDEP.leim=
_EMACS_VERSION_MAJOR= 24
_EMACS_VERSION_MINOR= 0
_EMACS_VERSION_MICRO= 90
_EMACS_VERSION_MICRO= 91