branch: externals/bnf-mode commit dc6b3613afade99260d0950177e13b79fb6ac602 Author: Stefan Monnier <monn...@iro.umontreal.ca> Commit: Stefan Monnier <monn...@iro.umontreal.ca>
* bnf-mode.el (bnf-rx): Fix typo. --- bnf-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bnf-mode.el b/bnf-mode.el index 0ddb0a9..95a3ccc 100644 --- a/bnf-mode.el +++ b/bnf-mode.el @@ -122,7 +122,7 @@ See `rx' documentation for more information about REGEXPS param." (rx-to-string (cond ((null sexps) (error "No regexp")) ((cdr sexps) `(and ,@sexps)) (t (car sexps))) - t)))))) + t)))) ;;; Font Locking