>From address@hidden Thu Feb 16 17:27:42 2017 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [PATCH] Make customization to face specification to appear in customization buffer. X-Mercurial-Node: 5cb6660269d039a7e7ec4646ef35913d2da9b671 X-Mercurial-Series-Index: 1 X-Mercurial-Series-Total: 1 Message-Id: X-Mercurial-Series-Id: User-Agent: Mercurial-patchbomb/4.0.1 Date: Thu, 16 Feb 2017 17:27:42 +0900 From: Ikumi Keita To: dummy * font-latex.el (font-latex-user-keyword-classes): Exchange the order of `face' and `custom-face-edit'. Tweak doc string. diff --git a/font-latex.el b/font-latex.el --- a/font-latex.el +++ b/font-latex.el @@ -719,7 +719,7 @@ specified. Setting this variable directly does not take effect; -use \\[customize] or restart Emacs." +restart Emacs." :group 'font-latex-keywords :type `(repeat (list (string :tag "Name") (choice (repeat :tag "Keywords" (string :tag "Keyword")) @@ -729,8 +729,8 @@ (string :tag "Format specifier")))) ,(if (featurep 'xemacs) '(face :tag "Face name") - '(choice (custom-face-edit :tag "Face attributes") - (face :tag "Face name"))) + '(choice (face :tag "Face name") + (custom-face-edit :tag "Face attributes"))) (choice :tag "Type" ;; Maps to ;;`font-latex-match-command-with-arguments'