]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix a typo which caused test failures
authorPip Cet <pipcet@protonmail.com>
Sat, 14 Dec 2024 15:45:25 +0000 (15:45 +0000)
committerEshel Yaron <me@eshelyaron.com>
Mon, 3 Feb 2025 11:06:33 +0000 (12:06 +0100)
* lisp/progmodes/python.el (interpreter-mode-alist):
* lisp/progmodes/vera-mode.el (interpreter-mode-alist): Fix typo.

(cherry picked from commit 7024c66123e56501fd409a9b59522fceb5ce8cfd)

lisp/progmodes/python.el

index 2c71fabd4fa609107f5218559de079bc333229d2..9358595a8778cfdbd4b4ba234e8813531a2bdb8e 100644 (file)
 ;;;###autoload
 (add-to-list 'auto-mode-alist (cons python--auto-mode-alist-regexp 'python-mode))
 ;;;###autoload
-(add-to-list 'interpreter-mode-alist '("python[0-9.]*" python-mode))
+(add-to-list 'interpreter-mode-alist '("python[0-9.]*" python-mode))
 
 (defgroup python nil
   "Python Language's flying circus support for Emacs."