emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/hyperbole 3174664 11/20: Fixed misnamed reference to hp


From: Robert Weiner
Subject: [elpa] externals/hyperbole 3174664 11/20: Fixed misnamed reference to hpath:file-suffix-regexp.
Date: Tue, 9 Aug 2016 19:17:08 +0000 (UTC)

branch: externals/hyperbole
commit 3174664d4a9725d46c72758388435c866a6f9415
Author: Bob Weiner <address@hidden>
Commit: Bob Weiner <address@hidden>

    Fixed misnamed reference to hpath:file-suffix-regexp.
---
 hpath.el |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hpath.el b/hpath.el
index ff2ab60..ae3deca 100644
--- a/hpath.el
+++ b/hpath.el
@@ -297,7 +297,7 @@ use with string-match.")
   "Regexp that matches to a Markdown file suffix.")
 
 (defconst hpath:markup-link-anchor-regexp
- (concat "\\(" hpath:html-file-suffix "\\|" hpath:markdown-suffix-regexp
+ (concat "\\(" hpath:html-suffix-regexp "\\|" hpath:markdown-suffix-regexp
         "\\)\\(#\\)\\([^\]\[#^{}<>\"\\ \n\t\f\r]*\\)")
   "Regexp that matches an markup filename followed by a hash (#) and an 
optional in-file anchor name.")
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]