emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] 212/255: bug fix, wrong function name


From: Eric Schulte
Subject: [elpa] 212/255: bug fix, wrong function name
Date: Sun, 16 Mar 2014 01:02:50 +0000

eschulte pushed a commit to branch go
in repository elpa.

commit ae32ee9adfd61329d95af9be28f7615f8da555c8
Author: Eric Schulte <address@hidden>
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

[Prev in Thread] Current Thread [Next in Thread]