summaryrefslogtreecommitdiff
path: root/editors/emacs-snapshot/patches/patch-ad
diff options
context:
space:
mode:
Diffstat (limited to 'editors/emacs-snapshot/patches/patch-ad')
-rw-r--r--editors/emacs-snapshot/patches/patch-ad12
1 files changed, 12 insertions, 0 deletions
diff --git a/editors/emacs-snapshot/patches/patch-ad b/editors/emacs-snapshot/patches/patch-ad
new file mode 100644
index 00000000000..569ee42d27c
--- /dev/null
+++ b/editors/emacs-snapshot/patches/patch-ad
@@ -0,0 +1,12 @@
+$NetBSD: patch-ad,v 1.1 2010/06/07 22:44:01 minskim Exp $
+
+--- lisp/cus-dep.el.orig 2010-06-02 09:53:41.000000000 -0700
++++ lisp/cus-dep.el
+@@ -59,6 +59,7 @@ Usage: emacs -batch -l ./cus-dep.el -f c
+ (unless (or (string-match custom-dependencies-no-scan-regexp file)
+ (string-match preloaded file)
+ (not (file-exists-p file)))
++ (message file)
+ (erase-buffer)
+ (insert-file-contents file)
+ (goto-char (point-min))