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

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

[elpa] externals/auctex 6e584e9 04/57: * style/exam.el ("exam"): Remove


From: Tassilo Horn
Subject: [elpa] externals/auctex 6e584e9 04/57: * style/exam.el ("exam"): Remove duplicate entries and backslash.
Date: Tue, 25 Jul 2017 14:02:27 -0400 (EDT)

branch: externals/auctex
commit 6e584e91e59ba6407b4b77d36df2fadd1cc9c47b
Author: Arash Esbati <address@hidden>
Commit: Arash Esbati <address@hidden>

    * 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 <address@hidden>
 ;; 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)



reply via email to

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