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

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

[nongnu] elpa/scroll-on-drag 12101b8cae: Cleanup: disable quoted formatt


From: ELPA Syncer
Subject: [nongnu] elpa/scroll-on-drag 12101b8cae: Cleanup: disable quoted formatting
Date: Tue, 31 Jan 2023 21:04:44 -0500 (EST)

branch: elpa/scroll-on-drag
commit 12101b8cae16ef7d22013aa131d8d7c2808b5f48
Author: Campbell Barton <ideasman42@gmail.com>
Commit: Campbell Barton <ideasman42@gmail.com>

    Cleanup: disable quoted formatting
---
 scroll-on-drag.el | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/scroll-on-drag.el b/scroll-on-drag.el
index 19e466921e..ed75785020 100644
--- a/scroll-on-drag.el
+++ b/scroll-on-drag.el
@@ -46,7 +46,9 @@
 
 (defcustom scroll-on-drag-style 'line-by-pixel
   "The the method scrolling is calculated."
-  :type '(choice (const :tag "Line" line) (const :tag "Line-By-Pixel" 
line-by-pixel)))
+  :type
+  '(choice (const :tag "Line" line)
+           (const :tag "Line-By-Pixel" line-by-pixel)))
 
 (defcustom scroll-on-drag-delay 0.01
   "Idle time between scroll updates (in seconds)."
@@ -529,5 +531,6 @@ Optional argument BODY Hello."
 ;; Local Variables:
 ;; fill-column: 99
 ;; indent-tabs-mode: nil
+;; elisp-autofmt-format-quoted: nil
 ;; End:
 ;;; scroll-on-drag.el ends here



reply via email to

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