projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
536b8b7
)
* lisp/indent-aux.el (kill-ring-deindent-mode): Add autoload cookie.
author
Po Lu
<luangruo@yahoo.com>
Sat, 12 Aug 2023 01:06:52 +0000
(09:06 +0800)
committer
Po Lu
<luangruo@yahoo.com>
Sat, 12 Aug 2023 01:06:52 +0000
(09:06 +0800)
lisp/indent-aux.el
patch
|
blob
|
history
diff --git
a/lisp/indent-aux.el
b/lisp/indent-aux.el
index 202e426c667483e60ad810aa205d4eb95882753c..ed41d4926f77884a5c175d888c3fa25238d8ffac 100644
(file)
--- a/
lisp/indent-aux.el
+++ b/
lisp/indent-aux.el
@@
-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.