emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r107160: Further doc fix for imagemag


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r107160: Further doc fix for imagemagick-types-inhibit
Date: Mon, 06 Feb 2012 23:37:44 -0800
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 107160
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Mon 2012-02-06 23:37:44 -0800
message:
  Further doc fix for imagemagick-types-inhibit
modified:
  lisp/image.el
=== modified file 'lisp/image.el'
--- a/lisp/image.el     2012-02-07 03:46:18 +0000
+++ b/lisp/image.el     2012-02-07 07:37:44 +0000
@@ -688,11 +688,14 @@
 This should be a list of symbols, each of which has the same
 name as one of the format tags used internally by ImageMagick;
 see `imagemagick-types'.  Entries in this list are excluded from
-being registered by `imagemagick-register-types'.
+being registered by `imagemagick-register-types', so if you change
+this variable you must do so before you call that function.
 
 If Emacs is compiled without ImageMagick, this variable has no effect."
   :type '(choice (const :tag "Let ImageMagick handle all types it can" nil)
                 (repeat symbol))
+  ;; Ideally, would have a :set function that checks if we already did
+  ;; imagemagick-register-types, and if so undoes it, then redoes it.
   :version "24.1"
   :group 'image)
 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]