Replace Lisp calls to delete-backward-char by delete-char.
[bpt/emacs.git] / lisp / gnus / nnrss.el
index 08b6219..db1df33 100644 (file)
@@ -682,7 +682,7 @@ which RSS 2.0 allows."
       (rfc2047-encode-region (point-min) (point-max)))
     (goto-char (point-min))
     (while (search-forward "\n" nil t)
-      (delete-backward-char 1))
+      (delete-char -1))
     (buffer-string)))
 
 ;;; Snarf functions