branch: externals/auctex commit 6e584e91e59ba6407b4b77d36df2fadd1cc9c47b Author: Arash Esbati <ar...@gnu.org> Commit: Arash Esbati <ar...@gnu.org>
* style/exam.el ("exam"): Remove duplicate entries and backslash. --- style/exam.el | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/style/exam.el b/style/exam.el index 93cfac5..b761128 100644 --- a/style/exam.el +++ b/style/exam.el @@ -1,6 +1,6 @@ ;;; exam.el --- AUCTeX style for the (LaTeX) exam class -;; Copyright (C) 2016 Free Software Foundation, Inc. +;; Copyright (C) 2016, 2017 Free Software Foundation, Inc. ;; Author: Uwe Brauer <o...@mat.ucm.es> ;; Created: 2016-03-06 @@ -32,7 +32,6 @@ ;;; Code: - (defvar LaTeX-exam-class-options '("answers" "noanswers" "cancelspace" "nocancelspace" "addpoints") "Class options for the exam class.") @@ -259,8 +258,6 @@ Arguments NAME and TYPE are the same as for the function '("extraheadheight" 1) '("extrawidth" 1) '("fillwithdottedlines" 1) - '("fillwithdottedlines" 1) - '("fillwithlines" 1) '("fillwithlines" 1) '("firstpagefooter" 1) '("firstpagefootrule" 0) @@ -321,8 +318,8 @@ Arguments NAME and TYPE are the same as for the function '("pointsofquestion" 1) '("pointsonpage" 1) '("printanswers" 0) - '("\printselectedfalse" 0) - '("\printselectedtrue" 0) + '("printselectedfalse" 0) + '("printselectedtrue" 0) '("qformat" 1) '("questionlabel" 0) '("questionshook" 0)