emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/shadowfile.el


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/shadowfile.el
Date: Tue, 04 Feb 2003 07:04:14 -0500

Index: emacs/lisp/shadowfile.el
diff -c emacs/lisp/shadowfile.el:1.18 emacs/lisp/shadowfile.el:1.19
*** emacs/lisp/shadowfile.el:1.18       Sun Mar 17 15:32:20 2002
--- emacs/lisp/shadowfile.el    Tue Feb  4 07:04:13 2003
***************
*** 406,412 ****
        (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
  ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
--- 406,412 ----
        (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,503 ****
          (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."
--- 497,503 ----
          (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."




reply via email to

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