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

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

[elpa] 227/299: Fix missing quote.


From: Stefan Monnier
Subject: [elpa] 227/299: Fix missing quote.
Date: Sun, 02 Nov 2014 03:11:37 +0000

monnier pushed a commit to branch externals/auctex
in repository elpa.

commit 988f6040581d8b149d4e2d559ecd2adcbfc8a599
Author: Tassilo Horn <address@hidden>
Date:   Mon Mar 10 15:59:39 2014 +0100

    Fix missing quote.
---
 latex.el |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/latex.el b/latex.el
index 4c48ef6..38fb677 100644
--- a/latex.el
+++ b/latex.el
@@ -3142,7 +3142,7 @@ recognized."
 
 ;;; Filling
 
-(defcustom LaTeX-fill-break-at-separators (\\\( \\\) \\\[ \\\])
+(defcustom LaTeX-fill-break-at-separators '(\\\( \\\) \\\[ \\\])
   "List of separators before or after which respectively a line
 break will be inserted if they do not fit into one line."
   :group 'LaTeX



reply via email to

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