diff lisp/hyperbole/hsite-ex.el @ 110:fe104dbd9147 r20-1b7

Import from CVS: tag r20-1b7
author cvs
date Mon, 13 Aug 2007 09:19:45 +0200
parents 4be1180a9e89
children 8619ce7e4c50
line wrap: on
line diff
--- a/lisp/hyperbole/hsite-ex.el	Mon Aug 13 09:18:41 2007 +0200
+++ b/lisp/hyperbole/hsite-ex.el	Mon Aug 13 09:19:45 2007 +0200
@@ -37,6 +37,9 @@
 
 (message "Initializing Hyperbole, please wait...")
 
+;; The following line must not be deleted.
+(require 'hyperbole)
+
 ;;; ************************************************************************
 ;;; TIMEZONE SETTING
 ;;; ************************************************************************
@@ -304,10 +307,9 @@
   (let ((nextstep-suffixes '(("\\.\\(adaptor\\|app\\|bshlf\\|clr\\|concur\\|create\\|diagram\\|dp\\|e?ps\\|frame\\|gif\\|locus\\|Mesa\\|nib\\|project\\|rtf\\|sense\\|tiff\\|tree\\)$" . "open")))
 	(x-suffixes '(("\\.e?ps$" . "ghostview")
 		      ("\\.ps\\.g?[zZ]$" . "zcat %s | ghostview -")
-		      ("\\.\\(gif\\|tiff?\\|xbm\\|pm\\|pbm\\|jpe?g\\)"  . "xv")
+		      ("\\.\\(gif\\|tiff?\\|xpm\\|xbm\\|pm\\|pbm\\|jpe?g\\)"  . "xv")
 		      ("\\.xwd$" . "xwud -noclick -in")
 		      ("\\.ra?s$" . "snapshot -l")
-		      ("\\.xpm$" . "sxpm")
 		      ("\\.\\(fm\\|frame\\|mif\\)$" .
 		       "frame.pl -vn -preader -c -f%s") ;; was "msgfm_driver"
 		      ("\\.\\(doc\\|boo\\)$" . "ileaf")