[Pkg-mozext-commits] [jpm.sh] 32/43: Fixed Emacs modelines

Hema Prathaban hemaprathaban-guest at moszumanska.debian.org
Thu Aug 17 07:52:36 UTC 2017


This is an automated email from the git hooks/post-receive script.

hemaprathaban-guest pushed a commit to branch master
in repository jpm.sh.

commit 9630a3e1ca60b2cc5f0a01879a129fedaa65e9a9
Author: nord-stream <nord-stream at ochaken.jp.eu.org>
Date:   Sun Mar 20 09:14:23 2016 +0000

    Fixed Emacs modelines
---
 bin/jpm-build.sh                 | 2 +-
 bin/jpm-optimize-signed-build.sh | 2 +-
 bin/jpm-run.sh                   | 2 +-
 example/version_info             | 2 +-
 lib/code-minifier.sh             | 2 +-
 lib/console.sh                   | 2 +-
 lib/crypto.sh                    | 2 +-
 lib/defaults.sh                  | 2 +-
 lib/git.sh                       | 2 +-
 lib/json.sh                      | 2 +-
 lib/runner.sh                    | 2 +-
 lib/tmpdir.sh                    | 2 +-
 lib/xml.sh                       | 2 +-
 lib/xpi.sh                       | 2 +-
 14 files changed, 14 insertions(+), 14 deletions(-)

diff --git a/bin/jpm-build.sh b/bin/jpm-build.sh
index ee410e5..54aea1d 100755
--- a/bin/jpm-build.sh
+++ b/bin/jpm-build.sh
@@ -1,5 +1,5 @@
 #!/bin/sh
-# -*- sh; tab-width: 4; coding: utf-8 -*-
+# -*- mode: sh; tab-width: 4; coding: utf-8 -*-
 # vim: ts=4 noet ai ft=sh
 
 # Build an SDK-based Firefox add-on.
diff --git a/bin/jpm-optimize-signed-build.sh b/bin/jpm-optimize-signed-build.sh
index 12c2bc5..130286b 100755
--- a/bin/jpm-optimize-signed-build.sh
+++ b/bin/jpm-optimize-signed-build.sh
@@ -1,5 +1,5 @@
 #!/bin/sh
-# -*- sh; tab-width: 4; coding: utf-8 -*-
+# -*- mode: sh; tab-width: 4; coding: utf-8 -*-
 # vim: ts=4 noet ai ft=sh
 
 # The state-of-the-art optimization against a signed Firefox add-on without
diff --git a/bin/jpm-run.sh b/bin/jpm-run.sh
index 81510d6..c04a68f 100755
--- a/bin/jpm-run.sh
+++ b/bin/jpm-run.sh
@@ -1,5 +1,5 @@
 #!/bin/sh
-# -*- sh; tab-width: 4; coding: utf-8 -*-
+# -*- mode: sh; tab-width: 4; coding: utf-8 -*-
 # vim: ts=4 noet ai ft=sh
 
 # Run an SDK-based Firefox add-on off the source code.
diff --git a/example/version_info b/example/version_info
index 54f42d1..dabe777 100644
--- a/example/version_info
+++ b/example/version_info
@@ -1,4 +1,4 @@
-# -*- sh; tab-width: 4; coding: utf-8 -*-
+# -*- mode: sh; tab-width: 4; coding: utf-8 -*-
 # vim: ts=4 noet ai ft=sh
 
 # An example version_info file.
diff --git a/lib/code-minifier.sh b/lib/code-minifier.sh
index 2451aa9..f14bfcc 100644
--- a/lib/code-minifier.sh
+++ b/lib/code-minifier.sh
@@ -1,4 +1,4 @@
-# -*- sh; tab-width: 4; coding: utf-8 -*-
+# -*- mode: sh; tab-width: 4; coding: utf-8 -*-
 # vim: ts=4 noet ai ft=sh
 
 # Minify various code
diff --git a/lib/console.sh b/lib/console.sh
index e297cf8..56926c2 100644
--- a/lib/console.sh
+++ b/lib/console.sh
@@ -1,4 +1,4 @@
-# -*- sh; tab-width: 4; coding: utf-8 -*-
+# -*- mode: sh; tab-width: 4; coding: utf-8 -*-
 # vim: ts=4 noet ai ft=sh
 
 # Console logging helper functions
diff --git a/lib/crypto.sh b/lib/crypto.sh
index 7d019dc..0de5170 100644
--- a/lib/crypto.sh
+++ b/lib/crypto.sh
@@ -1,4 +1,4 @@
-# -*- sh; tab-width: 4; coding: utf-8 -*-
+# -*- mode: sh; tab-width: 4; coding: utf-8 -*-
 # vim: ts=4 noet ai ft=sh
 
 # Cryptography functions for JPM.sh
diff --git a/lib/defaults.sh b/lib/defaults.sh
index 70335c8..5260b8a 100644
--- a/lib/defaults.sh
+++ b/lib/defaults.sh
@@ -1,4 +1,4 @@
-# -*- sh; tab-width: 4; coding: utf-8 -*-
+# -*- mode: sh; tab-width: 4; coding: utf-8 -*-
 # vim: ts=4 noet ai ft=sh
 
 # Default values of add-on manifest variables.
diff --git a/lib/git.sh b/lib/git.sh
index abce39e..772d052 100644
--- a/lib/git.sh
+++ b/lib/git.sh
@@ -1,4 +1,4 @@
-# -*- sh; tab-width: 4; coding: utf-8 -*-
+# -*- mode: sh; tab-width: 4; coding: utf-8 -*-
 # vim: ts=4 noet ai ft=sh
 
 # Extract Git information.
diff --git a/lib/json.sh b/lib/json.sh
index 14ad30e..42f4773 100644
--- a/lib/json.sh
+++ b/lib/json.sh
@@ -1,4 +1,4 @@
-# -*- sh; tab-width: 4; coding: utf-8 -*-
+# -*- mode: sh; tab-width: 4; coding: utf-8 -*-
 # vim: ts=4 noet ai ft=sh
 
 # JSON functions for JPM.sh
diff --git a/lib/runner.sh b/lib/runner.sh
index cdec5ab..110db4e 100644
--- a/lib/runner.sh
+++ b/lib/runner.sh
@@ -1,4 +1,4 @@
-# -*- sh; tab-width: 4; coding: utf-8 -*-
+# -*- mode: sh; tab-width: 4; coding: utf-8 -*-
 # vim: ts=4 noet ai ft=sh
 
 # Run Firefox with an (unpackless) add-on.
diff --git a/lib/tmpdir.sh b/lib/tmpdir.sh
index 41c0ad9..71dc1bd 100644
--- a/lib/tmpdir.sh
+++ b/lib/tmpdir.sh
@@ -1,4 +1,4 @@
-# -*- sh; tab-width: 4; coding: utf-8 -*-
+# -*- mode: sh; tab-width: 4; coding: utf-8 -*-
 # vim: ts=4 noet ai ft=sh
 
 # Create a temporary directory.
diff --git a/lib/xml.sh b/lib/xml.sh
index ed87d28..436345b 100644
--- a/lib/xml.sh
+++ b/lib/xml.sh
@@ -1,4 +1,4 @@
-# -*- sh; tab-width: 4; coding: utf-8 -*-
+# -*- mode: sh; tab-width: 4; coding: utf-8 -*-
 # vim: ts=4 noet ai ft=sh
 
 # XML generation
diff --git a/lib/xpi.sh b/lib/xpi.sh
index fb73b5b..5ed427a 100644
--- a/lib/xpi.sh
+++ b/lib/xpi.sh
@@ -1,4 +1,4 @@
-# -*- sh; tab-width: 4; coding: utf-8 -*-
+# -*- mode: sh; tab-width: 4; coding: utf-8 -*-
 # vim: ts=4 noet ai ft=sh
 
 # Build a .xpi package.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/jpm.sh.git



More information about the Pkg-mozext-commits mailing list