summaryrefslogtreecommitdiff
path: root/lisp/progmodes/octave.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/progmodes/octave.el')
-rw-r--r--lisp/progmodes/octave.el10
1 files changed, 5 insertions, 5 deletions
diff --git a/lisp/progmodes/octave.el b/lisp/progmodes/octave.el
index ac9ba630c4e..7e91201784e 100644
--- a/lisp/progmodes/octave.el
+++ b/lisp/progmodes/octave.el
@@ -20,7 +20,7 @@
;; GNU General Public License for more details.
;; You should have received a copy of the GNU General Public License
-;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
+;; along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>.
;;; Commentary:
@@ -37,7 +37,7 @@
(defgroup octave nil
"Editing Octave code."
:link '(custom-manual "(octave-mode)Top")
- :link '(url-link "http://www.gnu.org/s/octave")
+ :link '(url-link "https://www.gnu.org/s/octave")
:link '(custom-group-link :tag "Font Lock Faces group" font-lock-faces)
:group 'languages)
@@ -612,7 +612,7 @@ Key bindings:
(defcustom inferior-octave-prompt
;; For Octave >= 3.8, default is always 'octave', see
- ;; http://hg.savannah.gnu.org/hgweb/octave/rev/708173343c50
+ ;; https://hg.savannah.gnu.org/hgweb/octave/rev/708173343c50
"\\(?:^octave\\(?:.bin\\|.exe\\)?\\(?:-[.0-9]+\\)?\\(?::[0-9]+\\)?\\|^debug\\|^\\)>+ "
"Regexp to match prompts for the inferior Octave process."
:type 'regexp)
@@ -839,7 +839,7 @@ startup file, `~/.emacs-octave'."
(inferior-octave-send-list-and-digest
(list "more off;\n"
(unless (equal inferior-octave-output-string ">> ")
- ;; See http://hg.savannah.gnu.org/hgweb/octave/rev/708173343c50
+ ;; See https://hg.savannah.gnu.org/hgweb/octave/rev/708173343c50
"PS1 ('octave> ');\n")
(when (and inferior-octave-startup-file
(file-exists-p inferior-octave-startup-file))
@@ -867,7 +867,7 @@ startup file, `~/.emacs-octave'."
(defun inferior-octave-completion-at-point ()
"Return the data to complete the Octave symbol at point."
- ;; http://debbugs.gnu.org/14300
+ ;; https://debbugs.gnu.org/14300
(unless (string-match-p "/" (or (comint--match-partial-filename) ""))
(let ((beg (save-excursion
(skip-syntax-backward "w_" (comint-line-beginning-position))