diff options
author | Satoshi Taoka <taoka@FreeBSD.org> | 1999-09-09 08:06:23 +0000 |
---|---|---|
committer | Satoshi Taoka <taoka@FreeBSD.org> | 1999-09-09 08:06:23 +0000 |
commit | b731a87d83af4a808603fc4208e14b034a6aa28c (patch) | |
tree | 6f602f58e8628c1d555cb5122d2d371b7a0e44cf /mail/mew/files/patch-ad | |
parent | No need for "EXTRACT_ONLY=" if DISTFILES is empty. NO_CHECKSUM is a (diff) |
Updated to 19.4
Added mew-xemacs21 (by Repository copy)
Deleted mew-common
PR: 13391
Submitted by: maintainer
Diffstat (limited to 'mail/mew/files/patch-ad')
-rw-r--r-- | mail/mew/files/patch-ad | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/mail/mew/files/patch-ad b/mail/mew/files/patch-ad new file mode 100644 index 000000000000..4a2dedb620c4 --- /dev/null +++ b/mail/mew/files/patch-ad @@ -0,0 +1,13 @@ +--- 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))) |