aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorRichard Stallman <rms@gnu.org>1993-05-30 01:17:30 +0000
committerRichard Stallman <rms@gnu.org>1993-05-30 01:17:30 +0000
commit5cf460ff62e48be48b6d624ed45446a98dbed7da (patch)
tree653d8c20cc12c34199ec952010327252590b8496 /gcc
parente5c2baa1a691cf1044eab70cc2abc137d40728f0 (diff)
downloadgcc-5cf460ff62e48be48b6d624ed45446a98dbed7da.zip
gcc-5cf460ff62e48be48b6d624ed45446a98dbed7da.tar.gz
gcc-5cf460ff62e48be48b6d624ed45446a98dbed7da.tar.bz2
Delete the local variables list.
From-SVN: r4596
Diffstat (limited to 'gcc')
-rw-r--r--gcc/config/convex/convex.md10
1 files changed, 0 insertions, 10 deletions
diff --git a/gcc/config/convex/convex.md b/gcc/config/convex/convex.md
index 4cc642d..37e2696 100644
--- a/gcc/config/convex/convex.md
+++ b/gcc/config/convex/convex.md
@@ -1937,13 +1937,3 @@
[(set (pc) (match_operand:SI 0 "address_operand" "p"))]
""
"jmp %a0")
-
-;;- Local variables:
-;;- mode:emacs-lisp
-;;- comment-start: ";;- "
-;;- eval: (set-syntax-table (copy-sequence (syntax-table)))
-;;- eval: (modify-syntax-entry ?[ "(]")
-;;- eval: (modify-syntax-entry ?] ")[")
-;;- eval: (modify-syntax-entry ?{ "(}")
-;;- eval: (modify-syntax-entry ?} "){")
-;;- End: