From 1797521191746640e761cc1b4973d46b8c403dee Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Thu, 28 Jan 2021 20:14:11 -0400 Subject: Implemented arithmetic right-shift in terms of logic right-shift. --- lux-mode/lux-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lux-mode') diff --git a/lux-mode/lux-mode.el b/lux-mode/lux-mode.el index d416c3b25..33bc0d736 100644 --- a/lux-mode/lux-mode.el +++ b/lux-mode/lux-mode.el @@ -335,7 +335,7 @@ Called by `imenu--generic-function'." ;; Data (data//record (altRE "get@" "set@" "update@")) (data//signature (altRE "open:" "structure" "\\\\")) - (data//implicit (altRE "implicit:" "implicit" "\\\\\\\\")) + (data//implicit (altRE "implicit:" "\\\\\\\\")) (data//collection (altRE "list" "list&" "row" "tree")) ;; Code (code//quotation (altRE "`" "`'" "'" "~" "~\\+" "~!" "~'")) -- cgit v1.2.3