A few more minor tweaks.
[pkgusr] / lisp / pkgusr.el
index 01c3c4f..e975c86 100644 (file)
@@ -5,7 +5,7 @@
 ;; Author:     Steve Youngs <steve@sxemacs.org>
 ;; Maintainer: Steve Youngs <steve@sxemacs.org>
 ;; Created:    <2007-07-13>
-;; Time-stamp: <Sunday Feb  3, 2013 12:17:39 steve>
+;; Time-stamp: <Wednesday Mar 12, 2014 17:01:00 steve>
 ;; Homepage:   N/A
 ;; Keywords:   utils package-management
 
@@ -93,7 +93,7 @@
 
 (defconst pkgusr-url-regexp
   (concat
-   #r"\(\(https?\|ftp\|gopher\|telnet\|wais\)://\|file:/\|s?news:\|mailto:\)"
+   #r"\(\(https?\|ftp\|rsync\|s\(cp\|sh\)\|git\)://\|file:/\|s?news:\|mailto:\)"
    "[^]\t\n \"'()<>[^`{}]*[^]\t\n \"'()<>[^`{}.,;]+")
   "A regular expression matching URLs.")