X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=TOMOYO-MK;h=7c70016fa9b42e425c37a6af79a93371f6d78c00;hb=afb32e0b764bfc083ec3d3d32d6bcec24c884db1;hp=1e9edbb381bfe213d18c30e33f5cb3a7ca999ec8;hpb=8a89ab51f334d78d9af812effd7e863bffd548a4;p=chise%2Ftomoyo-tools.git diff --git a/TOMOYO-MK b/TOMOYO-MK index 1e9edbb..7c70016 100644 --- a/TOMOYO-MK +++ b/TOMOYO-MK @@ -41,7 +41,9 @@ (expand-file-name "lisp" PACKAGEDIR))) (delete-file "./auto-autoloads.el") - (delete-file "./custom-load.el") + (condition-case nil + (delete-file "./custom-load.el") + (error nil)) ) ;;; TOMOYO-MK ends here