diff -pru perl-5.8.7-min-patched/emacs/ptags perl-5.8.7-patched/emacs/ptags
--- perl-5.8.7-min-patched/emacs/ptags	Wed Sep 10 21:12:22 2003
+++ perl-5.8.7-patched/emacs/ptags	Mon Nov 27 20:59:04 2006
@@ -36,7 +36,7 @@ case "$1" in
     echo "Building TAGS with relative paths"
 esac
 
-emacs=`(which emacs || which xemacs) 2>/dev/null`
+emacs=`(which emacs || which xemacs || echo emacs) 2>/dev/null`
 [ -x "$emacs" ] || { echo "can't find emacs or xemacs in PATH"; exit 1; }
 
 # Insure proper order (.h after .c, .xs before .c in subdirs):
