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

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

[elpa] master daa268a: Mark adaptive-wrap-extra-indent as safe if intege


From: Noam Postavsky
Subject: [elpa] master daa268a: Mark adaptive-wrap-extra-indent as safe if integerp (Bug#23816)
Date: Thu, 4 May 2017 20:35:07 -0400 (EDT)

branch: master
commit daa268a7794de3f2638c6a807c5147c14fb647bb
Author: Noam Postavsky <address@hidden>
Commit: Noam Postavsky <address@hidden>

    Mark adaptive-wrap-extra-indent as safe if integerp (Bug#23816)
    
    * packages/adaptive-wrap/adaptive-wrap.el: Bump version, copyright.
    (adaptive-wrap-extra-indent): Mark as safe if integerp.
---
 packages/adaptive-wrap/adaptive-wrap.el | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/packages/adaptive-wrap/adaptive-wrap.el 
b/packages/adaptive-wrap/adaptive-wrap.el
index 9455789..42adacd 100644
--- a/packages/adaptive-wrap/adaptive-wrap.el
+++ b/packages/adaptive-wrap/adaptive-wrap.el
@@ -1,10 +1,10 @@
 ;;; adaptive-wrap.el --- Smart line-wrapping with wrap-prefix
 
-;; Copyright (C) 2011-2013  Free Software Foundation, Inc.
+;; Copyright (C) 2011-2013, 2017  Free Software Foundation, Inc.
 
 ;; Author: Stephen Berman <address@hidden>
 ;;         Stefan Monnier <address@hidden>
-;; Version: 0.5
+;; Version: 0.5.1
 
 ;; This program is free software; you can redistribute it and/or modify
 ;; it under the terms of the GNU General Public License as published by
@@ -55,6 +55,7 @@ extra indent = 2
     enim ad minim veniam, quis nostrud exercitation ullamco laboris
     nisi ut aliquip ex ea commodo consequat."
   :type 'integer
+  :safe 'integerp
   :group 'visual-line)
 (make-variable-buffer-local 'adaptive-wrap-extra-indent)
 



reply via email to

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