[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/page-break-lines fc6e1c648c 14/80: Merge pull request #2 f
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/page-break-lines fc6e1c648c 14/80: Merge pull request #2 from drothlis/derived-modes |
Date: |
Tue, 5 Sep 2023 04:03:04 -0400 (EDT) |
branch: elpa/page-break-lines
commit fc6e1c648cfc4ce9ef53e0dbb77865ef5a535e8a
Merge: 55d36c6af4 4285943db3
Author: Steve Purcell <steve@sanityinc.com>
Commit: Steve Purcell <steve@sanityinc.com>
Merge pull request #2 from drothlis/derived-modes
Enable in derived modes of `page-break-lines-modes'
---
page-break-lines.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/page-break-lines.el b/page-break-lines.el
index 22c6238439..d8a2aac364 100644
--- a/page-break-lines.el
+++ b/page-break-lines.el
@@ -122,7 +122,7 @@ horizontal line of `page-break-string-char' characters."
When `major-mode' is listed in `page-break-lines-modes', then
`page-break-lines-mode' will be enabled."
(if (and (not (minibufferp (current-buffer)))
- (memq major-mode page-break-lines-modes))
+ (apply 'derived-mode-p page-break-lines-modes))
(page-break-lines-mode 1)))
;;;###autoload
- [nongnu] elpa/page-break-lines 31f1fbe0e3 62/80: Prefer set-display-table-slot to raw aset, (continued)
- [nongnu] elpa/page-break-lines 31f1fbe0e3 62/80: Prefer set-display-table-slot to raw aset, ELPA Syncer, 2023/09/05
- [nongnu] elpa/page-break-lines c82759f267 50/80: Add Patreon badge, ELPA Syncer, 2023/09/05
- [nongnu] elpa/page-break-lines d16df692b3 48/80: Fix checkdoc warning, ELPA Syncer, 2023/09/05
- [nongnu] elpa/page-break-lines 6fb993a420 61/80: There's no need to autoload the custom vars, ELPA Syncer, 2023/09/05
- [nongnu] elpa/page-break-lines 5872e5d51c 54/80: Fix disabling when major mode is derived from one of p-b-l-modes, ELPA Syncer, 2023/09/05
- [nongnu] elpa/page-break-lines fd3b7e38ad 53/80: Drop redundant byte-compile-warnings flag, ELPA Syncer, 2023/09/05
- [nongnu] elpa/page-break-lines cc283621c6 77/80: Add Emacs 28.1 to CI matrix, ELPA Syncer, 2023/09/05
- [nongnu] elpa/page-break-lines 3b8549cd41 75/80: Add Emacs 27.2 to CI matrix, ELPA Syncer, 2023/09/05
- [nongnu] elpa/page-break-lines c4283f580f 79/80: Release 0.15, ELPA Syncer, 2023/09/05
- [nongnu] elpa/page-break-lines 85cec0af15 11/80: Enable page-break-lines in outline-mode, ELPA Syncer, 2023/09/05
- [nongnu] elpa/page-break-lines fc6e1c648c 14/80: Merge pull request #2 from drothlis/derived-modes,
ELPA Syncer <=
- [nongnu] elpa/page-break-lines 1f71eb258a 18/80: Add note about the use of text-scale-{increase, decrease}, ELPA Syncer, 2023/09/05
- [nongnu] elpa/page-break-lines 077aba9ced 20/80: Set checkdoc-minor-mode locally using var, not exec, ELPA Syncer, 2023/09/05
- [nongnu] elpa/page-break-lines a294b61364 30/80: Swap section order to avoid byte compilation warning, ELPA Syncer, 2023/09/05
- [nongnu] elpa/page-break-lines 9229260e88 39/80: Drop mention of marmalade, ELPA Syncer, 2023/09/05
- [nongnu] elpa/page-break-lines 128f1fe3eb 40/80: Not to intefere with buffers not in page-break-lines-modes., ELPA Syncer, 2023/09/05
- [nongnu] elpa/page-break-lines 5e9ed86bb5 80/80: Ignore all .elc files, ELPA Syncer, 2023/09/05
- [nongnu] elpa/page-break-lines 69caea0703 74/80: Remove obsolete alias (fixes #33), ELPA Syncer, 2023/09/05
- [nongnu] elpa/page-break-lines c133848345 44/80: Merge pull request #13 from knu/char-width, ELPA Syncer, 2023/09/05