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

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

[nongnu] elpa/vc-fossil 56b4562 020/111: tweak doc: compile command, an


From: ELPA Syncer
Subject: [nongnu] elpa/vc-fossil 56b4562 020/111: tweak doc: compile command, and don't smash other VCs off vc-handled-backends
Date: Wed, 29 Sep 2021 08:59:13 -0400 (EDT)

branch: elpa/vc-fossil
commit 56b456291282864f8b07858b3a08899f4a8b96c4
Author: barak <barak>
Commit: barak <barak>

    tweak doc: compile command, and don't smash other VCs off 
vc-handled-backends
---
 doc/index.wiki | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/doc/index.wiki b/doc/index.wiki
index 4b24a22..f8aa82f 100644
--- a/doc/index.wiki
+++ b/doc/index.wiki
@@ -14,10 +14,17 @@ Add this to your .emacs file, or cut and paste this into 
*scratch* buffer and do
 <code>C-x e</code> to execute it.   
 
 <pre>
-(setq vc-handled-backends '(CVS Fossil))
+(unless (memq 'Fossil vc-handled-backends)
+  (push 'Fossil vc-handled-backends))
 (load-file "/path/to/this/project/vc/el/vc-fossil.el")
 </pre>
 
+To compile the file (with warnings) do the following
+<pre>
+emacs -batch -q -no-site-file -eval '(byte-compile-file "vc-fossil.el")'
+</pre>
+then you can load vc-fossil.elc, which should be nominally faster.
+
 <h4>What changes to fossil are required</h4>
 
 As of this fossil version:



reply via email to

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