diff options
author | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2015-02-09 04:14:49 +0100 |
---|---|---|
committer | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2015-02-09 06:03:12 +0100 |
commit | 7c3eaa2d60a96d4b49ead63b5db9ec5a8784e1ab (patch) | |
tree | dfe2f26741f2ed5b4e36716f92b001a8ac089be2 /elisp | |
parent | 9b2df64dc1b7500d771e5ddc87b63a0b50c492ea (diff) | |
download | geiser-7c3eaa2d60a96d4b49ead63b5db9ec5a8784e1ab.tar.gz geiser-7c3eaa2d60a96d4b49ead63b5db9ec5a8784e1ab.tar.bz2 |
Documentation updates and nits for Freija
Preparing the release of 0.7, which will feature support for Chicken
thanks to Dan and Freija!
Diffstat (limited to 'elisp')
-rw-r--r-- | elisp/geiser-base.el | 4 | ||||
-rw-r--r-- | elisp/geiser-impl.el | 2 | ||||
-rw-r--r-- | elisp/geiser.el | 2 |
3 files changed, 5 insertions, 3 deletions
diff --git a/elisp/geiser-base.el b/elisp/geiser-base.el index e564b0f..034e595 100644 --- a/elisp/geiser-base.el +++ b/elisp/geiser-base.el @@ -1,6 +1,6 @@ ;;; geiser-base.el --- shared bits -;; Copyright (C) 2009, 2010, 2012, 2013 Jose Antonio Ortega Ruiz +;; Copyright (C) 2009, 2010, 2012, 2013, 2015 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 @@ -14,6 +14,8 @@ ;;; Emacs compatibility: +(require 'ring) + (eval-after-load "ring" '(when (not (fboundp 'ring-member)) (defun ring-member (ring item) diff --git a/elisp/geiser-impl.el b/elisp/geiser-impl.el index d2b440a..3679483 100644 --- a/elisp/geiser-impl.el +++ b/elisp/geiser-impl.el @@ -1,6 +1,6 @@ ;; geiser-impl.el -- generic support for scheme implementations -;; Copyright (C) 2009, 2010, 2012, 2013 Jose Antonio Ortega Ruiz +;; Copyright (C) 2009, 2010, 2012, 2013, 2015 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 diff --git a/elisp/geiser.el b/elisp/geiser.el index fb5b46a..530358c 100644 --- a/elisp/geiser.el +++ b/elisp/geiser.el @@ -1,6 +1,6 @@ ;;; geiser.el --- GNU Emacs and Scheme talk to each other -;; Copyright (C) 2009, 2010, 2011, 2012, 2013 Jose Antonio Ortega Ruiz +;; Copyright (C) 2009, 2010, 2011, 2012, 2013, 2015 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 |