diff options
author | Kiriyama Kazuhiko <kiri@FreeBSD.org> | 2001-08-25 09:17:58 +0000 |
---|---|---|
committer | Kiriyama Kazuhiko <kiri@FreeBSD.org> | 2001-08-25 09:17:58 +0000 |
commit | 7fbc9cb45c5d2fd55605142b316dcbb02106a761 (patch) | |
tree | c0a350ee33eed016f77c4a7e4eb51de12842e085 /mail/mew3/files/patch-ae | |
parent | Do not overwrite existen drwebsmf.sh on install (diff) |
Mew2 for Emacs20 port now committed on reposit copied from
mail/mew.
Notes
Notes:
svn path=/head/; revision=46869
Diffstat (limited to 'mail/mew3/files/patch-ae')
-rw-r--r-- | mail/mew3/files/patch-ae | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/mail/mew3/files/patch-ae b/mail/mew3/files/patch-ae new file mode 100644 index 000000000000..d1647a30fb9c --- /dev/null +++ b/mail/mew3/files/patch-ae @@ -0,0 +1,11 @@ +--- mew-key.el~ Wed Jul 18 08:19:11 2001 ++++ mew-key.el Fri Aug 3 11:30:10 2001 +@@ -507,7 +507,7 @@ + ;;; + + (defvar mew-icon-directory (if (fboundp 'locate-data-directory) +- (locate-data-directory "mew") nil)) ++ (locate-data-directory "mew%%MEW_MAJOR_VER%%") nil)) + + (defvar mew-icon-separate nil) + (defvar mew-icon-blank nil) |