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

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

[nongnu] elpa/goto-chg 247bf4eefd 3/4: Merge pull request #15 from skang


From: ELPA Syncer
Subject: [nongnu] elpa/goto-chg 247bf4eefd 3/4: Merge pull request #15 from skangas/silence-byte-compiler
Date: Fri, 7 Jan 2022 13:03:04 -0500 (EST)

branch: elpa/goto-chg
commit 247bf4eefd8ea19ba9ad184321743d1a05bffe14
Merge: a7c69fa6a3 8c6115fe16
Author: Vasilij Schneidermann <mail@vasilij.de>
Commit: GitHub <noreply@github.com>

    Merge pull request #15 from skangas/silence-byte-compiler
    
    Silence byte compiler
---
 .gitignore  | 1 +
 goto-chg.el | 3 ++-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000000..c531d9867f
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+*.elc
diff --git a/goto-chg.el b/goto-chg.el
index beeef027fa..c363dd2bcf 100644
--- a/goto-chg.el
+++ b/goto-chg.el
@@ -100,7 +100,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]