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

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

[nongnu] elpa/nix-mode a30e88362a 290/500: Remove line that caused tests


From: ELPA Syncer
Subject: [nongnu] elpa/nix-mode a30e88362a 290/500: Remove line that caused tests to not indent at all in the tests
Date: Sat, 29 Jan 2022 08:27:14 -0500 (EST)

branch: elpa/nix-mode
commit a30e88362a180ac44bb9e170241f20ade168ec69
Author: Elis Hirwing <elis@hirwing.se>
Commit: Elis Hirwing <elis@hirwing.se>

    Remove line that caused tests to not indent at all in the tests
    
    This was introduced in 4ac7b5afb66f995f3fcfa0834939326b749f4da8
---
 nix-mode.el | 1 -
 1 file changed, 1 deletion(-)

diff --git a/nix-mode.el b/nix-mode.el
index 73d12a5e63..cbb812b88d 100644
--- a/nix-mode.el
+++ b/nix-mode.el
@@ -628,7 +628,6 @@ The hook `nix-mode-hook' is run when Nix mode is started.
 
   ;; Automatic indentation [C-j]
   (setq-local indent-line-function nix-indent-function)
-  (set (make-local-variable 'indent-region-function) 'nix-indent-region)
 
   ;; Indenting of comments
   (setq-local comment-start "# ")



reply via email to

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