diff --git a/lisp/ffap.el b/lisp/ffap.el index 6f477dd790b..942e218bf23 100644 --- a/lisp/ffap.el +++ b/lisp/ffap.el @@ -554,7 +554,7 @@ Looks at `ffap-ftp-default-user', returns \"\" for \"localhost\"." (concat "gopher://" mach "/")) ;; www.ncsa.uiuc.edu ((and (string-match "\\`w\\(ww\\|eb\\)[-.]" mach)) - (concat "http://" mach "/")) + (concat "https://" mach "/")) ;; More cases? (ffap-ftp-regexp (ffap-host-to-filename mach)) ))