emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master b8c05636ca4: ; Fix typo


From: Stefan Kangas
Subject: master b8c05636ca4: ; Fix typo
Date: Tue, 8 Aug 2023 13:09:19 -0400 (EDT)

branch: master
commit b8c05636ca4b28a7adc62e82a5fed528b402396d
Author: Stefan Kangas <stefankangas@gmail.com>
Commit: Stefan Kangas <stefankangas@gmail.com>

    ; Fix typo
---
 lisp/progmodes/python.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/progmodes/python.el b/lisp/progmodes/python.el
index 9f1940f3210..4b940b3f13b 100644
--- 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)
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]