]> code.delx.au - gnu-emacs/blobdiff - lisp/progmodes/inf-lisp.el
Update copyright year to 2016
[gnu-emacs] / lisp / progmodes / inf-lisp.el
index 17aaab9e2c308442311b37390a5cd66540cb09c5..843c79e8b381c5c730f6b56f21e0c0bb17e347fd 100644 (file)
@@ -1,6 +1,6 @@
 ;;; inf-lisp.el --- an inferior-lisp mode
 
-;; Copyright (C) 1988, 1993-1994, 2001-2015 Free Software Foundation,
+;; Copyright (C) 1988, 1993-1994, 2001-2016 Free Software Foundation,
 ;; Inc.
 
 ;; Author: Olin Shivers <shivers@cs.cmu.edu>
@@ -510,7 +510,7 @@ Used by these commands to determine defaults."
                                     (file-name-nondirectory file-name)))
   (comint-send-string (inferior-lisp-proc) (concat "(compile-file \""
                                                   file-name
-                                                  "\"\)\n"))
+                                                  "\")\n"))
   (switch-to-lisp t))