branch: externals/loc-changes commit 622371e432f50626aaac82f8ee2841f71685b0fb Author: rocky <ro...@gnu.org> Commit: rocky <ro...@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)