diff lisp/w3/w3-sysdp.el @ 36:c53a95d3c46d r19-15b101

Import from CVS: tag r19-15b101
author cvs
date Mon, 13 Aug 2007 08:53:38 +0200
parents e04119814345
children 131b0175ea99
line wrap: on
line diff
--- a/lisp/w3/w3-sysdp.el	Mon Aug 13 08:53:21 2007 +0200
+++ b/lisp/w3/w3-sysdp.el	Mon Aug 13 08:53:38 2007 +0200
@@ -420,6 +420,12 @@
        object)
       (setq start next))))
 
+(sysdep-defun buffer-substring-no-properties (st nd)
+  "Return the characters of part of the buffer, without the text properties.
+The two arguments START and END are character positions;
+they can be in either order."
+  (buffer-substring st nd))
+
 ;; Property list functions
 ;;
 (sysdep-defun plist-put (plist prop val)