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

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

[elpa] externals/zones 82f54b1 15/43: no summary available


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

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

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

diff --git a/zones.el b/zones.el
index bb0cca8..3e35304 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: Sun Aug 23 09:50:28 2015 (-0700)
+;; Last-Updated: Sun Aug 23 10:18:01 2015 (-0700)
 ;;           By: dradams
-;;     Update #: 1673
+;;     Update #: 1677
 ;; URL: http://www.emacswiki.org/zones.el
 ;; Doc URL: http://www.emacswiki.org/Zones
 ;; Doc URL: http://www.emacswiki.org/MultipleNarrowings
@@ -386,6 +386,7 @@
 ;;     Added: zz-clone-zones.  Bind to C-x n c.
 ;;     Added: zz-add-zone-and-unite, zz-unite-zones.  Alias 
zz-add-zone-and-coalesce, zz-coalesce-zones to them.
 ;;     Bind zz-unite-zones to C-x n u, not C-x n c.
+;;     zz-set-izones-var: Corrected interactive spec.
 ;; 2015/08/22 dadams
 ;;     Added: zz-set-izones-var.  Bind it to C-x n v.
 ;; 2015/08/18 dadams
@@ -1429,7 +1430,7 @@ and
 (defun zz-set-izones-var (variable &optional localp) ; Bound to `C-x n v'
   "Set `zz-izones-var' to VARIABLE, for which you are prompted.
 With a prefix arg, make VARIABLE automatically be buffer-local."
-  (interactive (list (zz-read-any-variable "Variable: " zz-izones-var) local 
current-prefix-arg))
+  (interactive (list (zz-read-any-variable "Variable: " zz-izones-var) 
current-prefix-arg))
   (setq zz-izones-var  variable)
   (when localp (make-variable-buffer-local variable)))
 
@@ -1458,7 +1459,7 @@ Non-interactively: Non-nil MSGP means show a status 
message."
      (when (and npref  (<= npref 0)) (setq zz-izones-var to-var))
      (list from-var to-var t)))
   (set to-variable (copy-sequence (symbol-value from-variable)))
-  (when msgp (message "Copied `%s' to `%s'" from-variable to-variable)))
+  (when msgp (message "Cloned `%s' to `%s'" from-variable to-variable)))
 
 ;;;###autoload
 (defalias 'zz-coalesce-zones 'zz-unite-zones)



reply via email to

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