summaryrefslogtreecommitdiff
path: root/editors/emacs24/patches/patch-ad
blob: 0426395dac2f899039f1f764c162186d03299c8e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: patch-ad,v 1.1 2012/06/16 21:03:42 dholland Exp $

This will sometimes help to avoid Segmentation Fault at
build time

--- lisp/cus-dep.el.orig	2010-04-03 22:26:07.000000000 +0000
+++ 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))