diff options
author | Richard M. Stallman <rms@gnu.org> | 1996-05-12 22:19:55 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1996-05-12 22:19:55 +0000 |
commit | 78c799dffb15cdeb405fb873462e8542a8c67bc6 (patch) | |
tree | 68df141ec80f404fae7466e6919fa194a6824d11 /src/regex.c | |
parent | acb74aa6b2a3b8b4815065fbf4b07e9ccc44aa82 (diff) | |
download | emacs-78c799dffb15cdeb405fb873462e8542a8c67bc6.tar.gz |
Delete the Emacs local variables spec.
Diffstat (limited to 'src/regex.c')
-rw-r--r-- | src/regex.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/regex.c b/src/regex.c index 43cff323052..c0a854a9eac 100644 --- a/src/regex.c +++ b/src/regex.c @@ -5478,11 +5478,3 @@ regfree (preg) } #endif /* not emacs */ - -/* -Local variables: -make-backup-files: t -version-control: t -trim-versions-without-asking: nil -End: -*/ |