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

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

[elpa] scratch/add-vdiff 7fbb20e 205/258: Nil temp-session after using i


From: Justin Burkett
Subject: [elpa] scratch/add-vdiff 7fbb20e 205/258: Nil temp-session after using it
Date: Wed, 17 May 2017 08:13:51 -0400 (EDT)

branch: scratch/add-vdiff
commit 7fbb20e56d4dc9981f59489e7459dcf31c3b239e
Author: justbur <address@hidden>
Commit: justbur <address@hidden>

    Nil temp-session after using it
---
 vdiff.el | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/vdiff.el b/vdiff.el
index 3a56fec..d971a27 100644
--- a/vdiff.el
+++ b/vdiff.el
@@ -1662,6 +1662,7 @@ function for ON-QUIT to do something useful with the 
result."
         (vdiff-mode -1)
         (vdiff-3way-mode -1)
         (vdiff-mode 1)))
+    (setq vdiff--temp-session nil)
     (vdiff-refresh #'vdiff--scroll-function)))
 
 (defcustom vdiff-3way-layout-function 'vdiff-3way-layout-function-default
@@ -1718,6 +1719,7 @@ function for ON-QUIT to do something useful with the 
result."
         (vdiff-mode -1)
         (vdiff-3way-mode -1)
         (vdiff-3way-mode 1)))
+    (setq vdiff--temp-session nil)
     (vdiff-refresh #'vdiff--scroll-function)))
 
 ;;;###autoload



reply via email to

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