mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-01 09:51:22 -08:00
Merge from origin/emacs-29
f8d9e40d2cAttempt to fix redisplay problems on macOS4daa6f7049; * lisp/simple.el (async-shell-command): Add commentary ...dc1a437d46Clarify misleading comment in isearch.elaf3b0dc53fImprove documentation of package-menu commandsd879847cd4Fix M-x completion-predicate under python-ts-mode1e57b2b4c7* Account for `byte-compile-warnings' during native compi...b5bfd808c6Avoid duplicate VC packages in 'package-selected-packages'c18f9f155f* lisp/tab-bar.el (tab-bar-new-tab-to): Set 'window-side'...33485fe8f7; Better warning message when loading tree-sitter fails95a724abaaUpdate to Org 9.6.6c665ca79ff; * admin/make-tarball.txt: Minor copyedits.3aef46e466Merge branch 'emacs-29' of git.sv.gnu.org:/srv/git/emacs ...229af8e4b3; * lisp/progmodes/csharp-mode.el (csharp-ts-mode--defun-...
This commit is contained in:
commit
f518543aa4
15 changed files with 156 additions and 127 deletions
|
|
@ -5032,7 +5032,7 @@ the if condition."
|
|||
(defun python--completion-predicate (_ buffer)
|
||||
(provided-mode-derived-p
|
||||
(buffer-local-value 'major-mode buffer)
|
||||
'python-mode))
|
||||
'python-base-mode))
|
||||
|
||||
(defmacro python-skeleton-define (name doc &rest skel)
|
||||
"Define a `python-mode' skeleton using NAME DOC and SKEL.
|
||||
|
|
@ -6856,7 +6856,7 @@ implementations: `python-mode' and `python-ts-mode'."
|
|||
(defun python-shell--completion-predicate (_ buffer)
|
||||
(provided-mode-derived-p
|
||||
(buffer-local-value 'major-mode buffer)
|
||||
'python-mode 'inferior-python-mode))
|
||||
'python-base-mode 'inferior-python-mode))
|
||||
|
||||
;; Commands that only make sense in the Python shell or when editing
|
||||
;; Python code.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue