diff options
author | Kiriyama Kazuhiko <kiri@FreeBSD.org> | 2001-08-25 08:11:07 +0000 |
---|---|---|
committer | Kiriyama Kazuhiko <kiri@FreeBSD.org> | 2001-08-25 08:11:07 +0000 |
commit | cfe78098839b5bf6ed224f2738d66cc91c68253d (patch) | |
tree | ef7ca96dc726163a8d01c911ef926ab29d87aff5 /mail/mew3/files/patch-ad | |
parent | I've misset category. Change CATEGORIES editors -> mail. (diff) |
Repositry copy mail/mew -> mail/mew2-emacs20.
Notes
Notes:
svn path=/head/; revision=46860
Diffstat (limited to 'mail/mew3/files/patch-ad')
-rw-r--r-- | mail/mew3/files/patch-ad | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/mail/mew3/files/patch-ad b/mail/mew3/files/patch-ad new file mode 100644 index 000000000000..4a2dedb620c4 --- /dev/null +++ b/mail/mew3/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))) |