* lisp/indent-aux.el (kill-ring-deindent-mode): Add autoload cookie.

This commit is contained in:
Po Lu 2023-08-12 09:06:52 +08:00
parent 536b8b7bfd
commit 324a109aa3

View file

@ -54,6 +54,7 @@ is yanked."
(- indentation))
(buffer-string))))
;;;###autoload
(define-minor-mode kill-ring-deindent-mode
"Toggle removal of indentation from text saved to the kill ring.