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

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

[elpa] externals/undo-tree 270bc25 110/195: Added `~' to end of default


From: Stefan Monnier
Subject: [elpa] externals/undo-tree 270bc25 110/195: Added `~' to end of default history save-file name.
Date: Sat, 28 Nov 2020 13:41:32 -0500 (EST)

branch: externals/undo-tree
commit 270bc25e341c682774034951d3e861c378ac1694
Author: Toby S. Cubitt <toby-undo-tree@dr-qubit.org>
Commit: Toby S. Cubitt <toby-undo-tree@dr-qubit.org>

    Added `~' to end of default history save-file name.
---
 undo-tree.el | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/undo-tree.el b/undo-tree.el
index 328edd1..26cfacd 100644
--- a/undo-tree.el
+++ b/undo-tree.el
@@ -3,7 +3,7 @@
 ;; Copyright (C) 2009-2012  Free Software Foundation, Inc
 
 ;; Author: Toby Cubitt <toby-undo-tree@dr-qubit.org>
-;; Version: 0.5.1
+;; Version: 0.5.2
 ;; Keywords: convenience, files, undo, redo, history, tree
 ;; URL: http://www.dr-qubit.org/emacs.php
 ;; Repository: http://www.dr-qubit.org/git/undo-tree.git
@@ -690,6 +690,9 @@
 
 ;;; Change Log:
 ;;
+;; Version 0.5.2
+;; * added `~' to end of default history save-file name
+;;
 ;; Version 0.5.1
 ;; * remove now unnecessary compatibility hack for `called-interactively-p'
 ;;
@@ -2971,7 +2974,7 @@ Argument is a character, naming the register."
 
 (defun undo-tree-make-history-save-file-name ()
   (concat (file-name-directory (buffer-file-name))
-         "." (file-name-nondirectory (buffer-file-name)) ".~undo-tree"))
+         "." (file-name-nondirectory (buffer-file-name)) ".~undo-tree~"))
 
 
 (defun undo-tree-save-history (&optional filename overwrite)



reply via email to

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