diff options
Diffstat (limited to 'lisp/ob-screen.el')
-rw-r--r-- | lisp/ob-screen.el | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/ob-screen.el b/lisp/ob-screen.el index c628892..f263376 100644 --- a/lisp/ob-screen.el +++ b/lisp/ob-screen.el @@ -1,6 +1,6 @@ ;;; ob-screen.el --- org-babel support for interactive terminal -;; Copyright (C) 2009-2012 Free Software Foundation, Inc. +;; Copyright (C) 2009-2013 Free Software Foundation, Inc. ;; Author: Benjamin Andresen ;; Keywords: literate programming, interactive shell @@ -34,7 +34,6 @@ ;;; Code: (require 'ob) -(require 'ob-ref) (defvar org-babel-screen-location "screen" "The command location for screen. |