branch: externals/hyperbole
commit 3174664d4a9725d46c72758388435c866a6f9415
Author: Bob Weiner <[email protected]>
Commit: Bob Weiner <[email protected]>
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.")