]> code.delx.au - gnu-emacs/blobdiff - lisp/progmodes/inf-lisp.el
Backslash cleanup in Elisp source files
[gnu-emacs] / lisp / progmodes / inf-lisp.el
index 17aaab9e2c308442311b37390a5cd66540cb09c5..290ebeea290f7c31b506b51a87fa51701fe83449 100644 (file)
@@ -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))