From 0bc0adf1b5c93795ca814f3f123405d2782088f8 Mon Sep 17 00:00:00 2001 From: Sean Allred Date: Sun, 28 Jan 2018 19:05:36 -0600 Subject: Update copyrights --- sx-question-list.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sx-question-list.el') diff --git a/sx-question-list.el b/sx-question-list.el index ea91045..4028303 100644 --- a/sx-question-list.el +++ b/sx-question-list.el @@ -1,6 +1,6 @@ ;;; sx-question-list.el --- major-mode for navigating questions list -*- lexical-binding: t; -*- -;; Copyright (C) 2014 Artur Malabarba +;; Copyright (C) 2014-2018 Artur Malabarba ;; Author: Artur Malabarba @@ -206,7 +206,7 @@ This variable gets reset to 0 before every refresh. It should be used by `sx-question-list--next-page-function'.") (make-variable-buffer-local 'sx-question-list--pages-so-far) -(defvar sx-question-list--refresh-function nil +(defvar sx-question-list--refresh-function nil "Function used to refresh the list of questions to be displayed. Used by `sx-question-list-mode', this is a function, called with no arguments, which returns a list questions to be displayed, @@ -525,7 +525,7 @@ that may currently be there." (interactive "p") (sx-question-list-next n) (sx-question-mode--display - (tabulated-list-get-id) + (tabulated-list-get-id) (sx-question-list--create-question-window))) (defun sx-question-list--create-question-window () -- cgit v1.2.3