/[emacs]/emacs/lisp/subr.el
ViewVC logotype

Diff of /emacs/lisp/subr.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.361 by rms, Wed Aug 6 01:05:15 2003 UTC revision 1.362 by rms, Fri Aug 29 16:11:09 2003 UTC
# Line 1550  BUFFER may be a buffer or a buffer name. Line 1550  BUFFER may be a buffer or a buffer name.
1550  character numbers specifying the substring.  They default to the  character numbers specifying the substring.  They default to the
1551  beginning and the end of BUFFER.  Strip text properties from the  beginning and the end of BUFFER.  Strip text properties from the
1552  inserted text according to `yank-excluded-properties'."  inserted text according to `yank-excluded-properties'."
1553      ;; Since the buffer text should not normally have yank-handler properties,
1554      ;; there is no need to handle them here.
1555    (let ((opoint (point)))    (let ((opoint (point)))
1556      (insert-buffer-substring buf start end)      (insert-buffer-substring buf start end)
1557      (remove-yank-excluded-properties opoint (point))))      (remove-yank-excluded-properties opoint (point))))

Legend:
Removed from v.1.361  
changed lines
  Added in v.1.362

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26