]> code.delx.au - gnu-emacs/blobdiff - lisp/eshell/em-basic.el
Update copyright year to 2015
[gnu-emacs] / lisp / eshell / em-basic.el
index d795b8226caf546940ceb96030bcb2ad95c93924..05cd994c36f00d395ef3a6ef0107b8274f1ad011 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-2013 Free Software Foundation, Inc.
+;; Copyright (C) 1999-2015 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)