From: Glenn Morris Date: Wed, 17 Jun 2015 05:47:21 +0000 (-0700) Subject: Remove "no-byte-compile: t" from a few files. X-Git-Tag: emacs-25.0.90~1727 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5a90d5125bc7b0486b40e8eb2095cb770e28c729;p=emacs.git Remove "no-byte-compile: t" from a few files. * lisp/obsolete/bruce.el, lisp/obsolete/keyswap.el: * lisp/obsolete/patcomp.el: No reason not to compile these. --- diff --git a/lisp/obsolete/bruce.el b/lisp/obsolete/bruce.el index 6b0d04e0473..54b92b64f9c 100644 --- a/lisp/obsolete/bruce.el +++ b/lisp/obsolete/bruce.el @@ -1,4 +1,4 @@ -;;; bruce.el --- bruce phrase utility for overloading the Communications -*- no-byte-compile: t -*- +;;; bruce.el --- bruce phrase utility for overloading the Communications ;;; Decency Act snoops, if any. ;; Copyright (C) 1988, 1993, 1997, 2001-2015 Free Software Foundation, diff --git a/lisp/obsolete/keyswap.el b/lisp/obsolete/keyswap.el index 3c8fd5f9cf1..1f27896eb49 100644 --- a/lisp/obsolete/keyswap.el +++ b/lisp/obsolete/keyswap.el @@ -1,4 +1,4 @@ -;;; keyswap.el --- swap BS and DEL keys -*- no-byte-compile: t -*- +;;; keyswap.el --- swap BS and DEL keys ;; Copyright (C) 1992, 2001-2015 Free Software Foundation, Inc. diff --git a/lisp/obsolete/patcomp.el b/lisp/obsolete/patcomp.el index 9aacdd8f4c3..8545f0721fa 100644 --- a/lisp/obsolete/patcomp.el +++ b/lisp/obsolete/patcomp.el @@ -1,4 +1,4 @@ -;;; patcomp.el --- used by patch files to update Emacs releases -*- no-byte-compile: t -*- +;;; patcomp.el --- used by patch files to update Emacs releases ;; This file is part of GNU Emacs.