This commit is contained in:
Mark Oteiza 2016-12-02 01:14:06 -05:00
parent bf7b281cdb
commit 0a4b6c49d3

View File

@ -194,7 +194,7 @@ file, defaulting to the link under point, if any."
"Return t if current line begins with \"[\", otherwise nil."
(save-excursion
(beginning-of-line)
(looking-at "\\[")))
(= (following-char) ?\[)))
(defun systemd-buffer-network-p ()
"Return non-nil if `buffer-name' has a network-type extension, otherwise nil."