diff options
Diffstat (limited to 'editors/em/files/patch-ab')
-rw-r--r-- | editors/em/files/patch-ab | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/editors/em/files/patch-ab b/editors/em/files/patch-ab new file mode 100644 index 000000000000..b535a2eb8620 --- /dev/null +++ b/editors/em/files/patch-ab @@ -0,0 +1,27 @@ +--- emacs.rc.orig Sat May 21 19:40:58 1994 ++++ emacs.rc Mon Dec 31 19:08:46 2001 +@@ -205,6 +205,15 @@ + set %rctmp &mid $cfname &add %rctmp 1 5 + !if &or &seq %rctmp "c" &seq %rctmp "h" + add-mode "cmode" ++ set $tab 4 ++ !endif ++ !if &or &seq %rctmp "pm" &seq %rctmp "cgi" ++ add-mode "cmode" ++ set $tab 4 ++ !endif ++ !if &or &seq %rctmp "pl" &seq %rctmp "cpp" ++ add-mode "cmode" ++ set $tab 4 + !endif + !if &or &seq %rctmp "txt" &or &seq %rctmp "doc" &or &seq %rctmp "tmp" &seq %rctmp "tex" + add-mode "wrap" +@@ -281,5 +290,8 @@ + !force execute-file ".emrc" + !endif + !endif ++ ++add-global-mode "EXACT" ++bind-to-key execute-macro ^X^E + + set $discmd "TRUE" |