diff options
author | Lars Ingebrigtsen <larsi@gnus.org> | 2022-07-31 11:29:52 +0200 |
---|---|---|
committer | Lars Ingebrigtsen <larsi@gnus.org> | 2022-07-31 11:29:52 +0200 |
commit | 9c5d8d59cf94887e5cba94d80ddadf76ccb05a07 (patch) | |
tree | dee532abf5e91f1b639e65ccc905c6ccecad7e47 /lisp/kmacro.el | |
parent | e8d198a00a87df7b047cf8eeebad197584d35717 (diff) | |
download | emacs-9c5d8d59cf94887e5cba94d80ddadf76ccb05a07.tar.gz emacs-9c5d8d59cf94887e5cba94d80ddadf76ccb05a07.tar.bz2 emacs-9c5d8d59cf94887e5cba94d80ddadf76ccb05a07.zip |
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.el | 1 |
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. |