emacs-devel
[Top][All Lists]
Advanced

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

Re: [PATCH] show difference when recovering file


From: martin rudalics
Subject: Re: [PATCH] show difference when recovering file
Date: Sun, 16 Dec 2012 19:12:30 +0100

                  (unwind-protect
+                      (diff file file-name)
                      (yes-or-no-p (format "Recover auto save file %s? " 
file-name))
                    (when (window-live-p window)
                      (quit-restore-window window 'kill)))))

Do you really want to ask the `yes-or-no-p' in the unwind form?

martin



reply via email to

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