[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/keycast 08c0e999ac 22/31: keycast--read-passwd: Move defin
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/keycast 08c0e999ac 22/31: keycast--read-passwd: Move definition |
Date: |
Sun, 9 Jan 2022 05:58:49 -0500 (EST) |
branch: elpa/keycast
commit 08c0e999ac22b4c1048b53754ca5f2322ca0e720
Author: Jonas Bernoulli <jonas@bernoul.li>
Commit: Jonas Bernoulli <jonas@bernoul.li>
keycast--read-passwd: Move definition
---
keycast.el | 14 ++++++--------
1 file changed, 6 insertions(+), 8 deletions(-)
diff --git a/keycast.el b/keycast.el
index 609c14d054..5882b20699 100644
--- a/keycast.el
+++ b/keycast.el
@@ -242,6 +242,12 @@ instead."
(format " x%s" (1+ keycast--command-repetitions))
"")))))))))
+(defun keycast--read-passwd (fn prompt &optional confirm default)
+ (let ((keycast--reading-passwd t))
+ (funcall fn prompt confirm default)))
+
+(advice-add 'read-passwd :around #'keycast--read-passwd)
+
;;; Mode-Line
(defvar keycast--removed-tail nil)
@@ -344,14 +350,6 @@ instead."
(let ((inhibit-read-only t))
(erase-buffer))))))
-;;; Common
-
-(defun keycast--read-passwd (fn prompt &optional confirm default)
- (let ((keycast--reading-passwd t))
- (funcall fn prompt confirm default)))
-
-(advice-add 'read-passwd :around #'keycast--read-passwd)
-
;;; _
(provide 'keycast)
;; Local Variables:
- [nongnu] elpa/keycast b02892ec77 24/31: Show only type for non-symbol bindings, (continued)
- [nongnu] elpa/keycast b02892ec77 24/31: Show only type for non-symbol bindings, ELPA Syncer, 2022/01/09
- [nongnu] elpa/keycast 3beccc4789 26/31: Load compile-time dependencies for older Emacsen, ELPA Syncer, 2022/01/09
- [nongnu] elpa/keycast a5257bca3d 31/31: Release version 1.1.2, ELPA Syncer, 2022/01/09
- [nongnu] elpa/keycast d54a8ebc08 27/31: Restore updating while in minibuffer, ELPA Syncer, 2022/01/09
- [nongnu] elpa/keycast 0d28c26b07 02/31: Fix typo, ELPA Syncer, 2022/01/09
- [nongnu] elpa/keycast 46370b8a72 03/31: Change screenshot url, ELPA Syncer, 2022/01/09
- [nongnu] elpa/keycast adb55497c0 13/31: Bump copyright years, ELPA Syncer, 2022/01/09
- [nongnu] elpa/keycast ab41be43b6 09/31: Suppress output while reading password, ELPA Syncer, 2022/01/09
- [nongnu] elpa/keycast a912c4db1b 14/31: Locate keycast-insert-after anywhere in mode-line-format, ELPA Syncer, 2022/01/09
- [nongnu] elpa/keycast 032a51c3c4 17/31: Fix two doc-string typos, ELPA Syncer, 2022/01/09
- [nongnu] elpa/keycast 08c0e999ac 22/31: keycast--read-passwd: Move definition,
ELPA Syncer <=
- [nongnu] elpa/keycast a3a0798349 25/31: Explicitly support compact mode line, ELPA Syncer, 2022/01/09
- [nongnu] elpa/keycast 038475c178 15/31: mode-line-keycast-format: New variable, ELPA Syncer, 2022/01/09
- [nongnu] elpa/keycast eecef23534 23/31: Use this-single-command-keys, ELPA Syncer, 2022/01/09
- [nongnu] elpa/keycast a12ef1fb48 28/31: Add SPDX-License-Identifier library header, ELPA Syncer, 2022/01/09
- [nongnu] elpa/keycast c855511785 04/31: Insert `mode-line-keycast` into `mode-line-format` before `(cdr cons)`, ELPA Syncer, 2022/01/09
- [nongnu] elpa/keycast fe416461b1 07/31: keycast-mode: Add usage hint to error message, ELPA Syncer, 2022/01/09
- [nongnu] elpa/keycast e635c7fbe4 19/31: keycast--format: Don't pad %K, ELPA Syncer, 2022/01/09
- [nongnu] elpa/keycast 6d75f149a7 20/31: keycast--update: New name for keycast-mode-line-update, ELPA Syncer, 2022/01/09
- [nongnu] elpa/keycast 3a8c4db51a 21/31: keycast-log-mode: New mode, ELPA Syncer, 2022/01/09
- [nongnu] elpa/keycast 04ba7519f3 29/31: Use keycast--tree-member when disabling keycast-mode as well, ELPA Syncer, 2022/01/09