emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[elpa] elpa b90986f 01/16: Fix type of ConTeXt-Mark-version option


From: Tassilo Horn
Subject: [elpa] elpa b90986f 01/16: Fix type of ConTeXt-Mark-version option
Date: Fri, 14 Oct 2016 16:03:32 +0000 (UTC)

branch: elpa
commit b90986f447091376341612f4c2c40e60159cef51
Author: Mosè Giordano <address@hidden>
Commit: Mosè Giordano <address@hidden>

    Fix type of ConTeXt-Mark-version option
    
    * context.el (ConTeXt-Mark-version): Fix the type, it was wrongly set
      with a string in place of a symbol.  Reported by Tobias Berndt.
---
 context.el |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/context.el b/context.el
index 25151e5..941057a 100644
--- a/context.el
+++ b/context.el
@@ -498,7 +498,7 @@ in your .emacs file."
 ;; Define before first use.
 (defcustom ConTeXt-Mark-version "II"
   "ConTeXt Mark version used for running ConTeXt."
-  :type "string"
+  :type 'string
   :group 'TeX-command)
 (make-variable-buffer-local 'ConTeXt-Mark-version)
 (put 'ConTeXt-Mark-version 'safe-local-variable 'stringp)



reply via email to

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