Преглед на файлове

Check for clear-image-cache before using it

* lisp/org.el (org-display-inline-images): Check for clear-image-cache
before using it.
Dan Davison преди 15 години
родител
ревизия
6eaad22a37
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      lisp/org.el

+ 1 - 1
lisp/org.el

@@ -16198,7 +16198,7 @@ BEG and END default to the buffer boundaries."
   (interactive "P")
   (unless refresh
     (org-remove-inline-images)
-    (clear-image-cache))
+    (if (fboundp 'clear-image-cache) (clear-image-cache)))
   (save-excursion
     (save-restriction
       (widen)