diff lisp/emacs-lisp/ewoc.el @ 49598:0d8b17d428b5

Trailing whitepace deleted.
author Juanma Barranquero <lekktu@gmail.com>
date Tue, 04 Feb 2003 13:24:35 +0000
parents 448895ab039b
children 695cf19ef79e d7ddb3e565de
line wrap: on
line diff
--- a/lisp/emacs-lisp/ewoc.el	Tue Feb 04 12:29:42 2003 +0000
+++ b/lisp/emacs-lisp/ewoc.el	Tue Feb 04 13:24:35 2003 +0000
@@ -92,7 +92,7 @@
 
 ;; In the mean time `grep '^(.*ewoc-[^-]' emacs-lisp/ewoc.el' can help
 ;; you find all the exported functions:
-;; 
+;;
 ;; (defun ewoc-create (pretty-printer &optional header footer)
 ;; (defalias 'ewoc-data 'ewoc--node-data)
 ;; (defun ewoc-location (node)
@@ -394,8 +394,8 @@
 If MAP-FUNCTION returns non-nil the element will be refreshed (its
 pretty-printer will be called once again).
 
-Note that the buffer for EWOC will be current buffer when MAP-FUNCTION 
-is called.  MAP-FUNCTION must restore the current buffer to BUFFER before 
+Note that the buffer for EWOC will be current buffer when MAP-FUNCTION
+is called.  MAP-FUNCTION must restore the current buffer to BUFFER before
 it returns, if it changes it.
 
 If more than two arguments are given, the remaining
@@ -410,7 +410,7 @@
 
 (defun ewoc-filter (ewoc predicate &rest args)
   "Remove all elements in EWOC for which PREDICATE returns nil.
-Note that the buffer for EWOC will be current-buffer when PREDICATE 
+Note that the buffer for EWOC will be current-buffer when PREDICATE
 is called. PREDICATE must restore the current buffer before it returns
 if it changes it.
 The PREDICATE is called with the element as its first argument. If any
@@ -478,7 +478,7 @@
 	;; best-guess is now a "best guess".
 	;; Find the correct node. First determine in which direction
 	;; it lies, and then move in that direction until it is found.
-    
+
 	(cond
 	 ;; Is pos after the guess?
 	 ((>= pos