; * lisp/indent-aux.el: Add a comment (bug#79176).
This commit is contained in:
parent
cf86e00c8d
commit
b6f177b68a
1 changed files with 2 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue