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

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

[elpa] externals/olivetti d4fdf91 059/134: Fix for Emacs lexical binding


From: Stefan Monnier
Subject: [elpa] externals/olivetti d4fdf91 059/134: Fix for Emacs lexical binding standard-value bug
Date: Thu, 25 Apr 2019 09:57:29 -0400 (EDT)

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

    Fix for Emacs lexical binding standard-value bug
---
 olivetti.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/olivetti.el b/olivetti.el
index ff91171..163f656 100644
--- a/olivetti.el
+++ b/olivetti.el
@@ -192,7 +192,7 @@ face, scale N by that factor, otherwise scale by 1."
              (max width min-width)))
           ((message "`olivetti-body-width' must be an integer or a float")
            (setq olivetti-body-width
-                 (car (get 'olivetti-body-width 'standard-value)))))))
+                 (eval (car (get 'olivetti-body-width 'standard-value))))))))
 
 (defun olivetti-set-width (n)
   "Set text body width to N with relative margins.



reply via email to

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