X-Git-Url: http://git.hcoop.net/bpt/emacs.git/blobdiff_plain/f998bbe793e9ae7a8df071fec7de63879e67ef1a..986bd52a31d3ef5a9cc35ecfb8463d758d1e5e6c:/lisp/doc-view.el diff --git a/lisp/doc-view.el b/lisp/doc-view.el index f31487e62b..53e7811bad 100644 --- a/lisp/doc-view.el +++ b/lisp/doc-view.el @@ -172,6 +172,7 @@ Higher values result in larger images." (defcustom doc-view-image-width 850 "Default image width. Has only an effect if imagemagick support is compiled into emacs." + :version "24.1" :type 'number :group 'doc-view) @@ -201,6 +202,7 @@ If this and `doc-view-dvipdfm-program' are set, "Program to convert any file type readable by OpenOffice.org to PDF. Needed for viewing OpenOffice.org (and MS Office) files." + :version "24.1" :type 'file :group 'doc-view)