]> git.eshelyaron.com Git - emacs.git/commit
Fix Skeletons menu-bar menu in Python modes
authorEli Zaretskii <eliz@gnu.org>
Sat, 20 May 2023 14:56:40 +0000 (17:56 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sat, 20 May 2023 14:56:40 +0000 (17:56 +0300)
commit8c56557cd9dff754b7f28f5fb919ca3b2c58ebf3
tree36ac1017007a9f97746af4563ddb0421a2edaa1f
parent58eb38cfb47b9802581ff55117510186bcc53b67
Fix Skeletons menu-bar menu in Python modes

* lisp/progmodes/python.el (python-mode, python-ts-mode): Call
'python-skeleton-add-menu-items' here, not in 'python-base-mode',
since the "Python" menu is not yet set up in the latter.
(Bug#63598)
lisp/progmodes/python.el