[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/logview 5cae4f2e7e 031/259: backquote should be used for Q
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/logview 5cae4f2e7e 031/259: backquote should be used for QPATTERN of pcase |
Date: |
Fri, 31 Jan 2025 07:01:50 -0500 (EST) |
branch: elpa/logview
commit 5cae4f2e7e4d365885213b88d40d04c8886a54bb
Author: Syohei YOSHIDA <syohex@gmail.com>
Commit: Syohei YOSHIDA <syohex@gmail.com>
backquote should be used for QPATTERN of pcase
---
logview.el | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/logview.el b/logview.el
index 1fe1747026..1a812ddbf2 100644
--- a/logview.el
+++ b/logview.el
@@ -1432,8 +1432,8 @@ as simple as typing
\\<logview-mode-map>\\[logview-revert-buffer], as no confirm
(read-only-mode 1)
(when buffer-file-name
(pcase logview-auto-revert-mode
- ('auto-revert-mode (auto-revert-mode 1))
- ('auto-revert-tail-mode (auto-revert-tail-mode 1))))
+ (`auto-revert-mode (auto-revert-mode 1))
+ (`auto-revert-tail-mode (auto-revert-tail-mode 1))))
(throw 'success nil))
(when (not (memq 'timestamp features))
;; Else we will maybe retry with different timestamp formats.
- [nongnu] elpa/logview dbd9b10f8a 027/259: Add simple installation instruction to README., (continued)
- [nongnu] elpa/logview dbd9b10f8a 027/259: Add simple installation instruction to README., ELPA Syncer, 2025/01/31
- [nongnu] elpa/logview 0d1c20c9e5 046/259: Use 'datetime' library to support many more timestamp formats and also simplify timestamp customization., ELPA Syncer, 2025/01/31
- [nongnu] elpa/logview f419f46e67 014/259: Make background in two faces not as light, as on some monitors that would be nearly indistinguishable from pure white., ELPA Syncer, 2025/01/31
- [nongnu] elpa/logview 6a20d64f39 087/259: Minor documentation string fix., ELPA Syncer, 2025/01/31
- [nongnu] elpa/logview c410321b70 013/259: When creating 'logview--entry-regexp', behave as if format string always ends with whitespace., ELPA Syncer, 2025/01/31
- [nongnu] elpa/logview a262294aa4 028/259: Add commands to hide/show details of the current entry, region of entries or in the whole buffer., ELPA Syncer, 2025/01/31
- [nongnu] elpa/logview c85f052766 075/259: Make 'logview--completing-read' not as ready to default to Ido and add a customization option for cases when that's still not enough; fixes #19., ELPA Syncer, 2025/01/31
- [nongnu] elpa/logview e456372f0f 029/259: Bump version because of significant new feature., ELPA Syncer, 2025/01/31
- [nongnu] elpa/logview 49ff5bd841 003/259: Make sure that all docstrings have a full sentence as the first line., ELPA Syncer, 2025/01/31
- [nongnu] elpa/logview c8ed69c843 071/259: Document the functionality added in commit 7f62361., ELPA Syncer, 2025/01/31
- [nongnu] elpa/logview 5cae4f2e7e 031/259: backquote should be used for QPATTERN of pcase,
ELPA Syncer <=
- [nongnu] elpa/logview 75ebe12525 044/259: Make '?' key show a simple cheat sheet with the grouped list of commands of the mode., ELPA Syncer, 2025/01/31
- [nongnu] elpa/logview c75773aa64 022/259: Merge filtering and entry parsing., ELPA Syncer, 2025/01/31
- [nongnu] elpa/logview b2aa91eee5 096/259: Fix a typo in the last commit caught by Travis CI., ELPA Syncer, 2025/01/31
- [nongnu] elpa/logview 515b8377d1 018/259: For better usability always split current window vertically when creating filter popup; position cursor in it better., ELPA Syncer, 2025/01/31
- [nongnu] elpa/logview bf9ecb580d 100/259: Fix `logview-go-to-message-beginning' no longer activating region if called with prefix argument in Transient Mark mode., ELPA Syncer, 2025/01/31
- [nongnu] elpa/logview b8132dc600 104/259: Make the byte compiler shut up., ELPA Syncer, 2025/01/31
- [nongnu] elpa/logview db6806fd20 103/259: Fix a typo in `README.md'., ELPA Syncer, 2025/01/31
- [nongnu] elpa/logview 4f18720c8a 099/259: Restore automatic buffer part reparsing after all changes that got lost with the lazy highlighting change., ELPA Syncer, 2025/01/31
- [nongnu] elpa/logview 21985d796d 097/259: Don't call `font-lock-flush' on Emacs 24., ELPA Syncer, 2025/01/31
- [nongnu] elpa/logview 64bb289ed1 105/259: Add commands to cancel (reset) all manual hiding of entries or entry details., ELPA Syncer, 2025/01/31