diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2002-10-01 17:06:54 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2002-10-01 17:06:54 +0000 |
commit | 0aef3756c4d9a8470ced3eff71c7a178c626fd46 (patch) | |
tree | 8826b896af7303b645d8e948acb3b591b0fa11ce /lisp/paths.el | |
parent | db3b3acabb0b59362e050e8cf4fecd6f2f3fd42c (diff) | |
download | emacs-0aef3756c4d9a8470ced3eff71c7a178c626fd46.tar.gz |
Add "no-byte-compile: t" in first line.
Diffstat (limited to 'lisp/paths.el')
-rw-r--r-- | lisp/paths.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/paths.el b/lisp/paths.el index 0a16c2bedba..438aa9f3578 100644 --- a/lisp/paths.el +++ b/lisp/paths.el @@ -1,4 +1,4 @@ -;;; paths.el --- define pathnames for use by various Emacs commands +;;; paths.el --- define pathnames for use by various Emacs commands -*- no-byte-compile: t -*- ;; Copyright (C) 1986, 1988, 1994, 1999, 2000 Free Software Foundation, Inc. |