emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/filesets.el
Date: Sat, 04 May 2002 21:43:53 -0400

Index: emacs/lisp/filesets.el
diff -c emacs/lisp/filesets.el:1.4 emacs/lisp/filesets.el:1.5
*** emacs/lisp/filesets.el:1.4  Mon Apr 29 21:58:43 2002
--- emacs/lisp/filesets.el      Sat May  4 21:43:53 2002
***************
*** 2006,2013 ****
               ((not this-patt)
                (filesets-error 'error "Filesets: malformed :ingroup definition 
"
                                this-def))
!              ((<= this-sd 0)
!               (setq rv (nconc rv `(((,master ,this-name))))))
               (t
                (with-temp-buffer
                  (insert-file-contents master)
--- 2006,2013 ----
               ((not this-patt)
                (filesets-error 'error "Filesets: malformed :ingroup definition 
"
                                this-def))
!              ((< this-sd 0)
!               nil)
               (t
                (with-temp-buffer
                  (insert-file-contents master)



reply via email to

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