aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/erc
diff options
context:
space:
mode:
authorStefan Kangas2022-08-07 19:23:36 +0200
committerStefan Kangas2022-08-08 11:15:33 +0200
commit4b5414abbc01a3b4ae441d28e96b0f3f46a487fb (patch)
treed08d865ca9128521e13844f4522d9ca1ec4207cb /lisp/erc
parent9b661ff1a8e0fc3fc809a42a187356d6cb5ad2c9 (diff)
downloademacs-4b5414abbc01a3b4ae441d28e96b0f3f46a487fb.tar.gz
emacs-4b5414abbc01a3b4ae441d28e96b0f3f46a487fb.zip
Clean up some local variable sections
* lisp/filesets.el: * lisp/mh-e/mh-*.el: * lisp/progmodes/python.el (python): Don't set options that are already set in .dir-locals.el. * lisp/textmodes/ispell.el: Remove redundant local variables. * lisp/gnus/nnmaildir.el: Remove local variables that conflicts with Emacs defaults.
Diffstat (limited to 'lisp/erc')
-rw-r--r--lisp/erc/erc-networks.el3
1 files changed, 0 insertions, 3 deletions
diff --git a/lisp/erc/erc-networks.el b/lisp/erc/erc-networks.el
index 091b8aa92d7..c54b12fcb0b 100644
--- a/lisp/erc/erc-networks.el
+++ b/lisp/erc/erc-networks.el
@@ -1547,6 +1547,3 @@ VALUE is the options value.")
1547(provide 'erc-networks) 1547(provide 'erc-networks)
1548 1548
1549;;; erc-networks.el ends here 1549;;; erc-networks.el ends here
1550;;
1551;; Local Variables:
1552;; End: