eschulte pushed a commit to branch go
in repository elpa.

commit ae32ee9adfd61329d95af9be28f7615f8da555c8
Author: Eric Schulte <[email protected]>
Date:   Tue Aug 6 12:50:11 2013 -0600

    bug fix, wrong function name
---
 list-buffer.el |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/list-buffer.el b/list-buffer.el
index 5a98f53..c9c2ff5 100644
--- a/list-buffer.el
+++ b/list-buffer.el
@@ -65,7 +65,7 @@
       (set (make-local-variable 'header-line-format)
            (concat " " (list-format-row widths *buffer-headers*))))
     ;; write rows
-    (delete (point-min) (point-max))
+    (delete-region (point-min) (point-max))
     (insert (mapconcat (curry #'list-format-row widths) strings "\n"))))
 
 (defun list-buffer-sort (key predicate)

Reply via email to