Function: filesets-update
filesets-update is a byte-compiled function defined in filesets.el.gz.
Signature
(filesets-update CACHED-VERSION)
Documentation
Do some cleanup after updating filesets.el.
Source Code
;; Defined in /usr/src/emacs/lisp/filesets.el.gz
(defun filesets-update (cached-version)
"Do some cleanup after updating filesets.el."
(cond
((or (not cached-version)
(string< cached-version "1.5.5")
(boundp 'filesets-subdocument-patterns))
(with-suppressed-warnings ((obsolete filesets-update-pre010505))
(filesets-update-pre010505))))
(filesets-update-cleanup))