branch: externals/ebdb
commit db6685d096235c70d730d00bf746e2370cbd4a80
Author: Eric Abrahamsen <[email protected]>
Commit: Eric Abrahamsen <[email protected]>

    Remove reference to ebdb-fill-column
    
    * ebdb-com.el (ebdb-redisplay-records): Leftover from an earlier
      experiment with filling.
---
 ebdb-com.el | 1 -
 1 file changed, 1 deletion(-)

diff --git a/ebdb-com.el b/ebdb-com.el
index 6b3271f..471786b 100644
--- a/ebdb-com.el
+++ b/ebdb-com.el
@@ -1033,7 +1033,6 @@ displayed records."
     (dolist (b bufs)
       (with-current-buffer b
        (let ((inhibit-read-only t)
-             (ebdb-fill-column (min (window-width) (default-value 
'fill-column)))
              renumber)
          (dolist (r records)
            (catch 'bail

Reply via email to