emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

byte-compile-directory


From: Kevin A. Burton
Subject: byte-compile-directory
Date: 10 Nov 2001 14:45:59 -0800
User-agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/21.1

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1


Doesn't this seem more obvious than (byte-recompile-directory directory 0 t)

???

Especially for interactive work.

(defun byte-compile-directory(directory)
  "Byte compile every .el file into a .elc file in the given directory.  See
`byte-recompile-directory'."
  (interactive
   (list
    (read-file-name "Lisp directory: ")))

  (byte-recompile-directory directory 0 t))

- -- 
Kevin A. Burton ( address@hidden, address@hidden, address@hidden )
             Location - San Francisco, CA, Cell - 415.595.9965
        Jabber - address@hidden,  Web - http://relativity.yi.org/

Build a better mouse trap... and you'll be sued by someone who patented mouse
trapping devices in 1993.

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: Get my public key at: http://relativity.yi.org/pgpkey.txt

iD8DBQE77at2AwM6xb2dfE0RApsoAJsE5oaO5G7pnVYJPimA7l8YDtVMmACbBQZp
eKAX8FAKEDZ+a1YEvV4BhVs=
=pq7N
-----END PGP SIGNATURE-----



reply via email to

[Prev in Thread] Current Thread [Next in Thread]