From a69d175970c08753221b014799df645942382e78 Mon Sep 17 00:00:00 2001 From: tfheen Date: Tue, 3 Oct 2006 09:14:42 +0000 Subject: [PATCH] Don't disable downcase-region git-svn-id: file:///svn/tfheen/trunk/dotfiles@964 8da78d58-1cd3-0310-bee5-d77bd1b3e8bf --- emacs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/emacs b/emacs index 205ba66..0648f93 100644 --- a/emacs +++ b/emacs @@ -296,6 +296,8 @@ (setq elmo-imap4-default-authenticate-type 'clear elmo-default-authenticate-type 'clear) +(put 'downcase-region 'disabled nil) + (defun linux-c-mode () "C mode with adjusted defaults for use with the Linux kernel." (interactive) -- 2.39.5