summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2021-04-28 20:42:56 +0100
committerjao <jao@gnu.org>2021-04-28 20:42:56 +0100
commit70c3d6d5d247836b2d9d988f204ce804ae5db67d (patch)
tree01770a16d358c8363cabbd717b9aa379ba92308e
parent2b45bd368b4acbcef53c3c761725241fb6846102 (diff)
downloadgeiser-70c3d6d5d247836b2d9d988f204ce804ae5db67d.tar.gz
geiser-70c3d6d5d247836b2d9d988f204ce804ae5db67d.tar.bz2
There is no session (fixes #22)
-rw-r--r--elisp/geiser-doc.el6
1 files changed, 1 insertions, 5 deletions
diff --git a/elisp/geiser-doc.el b/elisp/geiser-doc.el
index 419364d..908ff3a 100644
--- a/elisp/geiser-doc.el
+++ b/elisp/geiser-doc.el
@@ -1,6 +1,6 @@
;;; geiser-doc.el -- accessing scheme-provided documentation
-;; Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016 Jose Antonio Ortega Ruiz
+;; Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2021 Jose Antonio Ortega Ruiz
;; This program is free software; you can redistribute it and/or
;; modify it under the terms of the Modified BSD License. You should
@@ -63,10 +63,6 @@ help (e.g. browse an HTML page) implementing this method.")
(setq geiser-doc--history (geiser-doc--make-history))
-(defvar session-globals-exclude)
-(eval-after-load "session"
- '(add-to-list 'session-globals-exclude 'geiser-doc--history))
-
(defsubst geiser-doc--history-current ()
(car geiser-doc--history))