diff options
| author | Richard M. Stallman | 1996-05-12 22:19:55 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1996-05-12 22:19:55 +0000 |
| commit | 25a1fadb43c3b9caaaf795785d3de4968e36b913 (patch) | |
| tree | 073991705cded3c6a1fe3c47839f2e425c1afd96 /src | |
| parent | 96a6034956bcc5124d282dbeb78a35790ac8b1ff (diff) | |
| download | emacs-25a1fadb43c3b9caaaf795785d3de4968e36b913.tar.gz emacs-25a1fadb43c3b9caaaf795785d3de4968e36b913.zip | |
Delete the Emacs local variables spec.
Diffstat (limited to 'src')
| -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) | |||
| 5478 | } | 5478 | } |
| 5479 | 5479 | ||
| 5480 | #endif /* not emacs */ | 5480 | #endif /* not emacs */ |
| 5481 | |||
| 5482 | /* | ||
| 5483 | Local variables: | ||
| 5484 | make-backup-files: t | ||
| 5485 | version-control: t | ||
| 5486 | trim-versions-without-asking: nil | ||
| 5487 | End: | ||
| 5488 | */ | ||