Fix compiler warnings introduced in commit d042e3a
.
This commit is contained in:
parent
5f9177ad3a
commit
79e907fd8c
|
@ -387,9 +387,7 @@ Also add it to `rng-schema-locating-files'."
|
|||
(file-readable-p
|
||||
(expand-file-name "schemas.xml" schema-dir)))
|
||||
schema-dir
|
||||
(when value
|
||||
(message "No OpenDocument schema files" value))
|
||||
nil)))
|
||||
(when value (message "No OpenDocument schema files")))))
|
||||
(when org-e-odt-schema-dir
|
||||
(eval-after-load 'rng-loc
|
||||
'(add-to-list 'rng-schema-locating-files
|
||||
|
|
|
@ -139,9 +139,7 @@ Also add it to `rng-schema-locating-files'."
|
|||
(file-readable-p
|
||||
(expand-file-name "schemas.xml" schema-dir)))
|
||||
schema-dir
|
||||
(when value
|
||||
(message "No OpenDocument schema files" value))
|
||||
nil)))
|
||||
(when value (message "No OpenDocument schema files")))))
|
||||
(when org-export-odt-schema-dir
|
||||
(eval-after-load 'rng-loc
|
||||
'(add-to-list 'rng-schema-locating-files
|
||||
|
|
Loading…
Reference in New Issue