From aa253c533d23d0fda1ecc512d94dea24501803ed Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Tue, 24 Oct 2023 09:37:21 +0200 Subject: ; Fix broken links to gmane.org --- lisp/progmodes/octave.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lisp/progmodes') diff --git a/lisp/progmodes/octave.el b/lisp/progmodes/octave.el index f45490ef6c3..6fd59ed3f93 100644 --- a/lisp/progmodes/octave.el +++ b/lisp/progmodes/octave.el @@ -768,7 +768,7 @@ Key bindings: (setq-local comint-prompt-read-only inferior-octave-prompt-read-only) (add-hook 'comint-input-filter-functions 'inferior-octave-directory-tracker nil t) - ;; http://thread.gmane.org/gmane.comp.gnu.octave.general/48572 + ;; http://thread.gmane.org/gmane.comp.gnu.octave.general/48572 [dead link] (add-hook 'window-configuration-change-hook 'inferior-octave-track-window-width-change nil t) (setq-local compilation-error-regexp-alist inferior-octave-error-regexp-alist) @@ -1007,7 +1007,7 @@ directory and makes this the current buffer's default directory." (defvar inferior-octave-last-column-width nil) (defun inferior-octave-track-window-width-change () - ;; http://thread.gmane.org/gmane.comp.gnu.octave.general/48572 + ;; http://thread.gmane.org/gmane.comp.gnu.octave.general/48572 [dead link] (let ((width (max inferior-octave-minimal-columns (window-width)))) (unless (eq inferior-octave-last-column-width width) (setq-local inferior-octave-last-column-width width) -- cgit v1.2.1