mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-06 14:30:50 -08:00
Make Python skeletons available in 'python-ts-mode' as well
* lisp/progmodes/python.el (python-base-mode-abbrev-table): Renamed from 'python-mode-abbrev-table' to be available for both 'python-mode' and 'python-ts-mode'. (Bug#72298)
This commit is contained in:
parent
62dcbfb776
commit
4b60267d83
1 changed files with 2 additions and 2 deletions
|
|
@ -5390,8 +5390,8 @@ be added to `python-mode-skeleton-abbrev-table'."
|
||||||
(format "Insert %s statement." name))
|
(format "Insert %s statement." name))
|
||||||
,@skel))))
|
,@skel))))
|
||||||
|
|
||||||
(define-abbrev-table 'python-mode-abbrev-table ()
|
(define-abbrev-table 'python-base-mode-abbrev-table ()
|
||||||
"Abbrev table for Python mode."
|
"Abbrev table for Python modes."
|
||||||
:parents (list python-mode-skeleton-abbrev-table))
|
:parents (list python-mode-skeleton-abbrev-table))
|
||||||
|
|
||||||
(defmacro python-define-auxiliary-skeleton (name &optional doc &rest skel)
|
(defmacro python-define-auxiliary-skeleton (name &optional doc &rest skel)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue