summaryrefslogtreecommitdiff
path: root/lisp/transient.el
diff options
context:
space:
mode:
authorPo Lu <luangruo@yahoo.com>2022-05-14 21:35:43 +0800
committerPo Lu <luangruo@yahoo.com>2022-05-14 21:35:43 +0800
commitdbfbae8708d1ccf1015c4aafc151f96ec1caeb0e (patch)
treef0c67f9c593578bcf210083c303c93eba7a0cf00 /lisp/transient.el
parent2c4e9985922b106389abf659d63d8dd721f2a9bc (diff)
parent725251094b37727d3acebed22abfb4aa7b9b6592 (diff)
downloademacs-dbfbae8708d1ccf1015c4aafc151f96ec1caeb0e.tar.gz
emacs-dbfbae8708d1ccf1015c4aafc151f96ec1caeb0e.tar.bz2
emacs-dbfbae8708d1ccf1015c4aafc151f96ec1caeb0e.zip
Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs
Diffstat (limited to 'lisp/transient.el')
-rw-r--r--lisp/transient.el8
1 files changed, 4 insertions, 4 deletions
diff --git a/lisp/transient.el b/lisp/transient.el
index 13e8de258bd..d329bbdbcd1 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")
+(declare-function Man-find-section "man")
+(declare-function Man-next-section "man")
+(declare-function Man-getpage-in-background "man")
(defvar Man-notify-method)