summaryrefslogtreecommitdiff
path: root/editors/emacs/patches/patch-av
diff options
context:
space:
mode:
authorminskim <minskim>2009-08-05 22:04:50 +0000
committerminskim <minskim>2009-08-05 22:04:50 +0000
commit89b5d6d2c23ebda955237a35688d357cf5192504 (patch)
treea9fb5d7d981743a3a24473b9c3783ebbb53d429e /editors/emacs/patches/patch-av
parent6fbc15e17d4312255b5a4afc575421f0e46ca6f4 (diff)
downloadpkgsrc-89b5d6d2c23ebda955237a35688d357cf5192504.tar.gz
Update editors/emacs and editors/emacs-nox11 to 23.1.
Major changes: - Improved Unicode support. - Font rendering with Fontconfig and Xft. - Support for using X displays and text terminals in one session, and for running as a daemon. - Support for multi-file commits in distributed version-control systems (VC-dir). - The default X toolkit is now Gtk+, rather than Lucid.
Diffstat (limited to 'editors/emacs/patches/patch-av')
-rw-r--r--editors/emacs/patches/patch-av14
1 files changed, 0 insertions, 14 deletions
diff --git a/editors/emacs/patches/patch-av b/editors/emacs/patches/patch-av
deleted file mode 100644
index 3db0dcf7135..00000000000
--- a/editors/emacs/patches/patch-av
+++ /dev/null
@@ -1,14 +0,0 @@
-$NetBSD: patch-av,v 1.5 2008/10/11 09:56:38 uebayasi Exp $
-
---- src/dispnew.c.orig 2008-10-10 10:35:49.000000000 +0900
-+++ src/dispnew.c
-@@ -6167,9 +6167,6 @@ window_change_signal (signalnum) /* If w
- int signalnum; /* some compilers complain in signal calls. */
- {
- int width, height;
--#ifndef USE_CRT_DLL
-- extern int errno;
--#endif
- int old_errno = errno;
-
- signal (SIGWINCH, window_change_signal);