]> code.delx.au - gnu-emacs/blobdiff - lisp/eshell/em-basic.el
Update copyright year to 2016
[gnu-emacs] / lisp / eshell / em-basic.el
index e07bc75f89adc02a1d2168c45e5e875c15995516..558bc3388663ecad6b50d60cbcfb3521ce7d7190 100644 (file)
@@ -1,6 +1,6 @@
-;;; em-basic.el --- basic shell builtin commands
+;;; em-basic.el --- basic shell builtin commands  -*- lexical-binding:t -*-
 
-;; Copyright (C) 1999-201 Free Software Foundation, Inc.
+;; Copyright (C) 1999-2016 Free Software Foundation, Inc.
 
 ;; Author: John Wiegley <johnw@gnu.org>
 
@@ -59,9 +59,7 @@
 
 ;;; Code:
 
-(eval-when-compile
-  (require 'esh-util))
-
+(require 'esh-util)
 (require 'eshell)
 (require 'esh-opt)