From 1888b5c3288e4e7653a424e7314ea5c8277ab360 Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Thu, 16 Apr 2020 00:22:24 -0400 Subject: Generating definition names in a new way. --- lux-mode/lux-mode.el | 1 + 1 file changed, 1 insertion(+) (limited to 'lux-mode') diff --git a/lux-mode/lux-mode.el b/lux-mode/lux-mode.el index e3dfd46f6..16609262b 100644 --- a/lux-mode/lux-mode.el +++ b/lux-mode/lux-mode.el @@ -207,6 +207,7 @@ Called by `imenu--generic-function'." (set-match-data (list def-beg def-end))))) (goto-char start))))) +;; https://www.gnu.org/software/findutils/manual/html_node/find_html/emacs-regular-expression-syntax.html (defun altRE (&rest alternatives) (concat "\\(" (mapconcat 'identity alternatives "\\|") "\\)")) -- cgit v1.2.3