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: Pavel Janík
Subject: [Emacs-diffs] Changes to emacs/lisp/filesets.el
Date: Mon, 29 Apr 2002 13:47:06 -0400

Index: emacs/lisp/filesets.el
diff -c emacs/lisp/filesets.el:1.2 emacs/lisp/filesets.el:1.3
*** emacs/lisp/filesets.el:1.2  Mon Apr 29 04:48:01 2002
--- emacs/lisp/filesets.el      Mon Apr 29 13:47:04 2002
***************
*** 27,33 ****
  
  ;;; Commentary:
  
! ;; Define filesets, which can be opened or saved with the power one or
  ;; two mouse clicks only.  A fileset is either a list of files, a file
  ;; pattern, a base directory and a search pattern (for files), or an
  ;; inclusion group (i.e. a base file including other files).
--- 27,33 ----
  
  ;;; Commentary:
  
! ;; Define filesets, which can be opened or saved with the power of one or
  ;; two mouse clicks only.  A fileset is either a list of files, a file
  ;; pattern, a base directory and a search pattern (for files), or an
  ;; inclusion group (i.e. a base file including other files).
***************
*** 86,92 ****
  (eval-and-compile
    (unless (boundp 'filesets-running-xemacs)
      (defvar filesets-running-xemacs (string-match "XEmacs\\|Lucid" 
emacs-version)
!       "Non-nil means we are runninn XEmacs.")))
  
  (defvar filesets-menu-cache nil
    "The whole filesets menu.")
--- 86,92 ----
  (eval-and-compile
    (unless (boundp 'filesets-running-xemacs)
      (defvar filesets-running-xemacs (string-match "XEmacs\\|Lucid" 
emacs-version)
!       "Non-nil means we are running XEmacs.")))
  
  (defvar filesets-menu-cache nil
    "The whole filesets menu.")



reply via email to

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