From: Stefan Kangas Date: Tue, 8 Aug 2023 17:08:56 +0000 (+0200) Subject: ; Fix typo X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b8c05636ca4b28a7adc62e82a5fed528b402396d;p=emacs.git ; Fix typo --- 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)