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

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

[nongnu] elpa/nix-mode 1dd112e5cf 267/500: Fix function used as variable


From: ELPA Syncer
Subject: [nongnu] elpa/nix-mode 1dd112e5cf 267/500: Fix function used as variable
Date: Sat, 29 Jan 2022 08:27:12 -0500 (EST)

branch: elpa/nix-mode
commit 1dd112e5cfa294c88ddf04cdbe6a90cb1af7bde5
Author: Dustin Lacewell <dlacewell@gmail.com>
Commit: Dustin Lacewell <dlacewell@gmail.com>

    Fix function used as variable
---
 nix-mode.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/nix-mode.el b/nix-mode.el
index 32ed0428a1..759c85f678 100644
--- a/nix-mode.el
+++ b/nix-mode.el
@@ -414,7 +414,7 @@ STRING-TYPE type of string based off of Emacs syntax table 
types"
         (cond
          ((looking-at (nix-mode-quotes-regexp))
           ;; skip over strings entirely
-          (re-search-backward nix-mode-quotes-regexp nil t))
+          (re-search-backward (nix-mode-quotes-regexp) nil t))
          ((looking-at (nix-mode-ends-regexp))
           ;; count the matched end
           ;; this means we expect to find at least one more cap



reply via email to

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