equal
deleted
inserted
replaced
1310 (end-of-line) |
1310 (end-of-line) |
1311 (unless (eq (char-before) ?\ ) |
1311 (unless (eq (char-before) ?\ ) |
1312 (insert ?\ )) |
1312 (insert ?\ )) |
1313 (insert result))))) |
1313 (insert result))))) |
1314 |
1314 |
1315 ;; ---------------------------------------------------------------- |
1315 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |
1316 (message "rst, reStructuredText") |
1316 (message "rst, reStructuredText") |
1317 |
1317 |
1318 ;; Maintaining the table of contents up-to-date. |
1318 ;; Maintaining the table of contents up-to-date. |
1319 (add-hook 'rst-adjust-hook 'rst-toc-update) |
1319 (add-hook 'rst-adjust-hook 'rst-toc-update) |
1320 |
1320 |