mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-12 00:50:43 -08:00
Merge from origin/emacs-30
4b60267d83Make Python skeletons available in 'python-ts-mode' as well62dcbfb776Merge branch 'emacs-30' of git.savannah.gnu.org:/srv/git/...1baa62b2ac; * etc/NEWS: Fix typos.dfcfaa0ef5More accurate documentation of 'equal' in ELisp Referencebaaf97ce1a; Fix some ungrammatical uses of "allows to" # Conflicts: # etc/NEWS
This commit is contained in:
commit
d1f896b5f8
9 changed files with 19 additions and 18 deletions
|
|
@ -5390,8 +5390,8 @@ be added to `python-mode-skeleton-abbrev-table'."
|
|||
(format "Insert %s statement." name))
|
||||
,@skel))))
|
||||
|
||||
(define-abbrev-table 'python-mode-abbrev-table ()
|
||||
"Abbrev table for Python mode."
|
||||
(define-abbrev-table 'python-base-mode-abbrev-table ()
|
||||
"Abbrev table for Python modes."
|
||||
:parents (list python-mode-skeleton-abbrev-table))
|
||||
|
||||
(defmacro python-define-auxiliary-skeleton (name &optional doc &rest skel)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue