diff options
author | Glenn Morris <rgm@gnu.org> | 2015-06-16 22:47:21 -0700 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2015-06-16 22:47:21 -0700 |
commit | 5a90d5125bc7b0486b40e8eb2095cb770e28c729 (patch) | |
tree | db83d7161cc76c702fe1f6f69e1b26f44db93f17 /lisp/obsolete | |
parent | 0fe54891f02e2d44b5de6cc8da3b3be809877574 (diff) | |
download | emacs-5a90d5125bc7b0486b40e8eb2095cb770e28c729.tar.gz emacs-5a90d5125bc7b0486b40e8eb2095cb770e28c729.tar.bz2 emacs-5a90d5125bc7b0486b40e8eb2095cb770e28c729.zip |
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.
Diffstat (limited to 'lisp/obsolete')
-rw-r--r-- | lisp/obsolete/bruce.el | 2 | ||||
-rw-r--r-- | lisp/obsolete/keyswap.el | 2 | ||||
-rw-r--r-- | lisp/obsolete/patcomp.el | 2 |
3 files changed, 3 insertions, 3 deletions
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. |