[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/show-font c6b6e15661 1/7: Make the prompt use the defau
From: |
ELPA Syncer |
Subject: |
[elpa] externals/show-font c6b6e15661 1/7: Make the prompt use the default value |
Date: |
Thu, 24 Apr 2025 07:01:00 -0400 (EDT) |
branch: externals/show-font
commit c6b6e15661a5cfdaf095390d75cc593f3fd57c01
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>
Make the prompt use the default value
---
show-font.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/show-font.el b/show-font.el
index 2ddf609ec7..2d211bbc7e 100644
--- a/show-font.el
+++ b/show-font.el
@@ -434,7 +434,7 @@ Optional REGEXP has the same meaning as in the
aforementioned function."
(completing-read
(format-prompt "Select font to preview" def)
(show-font-get-installed-font-families regexp)
- nil t nil 'show-font-select-preview-history)))
+ nil t nil 'show-font-select-preview-history def)))
;;;###autoload
(defun show-font-select-preview (family)
- [elpa] externals/show-font updated (f7cad49dcb -> e24e53e91f), ELPA Syncer, 2025/04/24
- [elpa] externals/show-font bb687728d6 4/7: Replace show-font-latin-alphabet with show-font-latin-alphabet, ELPA Syncer, 2025/04/24
- [elpa] externals/show-font c6b6e15661 1/7: Make the prompt use the default value,
ELPA Syncer <=
- [elpa] externals/show-font 8f5ec43930 6/7: Make show-font-get-installed-font-families use thread-last, ELPA Syncer, 2025/04/24
- [elpa] externals/show-font 6fd74317be 2/7: Make show-font--list-families throw an error if it must, ELPA Syncer, 2025/04/24
- [elpa] externals/show-font bd0ea854fb 3/7: Avoid repetition in show-font--prepare-text, ELPA Syncer, 2025/04/24
- [elpa] externals/show-font 32ece835b7 5/7: Add some more characters to show-font-character-sample, ELPA Syncer, 2025/04/24
- [elpa] externals/show-font e24e53e91f 7/7: Add initial support to test for Latin in particular, ELPA Syncer, 2025/04/24