From 25aa9f8de6ae7370ef9d4a2bb1db190824d91b88 Mon Sep 17 00:00:00 2001 From: tfheen Date: Thu, 1 Sep 2005 07:09:18 +0000 Subject: [PATCH] backslash | properly git-svn-id: file:///svn/tfheen/trunk/dotfiles@821 8da78d58-1cd3-0310-bee5-d77bd1b3e8bf --- emacs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emacs b/emacs index c15dcfa..a148edb 100644 --- a/emacs +++ b/emacs @@ -77,7 +77,7 @@ (global-set-key "\M-n" 'browse-url-at-point) (global-set-key (kbd "C-x C-c") #'(lambda () (interactive) - (if (and window-system (string-match "yiwaz" system-name)) + (if (and window-system (string-match "yiwaz\\|thosu" system-name)) (message "you must be kidding") (save-buffers-kill-emacs)))) -- 2.39.5