diff options
Diffstat (limited to 'elisp/geiser-base.el')
-rw-r--r-- | elisp/geiser-base.el | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/elisp/geiser-base.el b/elisp/geiser-base.el index 65ab061..2569034 100644 --- a/elisp/geiser-base.el +++ b/elisp/geiser-base.el @@ -1,6 +1,6 @@ ;;; geiser-base.el --- shared bits -;; Copyright (C) 2009, 2010 Jose Antonio Ortega Ruiz +;; Copyright (C) 2009, 2010, 2012 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 @@ -76,4 +76,3 @@ (provide 'geiser-base) -;;; geiser-base.el ends here |