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

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

[nongnu] elpa/undo-fu-session 58e44834e5: Cleanup: disable quoted format


From: ELPA Syncer
Subject: [nongnu] elpa/undo-fu-session 58e44834e5: Cleanup: disable quoted formatting
Date: Tue, 31 Jan 2023 21:05:54 -0500 (EST)

branch: elpa/undo-fu-session
commit 58e44834e5f105fdb03c313fd6a9e015cd0815c6
Author: Campbell Barton <ideasman42@gmail.com>
Commit: Campbell Barton <ideasman42@gmail.com>

    Cleanup: disable quoted formatting
---
 undo-fu-session.el | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/undo-fu-session.el b/undo-fu-session.el
index 4e32240142..d26a80bb9a 100755
--- a/undo-fu-session.el
+++ b/undo-fu-session.el
@@ -70,13 +70,12 @@
 After changing, run `undo-fu-session-compression-update'
 to convert existing files to the newly selected format."
   :type
-  '(choice
-    (const :tag "BZip2" bz2)
-    (const :tag "GZip" gz)
-    (const :tag "XZ" xz)
-    (const :tag "Z-Standard" zst)
+  '(choice (const :tag "BZip2" bz2)
+           (const :tag "GZip" gz)
+           (const :tag "XZ" xz)
+           (const :tag "Z-Standard" zst)
 
-    (const :tag "No Compression" nil)))
+           (const :tag "No Compression" nil)))
 
 (defcustom undo-fu-session-incompatible-files '()
   "List of REGEXP or FUNCTION for matching files to ignore for undo session."
@@ -726,5 +725,6 @@ Argument PENDING-LIST an `pending-undo-list' compatible 
list."
 ;; Local Variables:
 ;; fill-column: 99
 ;; indent-tabs-mode: nil
+;; elisp-autofmt-format-quoted: nil
 ;; End:
 ;;; undo-fu-session.el ends here



reply via email to

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