From 3c74813afd3a9e596af5ab920e0a75600b132505 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Thu, 3 May 2012 23:38:36 -0700 Subject: * patcomp.el, play/bruce.el: Move to obsolete/. * etc/NEWS: Mention this. --- lisp/patcomp.el | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 lisp/patcomp.el (limited to 'lisp/patcomp.el') diff --git a/lisp/patcomp.el b/lisp/patcomp.el deleted file mode 100644 index c1965a763c..0000000000 --- a/lisp/patcomp.el +++ /dev/null @@ -1,22 +0,0 @@ -;;; patcomp.el --- used by patch files to update Emacs releases -*- no-byte-compile: t -*- - -;; This file is part of GNU Emacs. - -;;; Commentary: - -;;; Code: - -(defun batch-byte-recompile-emacs () - "Recompile the Emacs `lisp' directory. -This is used after installing the patches for a new version." - (let ((load-path (list (expand-file-name "lisp")))) - (byte-recompile-directory "lisp"))) - -(defun batch-byte-compile-emacs () - "Compile new files installed in the Emacs `lisp' directory. -This is used after installing the patches for a new version. -It uses the command line arguments to specify the files to compile." - (let ((load-path (list (expand-file-name "lisp")))) - (batch-byte-compile))) - -;;; patcomp.el ends here -- cgit v1.2.3