]> git.eshelyaron.com Git - emacs.git/commit
Use python-mode for SCons build files
authorStefan Kangas <stefankangas@gmail.com>
Fri, 4 Oct 2024 23:08:14 +0000 (01:08 +0200)
committerEshel Yaron <me@eshelyaron.com>
Sun, 6 Oct 2024 06:49:18 +0000 (08:49 +0200)
commit6dc975cd4056394a87c3aeecdbed7da1aca53704
tree426ebaa8f9d22941a94b2c43b46fffaa9817f2d5
parent2321301ae8ef2bbb753f4eed324ad32fe118e928
Use python-mode for SCons build files

SCons is a build system whose associated files are Python scripts.
Ref: https://www.scons.org/doc/0.96/HTML/scons-user/x325.html

* lisp/progmodes/python.el (python--auto-mode-alist-regexp):
Use 'python-mode' for SCons build files.

(cherry picked from commit 6e8fc4f6eabe21fc3e6df8c860a99e3e5f3748fd)
lisp/progmodes/python.el