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

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

[nongnu] elpa/goto-chg 8c6115fe16 2/4: Fix byte-compiler warning


From: ELPA Syncer
Subject: [nongnu] elpa/goto-chg 8c6115fe16 2/4: Fix byte-compiler warning
Date: Fri, 7 Jan 2022 13:03:04 -0500 (EST)

branch: elpa/goto-chg
commit 8c6115fe162563214be1ebca074c24f794365350
Author: Stefan Kangas <stefan@marxist.se>
Commit: Stefan Kangas <stefan@marxist.se>

    Fix byte-compiler warning
---
 goto-chg.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/goto-chg.el b/goto-chg.el
index 7f951ea4d5..a36a31a7e0 100644
--- a/goto-chg.el
+++ b/goto-chg.el
@@ -102,7 +102,8 @@
 
 (require 'undo-tree nil t)
 
-(defvar glc-default-span 8 "*goto-last-change don't visit the same point 
twice. glc-default-span tells how far around a visited point not to visit 
again.")
+(defvar glc-default-span 8 "*goto-last-change don't visit the same point twice.
+glc-default-span tells how far around a visited point not to visit again.")
 (defvar glc-current-span 8 "Internal for goto-last-change.\nA copy of 
glc-default-span or the ARG passed to goto-last-change.")
 (defvar glc-probe-depth 0 "Internal for goto-last-change.\nIt is non-zero 
between successive goto-last-change.")
 (defvar glc-direction 1 "Direction goto-last-change moves towards.")



reply via email to

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