diff options
Diffstat (limited to 'lisp/textmodes')
| -rw-r--r-- | lisp/textmodes/reftex.el | 2 | ||||
| -rw-r--r-- | lisp/textmodes/rst.el | 4 |
2 files changed, 1 insertions, 5 deletions
diff --git a/lisp/textmodes/reftex.el b/lisp/textmodes/reftex.el index fb96c6c551b..0ff1d72451e 100644 --- a/lisp/textmodes/reftex.el +++ b/lisp/textmodes/reftex.el | |||
| @@ -2446,7 +2446,7 @@ of ENTRY-LIST is a list of cons cells (\"MACRONAME\" . LEVEL). See | |||
| 2446 | 2446 | ||
| 2447 | ;;;*** | 2447 | ;;;*** |
| 2448 | 2448 | ||
| 2449 | ;;;### (autoloads nil "reftex-cite" "reftex-cite.el" "751df6ee674ea533b755e8cda4ad1cf8") | 2449 | ;;;### (autoloads nil "reftex-cite" "reftex-cite.el" "43a3f05c024aee5b7708420f74266933") |
| 2450 | ;;; Generated autoloads from reftex-cite.el | 2450 | ;;; Generated autoloads from reftex-cite.el |
| 2451 | 2451 | ||
| 2452 | (autoload 'reftex-default-bibliography "reftex-cite" "\ | 2452 | (autoload 'reftex-default-bibliography "reftex-cite" "\ |
diff --git a/lisp/textmodes/rst.el b/lisp/textmodes/rst.el index 4c234c9a31f..581e16e7cd8 100644 --- a/lisp/textmodes/rst.el +++ b/lisp/textmodes/rst.el | |||
| @@ -4235,8 +4235,4 @@ column is used (fill-column vs. end of previous/next line)." | |||
| 4235 | 4235 | ||
| 4236 | (provide 'rst) | 4236 | (provide 'rst) |
| 4237 | 4237 | ||
| 4238 | ;; Local Variables: | ||
| 4239 | ;; coding: utf-8 | ||
| 4240 | ;; End: | ||
| 4241 | |||
| 4242 | ;;; rst.el ends here | 4238 | ;;; rst.el ends here |