[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/loc-changes 622371e432 5/5: Add info on how to build an
From: |
ELPA Syncer |
Subject: |
[elpa] externals/loc-changes 622371e432 5/5: Add info on how to build and check |
Date: |
Tue, 14 Feb 2023 05:58:18 -0500 (EST) |
branch: externals/loc-changes
commit 622371e432f50626aaac82f8ee2841f71685b0fb
Author: rocky <rocky@gnu.org>
Commit: rocky <rocky@gnu.org>
Add info on how to build and check
---
loc-changes.el | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/loc-changes.el b/loc-changes.el
index 712582d0bd..f459c30bdc 100644
--- a/loc-changes.el
+++ b/loc-changes.el
@@ -35,6 +35,12 @@
;;; Code:
+;; Press C-x C-e at the end of the next line configure the program in GNU emacs
+;; for building via "make" to get set up.
+;; (compile (format "EMACSLOADPATH=:%s ./autogen.sh" "."))
+;; After that you can run:
+;; (compile "make check")
+
(eval-when-compile (require 'cl))
(make-variable-buffer-local 'loc-changes-alist)