[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/indent-bars 226b6c2dd0 226/431: custom-inherit: correct
From: |
ELPA Syncer |
Subject: |
[elpa] externals/indent-bars 226b6c2dd0 226/431: custom-inherit: correctly handle 'unspecified atoms |
Date: |
Mon, 16 Sep 2024 12:59:31 -0400 (EDT) |
branch: externals/indent-bars
commit 226b6c2dd05cb663cec9a4cf705a72473df8a7f8
Author: JD Smith <93749+jdtsmith@users.noreply.github.com>
Commit: JD Smith <93749+jdtsmith@users.noreply.github.com>
custom-inherit: correctly handle 'unspecified atoms
---
indent-bars.el | 3 +++
1 file changed, 3 insertions(+)
diff --git a/indent-bars.el b/indent-bars.el
index b176fb8831..c5628f1b23 100644
--- a/indent-bars.el
+++ b/indent-bars.el
@@ -759,6 +759,9 @@ corresponding value in OLD. Any trailing PLIST in NEW and
OLD
will be merged (with NEW taking precedence). The merged value is
returned."
(cond
+ ((and old (eq new 'unspecified))
+ old) ; fully inherited
+
((and (atom old) (atom new))
(if (eq new 'unspecified) old new))
- [elpa] externals/indent-bars a4d43c0054 163/431: README: FAQ starting-column, (continued)
- [elpa] externals/indent-bars a4d43c0054 163/431: README: FAQ starting-column, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 7b6454d6e8 190/431: ts.el: improve docs and customization options, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars f5d9426fe6 199/431: overhaul style-system: pass-by-arg, switch-after, style2, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 9f2b7625b4 212/431: scope-update: reference correct timer, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 28cc7f4a82 216/431: Use "ts" alt style uniformly, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 2889b50077 224/431: Always initialize style on scope init, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 230e3c8377 221/431: setup-and-remove: wrap in with-selected-frame, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 1b6e353634 225/431: Correctly track separate stipple face for each style, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 9740b6ff4a 227/431: Add min-lines support for scope, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 09dd1d6f75 209/431: Correct after-make-frame handling for daemon, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 226b6c2dd0 226/431: custom-inherit: correctly handle 'unspecified atoms,
ELPA Syncer <=
- [elpa] externals/indent-bars dbbd7fb1ed 218/431: Add (custom-inherit): Improve inheritance for partial plists, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars b8319cf7d4 237/431: add support for json-ts-mode and json-mode, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 4ad704782a 233/431: Properly handle SWITCH-AFTER=0, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 7acbd9124b 235/431: README: Acknowledgements, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 117121cbd6 230/431: Guard update-scope against non-mode buffers, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars cd463afdbc 223/431: Use union of old and new ranges, not symdiff, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 48646b1123 234/431: README: Acknowledgements, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 2ee5157b41 244/431: Require 'subr-x for hash functions, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars e4d73d35a5 249/431: use indent-bars--tag in create-faces, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 470d99ddd1 262/431: Relocate remap local variables closer to usage, ELPA Syncer, 2024/09/16