From: OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>

This elisp was obsolete on recently emacs's cc-mode. And this should
be personally set.



 25-akpm/fs/nls/nls_cp1250.c     |   18 ------------------
 25-akpm/fs/nls/nls_cp1251.c     |   16 ----------------
 25-akpm/fs/nls/nls_cp1255.c     |   17 -----------------
 25-akpm/fs/nls/nls_cp437.c      |   16 ----------------
 25-akpm/fs/nls/nls_cp737.c      |   16 ----------------
 25-akpm/fs/nls/nls_cp775.c      |   16 ----------------
 25-akpm/fs/nls/nls_cp850.c      |   16 ----------------
 25-akpm/fs/nls/nls_cp852.c      |   16 ----------------
 25-akpm/fs/nls/nls_cp855.c      |   16 ----------------
 25-akpm/fs/nls/nls_cp857.c      |   16 ----------------
 25-akpm/fs/nls/nls_cp860.c      |   16 ----------------
 25-akpm/fs/nls/nls_cp861.c      |   16 ----------------
 25-akpm/fs/nls/nls_cp862.c      |   16 ----------------
 25-akpm/fs/nls/nls_cp863.c      |   16 ----------------
 25-akpm/fs/nls/nls_cp864.c      |   16 ----------------
 25-akpm/fs/nls/nls_cp865.c      |   16 ----------------
 25-akpm/fs/nls/nls_cp866.c      |   16 ----------------
 25-akpm/fs/nls/nls_cp869.c      |   16 ----------------
 25-akpm/fs/nls/nls_cp874.c      |   17 -----------------
 25-akpm/fs/nls/nls_cp932.c      |   17 -----------------
 25-akpm/fs/nls/nls_cp936.c      |   17 -----------------
 25-akpm/fs/nls/nls_cp949.c      |   17 -----------------
 25-akpm/fs/nls/nls_cp950.c      |   17 -----------------
 25-akpm/fs/nls/nls_euc-jp.c     |   18 +-----------------
 25-akpm/fs/nls/nls_iso8859-1.c  |   18 +-----------------
 25-akpm/fs/nls/nls_iso8859-13.c |   18 +-----------------
 25-akpm/fs/nls/nls_iso8859-14.c |   18 +-----------------
 25-akpm/fs/nls/nls_iso8859-15.c |   18 +-----------------
 25-akpm/fs/nls/nls_iso8859-2.c  |   18 +-----------------
 25-akpm/fs/nls/nls_iso8859-3.c  |   18 +-----------------
 25-akpm/fs/nls/nls_iso8859-4.c  |   18 +-----------------
 25-akpm/fs/nls/nls_iso8859-5.c  |   18 +-----------------
 25-akpm/fs/nls/nls_iso8859-6.c  |   18 +-----------------
 25-akpm/fs/nls/nls_iso8859-7.c  |   18 +-----------------
 25-akpm/fs/nls/nls_iso8859-9.c  |   18 +-----------------
 25-akpm/fs/nls/nls_koi8-r.c     |   18 +-----------------
 25-akpm/fs/nls/nls_koi8-ru.c    |   18 +-----------------
 25-akpm/fs/nls/nls_koi8-u.c     |   18 +-----------------
 38 files changed, 15 insertions(+), 631 deletions(-)

diff -puN fs/nls/nls_cp1250.c~nls-elisp-removal fs/nls/nls_cp1250.c
--- 25/fs/nls/nls_cp1250.c~nls-elisp-removal	Fri Sep 12 13:12:26 2003
+++ 25-akpm/fs/nls/nls_cp1250.c	Fri Sep 12 13:12:26 2003
@@ -345,21 +345,3 @@ module_init(init_nls_cp1250)
 module_exit(exit_nls_cp1250)
 
 MODULE_LICENSE("Dual BSD/GPL");
-
-/*
- * Overrides for Emacs so that we follow Linus's tabbing style.
- * Emacs will notice this stuff at the end of the file and automatically
- * adjust the settings for this buffer only.  This must remain at the end
- * of the file.
- * ---------------------------------------------------------------------------
- * Local variables:
- * c-indent-level: 8
- * c-brace-imaginary-offset: 0
- * c-brace-offset: -8
- * c-argdecl-indent: 8
- * c-label-offset: -8
- * c-continued-statement-offset: 8
- * c-continued-brace-offset: 0
- * End:
- */
-
diff -puN fs/nls/nls_cp1251.c~nls-elisp-removal fs/nls/nls_cp1251.c
--- 25/fs/nls/nls_cp1251.c~nls-elisp-removal	Fri Sep 12 13:12:26 2003
+++ 25-akpm/fs/nls/nls_cp1251.c	Fri Sep 12 13:12:26 2003
@@ -299,20 +299,4 @@ static void __exit exit_nls_cp1251(void)
 module_init(init_nls_cp1251)
 module_exit(exit_nls_cp1251)
 
-/*
- * Overrides for Emacs so that we follow Linus's tabbing style.
- * Emacs will notice this stuff at the end of the file and automatically
- * adjust the settings for this buffer only.  This must remain at the end
- * of the file.
- * ---------------------------------------------------------------------------
- * Local variables:
- * c-indent-level: 8
- * c-brace-imaginary-offset: 0
- * c-brace-offset: -8
- * c-argdecl-indent: 8
- * c-label-offset: -8
- * c-continued-statement-offset: 8
- * c-continued-brace-offset: 0
- * End:
- */
 MODULE_LICENSE("Dual BSD/GPL");
diff -puN fs/nls/nls_cp1255.c~nls-elisp-removal fs/nls/nls_cp1255.c
--- 25/fs/nls/nls_cp1255.c~nls-elisp-removal	Fri Sep 12 13:12:26 2003
+++ 25-akpm/fs/nls/nls_cp1255.c	Fri Sep 12 13:12:26 2003
@@ -383,20 +383,3 @@ module_exit(exit_nls_cp1255)
 
 MODULE_LICENSE("Dual BSD/GPL");
 MODULE_ALIAS_NLS(iso8859-8);
-
-/*
- * Overrides for Emacs so that we follow Linus's tabbing style.
- * Emacs will notice this stuff at the end of the file and automatically
- * adjust the settings for this buffer only.  This must remain at the end
- * of the file.
- * ---------------------------------------------------------------------------
- * Local variables:
- * c-indent-level: 8
- * c-brace-imaginary-offset: 0
- * c-brace-offset: -8
- * c-argdecl-indent: 8
- * c-label-offset: -8
- * c-continued-statement-offset: 8
- * c-continued-brace-offset: 0
- * End:
- */
diff -puN fs/nls/nls_cp437.c~nls-elisp-removal fs/nls/nls_cp437.c
--- 25/fs/nls/nls_cp437.c~nls-elisp-removal	Fri Sep 12 13:12:26 2003
+++ 25-akpm/fs/nls/nls_cp437.c	Fri Sep 12 13:12:26 2003
@@ -385,20 +385,4 @@ static void __exit exit_nls_cp437(void)
 module_init(init_nls_cp437)
 module_exit(exit_nls_cp437)
 
-/*
- * Overrides for Emacs so that we follow Linus's tabbing style.
- * Emacs will notice this stuff at the end of the file and automatically
- * adjust the settings for this buffer only.  This must remain at the end
- * of the file.
- * ---------------------------------------------------------------------------
- * Local variables:
- * c-indent-level: 8
- * c-brace-imaginary-offset: 0
- * c-brace-offset: -8
- * c-argdecl-indent: 8
- * c-label-offset: -8
- * c-continued-statement-offset: 8
- * c-continued-brace-offset: 0
- * End:
- */
 MODULE_LICENSE("Dual BSD/GPL");
diff -puN fs/nls/nls_cp737.c~nls-elisp-removal fs/nls/nls_cp737.c
--- 25/fs/nls/nls_cp737.c~nls-elisp-removal	Fri Sep 12 13:12:26 2003
+++ 25-akpm/fs/nls/nls_cp737.c	Fri Sep 12 13:12:26 2003
@@ -348,20 +348,4 @@ static void __exit exit_nls_cp737(void)
 module_init(init_nls_cp737)
 module_exit(exit_nls_cp737)
 
-/*
- * Overrides for Emacs so that we follow Linus's tabbing style.
- * Emacs will notice this stuff at the end of the file and automatically
- * adjust the settings for this buffer only.  This must remain at the end
- * of the file.
- * ---------------------------------------------------------------------------
- * Local variables:
- * c-indent-level: 8
- * c-brace-imaginary-offset: 0
- * c-brace-offset: -8
- * c-argdecl-indent: 8
- * c-label-offset: -8
- * c-continued-statement-offset: 8
- * c-continued-brace-offset: 0
- * End:
- */
 MODULE_LICENSE("Dual BSD/GPL");
diff -puN fs/nls/nls_cp775.c~nls-elisp-removal fs/nls/nls_cp775.c
--- 25/fs/nls/nls_cp775.c~nls-elisp-removal	Fri Sep 12 13:12:26 2003
+++ 25-akpm/fs/nls/nls_cp775.c	Fri Sep 12 13:12:26 2003
@@ -317,20 +317,4 @@ static void __exit exit_nls_cp775(void)
 module_init(init_nls_cp775)
 module_exit(exit_nls_cp775)
 
-/*
- * Overrides for Emacs so that we follow Linus's tabbing style.
- * Emacs will notice this stuff at the end of the file and automatically
- * adjust the settings for this buffer only.  This must remain at the end
- * of the file.
- * ---------------------------------------------------------------------------
- * Local variables:
- * c-indent-level: 8
- * c-brace-imaginary-offset: 0
- * c-brace-offset: -8
- * c-argdecl-indent: 8
- * c-label-offset: -8
- * c-continued-statement-offset: 8
- * c-continued-brace-offset: 0
- * End:
- */
 MODULE_LICENSE("Dual BSD/GPL");
diff -puN fs/nls/nls_cp850.c~nls-elisp-removal fs/nls/nls_cp850.c
--- 25/fs/nls/nls_cp850.c~nls-elisp-removal	Fri Sep 12 13:12:26 2003
+++ 25-akpm/fs/nls/nls_cp850.c	Fri Sep 12 13:12:26 2003
@@ -313,20 +313,4 @@ static void __exit exit_nls_cp850(void)
 module_init(init_nls_cp850)
 module_exit(exit_nls_cp850)
 
-/*
- * Overrides for Emacs so that we follow Linus's tabbing style.
- * Emacs will notice this stuff at the end of the file and automatically
- * adjust the settings for this buffer only.  This must remain at the end
- * of the file.
- * ---------------------------------------------------------------------------
- * Local variables:
- * c-indent-level: 8
- * c-brace-imaginary-offset: 0
- * c-brace-offset: -8
- * c-argdecl-indent: 8
- * c-label-offset: -8
- * c-continued-statement-offset: 8
- * c-continued-brace-offset: 0
- * End:
- */
 MODULE_LICENSE("Dual BSD/GPL");
diff -puN fs/nls/nls_cp852.c~nls-elisp-removal fs/nls/nls_cp852.c
--- 25/fs/nls/nls_cp852.c~nls-elisp-removal	Fri Sep 12 13:12:26 2003
+++ 25-akpm/fs/nls/nls_cp852.c	Fri Sep 12 13:12:26 2003
@@ -335,20 +335,4 @@ static void __exit exit_nls_cp852(void)
 module_init(init_nls_cp852)
 module_exit(exit_nls_cp852)
 
-/*
- * Overrides for Emacs so that we follow Linus's tabbing style.
- * Emacs will notice this stuff at the end of the file and automatically
- * adjust the settings for this buffer only.  This must remain at the end
- * of the file.
- * ---------------------------------------------------------------------------
- * Local variables:
- * c-indent-level: 8
- * c-brace-imaginary-offset: 0
- * c-brace-offset: -8
- * c-argdecl-indent: 8
- * c-label-offset: -8
- * c-continued-statement-offset: 8
- * c-continued-brace-offset: 0
- * End:
- */
 MODULE_LICENSE("Dual BSD/GPL");
diff -puN fs/nls/nls_cp855.c~nls-elisp-removal fs/nls/nls_cp855.c
--- 25/fs/nls/nls_cp855.c~nls-elisp-removal	Fri Sep 12 13:12:26 2003
+++ 25-akpm/fs/nls/nls_cp855.c	Fri Sep 12 13:12:26 2003
@@ -297,20 +297,4 @@ static void __exit exit_nls_cp855(void)
 module_init(init_nls_cp855)
 module_exit(exit_nls_cp855)
 
-/*
- * Overrides for Emacs so that we follow Linus's tabbing style.
- * Emacs will notice this stuff at the end of the file and automatically
- * adjust the settings for this buffer only.  This must remain at the end
- * of the file.
- * ---------------------------------------------------------------------------
- * Local variables:
- * c-indent-level: 8
- * c-brace-imaginary-offset: 0
- * c-brace-offset: -8
- * c-argdecl-indent: 8
- * c-label-offset: -8
- * c-continued-statement-offset: 8
- * c-continued-brace-offset: 0
- * End:
- */
 MODULE_LICENSE("Dual BSD/GPL");
diff -puN fs/nls/nls_cp857.c~nls-elisp-removal fs/nls/nls_cp857.c
--- 25/fs/nls/nls_cp857.c~nls-elisp-removal	Fri Sep 12 13:12:26 2003
+++ 25-akpm/fs/nls/nls_cp857.c	Fri Sep 12 13:12:26 2003
@@ -299,20 +299,4 @@ static void __exit exit_nls_cp857(void)
 module_init(init_nls_cp857)
 module_exit(exit_nls_cp857)
 
-/*
- * Overrides for Emacs so that we follow Linus's tabbing style.
- * Emacs will notice this stuff at the end of the file and automatically
- * adjust the settings for this buffer only.  This must remain at the end
- * of the file.
- * ---------------------------------------------------------------------------
- * Local variables:
- * c-indent-level: 8
- * c-brace-imaginary-offset: 0
- * c-brace-offset: -8
- * c-argdecl-indent: 8
- * c-label-offset: -8
- * c-continued-statement-offset: 8
- * c-continued-brace-offset: 0
- * End:
- */
 MODULE_LICENSE("Dual BSD/GPL");
diff -puN fs/nls/nls_cp860.c~nls-elisp-removal fs/nls/nls_cp860.c
--- 25/fs/nls/nls_cp860.c~nls-elisp-removal	Fri Sep 12 13:12:26 2003
+++ 25-akpm/fs/nls/nls_cp860.c	Fri Sep 12 13:12:26 2003
@@ -362,20 +362,4 @@ static void __exit exit_nls_cp860(void)
 module_init(init_nls_cp860)
 module_exit(exit_nls_cp860)
 
-/*
- * Overrides for Emacs so that we follow Linus's tabbing style.
- * Emacs will notice this stuff at the end of the file and automatically
- * adjust the settings for this buffer only.  This must remain at the end
- * of the file.
- * ---------------------------------------------------------------------------
- * Local variables:
- * c-indent-level: 8
- * c-brace-imaginary-offset: 0
- * c-brace-offset: -8
- * c-argdecl-indent: 8
- * c-label-offset: -8
- * c-continued-statement-offset: 8
- * c-continued-brace-offset: 0
- * End:
- */
 MODULE_LICENSE("Dual BSD/GPL");
diff -puN fs/nls/nls_cp861.c~nls-elisp-removal fs/nls/nls_cp861.c
--- 25/fs/nls/nls_cp861.c~nls-elisp-removal	Fri Sep 12 13:12:26 2003
+++ 25-akpm/fs/nls/nls_cp861.c	Fri Sep 12 13:12:26 2003
@@ -385,20 +385,4 @@ static void __exit exit_nls_cp861(void)
 module_init(init_nls_cp861)
 module_exit(exit_nls_cp861)
 
-/*
- * Overrides for Emacs so that we follow Linus's tabbing style.
- * Emacs will notice this stuff at the end of the file and automatically
- * adjust the settings for this buffer only.  This must remain at the end
- * of the file.
- * ---------------------------------------------------------------------------
- * Local variables:
- * c-indent-level: 8
- * c-brace-imaginary-offset: 0
- * c-brace-offset: -8
- * c-argdecl-indent: 8
- * c-label-offset: -8
- * c-continued-statement-offset: 8
- * c-continued-brace-offset: 0
- * End:
- */
 MODULE_LICENSE("Dual BSD/GPL");
diff -puN fs/nls/nls_cp862.c~nls-elisp-removal fs/nls/nls_cp862.c
--- 25/fs/nls/nls_cp862.c~nls-elisp-removal	Fri Sep 12 13:12:26 2003
+++ 25-akpm/fs/nls/nls_cp862.c	Fri Sep 12 13:12:26 2003
@@ -419,20 +419,4 @@ static void __exit exit_nls_cp862(void)
 module_init(init_nls_cp862)
 module_exit(exit_nls_cp862)
 
-/*
- * Overrides for Emacs so that we follow Linus's tabbing style.
- * Emacs will notice this stuff at the end of the file and automatically
- * adjust the settings for this buffer only.  This must remain at the end
- * of the file.
- * ---------------------------------------------------------------------------
- * Local variables:
- * c-indent-level: 8
- * c-brace-imaginary-offset: 0
- * c-brace-offset: -8
- * c-argdecl-indent: 8
- * c-label-offset: -8
- * c-continued-statement-offset: 8
- * c-continued-brace-offset: 0
- * End:
- */
 MODULE_LICENSE("Dual BSD/GPL");
diff -puN fs/nls/nls_cp863.c~nls-elisp-removal fs/nls/nls_cp863.c
--- 25/fs/nls/nls_cp863.c~nls-elisp-removal	Fri Sep 12 13:12:26 2003
+++ 25-akpm/fs/nls/nls_cp863.c	Fri Sep 12 13:12:26 2003
@@ -379,20 +379,4 @@ static void __exit exit_nls_cp863(void)
 module_init(init_nls_cp863)
 module_exit(exit_nls_cp863)
 
-/*
- * Overrides for Emacs so that we follow Linus's tabbing style.
- * Emacs will notice this stuff at the end of the file and automatically
- * adjust the settings for this buffer only.  This must remain at the end
- * of the file.
- * ---------------------------------------------------------------------------
- * Local variables:
- * c-indent-level: 8
- * c-brace-imaginary-offset: 0
- * c-brace-offset: -8
- * c-argdecl-indent: 8
- * c-label-offset: -8
- * c-continued-statement-offset: 8
- * c-continued-brace-offset: 0
- * End:
- */
 MODULE_LICENSE("Dual BSD/GPL");
diff -puN fs/nls/nls_cp864.c~nls-elisp-removal fs/nls/nls_cp864.c
--- 25/fs/nls/nls_cp864.c~nls-elisp-removal	Fri Sep 12 13:12:26 2003
+++ 25-akpm/fs/nls/nls_cp864.c	Fri Sep 12 13:12:26 2003
@@ -405,20 +405,4 @@ static void __exit exit_nls_cp864(void)
 module_init(init_nls_cp864)
 module_exit(exit_nls_cp864)
 
-/*
- * Overrides for Emacs so that we follow Linus's tabbing style.
- * Emacs will notice this stuff at the end of the file and automatically
- * adjust the settings for this buffer only.  This must remain at the end
- * of the file.
- * ---------------------------------------------------------------------------
- * Local variables:
- * c-indent-level: 8
- * c-brace-imaginary-offset: 0
- * c-brace-offset: -8
- * c-argdecl-indent: 8
- * c-label-offset: -8
- * c-continued-statement-offset: 8
- * c-continued-brace-offset: 0
- * End:
- */
 MODULE_LICENSE("Dual BSD/GPL");
diff -puN fs/nls/nls_cp865.c~nls-elisp-removal fs/nls/nls_cp865.c
--- 25/fs/nls/nls_cp865.c~nls-elisp-removal	Fri Sep 12 13:12:26 2003
+++ 25-akpm/fs/nls/nls_cp865.c	Fri Sep 12 13:12:26 2003
@@ -385,20 +385,4 @@ static void __exit exit_nls_cp865(void)
 module_init(init_nls_cp865)
 module_exit(exit_nls_cp865)
 
-/*
- * Overrides for Emacs so that we follow Linus's tabbing style.
- * Emacs will notice this stuff at the end of the file and automatically
- * adjust the settings for this buffer only.  This must remain at the end
- * of the file.
- * ---------------------------------------------------------------------------
- * Local variables:
- * c-indent-level: 8
- * c-brace-imaginary-offset: 0
- * c-brace-offset: -8
- * c-argdecl-indent: 8
- * c-label-offset: -8
- * c-continued-statement-offset: 8
- * c-continued-brace-offset: 0
- * End:
- */
 MODULE_LICENSE("Dual BSD/GPL");
diff -puN fs/nls/nls_cp866.c~nls-elisp-removal fs/nls/nls_cp866.c
--- 25/fs/nls/nls_cp866.c~nls-elisp-removal	Fri Sep 12 13:12:26 2003
+++ 25-akpm/fs/nls/nls_cp866.c	Fri Sep 12 13:12:26 2003
@@ -303,20 +303,4 @@ static void __exit exit_nls_cp866(void)
 module_init(init_nls_cp866)
 module_exit(exit_nls_cp866)
 
-/*
- * Overrides for Emacs so that we follow Linus's tabbing style.
- * Emacs will notice this stuff at the end of the file and automatically
- * adjust the settings for this buffer only.  This must remain at the end
- * of the file.
- * ---------------------------------------------------------------------------
- * Local variables:
- * c-indent-level: 8
- * c-brace-imaginary-offset: 0
- * c-brace-offset: -8
- * c-argdecl-indent: 8
- * c-label-offset: -8
- * c-continued-statement-offset: 8
- * c-continued-brace-offset: 0
- * End:
- */
 MODULE_LICENSE("Dual BSD/GPL");
diff -puN fs/nls/nls_cp869.c~nls-elisp-removal fs/nls/nls_cp869.c
--- 25/fs/nls/nls_cp869.c~nls-elisp-removal	Fri Sep 12 13:12:26 2003
+++ 25-akpm/fs/nls/nls_cp869.c	Fri Sep 12 13:12:26 2003
@@ -313,20 +313,4 @@ static void __exit exit_nls_cp869(void)
 module_init(init_nls_cp869)
 module_exit(exit_nls_cp869)
 
-/*
- * Overrides for Emacs so that we follow Linus's tabbing style.
- * Emacs will notice this stuff at the end of the file and automatically
- * adjust the settings for this buffer only.  This must remain at the end
- * of the file.
- * ---------------------------------------------------------------------------
- * Local variables:
- * c-indent-level: 8
- * c-brace-imaginary-offset: 0
- * c-brace-offset: -8
- * c-argdecl-indent: 8
- * c-label-offset: -8
- * c-continued-statement-offset: 8
- * c-continued-brace-offset: 0
- * End:
- */
 MODULE_LICENSE("Dual BSD/GPL");
diff -puN fs/nls/nls_cp874.c~nls-elisp-removal fs/nls/nls_cp874.c
--- 25/fs/nls/nls_cp874.c~nls-elisp-removal	Fri Sep 12 13:12:26 2003
+++ 25-akpm/fs/nls/nls_cp874.c	Fri Sep 12 13:12:26 2003
@@ -274,20 +274,3 @@ module_exit(exit_nls_cp874)
 
 MODULE_LICENSE("Dual BSD/GPL");
 MODULE_ALIAS_NLS(tis-620);
-
-/*
- * Overrides for Emacs so that we follow Linus's tabbing style.
- * Emacs will notice this stuff at the end of the file and automatically
- * adjust the settings for this buffer only.  This must remain at the end
- * of the file.
- * ---------------------------------------------------------------------------
- * Local variables:
- * c-indent-level: 8
- * c-brace-imaginary-offset: 0
- * c-brace-offset: -8
- * c-argdecl-indent: 8
- * c-label-offset: -8
- * c-continued-statement-offset: 8
- * c-continued-brace-offset: 0
- * End:
- */
diff -puN fs/nls/nls_cp932.c~nls-elisp-removal fs/nls/nls_cp932.c
--- 25/fs/nls/nls_cp932.c~nls-elisp-removal	Fri Sep 12 13:12:26 2003
+++ 25-akpm/fs/nls/nls_cp932.c	Fri Sep 12 13:12:26 2003
@@ -7908,21 +7908,3 @@ module_exit(exit_nls_cp932)
 
 MODULE_LICENSE("Dual BSD/GPL");
 MODULE_ALIAS_NLS(sjis);
-
-/*
- * Overrides for Emacs so that we follow Linus's tabbing style.
- * Emacs will notice this stuff at the end of the file and automatically
- * adjust the settings for this buffer only.  This must remain at the end
- * of the file.
- *
----------------------------------------------------------------------------
- * Local variables:
- * c-indent-level: 8
- * c-brace-imaginary-offset: 0
- * c-brace-offset: -8
- * c-argdecl-indent: 8
- * c-label-offset: -8
- * c-continued-statement-offset: 8
- * c-continued-brace-offset: 0
- * End:
- */
diff -puN fs/nls/nls_cp936.c~nls-elisp-removal fs/nls/nls_cp936.c
--- 25/fs/nls/nls_cp936.c~nls-elisp-removal	Fri Sep 12 13:12:26 2003
+++ 25-akpm/fs/nls/nls_cp936.c	Fri Sep 12 13:12:26 2003
@@ -11028,21 +11028,3 @@ module_exit(exit_nls_cp936)
 
 MODULE_LICENSE("Dual BSD/GPL");
 MODULE_ALIAS_NLS(gb2312);
-
-/*
- * Overrides for Emacs so that we follow Linus's tabbing style.
- * Emacs will notice this stuff at the end of the file and automatically
- * adjust the settings for this buffer only.  This must remain at the end
- * of the file.
- *
----------------------------------------------------------------------------
- * Local variables:
- * c-indent-level: 8
- * c-brace-imaginary-offset: 0
- * c-brace-offset: -8
- * c-argdecl-indent: 8
- * c-label-offset: -8
- * c-continued-statement-offset: 8
- * c-continued-brace-offset: 0
- * End:
- */
diff -puN fs/nls/nls_cp949.c~nls-elisp-removal fs/nls/nls_cp949.c
--- 25/fs/nls/nls_cp949.c~nls-elisp-removal	Fri Sep 12 13:12:26 2003
+++ 25-akpm/fs/nls/nls_cp949.c	Fri Sep 12 13:12:26 2003
@@ -13945,21 +13945,3 @@ module_exit(exit_nls_cp949)
 
 MODULE_LICENSE("Dual BSD/GPL");
 MODULE_ALIAS_NLS(euc-kr);
-
-/*
- * Overrides for Emacs so that we follow Linus's tabbing style.
- * Emacs will notice this stuff at the end of the file and automatically
- * adjust the settings for this buffer only.  This must remain at the end
- * of the file.
- *
----------------------------------------------------------------------------
- * Local variables:
- * c-indent-level: 8
- * c-brace-imaginary-offset: 0
- * c-brace-offset: -8
- * c-argdecl-indent: 8
- * c-label-offset: -8
- * c-continued-statement-offset: 8
- * c-continued-brace-offset: 0
- * End:
- */
diff -puN fs/nls/nls_cp950.c~nls-elisp-removal fs/nls/nls_cp950.c
--- 25/fs/nls/nls_cp950.c~nls-elisp-removal	Fri Sep 12 13:12:26 2003
+++ 25-akpm/fs/nls/nls_cp950.c	Fri Sep 12 13:12:26 2003
@@ -9484,21 +9484,3 @@ module_exit(exit_nls_cp950)
 
 MODULE_LICENSE("Dual BSD/GPL");
 MODULE_ALIAS_NLS(big5);
-
-/*
- * Overrides for Emacs so that we follow Linus's tabbing style.
- * Emacs will notice this stuff at the end of the file and automatically
- * adjust the settings for this buffer only.  This must remain at the end
- * of the file.
- *
----------------------------------------------------------------------------
- * Local variables:
- * c-indent-level: 8
- * c-brace-imaginary-offset: 0
- * c-brace-offset: -8
- * c-argdecl-indent: 8
- * c-label-offset: -8
- * c-continued-statement-offset: 8
- * c-continued-brace-offset: 0
- * End:
- */
diff -puN fs/nls/nls_euc-jp.c~nls-elisp-removal fs/nls/nls_euc-jp.c
--- 25/fs/nls/nls_euc-jp.c~nls-elisp-removal	Fri Sep 12 13:12:26 2003
+++ 25-akpm/fs/nls/nls_euc-jp.c	Fri Sep 12 13:12:26 2003
@@ -579,22 +579,5 @@ static void __exit exit_nls_euc_jp(void)
 
 module_init(init_nls_euc_jp)
 module_exit(exit_nls_euc_jp)
-MODULE_LICENSE("Dual BSD/GPL");
 
-/*
- * Overrides for Emacs so that we follow Linus's tabbing style.
- * Emacs will notice this stuff at the end of the file and automatically
- * adjust the settings for this buffer only.  This must remain at the end
- * of the file.
- *
----------------------------------------------------------------------------
- * Local variables:
- * c-indent-level: 8
- * c-brace-imaginary-offset: 0
- * c-brace-offset: -8
- * c-argdecl-indent: 8
- * c-label-offset: -8
- * c-continued-statement-offset: 8
- * c-continued-brace-offset: 0
- * End:
- */
+MODULE_LICENSE("Dual BSD/GPL");
diff -puN fs/nls/nls_iso8859-13.c~nls-elisp-removal fs/nls/nls_iso8859-13.c
--- 25/fs/nls/nls_iso8859-13.c~nls-elisp-removal	Fri Sep 12 13:12:26 2003
+++ 25-akpm/fs/nls/nls_iso8859-13.c	Fri Sep 12 13:12:26 2003
@@ -282,21 +282,5 @@ static void __exit exit_nls_iso8859_13(v
 
 module_init(init_nls_iso8859_13)
 module_exit(exit_nls_iso8859_13)
-MODULE_LICENSE("Dual BSD/GPL");
 
-/*
- * Overrides for Emacs so that we follow Linus's tabbing style.
- * Emacs will notice this stuff at the end of the file and automatically
- * adjust the settings for this buffer only.  This must remain at the end
- * of the file.
- * ---------------------------------------------------------------------------
- * Local variables:
- * c-indent-level: 8
- * c-brace-imaginary-offset: 0
- * c-brace-offset: -8
- * c-argdecl-indent: 8
- * c-label-offset: -8
- * c-continued-statement-offset: 8
- * c-continued-brace-offset: 0
- * End:
- */
+MODULE_LICENSE("Dual BSD/GPL");
diff -puN fs/nls/nls_iso8859-14.c~nls-elisp-removal fs/nls/nls_iso8859-14.c
--- 25/fs/nls/nls_iso8859-14.c~nls-elisp-removal	Fri Sep 12 13:12:26 2003
+++ 25-akpm/fs/nls/nls_iso8859-14.c	Fri Sep 12 13:12:26 2003
@@ -338,21 +338,5 @@ static void __exit exit_nls_iso8859_14(v
 
 module_init(init_nls_iso8859_14)
 module_exit(exit_nls_iso8859_14)
-MODULE_LICENSE("Dual BSD/GPL");
 
-/*
- * Overrides for Emacs so that we follow Linus's tabbing style.
- * Emacs will notice this stuff at the end of the file and automatically
- * adjust the settings for this buffer only.  This must remain at the end
- * of the file.
- * ---------------------------------------------------------------------------
- * Local variables:
- * c-indent-level: 8
- * c-brace-imaginary-offset: 0
- * c-brace-offset: -8
- * c-argdecl-indent: 8
- * c-label-offset: -8
- * c-continued-statement-offset: 8
- * c-continued-brace-offset: 0
- * End:
- */
+MODULE_LICENSE("Dual BSD/GPL");
diff -puN fs/nls/nls_iso8859-15.c~nls-elisp-removal fs/nls/nls_iso8859-15.c
--- 25/fs/nls/nls_iso8859-15.c~nls-elisp-removal	Fri Sep 12 13:12:26 2003
+++ 25-akpm/fs/nls/nls_iso8859-15.c	Fri Sep 12 13:12:26 2003
@@ -304,21 +304,5 @@ static void __exit exit_nls_iso8859_15(v
 
 module_init(init_nls_iso8859_15)
 module_exit(exit_nls_iso8859_15)
-MODULE_LICENSE("Dual BSD/GPL");
 
-/*
- * Overrides for Emacs so that we follow Linus's tabbing style.
- * Emacs will notice this stuff at the end of the file and automatically
- * adjust the settings for this buffer only.  This must remain at the end
- * of the file.
- * ---------------------------------------------------------------------------
- * Local variables:
- * c-indent-level: 8
- * c-brace-imaginary-offset: 0
- * c-brace-offset: -8
- * c-argdecl-indent: 8
- * c-label-offset: -8
- * c-continued-statement-offset: 8
- * c-continued-brace-offset: 0
- * End:
- */
+MODULE_LICENSE("Dual BSD/GPL");
diff -puN fs/nls/nls_iso8859-1.c~nls-elisp-removal fs/nls/nls_iso8859-1.c
--- 25/fs/nls/nls_iso8859-1.c~nls-elisp-removal	Fri Sep 12 13:12:26 2003
+++ 25-akpm/fs/nls/nls_iso8859-1.c	Fri Sep 12 13:12:26 2003
@@ -254,21 +254,5 @@ static void __exit exit_nls_iso8859_1(vo
 
 module_init(init_nls_iso8859_1)
 module_exit(exit_nls_iso8859_1)
-MODULE_LICENSE("Dual BSD/GPL");
 
-/*
- * Overrides for Emacs so that we follow Linus's tabbing style.
- * Emacs will notice this stuff at the end of the file and automatically
- * adjust the settings for this buffer only.  This must remain at the end
- * of the file.
- * ---------------------------------------------------------------------------
- * Local variables:
- * c-indent-level: 8
- * c-brace-imaginary-offset: 0
- * c-brace-offset: -8
- * c-argdecl-indent: 8
- * c-label-offset: -8
- * c-continued-statement-offset: 8
- * c-continued-brace-offset: 0
- * End:
- */
+MODULE_LICENSE("Dual BSD/GPL");
diff -puN fs/nls/nls_iso8859-2.c~nls-elisp-removal fs/nls/nls_iso8859-2.c
--- 25/fs/nls/nls_iso8859-2.c~nls-elisp-removal	Fri Sep 12 13:12:26 2003
+++ 25-akpm/fs/nls/nls_iso8859-2.c	Fri Sep 12 13:12:26 2003
@@ -305,21 +305,5 @@ static void __exit exit_nls_iso8859_2(vo
 
 module_init(init_nls_iso8859_2)
 module_exit(exit_nls_iso8859_2)
-MODULE_LICENSE("Dual BSD/GPL");
 
-/*
- * Overrides for Emacs so that we follow Linus's tabbing style.
- * Emacs will notice this stuff at the end of the file and automatically
- * adjust the settings for this buffer only.  This must remain at the end
- * of the file.
- * ---------------------------------------------------------------------------
- * Local variables:
- * c-indent-level: 8
- * c-brace-imaginary-offset: 0
- * c-brace-offset: -8
- * c-argdecl-indent: 8
- * c-label-offset: -8
- * c-continued-statement-offset: 8
- * c-continued-brace-offset: 0
- * End:
- */
+MODULE_LICENSE("Dual BSD/GPL");
diff -puN fs/nls/nls_iso8859-3.c~nls-elisp-removal fs/nls/nls_iso8859-3.c
--- 25/fs/nls/nls_iso8859-3.c~nls-elisp-removal	Fri Sep 12 13:12:26 2003
+++ 25-akpm/fs/nls/nls_iso8859-3.c	Fri Sep 12 13:12:26 2003
@@ -305,21 +305,5 @@ static void __exit exit_nls_iso8859_3(vo
 
 module_init(init_nls_iso8859_3)
 module_exit(exit_nls_iso8859_3)
-MODULE_LICENSE("Dual BSD/GPL");
 
-/*
- * Overrides for Emacs so that we follow Linus's tabbing style.
- * Emacs will notice this stuff at the end of the file and automatically
- * adjust the settings for this buffer only.  This must remain at the end
- * of the file.
- * ---------------------------------------------------------------------------
- * Local variables:
- * c-indent-level: 8
- * c-brace-imaginary-offset: 0
- * c-brace-offset: -8
- * c-argdecl-indent: 8
- * c-label-offset: -8
- * c-continued-statement-offset: 8
- * c-continued-brace-offset: 0
- * End:
- */
+MODULE_LICENSE("Dual BSD/GPL");
diff -puN fs/nls/nls_iso8859-4.c~nls-elisp-removal fs/nls/nls_iso8859-4.c
--- 25/fs/nls/nls_iso8859-4.c~nls-elisp-removal	Fri Sep 12 13:12:26 2003
+++ 25-akpm/fs/nls/nls_iso8859-4.c	Fri Sep 12 13:12:26 2003
@@ -305,21 +305,5 @@ static void __exit exit_nls_iso8859_4(vo
 
 module_init(init_nls_iso8859_4)
 module_exit(exit_nls_iso8859_4)
-MODULE_LICENSE("Dual BSD/GPL");
 
-/*
- * Overrides for Emacs so that we follow Linus's tabbing style.
- * Emacs will notice this stuff at the end of the file and automatically
- * adjust the settings for this buffer only.  This must remain at the end
- * of the file.
- * ---------------------------------------------------------------------------
- * Local variables:
- * c-indent-level: 8
- * c-brace-imaginary-offset: 0
- * c-brace-offset: -8
- * c-argdecl-indent: 8
- * c-label-offset: -8
- * c-continued-statement-offset: 8
- * c-continued-brace-offset: 0
- * End:
- */
+MODULE_LICENSE("Dual BSD/GPL");
diff -puN fs/nls/nls_iso8859-5.c~nls-elisp-removal fs/nls/nls_iso8859-5.c
--- 25/fs/nls/nls_iso8859-5.c~nls-elisp-removal	Fri Sep 12 13:12:26 2003
+++ 25-akpm/fs/nls/nls_iso8859-5.c	Fri Sep 12 13:12:26 2003
@@ -269,21 +269,5 @@ static void __exit exit_nls_iso8859_5(vo
 
 module_init(init_nls_iso8859_5)
 module_exit(exit_nls_iso8859_5)
-MODULE_LICENSE("Dual BSD/GPL");
 
-/*
- * Overrides for Emacs so that we follow Linus's tabbing style.
- * Emacs will notice this stuff at the end of the file and automatically
- * adjust the settings for this buffer only.  This must remain at the end
- * of the file.
- * ---------------------------------------------------------------------------
- * Local variables:
- * c-indent-level: 8
- * c-brace-imaginary-offset: 0
- * c-brace-offset: -8
- * c-argdecl-indent: 8
- * c-label-offset: -8
- * c-continued-statement-offset: 8
- * c-continued-brace-offset: 0
- * End:
- */
+MODULE_LICENSE("Dual BSD/GPL");
diff -puN fs/nls/nls_iso8859-6.c~nls-elisp-removal fs/nls/nls_iso8859-6.c
--- 25/fs/nls/nls_iso8859-6.c~nls-elisp-removal	Fri Sep 12 13:12:26 2003
+++ 25-akpm/fs/nls/nls_iso8859-6.c	Fri Sep 12 13:12:26 2003
@@ -260,21 +260,5 @@ static void __exit exit_nls_iso8859_6(vo
 
 module_init(init_nls_iso8859_6)
 module_exit(exit_nls_iso8859_6)
-MODULE_LICENSE("Dual BSD/GPL");
 
-/*
- * Overrides for Emacs so that we follow Linus's tabbing style.
- * Emacs will notice this stuff at the end of the file and automatically
- * adjust the settings for this buffer only.  This must remain at the end
- * of the file.
- * ---------------------------------------------------------------------------
- * Local variables:
- * c-indent-level: 8
- * c-brace-imaginary-offset: 0
- * c-brace-offset: -8
- * c-argdecl-indent: 8
- * c-label-offset: -8
- * c-continued-statement-offset: 8
- * c-continued-brace-offset: 0
- * End:
- */
+MODULE_LICENSE("Dual BSD/GPL");
diff -puN fs/nls/nls_iso8859-7.c~nls-elisp-removal fs/nls/nls_iso8859-7.c
--- 25/fs/nls/nls_iso8859-7.c~nls-elisp-removal	Fri Sep 12 13:12:26 2003
+++ 25-akpm/fs/nls/nls_iso8859-7.c	Fri Sep 12 13:12:26 2003
@@ -314,21 +314,5 @@ static void __exit exit_nls_iso8859_7(vo
 
 module_init(init_nls_iso8859_7)
 module_exit(exit_nls_iso8859_7)
-MODULE_LICENSE("Dual BSD/GPL");
 
-/*
- * Overrides for Emacs so that we follow Linus's tabbing style.
- * Emacs will notice this stuff at the end of the file and automatically
- * adjust the settings for this buffer only.  This must remain at the end
- * of the file.
- * ---------------------------------------------------------------------------
- * Local variables:
- * c-indent-level: 8
- * c-brace-imaginary-offset: 0
- * c-brace-offset: -8
- * c-argdecl-indent: 8
- * c-label-offset: -8
- * c-continued-statement-offset: 8
- * c-continued-brace-offset: 0
- * End:
- */
+MODULE_LICENSE("Dual BSD/GPL");
diff -puN fs/nls/nls_iso8859-9.c~nls-elisp-removal fs/nls/nls_iso8859-9.c
--- 25/fs/nls/nls_iso8859-9.c~nls-elisp-removal	Fri Sep 12 13:12:26 2003
+++ 25-akpm/fs/nls/nls_iso8859-9.c	Fri Sep 12 13:12:26 2003
@@ -269,21 +269,5 @@ static void __exit exit_nls_iso8859_9(vo
 
 module_init(init_nls_iso8859_9)
 module_exit(exit_nls_iso8859_9)
-MODULE_LICENSE("Dual BSD/GPL");
 
-/*
- * Overrides for Emacs so that we follow Linus's tabbing style.
- * Emacs will notice this stuff at the end of the file and automatically
- * adjust the settings for this buffer only.  This must remain at the end
- * of the file.
- * ---------------------------------------------------------------------------
- * Local variables:
- * c-indent-level: 8
- * c-brace-imaginary-offset: 0
- * c-brace-offset: -8
- * c-argdecl-indent: 8
- * c-label-offset: -8
- * c-continued-statement-offset: 8
- * c-continued-brace-offset: 0
- * End:
- */
+MODULE_LICENSE("Dual BSD/GPL");
diff -puN fs/nls/nls_koi8-r.c~nls-elisp-removal fs/nls/nls_koi8-r.c
--- 25/fs/nls/nls_koi8-r.c~nls-elisp-removal	Fri Sep 12 13:12:26 2003
+++ 25-akpm/fs/nls/nls_koi8-r.c	Fri Sep 12 13:12:26 2003
@@ -320,21 +320,5 @@ static void __exit exit_nls_koi8_r(void)
 
 module_init(init_nls_koi8_r)
 module_exit(exit_nls_koi8_r)
-MODULE_LICENSE("Dual BSD/GPL");
 
-/*
- * Overrides for Emacs so that we follow Linus's tabbing style.
- * Emacs will notice this stuff at the end of the file and automatically
- * adjust the settings for this buffer only.  This must remain at the end
- * of the file.
- * ---------------------------------------------------------------------------
- * Local variables:
- * c-indent-level: 8
- * c-brace-imaginary-offset: 0
- * c-brace-offset: -8
- * c-argdecl-indent: 8
- * c-label-offset: -8
- * c-continued-statement-offset: 8
- * c-continued-brace-offset: 0
- * End:
- */
+MODULE_LICENSE("Dual BSD/GPL");
diff -puN fs/nls/nls_koi8-ru.c~nls-elisp-removal fs/nls/nls_koi8-ru.c
--- 25/fs/nls/nls_koi8-ru.c~nls-elisp-removal	Fri Sep 12 13:12:26 2003
+++ 25-akpm/fs/nls/nls_koi8-ru.c	Fri Sep 12 13:12:26 2003
@@ -79,21 +79,5 @@ static void __exit exit_nls_koi8_ru(void
 
 module_init(init_nls_koi8_ru)
 module_exit(exit_nls_koi8_ru)
-MODULE_LICENSE("Dual BSD/GPL");
 
-/*
- * Overrides for Emacs so that we follow Linus's tabbing style.
- * Emacs will notice this stuff at the end of the file and automatically
- * adjust the settings for this buffer only.  This must remain at the end
- * of the file.
- * ---------------------------------------------------------------------------
- * Local variables:
- * c-indent-level: 8
- * c-brace-imaginary-offset: 0
- * c-brace-offset: -8
- * c-argdecl-indent: 8
- * c-label-offset: -8
- * c-continued-statement-offset: 8
- * c-continued-brace-offset: 0
- * End:
- */
+MODULE_LICENSE("Dual BSD/GPL");
diff -puN fs/nls/nls_koi8-u.c~nls-elisp-removal fs/nls/nls_koi8-u.c
--- 25/fs/nls/nls_koi8-u.c~nls-elisp-removal	Fri Sep 12 13:12:26 2003
+++ 25-akpm/fs/nls/nls_koi8-u.c	Fri Sep 12 13:12:26 2003
@@ -327,21 +327,5 @@ static void __exit exit_nls_koi8_u(void)
 
 module_init(init_nls_koi8_u)
 module_exit(exit_nls_koi8_u)
-MODULE_LICENSE("Dual BSD/GPL");
 
-/*
- * Overrides for Emacs so that we follow Linus's tabbing style.
- * Emacs will notice this stuff at the end of the file and automatically
- * adjust the settings for this buffer only.  This must remain at the end
- * of the file.
- * ---------------------------------------------------------------------------
- * Local variables:
- * c-indent-level: 8
- * c-brace-imaginary-offset: 0
- * c-brace-offset: -8
- * c-argdecl-indent: 8
- * c-label-offset: -8
- * c-continued-statement-offset: 8
- * c-continued-brace-offset: 0
- * End:
- */
+MODULE_LICENSE("Dual BSD/GPL");

_