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

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

[elpa] externals/auctex 183959a 04/95: Fix ConTeXt-outline-regexp


From: Tassilo Horn
Subject: [elpa] externals/auctex 183959a 04/95: Fix ConTeXt-outline-regexp
Date: Sun, 16 Apr 2017 01:26:44 -0400 (EDT)

branch: externals/auctex
commit 183959aea243c3bc26e44cafa0f0cae8b729f91a
Author: Davide G. M. Salvetti <address@hidden>
Commit: Davide G. M. Salvetti <address@hidden>

    Fix ConTeXt-outline-regexp
    
    Add a separator between different elements; see Debian bug #850444.
---
 context.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/context.el b/context.el
index 941057a..e220c43 100644
--- a/context.el
+++ b/context.el
@@ -1,6 +1,6 @@
 ;;; context.el --- Support for ConTeXt documents.
 
-;; Copyright (C) 2003-2006, 2008, 2010, 2012, 2014-2016
+;; Copyright (C) 2003-2006, 2008, 2010, 2012, 2014-2017
 ;;   Free Software Foundation, Inc.
 
 ;; Maintainer: Berend de Boer <address@hidden>
@@ -1037,7 +1037,7 @@ header is at the start of a line."
    (regexp-quote TeX-esc)
    "\\("
    (mapconcat #'ConTeXt-environment-full-start-name ConTeXt-section-block-list 
"\\|") "\\|"
-   (mapconcat #'car ConTeXt-numbered-section-list "\\|")
+   (mapconcat #'car ConTeXt-numbered-section-list "\\|") "\\|"
    (mapconcat #'car ConTeXt-unnumbered-section-list "\\|")
    "\\)\\b"
    (if TeX-outline-extra



reply via email to

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