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.
This commit is contained in:
Glenn Morris 2015-06-16 22:47:21 -07:00
parent 0fe54891f0
commit 5a90d5125b
3 changed files with 3 additions and 3 deletions

View file

@ -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,

View file

@ -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.

View file

@ -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.