branch: externals/auctex
commit f69211af6239da6d96864733c5b86e2ee3a5b6eb
Author: Ikumi Keita <[email protected]>
Commit: Ikumi Keita <[email protected]>
Fix context nl mode
* context-nl.el (ConTeXt-section-list-nl): Define
`ConTeXt-section-list-nl' to avoid error.
---
context-nl.el | 3 +++
1 file changed, 3 insertions(+)
diff --git a/context-nl.el b/context-nl.el
index 49aacac46d..825ee9fa74 100644
--- a/context-nl.el
+++ b/context-nl.el
@@ -138,6 +138,9 @@ List should be in logical order.")
("subsubsubsubject" 4))
"List of the names of ConTeXt unnumbered sections for its nl interface.")
+(defvar ConTeXt-section-list-nl
+ (append ConTeXt-numbered-section-list-nl ConTeXt-unnumbered-section-list-nl))
+
(defvar ConTeXt-text-nl "tekst"
"The ConTeXt nl interface body text group.")