[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/transient bd0e5e85ab 7/8: Improve function declarations
From: |
Jonas Bernoulli |
Subject: |
[elpa] externals/transient bd0e5e85ab 7/8: Improve function declarations |
Date: |
Wed, 11 May 2022 18:05:35 -0400 (EDT) |
branch: externals/transient
commit bd0e5e85abc488c326d4a6b2935a1d1f6d98001a
Author: Jonas Bernoulli <jonas@bernoul.li>
Commit: Jonas Bernoulli <jonas@bernoul.li>
Improve function declarations
---
lisp/transient.el | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/lisp/transient.el b/lisp/transient.el
index e09c4fe671..98ea76eed0 100644
--- a/lisp/transient.el
+++ b/lisp/transient.el
@@ -61,10 +61,10 @@
(eval-when-compile (require 'subr-x))
-(declare-function info 'info)
-(declare-function Man-find-section 'man)
-(declare-function Man-next-section 'man)
-(declare-function Man-getpage-in-background 'man)
+(declare-function info "info" (&optional file-or-node buffer))
+(declare-function Man-find-section "man" (section))
+(declare-function Man-next-section "man" (n))
+(declare-function Man-getpage-in-background "man" (topic))
(defvar display-line-numbers) ; since Emacs 26.1
(defvar Man-notify-method)
- [elpa] externals/transient updated (84f2d12ef3 -> 6fc09a663e), Jonas Bernoulli, 2022/05/11
- [elpa] externals/transient 7467a79c57 3/8: transient--suspend-override: Cancel display timer, Jonas Bernoulli, 2022/05/11
- [elpa] externals/transient 5686a792f6 4/8: transient--suspend-override: Cancel prefix key display, Jonas Bernoulli, 2022/05/11
- [elpa] externals/transient 09fdd454ff 2/8: transient-current-command: Fix docstring, Jonas Bernoulli, 2022/05/11
- [elpa] externals/transient d9b3a54128 5/8: transient--delay-post-command: Handle execute-extended-command, Jonas Bernoulli, 2022/05/11
- [elpa] externals/transient 6fc09a663e 8/8: make: Run check-declare-directory, Jonas Bernoulli, 2022/05/11
- [elpa] externals/transient 8c62d0d223 1/8: Fix documentation typos, Jonas Bernoulli, 2022/05/11
- [elpa] externals/transient 1c84d7adb1 6/8: Remap kp-subtract, kp-equal and kp-add, Jonas Bernoulli, 2022/05/11
- [elpa] externals/transient bd0e5e85ab 7/8: Improve function declarations,
Jonas Bernoulli <=