summaryrefslogtreecommitdiff
path: root/lisp/kmacro.el
diff options
context:
space:
mode:
authorLars Ingebrigtsen <larsi@gnus.org>2022-07-31 11:29:52 +0200
committerLars Ingebrigtsen <larsi@gnus.org>2022-07-31 11:29:52 +0200
commit9c5d8d59cf94887e5cba94d80ddadf76ccb05a07 (patch)
treedee532abf5e91f1b639e65ccc905c6ccecad7e47 /lisp/kmacro.el
parente8d198a00a87df7b047cf8eeebad197584d35717 (diff)
downloademacs-9c5d8d59cf94887e5cba94d80ddadf76ccb05a07.tar.gz
Fix remaining byte-compile warnings in loaddefs.el
* lisp/progmodes/compile.el (compilation--default-buffer-name): * lisp/kmacro.el (kmacro-name-last-macro): * lisp/emacs-lisp/package.el (package--activate-all): Autoload to avoid byte-compilation warnings when byte-compiling loaddefs.el.
Diffstat (limited to 'lisp/kmacro.el')
-rw-r--r--lisp/kmacro.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/kmacro.el b/lisp/kmacro.el
index 92118ad1433..72420a67309 100644
--- a/lisp/kmacro.el
+++ b/lisp/kmacro.el
@@ -920,6 +920,7 @@ The ARG parameter is unused."
(vectorp f) ;FIXME: Deprecated.
(kmacro-p f)))))
+;;;###autoload
(defun kmacro-name-last-macro (symbol)
"Assign a name to the last keyboard macro defined.
Argument SYMBOL is the name to define.