blob: bf94427490d7c2486fe00ece803aa3c061d3f8cd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-aa,v 1.6 2009/08/09 12:01:18 minskim Exp $
--- mew-key.el.orig 2008-12-09 23:48:20.000000000 -0800
+++ mew-key.el
@@ -619,7 +619,7 @@
(if (file-exists-p (expand-file-name file path))
(throw 'loop (expand-file-name "etc" path)))))))
-(defvar mew-icon-directory (mew-which-mew-etc))
+(defvar mew-icon-directory "@ICONDIR@")
(defvar mew-icon-separate nil)
(defvar mew-icon-blank nil)
|