diff lisp/subr.el @ 52379:541533296a1d

Comment change.
author Richard M. Stallman <rms@gnu.org>
date Fri, 29 Aug 2003 16:20:18 +0000
parents 4127c72e350b
children 695cf19ef79e
line wrap: on
line diff
--- a/lisp/subr.el	Fri Aug 29 16:19:00 2003 +0000
+++ b/lisp/subr.el	Fri Aug 29 16:20:18 2003 +0000
@@ -1550,6 +1550,8 @@
 character numbers specifying the substring.  They default to the
 beginning and the end of BUFFER.  Strip text properties from the
 inserted text according to `yank-excluded-properties'."
+  ;; Since the buffer text should not normally have yank-handler properties,
+  ;; there is no need to handle them here.
   (let ((opoint (point)))
     (insert-buffer-substring buf start end)
     (remove-yank-excluded-properties opoint (point))))