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

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

[elpa] externals/olivetti b42eb3e 029/134: Allow set-width to accept any


From: Stefan Monnier
Subject: [elpa] externals/olivetti b42eb3e 029/134: Allow set-width to accept any number
Date: Thu, 25 Apr 2019 09:57:22 -0400 (EDT)

branch: externals/olivetti
commit b42eb3e23b3c55c157b73ee92439f0fd34e8f5c1
Author: Paul Rankin <address@hidden>
Commit: Paul Rankin <address@hidden>

    Allow set-width to accept any number
---
 olivetti.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/olivetti.el b/olivetti.el
index 63159fa..8c6a4ba 100644
--- a/olivetti.el
+++ b/olivetti.el
@@ -149,7 +149,7 @@ mode line. Finally redraw the frame."
    (list (or current-prefix-arg
              (read-number "Set text body width (integer or float): "
                           olivetti-body-width))))
-  (setq olivetti-body-width (olivetti-safe-width n))
+  (setq olivetti-body-width n)
   (olivetti-set-environment)
   (message "Text body width set to %s" olivetti-body-width))
 



reply via email to

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