diff options
| author | Glenn Morris | 2015-06-16 22:47:21 -0700 |
|---|---|---|
| committer | Glenn Morris | 2015-06-16 22:47:21 -0700 |
| commit | 5a90d5125bc7b0486b40e8eb2095cb770e28c729 (patch) | |
| tree | db83d7161cc76c702fe1f6f69e1b26f44db93f17 | |
| parent | 0fe54891f02e2d44b5de6cc8da3b3be809877574 (diff) | |
| download | emacs-5a90d5125bc7b0486b40e8eb2095cb770e28c729.tar.gz 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.
| -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 @@ | |||
| 1 | ;;; bruce.el --- bruce phrase utility for overloading the Communications -*- no-byte-compile: t -*- | 1 | ;;; bruce.el --- bruce phrase utility for overloading the Communications |
| 2 | ;;; Decency Act snoops, if any. | 2 | ;;; Decency Act snoops, if any. |
| 3 | 3 | ||
| 4 | ;; Copyright (C) 1988, 1993, 1997, 2001-2015 Free Software Foundation, | 4 | ;; 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 @@ | |||
| 1 | ;;; keyswap.el --- swap BS and DEL keys -*- no-byte-compile: t -*- | 1 | ;;; keyswap.el --- swap BS and DEL keys |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1992, 2001-2015 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1992, 2001-2015 Free Software Foundation, Inc. |
| 4 | 4 | ||
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 @@ | |||
| 1 | ;;; patcomp.el --- used by patch files to update Emacs releases -*- no-byte-compile: t -*- | 1 | ;;; patcomp.el --- used by patch files to update Emacs releases |
| 2 | 2 | ||
| 3 | ;; This file is part of GNU Emacs. | 3 | ;; This file is part of GNU Emacs. |
| 4 | 4 | ||