Mercurial > emacs
diff lisp/shadowfile.el @ 49597:e88404e8f2cf
Trailing whitespace deleted.
| author | Juanma Barranquero <lekktu@gmail.com> |
|---|---|
| date | Tue, 04 Feb 2003 12:29:42 +0000 |
| parents | 92d4c0ba3ff9 |
| children | 23d82f089582 d7ddb3e565de |
line wrap: on
line diff
--- a/lisp/shadowfile.el Tue Feb 04 12:03:59 2003 +0000 +++ b/lisp/shadowfile.el Tue Feb 04 12:29:42 2003 +0000 @@ -406,7 +406,7 @@ (if regexp (string-match (nth 2 pattern-sup) (nth 2 file-sup)) (string-equal (nth 2 pattern-sup) (nth 2 file-sup)))))) - + ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;; User-level Commands ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; @@ -497,7 +497,7 @@ (cons (shadow-make-group regexp sites usernames) shadow-regexp-groups)) (shadow-write-info-file))) - + (defun shadow-shadows () ;; Mostly for debugging. "Interactive function to display shadows of a buffer."
