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

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

[elpa] master 7e5880a: * ztree-view.el (ztree-count-subsequent-bs): Remo


From: Stefan Monnier
Subject: [elpa] master 7e5880a: * ztree-view.el (ztree-count-subsequent-bs): Remove out of date mention
Date: Fri, 27 Mar 2020 14:16:41 -0400 (EDT)

branch: master
commit 7e5880a2004f87c3768df18502ba43de3f67df03
Author: Stefan Monnier <address@hidden>
Commit: Stefan Monnier <address@hidden>

    * ztree-view.el (ztree-count-subsequent-bs): Remove out of date mention
---
 packages/ztree/ztree-view.el | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/packages/ztree/ztree-view.el b/packages/ztree/ztree-view.el
index 8cf0ced..f8083cd 100644
--- a/packages/ztree/ztree-view.el
+++ b/packages/ztree/ztree-view.el
@@ -1,6 +1,6 @@
 ;;; ztree-view.el --- Text mode tree view (buffer) -*- lexical-binding: t; -*-
 
-;; Copyright (C) 2013-2016  Free Software Foundation, Inc.
+;; Copyright (C) 2013-2020  Free Software Foundation, Inc.
 ;;
 ;; Author: Alexey Veretennikov <address@hidden>
 ;;
@@ -69,8 +69,7 @@ The ith value of the array is the parent line for line i.
 If ith value is i - it is the root line")
 
 (defvar-local ztree-count-subsequent-bs nil
-  "Counter for the subsequest BS keys (to identify double BS).
-Used in order to not to use cl package and `lexical-let'")
+  "Counter for the subsequent BS keys (to identify double BS).")
 
 (defvar-local ztree-line-tree-properties nil
   "Hash with key - line number, value - property (`left', `right', `both').



reply via email to

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