aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/patcomp.el
diff options
context:
space:
mode:
authorJuanma Barranquero <[email protected]>2002-10-01 17:06:54 +0000
committerJuanma Barranquero <[email protected]>2002-10-01 17:06:54 +0000
commit0a10297a064822f10484f3c08d03f18b3fd5a3e4 (patch)
tree041f2f2e0192833acc880146df4150836fd2fb95 /lisp/patcomp.el
parentc9cf2e67e84e9734dc42e558795b1e4910523908 (diff)
Add "no-byte-compile: t" in first line.
Diffstat (limited to 'lisp/patcomp.el')
-rw-r--r--lisp/patcomp.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/patcomp.el b/lisp/patcomp.el
index ccc25308d3..c1965a763c 100644
--- a/lisp/patcomp.el
+++ b/lisp/patcomp.el
@@ -1,4 +1,4 @@
-;;; patcomp.el --- used by patch files to update Emacs releases
+;;; patcomp.el --- used by patch files to update Emacs releases -*- no-byte-compile: t -*-
;; This file is part of GNU Emacs.