branch: master
commit f69211af6239da6d96864733c5b86e2ee3a5b6eb
Author: Ikumi Keita <ik...@ikumi.que.jp>
Commit: Ikumi Keita <ik...@ikumi.que.jp>

    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 49aacac4..825ee9fa 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.")
 

Reply via email to