emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/subr.el


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/subr.el
Date: Fri, 29 Aug 2003 12:11:09 -0400

Index: emacs/lisp/subr.el
diff -c emacs/lisp/subr.el:1.361 emacs/lisp/subr.el:1.362
*** emacs/lisp/subr.el:1.361    Tue Aug  5 21:05:15 2003
--- emacs/lisp/subr.el  Fri Aug 29 12:11:09 2003
***************
*** 1550,1555 ****
--- 1550,1557 ----
  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))))




reply via email to

[Prev in Thread] Current Thread [Next in Thread]