[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/undo-fu-session 58fc6eb040 1/2: Cleanup: format
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/undo-fu-session 58fc6eb040 1/2: Cleanup: format |
Date: |
Wed, 11 Dec 2024 22:00:47 -0500 (EST) |
branch: elpa/undo-fu-session
commit 58fc6eb0407f7c379208bb8961a1a66404448224
Author: Campbell Barton <ideasman42@gmail.com>
Commit: Campbell Barton <ideasman42@gmail.com>
Cleanup: format
---
undo-fu-session.el | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)
diff --git a/undo-fu-session.el b/undo-fu-session.el
index d783296d9a..9fb29fb1b4 100755
--- a/undo-fu-session.el
+++ b/undo-fu-session.el
@@ -511,11 +511,10 @@ Argument PENDING-LIST an `pending-undo-list' compatible
list."
(let ((ext (undo-fu-session--file-name-ext)))
(condition-case err
(funcall undo-fu-session-make-file-name-function filename ext)
- (error
- (message "Undo-Fu-Session: error (%s) running callback %S, using the
default callback"
- (error-message-string err)
- undo-fu-session-make-file-name-function)
- (undo-fu-session-make-file-name filename ext)))))
+ (error (message "Undo-Fu-Session: error (%s) running callback %S, using
the default callback"
+ (error-message-string err)
+ undo-fu-session-make-file-name-function)
+ (undo-fu-session-make-file-name filename ext)))))
(defun undo-fu-session-make-file-name (filename ext)
"Take the path FILENAME, EXT and return a name base on this."