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

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

[elpa] externals/undo-tree 09fb370 027/195: Added lighter to undo-tree-m


From: Stefan Monnier
Subject: [elpa] externals/undo-tree 09fb370 027/195: Added lighter to undo-tree-mode.
Date: Sat, 28 Nov 2020 13:41:13 -0500 (EST)

branch: externals/undo-tree
commit 09fb37059bf6f8c8ab92a9374dd3a553d612c52f
Author: tsc25 <tsc25@cantab.net>
Commit: tsc25 <tsc25@cantab.net>

    Added lighter to undo-tree-mode.
---
 undo-tree.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/undo-tree.el b/undo-tree.el
index b433b52..1e5bf25 100644
--- a/undo-tree.el
+++ b/undo-tree.el
@@ -986,7 +986,7 @@ Undo-tree-mode replaces Emacs' standard undo feature with a 
more
 powerful yet easier to use version, that treats the undo history
 as what it is: a tree."
   nil             ; init value
-  ""              ; lighter
+  " Undo-Tree"    ; lighter
   undo-tree-map   ; keymap
   ;; if disabling `undo-tree-mode', remove "canary" from `buffer-undo-list'
   (unless undo-tree-mode (setq buffer-undo-list nil)))



reply via email to

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