aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/shadowfile.el
diff options
context:
space:
mode:
authorJuanma Barranquero2003-02-04 12:29:42 +0000
committerJuanma Barranquero2003-02-04 12:29:42 +0000
commitf1180544bb5ff44cdb45b8734734294b0a2fa7a4 (patch)
tree626b0db999b924834efc1f437eb47776ea6bd797 /lisp/shadowfile.el
parent37d1e6800ca66b7977ebafb51ddb31a9de077e15 (diff)
downloademacs-f1180544bb5ff44cdb45b8734734294b0a2fa7a4.tar.gz
emacs-f1180544bb5ff44cdb45b8734734294b0a2fa7a4.zip
Trailing whitespace deleted.
Diffstat (limited to 'lisp/shadowfile.el')
-rw-r--r--lisp/shadowfile.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/shadowfile.el b/lisp/shadowfile.el
index 56479c0399f..6b7eb8744c4 100644
--- a/lisp/shadowfile.el
+++ b/lisp/shadowfile.el
@@ -406,7 +406,7 @@ expansion or contraction, you must do that yourself first."
406 (if regexp 406 (if regexp
407 (string-match (nth 2 pattern-sup) (nth 2 file-sup)) 407 (string-match (nth 2 pattern-sup) (nth 2 file-sup))
408 (string-equal (nth 2 pattern-sup) (nth 2 file-sup)))))) 408 (string-equal (nth 2 pattern-sup) (nth 2 file-sup))))))
409 409
410;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; 410;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
411;;; User-level Commands 411;;; User-level Commands
412;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; 412;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
@@ -497,7 +497,7 @@ Each site can be either a hostname or the name of a cluster \(see
497 (cons (shadow-make-group regexp sites usernames) 497 (cons (shadow-make-group regexp sites usernames)
498 shadow-regexp-groups)) 498 shadow-regexp-groups))
499 (shadow-write-info-file))) 499 (shadow-write-info-file)))
500 500
501(defun shadow-shadows () 501(defun shadow-shadows ()
502 ;; Mostly for debugging. 502 ;; Mostly for debugging.
503 "Interactive function to display shadows of a buffer." 503 "Interactive function to display shadows of a buffer."