comparison lisp/w3/w3-sysdp.el @ 114:8619ce7e4c50 r20-1b9

Import from CVS: tag r20-1b9
author cvs
date Mon, 13 Aug 2007 09:21:54 +0200
parents fe104dbd9147
children d2f30a177268
comparison
equal deleted inserted replaced
113:2ec2fe4a4c89 114:8619ce7e4c50
417 (put-text-property 417 (put-text-property
418 start next prop 418 start next prop
419 (unique (append (if (listp prev) prev (list prev)) val)) 419 (unique (append (if (listp prev) prev (list prev)) val))
420 object) 420 object)
421 (setq start next)))) 421 (setq start next))))
422
423 (sysdep-defun buffer-substring-no-properties (st nd)
424 "Return the characters of part of the buffer, without the text properties.
425 The two arguments START and END are character positions;
426 they can be in either order."
427 (buffer-substring st nd))
422 428
423 ;; Property list functions 429 ;; Property list functions
424 ;; 430 ;;
425 (sysdep-defun plist-put (plist prop val) 431 (sysdep-defun plist-put (plist prop val)
426 "Change value in PLIST of PROP to VAL. 432 "Change value in PLIST of PROP to VAL.