mirror of
https://github.com/joaotavora/yasnippet.git
synced 2025-10-13 13:13:03 +00:00
Fix: recursive delete-directory
does not exist in Emacs 23
This commit is contained in:
parent
38093c1a9e
commit
951fb3cbe7
@ -513,7 +513,7 @@ TODO: be meaner"
|
|||||||
(progn
|
(progn
|
||||||
(mapc #'yas-make-file-or-dirs dirs)
|
(mapc #'yas-make-file-or-dirs dirs)
|
||||||
(funcall fn))
|
(funcall fn))
|
||||||
(when (>= emacs-major-version 23)
|
(when (>= emacs-major-version 24)
|
||||||
(delete-directory default-directory 'recursive))))))
|
(delete-directory default-directory 'recursive))))))
|
||||||
|
|
||||||
(defmacro yas-with-snippet-dirs (dirs &rest body)
|
(defmacro yas-with-snippet-dirs (dirs &rest body)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user