[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/base32 7023bb8697 049/103: Suppress some more (spurious) b
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/base32 7023bb8697 049/103: Suppress some more (spurious) byte-compile errors |
Date: |
Sat, 10 Feb 2024 13:00:06 -0500 (EST) |
branch: elpa/base32
commit 7023bb869744e331a8567e6e708ce38ddb52b3fa
Author: Vivek Das Mohapatra <vivek@collabora.co.uk>
Commit: Vivek Das Mohapatra <vivek@collabora.co.uk>
Suppress some more (spurious) byte-compile errors
---
totp-auth.el | 2 ++
1 file changed, 2 insertions(+)
diff --git a/totp-auth.el b/totp-auth.el
index e1681477ba..ca1b308b39 100644
--- a/totp-auth.el
+++ b/totp-auth.el
@@ -47,6 +47,8 @@
(add-to-list 'load-path (file-name-directory this-file)))
(require 'base32)
(require 'hmac))
+ ;; this is to reduce warnings for melpa - it's not actually necessary
+ (ignore-errors (require 'notifications))
(require 'auth-source)
(require 'secrets)
(require 'bindat)
- [nongnu] elpa/base32 5ea9f39645 045/103: Update commentary to describe the new UI options, (continued)
- [nongnu] elpa/base32 5ea9f39645 045/103: Update commentary to describe the new UI options, ELPA Syncer, 2024/02/10
- [nongnu] elpa/base32 df9e83880d 044/103: totp-notification-action "copy" should always copy the token, ELPA Syncer, 2024/02/10
- [nongnu] elpa/base32 e18e58fd96 042/103: totp-truncate-hash: typo in docstring, ELPA Syncer, 2024/02/10
- [nongnu] elpa/base32 11819b793b 051/103: Suppress a docstring-related byte-compile error, ELPA Syncer, 2024/02/10
- [nongnu] elpa/base32 32515e59da 052/103: totp-update-token-notification: add docstring, ELPA Syncer, 2024/02/10
- [nongnu] elpa/base32 2b6c12528c 065/103: Mention Google Authenticator in a couple more places, ELPA Syncer, 2024/02/10
- [nongnu] elpa/base32 676e64115d 048/103: Test should target totp-auth.el after the rename, ELPA Syncer, 2024/02/10
- [nongnu] elpa/base32 522bb9d85f 056/103: Another linter opinion accommodated, ELPA Syncer, 2024/02/10
- [nongnu] elpa/base32 93bfede7bf 060/103: More Great Renaming - move hmac to totp-auth-hmac, ELPA Syncer, 2024/02/10
- [nongnu] elpa/base32 72c09337eb 062/103: Supress misleading warnings about use of ’lsh’, ELPA Syncer, 2024/02/10
- [nongnu] elpa/base32 7023bb8697 049/103: Suppress some more (spurious) byte-compile errors,
ELPA Syncer <=
- [nongnu] elpa/base32 56b160f436 005/103: Handle .netrc style backends containing otpauth url secrets, ELPA Syncer, 2024/02/10
- [nongnu] elpa/base32 5065525032 024/103: Update docstrings and readme, ELPA Syncer, 2024/02/10
- [nongnu] elpa/base32 1c9bc087ba 039/103: totp-auto-copy-password: improve docstring and fix defcustom typos, ELPA Syncer, 2024/02/10
- [nongnu] elpa/base32 a066bd453f 029/103: Remove totp-minimum-ui-grace which we're not using after all, ELPA Syncer, 2024/02/10
- [nongnu] elpa/base32 15218226f9 053/103: checkdoc is having Opinions™ again, ELPA Syncer, 2024/02/10
- [nongnu] elpa/base32 0c9ab0005b 054/103: Rename all the things as we migrate from totp-… to totp-auth-…, ELPA Syncer, 2024/02/10
- [nongnu] elpa/base32 4492236c1f 055/103: Squash some warnings when byte-compiling the tests, ELPA Syncer, 2024/02/10
- [nongnu] elpa/base32 a15c27157a 050/103: Checkdoc incorrectly detects .\n as "not a complete sentence", ELPA Syncer, 2024/02/10
- [nongnu] elpa/base32 bd7959a5ef 058/103: Add a LICENSE (sic) to match the SPDX entries, ELPA Syncer, 2024/02/10
- [nongnu] elpa/base32 d435f806a0 059/103: Documentation changes related to the Great Renaming, ELPA Syncer, 2024/02/10