/[emacs]/emacs/lisp/filesets.el
ViewVC logotype

Diff of /emacs/lisp/filesets.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.23 by eliz, Sat Apr 16 15:21:04 2005 UTC revision 1.24 by rms, Mon May 30 06:51:10 2005 UTC
# Line 132  Is buffer local variable.") Line 132  Is buffer local variable.")
132    
133  (defvar filesets-menu-ensure-use-cached  (defvar filesets-menu-ensure-use-cached
134    (and filesets-running-xemacs    (and filesets-running-xemacs
135         (not (emacs-version>= 21 5)))         (if (fboundp 'emacs-version>=)
136               (not (emacs-version>= 21 5))))
137    "Make sure (X)Emacs uses filesets' cache.    "Make sure (X)Emacs uses filesets' cache.
138    
139  Well, if you use XEmacs (prior to 21.5?) custom.el is loaded after  Well, if you use XEmacs (prior to 21.5?) custom.el is loaded after

Legend:
Removed from v.1.23  
changed lines
  Added in v.1.24

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26