diff --git a/systemd.el b/systemd.el index 0505868..dff9005 100644 --- a/systemd.el +++ b/systemd.el @@ -1,6 +1,6 @@ ;;; systemd.el --- Major mode for editing systemd units -*- lexical-binding: t -*- -;; Copyright (C) 2014-2021 Mark Oteiza +;; Copyright (C) 2014-2023 Mark Oteiza ;; Author: Mark Oteiza ;; Version: 1.6 @@ -49,7 +49,7 @@ (defgroup systemd () "Major mode for editing systemd units." - :link '(url-link "http://www.freedesktop.org/wiki/Software/systemd/") + :link '(url-link "https://www.freedesktop.org/wiki/Software/systemd/") :group 'tools) (defcustom systemd-browse-url-function 'browse-url @@ -236,7 +236,7 @@ file, defaulting to the link under point, if any." (or (cdr bounds) (point)) (completion-table-dynamic #'systemd-completion-table)))) -(defun systemd-company-backend (command &optional arg &rest ignored) +(defun systemd-company-backend (command &optional arg &rest _ignored) "Backend for `company-mode' in `systemd-mode' buffers." (interactive (list 'interactive)) (pcase command