summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2013-03-04 22:47:51 -0800
committerH. Peter Anvin <hpa@zytor.com>2013-03-04 22:48:36 -0800
commit513bae9bfbe8d38c935e42ec6d192b83f9476e47 (patch)
tree0fcfaf26382d21aa1a497f2439cdbaf8112f1e59
parent62a1fb70c1347fce39f227e5a3990a569c23f432 (diff)
downloadvirtio9p-513bae9bfbe8d38c935e42ec6d192b83f9476e47.tar.gz
virtio9p-513bae9bfbe8d38c935e42ec6d192b83f9476e47.tar.xz
virtio9p-513bae9bfbe8d38c935e42ec6d192b83f9476e47.zip
Add -*- asm -*- tags for emacs' benefit
Mark the files as assembly, to keep emacs from jumping into the wrong mode.
-rw-r--r--acc.S2
-rw-r--r--datetime.S2
-rw-r--r--fxn.S2
-rw-r--r--header.S2
-rw-r--r--int2f.S2
-rw-r--r--message.S2
-rw-r--r--pathname.S2
-rw-r--r--printmsg.S2
-rw-r--r--protomsg.S2
-rw-r--r--start.S2
-rw-r--r--utf.S2
-rw-r--r--v9fs.h2
12 files changed, 12 insertions, 12 deletions
diff --git a/acc.S b/acc.S
index 4378d15..23c0b4d 100644
--- a/acc.S
+++ b/acc.S
@@ -1,4 +1,4 @@
-/* ----------------------------------------------------------------------- *
+/* -*- asm -*- ----------------------------------------------------------- *
*
* Copyright 2013 H. Peter Anvin - All Rights Reserved
*
diff --git a/datetime.S b/datetime.S
index 0c694d9..162eaf2 100644
--- a/datetime.S
+++ b/datetime.S
@@ -1,4 +1,4 @@
-/* ----------------------------------------------------------------------- *
+/* -*- asm -*- ----------------------------------------------------------- *
*
* Copyright 2013 H. Peter Anvin - All Rights Reserved
*
diff --git a/fxn.S b/fxn.S
index 402a826..b5b80f7 100644
--- a/fxn.S
+++ b/fxn.S
@@ -1,4 +1,4 @@
-/* ----------------------------------------------------------------------- *
+/* -*- asm -*- ----------------------------------------------------------- *
*
* Copyright 2013 H. Peter Anvin - All Rights Reserved
*
diff --git a/header.S b/header.S
index 54792cd..a4c0bc7 100644
--- a/header.S
+++ b/header.S
@@ -1,4 +1,4 @@
-/* ----------------------------------------------------------------------- *
+/* -*- asm -*- ----------------------------------------------------------- *
*
* Copyright 2013 H. Peter Anvin - All Rights Reserved
*
diff --git a/int2f.S b/int2f.S
index f457e66..2f41e0c 100644
--- a/int2f.S
+++ b/int2f.S
@@ -1,4 +1,4 @@
-/* ----------------------------------------------------------------------- *
+/* -*- asm -*- ----------------------------------------------------------- *
*
* Copyright 2013 H. Peter Anvin - All Rights Reserved
*
diff --git a/message.S b/message.S
index ad028f2..12275bc 100644
--- a/message.S
+++ b/message.S
@@ -1,4 +1,4 @@
-/* ----------------------------------------------------------------------- *
+/* -*- asm -*- ----------------------------------------------------------- *
*
* Copyright 2013 H. Peter Anvin - All Rights Reserved
*
diff --git a/pathname.S b/pathname.S
index 3594e4e..dd666c2 100644
--- a/pathname.S
+++ b/pathname.S
@@ -1,4 +1,4 @@
-/* ----------------------------------------------------------------------- *
+/* -*- asm -*- ----------------------------------------------------------- *
*
* Copyright 2013 H. Peter Anvin - All Rights Reserved
*
diff --git a/printmsg.S b/printmsg.S
index 6dfe865..4293877 100644
--- a/printmsg.S
+++ b/printmsg.S
@@ -1,4 +1,4 @@
-/* ----------------------------------------------------------------------- *
+/* -*- asm -*- ----------------------------------------------------------- *
*
* Copyright 2013 H. Peter Anvin - All Rights Reserved
*
diff --git a/protomsg.S b/protomsg.S
index 94ee12c..d615710 100644
--- a/protomsg.S
+++ b/protomsg.S
@@ -1,4 +1,4 @@
-/* ----------------------------------------------------------------------- *
+/* -*- asm -*- ----------------------------------------------------------- *
*
* Copyright 2013 H. Peter Anvin - All Rights Reserved
*
diff --git a/start.S b/start.S
index e0148e0..668467d 100644
--- a/start.S
+++ b/start.S
@@ -1,4 +1,4 @@
-/* ----------------------------------------------------------------------- *
+/* -*- asm -*- ----------------------------------------------------------- *
*
* Copyright 2013 H. Peter Anvin - All Rights Reserved
*
diff --git a/utf.S b/utf.S
index b7e9977..e324b10 100644
--- a/utf.S
+++ b/utf.S
@@ -1,4 +1,4 @@
-/* ----------------------------------------------------------------------- *
+/* -*- asm -*- ----------------------------------------------------------- *
*
* Copyright 2013 H. Peter Anvin - All Rights Reserved
*
diff --git a/v9fs.h b/v9fs.h
index 1898dda..d7f989c 100644
--- a/v9fs.h
+++ b/v9fs.h
@@ -1,4 +1,4 @@
-/* ----------------------------------------------------------------------- *
+/* -*- asm -*- ----------------------------------------------------------- *
*
* Copyright 2013 H. Peter Anvin - All Rights Reserved
*