branch: externals/hyperbole
commit ba84fc6100336535707587e46c1156bef44566ef
Author: Mats Lidell <[email protected]>
Commit: GitHub <[email protected]>

    New file .dir_locals (#859)
    
    * .dir_locals.el: Project editing settings
    * MANIFEST:
    * Makefile (HYPERBOLE_FILES): Add .dir-locals.el.
---
 .dir-locals.el | 9 +++++++++
 ChangeLog      | 6 ++++++
 MANIFEST       | 1 +
 Makefile       | 5 +++--
 4 files changed, 19 insertions(+), 2 deletions(-)

diff --git a/.dir-locals.el b/.dir-locals.el
new file mode 100644
index 0000000000..65424390bc
--- /dev/null
+++ b/.dir-locals.el
@@ -0,0 +1,9 @@
+;;; Directory Local Variables         -*- no-byte-compile: t; -*-
+;;; For more information see (info "(emacs) Directory Variables")
+
+((nil . ((tab-width . 8)
+         (fill-column . 76)
+         (emacs-lisp-docstring-fill-column . 76)))
+ (emacs-lisp-mode . ((indent-tabs-mode . nil)))
+ (lisp-data-mode . ((indent-tabs-mode . nil))))
+
diff --git a/ChangeLog b/ChangeLog
index 7a46db9994..71471a710a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2026-02-10  Mats Lidell  <[email protected]>
+
+* .dir_locals.el: Project editing settings.
+  Makefile (HYPERBOLE_FILES):
+  MANIFEST: Add .dir_locals.el
+
 2026-02-09  Mats Lidell  <[email protected]>
 
 * test/hywiki-tests.el (hywiki-tests--word-at): Extend verification to
diff --git a/MANIFEST b/MANIFEST
index 2c371de1ed..bf322dbced 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -105,6 +105,7 @@ hyperbole-banner.png - Graphic of GNU Hyperbole for display 
with About Hyperbole
 smart-clib-sym       - Test whether symbol appears within a set of C libraries
 topwin.py            - Python script to find the topmost macOS app window at a 
screen position
 .hypb & _hypb        - Button data files used by the GNU Hyperbole DEMO file
+.dir_locals.el       - Project editing settings
 
 * --- EXTERNAL SYSTEM ENCAPSULATIONS ---
 hsys-activities.el   - GNU Hyperbole support functions for Activities
diff --git a/Makefile b/Makefile
index 3fda256e74..b85276f45d 100644
--- a/Makefile
+++ b/Makefile
@@ -3,9 +3,9 @@
 # Author:       Bob Weiner
 #
 # Orig-Date:    15-Jun-94 at 03:42:38
-# Last-Mod:     11-Dec-25 at 09:51:43 by Mats Lidell
+# Last-Mod:     10-Feb-26 at 17:05:17 by Mats Lidell
 #
-# Copyright (C) 1994-2025  Free Software Foundation, Inc.
+# Copyright (C) 1994-2026  Free Software Foundation, Inc.
 # See the file HY-COPY for license information.
 #
 # This file is part of GNU Hyperbole.
@@ -241,6 +241,7 @@ HYPERBOLE_FILES = dir info html $(EL_SRC) $(EL_KOTL) \
         HY-CONCEPTS.kotl HY-NEWS HY-WHY.kotl $(wildcard hywiki/*.org) \
         INSTALL DEMO DEMO-ROLO.otl FAST-DEMO MANIFEST README.md TAGS _hypb \
         .hypb hyrolo.py smart-clib-sym topwin.py hyperbole-banner.png \
+       .dir-locals.el \
        $(man_dir)/hkey-help.txt $(man_dir)/hyperbole.texi 
$(man_dir)/hyperbole.css \
         $(man_dir)/texinfo-7.css
 

Reply via email to