diff options
Diffstat (limited to 'lisp/progmodes/python.el')
| -rw-r--r-- | lisp/progmodes/python.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/progmodes/python.el b/lisp/progmodes/python.el index a00289d6de9..fb4b9afc073 100644 --- a/lisp/progmodes/python.el +++ b/lisp/progmodes/python.el | |||
| @@ -5390,8 +5390,8 @@ be added to `python-mode-skeleton-abbrev-table'." | |||
| 5390 | (format "Insert %s statement." name)) | 5390 | (format "Insert %s statement." name)) |
| 5391 | ,@skel)))) | 5391 | ,@skel)))) |
| 5392 | 5392 | ||
| 5393 | (define-abbrev-table 'python-mode-abbrev-table () | 5393 | (define-abbrev-table 'python-base-mode-abbrev-table () |
| 5394 | "Abbrev table for Python mode." | 5394 | "Abbrev table for Python modes." |
| 5395 | :parents (list python-mode-skeleton-abbrev-table)) | 5395 | :parents (list python-mode-skeleton-abbrev-table)) |
| 5396 | 5396 | ||
| 5397 | (defmacro python-define-auxiliary-skeleton (name &optional doc &rest skel) | 5397 | (defmacro python-define-auxiliary-skeleton (name &optional doc &rest skel) |