projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
62e990d
)
; Fix typo
author
Stefan Kangas
<stefankangas@gmail.com>
Tue, 8 Aug 2023 17:08:56 +0000
(19:08 +0200)
committer
Stefan Kangas
<stefankangas@gmail.com>
Tue, 8 Aug 2023 17:08:56 +0000
(19:08 +0200)
lisp/progmodes/python.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/python.el
b/lisp/progmodes/python.el
index 9f1940f321063c52a89084e3425cc5147940613f..4b940b3f13bfb6ed5249936d9e6b36f2a017c790 100644
(file)
--- a/
lisp/progmodes/python.el
+++ b/
lisp/progmodes/python.el
@@
-6913,7
+6913,7
@@
implementations: `python-mode' and `python-ts-mode'."
;;;###autoload
(add-to-list 'auto-mode-alist
- '(
'
"/\\(?:Pipfile\\|\\.?flake8\\)\\'" . conf-mode))
+ '("/\\(?:Pipfile\\|\\.?flake8\\)\\'" . conf-mode))
(provide 'python)