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

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

[elpa] externals/zones e28169f 11/43: no summary available


From: Stefan Monnier
Subject: [elpa] externals/zones e28169f 11/43: no summary available
Date: Sun, 28 Oct 2018 15:05:54 -0400 (EDT)

branch: externals/zones
commit e28169f95e4501ec3a3a9707052642e0cb72f4aa
Author: DrewAdams <address@hidden>
Commit: Alex Schroeder <address@hidden>

    no summary available
---
 zones.el | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/zones.el b/zones.el
index 486b8e5..59d8177 100644
--- a/zones.el
+++ b/zones.el
@@ -8,9 +8,9 @@
 ;; Created: Sun Apr 18 12:58:07 2010 (-0700)
 ;; Version: 2015-08-16
 ;; Package-Requires: ()
-;; Last-Updated: Tue Aug 18 15:34:36 2015 (-0700)
+;; Last-Updated: Thu Aug 20 14:21:36 2015 (-0700)
 ;;           By: dradams
-;;     Update #: 1604
+;;     Update #: 1620
 ;; URL: http://www.emacswiki.org/zones.el
 ;; Doc URL: http://www.emacswiki.org/Zones
 ;; Doc URL: http://www.emacswiki.org/MultipleNarrowings
@@ -1425,7 +1425,7 @@ variable symbol.  (Zero: do both.)
 
 Non-interactively:
 * VARIABLE is the optional izones variable to use.
-* Non-nil MSGP show status message."
+* Non-nil MSGP means show a status message."
   (interactive (let* ((var    (and current-prefix-arg  (zz-read-any-variable 
"Variable: " zz-izones-var)))
                       (npref  (prefix-numeric-value current-prefix-arg)))
                  (when (and current-prefix-arg  (>= npref 0)) 
(make-local-variable var))
@@ -1434,8 +1434,7 @@ Non-interactively:
   (let* ((var         (or variable  zz-izones-var))
          (IGNORE      (unless (boundp var) (set var ())))
          (val         (symbol-value var))
-         (IGNORE      (unless (zz-izones-p val)
-                        (error "Not an izones variable: `%s', value: `%S'" var 
val)))
+         (IGNORE      (unless (zz-izones-p val) (error "Not an izones 
variable: `%s', value: `%S'" var val)))
          (zone-union  (zz-zone-union (zz-izone-limits val))))
     (set var  (zz-izones-from-zones zone-union))
     (when msgp (message "Restrictions united for `%s'" var))



reply via email to

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