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

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

[elpa] externals/aggressive-indent a437a45868 2/2: Merge pull request #1


From: ELPA Syncer
Subject: [elpa] externals/aggressive-indent a437a45868 2/2: Merge pull request #145 from liuchong/patch-1
Date: Thu, 12 Jan 2023 08:57:18 -0500 (EST)

branch: externals/aggressive-indent
commit a437a45868f94b77362c6b913c5ee8e67b273c42
Merge: f376cdc25d b59d928060
Author: Artur Malabarba <453029+Malabarba@users.noreply.github.com>
Commit: GitHub <noreply@github.com>

    Merge pull request #145 from liuchong/patch-1
    
    Fix #101 - Protect command undo-tree-visualize
---
 aggressive-indent.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/aggressive-indent.el b/aggressive-indent.el
index 9a57206851..ad81cc6141 100644
--- a/aggressive-indent.el
+++ b/aggressive-indent.el
@@ -129,7 +129,7 @@ active.  If the minor mode is turned on with the local 
command,
   :type '(repeat symbol)
   :package-version '(aggressive-indent . "1.8.4"))
 
-(defcustom aggressive-indent-protected-commands '(undo undo-tree-undo 
undo-tree-redo whitespace-cleanup)
+(defcustom aggressive-indent-protected-commands '(undo undo-tree-undo 
undo-tree-redo undo-tree-visualize undo-tree-visualize-undo 
undo-tree-visualize-redo whitespace-cleanup)
   "Commands after which indentation will NOT be performed.
 Aggressive indentation could break things like `undo' by locking
 the user in a loop, so this variable is used to control which



reply via email to

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