diff options
| author | Stefan Kangas | 2024-09-21 14:44:06 +0200 |
|---|---|---|
| committer | Stefan Kangas | 2024-09-21 14:48:02 +0200 |
| commit | dac1a48240a14c41e2d2792443eac62ea50e1f66 (patch) | |
| tree | 8974c063f49717db93cb7cfc161d5f651d4b1715 /lisp/progmodes/python.el | |
| parent | 3cad879c9dd1a7e97dbf28045761f3dfae851136 (diff) | |
| download | emacs-dac1a48240a14c41e2d2792443eac62ea50e1f66.tar.gz emacs-dac1a48240a14c41e2d2792443eac62ea50e1f66.zip | |
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.
Diffstat (limited to 'lisp/progmodes/python.el')
| -rw-r--r-- | lisp/progmodes/python.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/progmodes/python.el b/lisp/progmodes/python.el index a5cab4a07e5..6a258892f16 100644 --- a/lisp/progmodes/python.el +++ b/lisp/progmodes/python.el | |||
| @@ -7050,7 +7050,6 @@ Add import for undefined name `%s' (empty to skip): " | |||
| 7050 | (eq (char-after) last-command-event)) | 7050 | (eq (char-after) last-command-event)) |
| 7051 | (save-excursion (insert (make-string 2 last-command-event))))) | 7051 | (save-excursion (insert (make-string 2 last-command-event))))) |
| 7052 | 7052 | ||
| 7053 | (defvar electric-indent-inhibit) | ||
| 7054 | (defvar prettify-symbols-alist) | 7053 | (defvar prettify-symbols-alist) |
| 7055 | (defvar python--installed-grep-hook nil) | 7054 | (defvar python--installed-grep-hook nil) |
| 7056 | 7055 | ||