From: Steve Youngs Date: Thu, 31 Jan 2013 02:42:25 +0000 (+1000) Subject: Use my sy-browse-url-of-file always X-Git-Url: http://cgit.sxemacs.org/?p=syinit;a=commitdiff_plain;h=840a67e542b5cb19918aa156a6cee5cb71c83ca1 Use my sy-browse-url-of-file always Signed-off-by: Steve Youngs --- diff --git a/13-misc-sy.el b/13-misc-sy.el index 84b26a3..8b07b6b 100644 --- a/13-misc-sy.el +++ b/13-misc-sy.el @@ -5,7 +5,7 @@ ;; Author: Steve Youngs ;; Maintainer: Steve Youngs ;; Created: <2007-12-02> -;; Time-stamp: +;; Time-stamp: ;; Download: ;; HTMLised: ;; Git Repo: git clone http://git.sxemacs.org/syinit @@ -914,8 +914,7 @@ anything about MIME types." (and oldfile (rename-file file oldfile)))) (run-hooks 'browse-url-of-file-hook)) -(when (equal browse-url-generic-program "google-chrome") - (fset #'browse-url-of-file #'sy-browse-url-of-file)) +(fset #'browse-url-of-file #'sy-browse-url-of-file) ;:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::* (message "miscellaneous initialised")