diff options
author | minskim <minskim@pkgsrc.org> | 2011-12-06 17:12:09 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2011-12-06 17:12:09 +0000 |
commit | c1299e56f1a9ca3332933f1ec543b25c7727e3c3 (patch) | |
tree | 6e2316df4016dcd11a90b386b96cc9452bd2dcb9 /editors/emacs-snapshot/patches | |
parent | 3947fc50f3f558d2f10458016a3c5a15459774a9 (diff) | |
download | pkgsrc-c1299e56f1a9ca3332933f1ec543b25c7727e3c3.tar.gz |
Update emacs-snapshot to 24.0.92.20111206.
Changes:
* calendar/appt.el (appt-add): Rewrite the interactive-spec to avoid
overly zealous deletion of trailing whitespace.
* progmodes/prolog.el (prolog-find-value-by-system): Avoid error when
there's no inferior buffer (bug#10196).
* net/tramp-sh.el (tramp-maybe-open-connection): Handle user
interrupt. (Bug#10187)
* info.el (Info-search): Display "end of manual" when Isearch
reaches the end of single-file Info manual. (Bug#9918)
* isearch.el (isearch-message-prefix): Run the input method part
of the prompt through bidi-string-mark-left-to-right. (Bug#10183)
* vc/diff-mode.el (diff-find-file-name): Make `read-file-name'
aware of remote file names. (Bug#10124)
Diffstat (limited to 'editors/emacs-snapshot/patches')
-rw-r--r-- | editors/emacs-snapshot/patches/patch-lib-src_emacsclient.c | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/editors/emacs-snapshot/patches/patch-lib-src_emacsclient.c b/editors/emacs-snapshot/patches/patch-lib-src_emacsclient.c deleted file mode 100644 index 6202b323c9a..00000000000 --- a/editors/emacs-snapshot/patches/patch-lib-src_emacsclient.c +++ /dev/null @@ -1,12 +0,0 @@ -$NetBSD: patch-lib-src_emacsclient.c,v 1.1 2011/11/30 04:29:10 minskim Exp $ - ---- lib-src/emacsclient.c.orig 2011-11-28 09:24:08.000000000 +0000 -+++ lib-src/emacsclient.c -@@ -1635,6 +1635,7 @@ main (int argc, char **argv) - /* Send over our environment and current directory. */ - if (!current_frame) - { -+ extern char **environ; - int i; - for (i = 0; environ[i]; i++) - { |