]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/indent-aux.el (kill-ring-deindent-mode): Add autoload cookie.
authorPo Lu <luangruo@yahoo.com>
Sat, 12 Aug 2023 01:06:52 +0000 (09:06 +0800)
committerPo Lu <luangruo@yahoo.com>
Sat, 12 Aug 2023 01:06:52 +0000 (09:06 +0800)
lisp/indent-aux.el

index 202e426c667483e60ad810aa205d4eb95882753c..ed41d4926f77884a5c175d888c3fa25238d8ffac 100644 (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.