]> git.eshelyaron.com Git - emacs.git/commit
Delete redundant declarations of 'electric' variables
authorStefan Kangas <stefankangas@gmail.com>
Sat, 21 Sep 2024 12:44:06 +0000 (14:44 +0200)
committerEshel Yaron <me@eshelyaron.com>
Mon, 23 Sep 2024 10:45:27 +0000 (12:45 +0200)
commit4e624f2c114c5360cd7ccde9246f389b9c4d34e4
tree297669a02c7512f7c26d6af8e6c591f2cedacc35
parentdb19f4f37e9b5eba6dc979c40df553897530055a
Delete redundant declarations of 'electric' variables

* lisp/progmodes/js.el (electric-layout-rules):
* lisp/progmodes/octave.el (electric-layout-rules):
* lisp/progmodes/python.el (electric-indent-inhibit):
* lisp/textmodes/rst.el (electric-indent-inhibit): Delete redundant
declarations; 'electric' is preloaded since Emacs 24.4.

(cherry picked from commit dac1a48240a14c41e2d2792443eac62ea50e1f66)
lisp/progmodes/python.el
lisp/textmodes/rst.el