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

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

[nongnu] elpa/ws-butler 0c941aedeb 31/64: Declare type of keep-whitespac


From: Stefan Kangas
Subject: [nongnu] elpa/ws-butler 0c941aedeb 31/64: Declare type of keep-whitespace-before-point
Date: Fri, 31 Dec 2021 11:09:30 -0500 (EST)

branch: elpa/ws-butler
commit 0c941aedeb1001a3107e87ab3628e139628a9714
Author: Ryan C. Thompson <rct@thompsonclan.org>
Commit: Ryan C. Thompson <rct@thompsonclan.org>

    Declare type of keep-whitespace-before-point
    
    This makes it work better with `M-x customize`.
---
 ws-butler.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/ws-butler.el b/ws-butler.el
index 404cf3ae56..b3c424479a 100644
--- a/ws-butler.el
+++ b/ws-butler.el
@@ -69,6 +69,7 @@ This is particularly to preserve indentation.
 
 N.B. The spaces are removed in the file on disk.  So in a sense
 only the \"virtual\" space is preserved in the buffer."
+  :type 'boolean
   :group 'ws-butler)
 
 
@@ -263,4 +264,4 @@ save."
 (provide 'ws-butler)
 
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
-;;; ws-butler.el ends here
\ No newline at end of file
+;;; ws-butler.el ends here



reply via email to

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