From 33c1ab62932ffc4e79b77e4c96896c04b22e9db3 Mon Sep 17 00:00:00 2001 From: Pedro Silva Date: Tue, 9 Apr 2013 18:49:38 +0100 Subject: Fix bug introduced by missing renaming ttrss-session-id to ttrss-sid in some places --- ttrss.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ttrss.el b/ttrss.el index f456d39..80e3785 100644 --- a/ttrss.el +++ b/ttrss.el @@ -86,7 +86,7 @@ ;; * Interactive versions of the methods employing global state: ;; You'll note that there are, in fact, a number of variables defined ;; at the top-level, namely 'ttrss-address', 'ttrss-user', -;; 'ttrss-password', 'ttrss-session-id', 'ttrss-api-level', and +;; 'ttrss-password', 'ttrss-sid', 'ttrss-api-level', and ;; 'ttrss-server-version'. These are defined in anticipation of the ;; next release, in which I plan to introduce interactive counterparts ;; of most methods that do employ global state. @@ -131,7 +131,7 @@ :type 'string :group 'ttrss) -(defvar ttrss-session-id nil +(defvar ttrss-sid nil "Current session id, if any, set after successful login.") (defvar ttrss-api-level nil -- cgit v1.2.3