From aafba8cb862eb5b14a077b8555a90ca112a8c783 Mon Sep 17 00:00:00 2001 From: Ulrich Müller Date: Tue, 8 Sep 2009 18:47:08 +0000 Subject: Mark site-gentoo.el as buffer-read-only, in order to prevent unintentional edits. Add dummy backquotes to inhibit local variables detection in the eclass file itself. svn path=/emacs-overlay/; revision=1439 --- eclass/elisp-common.eclass | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'eclass/elisp-common.eclass') diff --git a/eclass/elisp-common.eclass b/eclass/elisp-common.eclass index b059e6e..cbf337d 100644 --- a/eclass/elisp-common.eclass +++ b/eclass/elisp-common.eclass @@ -209,7 +209,7 @@ elisp-make-autoload-file() { ;;; Code: FF - ;; Local Variables: + ;; Local ``Variables: ;; version-control: never ;; no-byte-compile: t ;; no-update-autoloads: t @@ -336,8 +336,9 @@ elisp-site-regen() { (provide 'site-gentoo) - ;; Local Variables: + ;; Local ``Variables: ;; no-byte-compile: t + ;; buffer-read-only: t ;; End: ;;; site-gentoo.el ends here EOF -- cgit v1.2.3-65-gdbad