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

commit 988f6040581d8b149d4e2d559ecd2adcbfc8a599
Author: Tassilo Horn <t...@gnu.org>
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