; Fix last change
* lisp/filesets.el (filesets-quote): Resurrect as obsolete alias for 'shell-quote-argument'.
This commit is contained in:
parent
7756e9c736
commit
ea53a26d03
1 changed files with 4 additions and 0 deletions
|
@ -2461,11 +2461,15 @@ Set up hooks, load the cache file -- if existing -- and build the menu."
|
|||
(setq filesets-menu-use-cached-flag t)))
|
||||
(filesets-build-menu)))
|
||||
|
||||
;;; obsolete
|
||||
|
||||
(defun filesets-error (_class &rest args)
|
||||
"`error' wrapper."
|
||||
(declare (obsolete error "28.1"))
|
||||
(error "%s" (mapconcat #'identity args " ")))
|
||||
|
||||
(define-obsolete-function-alias 'filesets-quote #'shell-quote-argument "30.1")
|
||||
|
||||
(provide 'filesets)
|
||||
|
||||
;;; filesets.el ends here
|
||||
|
|
Loading…
Add table
Reference in a new issue