emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[nongnu] scratch/editorconfig-cc c6fa7e3039 334/351: Replace python-mode


From: Stefan Monnier
Subject: [nongnu] scratch/editorconfig-cc c6fa7e3039 334/351: Replace python-mode-devs URL (#309)
Date: Thu, 13 Jun 2024 18:39:08 -0400 (EDT)

branch: scratch/editorconfig-cc
commit c6fa7e30390b4e972bf9f6ca864e41efe1c73466
Author: USAMI Kenta <tadsan@zonu.me>
Commit: Stefan Monnier <monnier@iro.umontreal.ca>

    Replace python-mode-devs URL (#309)
---
 editorconfig.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/editorconfig.el b/editorconfig.el
index 8848d8d1c9..5c9419823a 100644
--- a/editorconfig.el
+++ b/editorconfig.el
@@ -368,7 +368,7 @@ Make a message by passing ARGS to `format-message'."
   "Set `python-mode' indent size to SIZE."
   (when (boundp 'python-indent-offset)
     (setq-local python-indent-offset size))
-  ;; For https://launchpad.net/python-mode
+  ;; For https://gitlab.com/python-mode-devs/python-mode
   (when (boundp 'py-indent-offset)
     (setq-local py-indent-offset size)))
 



reply via email to

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