diff lisp/w3/w3-sysdp.el @ 165:5a88923fcbfe r20-3b9

Import from CVS: tag r20-3b9
author cvs
date Mon, 13 Aug 2007 09:44:42 +0200
parents 318232e2a3f0
children
line wrap: on
line diff
--- a/lisp/w3/w3-sysdp.el	Mon Aug 13 09:43:39 2007 +0200
+++ b/lisp/w3/w3-sysdp.el	Mon Aug 13 09:44:42 2007 +0200
@@ -327,12 +327,6 @@
     (if tail
 	(setcdr tail new-parent))))
 
-(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)