]> rtime.felk.cvut.cz Git - sysless.git/commitdiff
Fix missing ':' in Emacs setup
authorMichal Sojka <sojkam1@fel.cvut.cz>
Wed, 31 Jul 2013 13:52:15 +0000 (15:52 +0200)
committerMichal Sojka <sojkam1@fel.cvut.cz>
Wed, 31 Jul 2013 13:52:15 +0000 (15:52 +0200)
libs4c/cmdproc/cmd_io_line.c
libs4c/cmdproc/cmd_proc.c
libs4c/cmdproc/cmd_proc.h
libs4c/cmdproc/cmd_proc_run.c

index 4abace0b425a0181ee024b8ef0966c711ce45436..42ac41852897efcfab51e28624cc6014e2044008 100644 (file)
@@ -128,4 +128,4 @@ char *cmd_io_line_rdline(cmd_io_t *cmd_io, int mode)
 
 /* Local Variables: */
 /* c-basic-offset: 2 */
-/* End */
+/* End: */
index 7b1dd843a86625e28f75a60be62c8e0432fb6f67..0b255f5f4ed3b0ff67249467c1d66deff0c3a2d5 100644 (file)
@@ -366,4 +366,4 @@ int cmd_do_help(cmd_io_t *cmd_io, const struct cmd_des *des, char *param[])
 
 /* Local Variables: */
 /* c-basic-offset: 2 */
-/* End */
+/* End: */
index 332cd835b9626929763f908ec347a28300645673..a9b62d5b1ccce6245afe60538e09238e7dc27843 100644 (file)
@@ -198,4 +198,4 @@ int cmd_processor_run(cmd_io_t *cmd_io, cmd_des_t const **commands);
 
 /* Local Variables: */
 /* c-basic-offset: 2 */
-/* End */
+/* End: */
index 6c16b7ec3c7e11db5379f0d4e5b725183a4ddbca..da9b9f3d836bd764334710118b97eaa2e83ab13f 100644 (file)
@@ -58,4 +58,4 @@ int cmd_processor_run(cmd_io_t *cmd_io, cmd_des_t const **commands)
 
 /* Local Variables: */
 /* c-basic-offset: 2 */
-/* End */
+/* End: */