; * lisp/indent-aux.el: Add a comment (bug#79176).

This commit is contained in:
Eli Zaretskii 2025-08-07 16:12:37 +03:00
parent cf86e00c8d
commit b6f177b68a

View file

@ -50,6 +50,8 @@ is yanked."
(delete-and-extract-region beg end)
(buffer-substring beg end))))
(with-temp-buffer
;; We bind inhibit-read-only non-nil in case the copied text has
;; read-only properties.
(let ((inhibit-read-only t))
;; Indent/deindent the same as the major mode in the original
;; buffer.