org.el: org-toggle-inline-images: Only display messsages when interactive.
commit05ac7b37a4ab03250841edaae3e52f3f24f00ba3
authorAaron Ecay <aaronecay@gmail.com>
Mon, 19 Jan 2015 05:16:51 +0000 (19 00:16 -0500)
committerAaron Ecay <aaronecay@gmail.com>
Mon, 19 Jan 2015 05:16:51 +0000 (19 00:16 -0500)
tree336c60f18c10218bae16b6a1c99f187c4376257d
parentb3712b9840753fd337f7ccdf27bab3607e803386
org.el: org-toggle-inline-images: Only display messsages when interactive.

* lisp/org.el (org-toggle-inline-images): Only message if
called-interactively-p.

The old code made a halfhearted attempt to do this; this patch
provides the other half of the heart.
lisp/org.el