BTS

Message2505

Author abe
Recipients abe
Date 2009-10-10.12:14:22
Content
From 047c13af74e6608410ea393abd92452f76603774 Mon Sep 17 00:00:00 2001
From: Axel Beckert <abe@deuxchevaux.org>
Date: Sat, 10 Oct 2009 13:53:46 +0200
Subject: [PATCH] Add Emacs local variables at EOF equivalent to vim's.

---
 etc/zsh/zshrc |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/etc/zsh/zshrc b/etc/zsh/zshrc
index 43e77a1..a4fb573 100644
--- a/etc/zsh/zshrc
+++ b/etc/zsh/zshrc
@@ -4424,3 +4424,6 @@ zrclocal
 
 ## END OF FILE #################################################################
 # vim:filetype=zsh foldmethod=marker autoindent expandtab shiftwidth=4
+# Local variables:
+# mode: sh
+# End:
-- 
1.6.4.3
History
Date User Action Args
2009-10-10 12:14:35abesetrecipients: + abe
2009-10-10 12:14:24abelinkissue745 messages
2009-10-10 12:14:22abecreate