]> git.eshelyaron.com Git - emacs.git/commitdiff
Make byte-force-recompile suitably interactive.
authorSimon Marshall <simon@gnu.org>
Mon, 6 Nov 1995 13:27:08 +0000 (13:27 +0000)
committerSimon Marshall <simon@gnu.org>
Mon, 6 Nov 1995 13:27:08 +0000 (13:27 +0000)
lisp/emacs-lisp/bytecomp.el

index f323d8262dcbed7d5ece5abe18c88034d13c8208..29155123bf8ed81e000d22d754595407a19e2892 100644 (file)
@@ -1125,6 +1125,7 @@ otherwise pop it")
 (defun byte-force-recompile (directory)
   "Recompile every `.el' file in DIRECTORY that already has a `.elc' file.
 Files in subdirectories of DIRECTORY are processed also."
+  (interactive "DByte recompile directory: ")
   (byte-recompile-directory directory nil t))
 
 ;;;###autoload