mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
b731a87d83
Added mew-xemacs21 (by Repository copy) Deleted mew-common PR: 13391 Submitted by: maintainer
14 lines
443 B
Plaintext
14 lines
443 B
Plaintext
--- mew-xemacs.el~ Mon Aug 30 12:43:16 1999
|
|
+++ mew-xemacs.el Mon Aug 30 20:58:26 1999
|
|
@@ -30,8 +30,8 @@
|
|
(defvar mew-summary-toolbar nil)
|
|
(defvar mew-draft-toolbar nil))
|
|
(t
|
|
- (defvar mew-icon-directory nil)
|
|
-
|
|
+ (defvar mew-icon-directory (if (fboundp 'locate-data-directory)
|
|
+ (locate-data-directory "mew")))
|
|
(defvar mew-icon-separate
|
|
(toolbar-make-button-list
|
|
(expand-file-name "mew-sep.xpm" mew-icon-directory)))
|