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

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

[elpa] externals/adaptive-wrap b17b789 10/15: Mark adaptive-wrap-extra-i


From: Stefan Monnier
Subject: [elpa] externals/adaptive-wrap b17b789 10/15: Mark adaptive-wrap-extra-indent as safe if integerp (Bug#23816)
Date: Sun, 29 Nov 2020 19:09:09 -0500 (EST)

branch: externals/adaptive-wrap
commit b17b789221eacc75cb610093e44795efd1c6b3a8
Author: Noam Postavsky <npostavs@users.sourceforge.net>
Commit: Noam Postavsky <npostavs@users.sourceforge.net>

    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.
---
 adaptive-wrap.el | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/adaptive-wrap.el b/adaptive-wrap.el
index 9455789..42adacd 100644
--- a/adaptive-wrap.el
+++ b/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 <stephen.berman@gmx.net>
 ;;         Stefan Monnier <monnier@iro.umontreal.ca>
-;; 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]