]> err.no Git - dotfiles/commitdiff
backslash | properly
authortfheen <tfheen@8da78d58-1cd3-0310-bee5-d77bd1b3e8bf>
Thu, 1 Sep 2005 07:09:18 +0000 (07:09 +0000)
committertfheen <tfheen@8da78d58-1cd3-0310-bee5-d77bd1b3e8bf>
Thu, 1 Sep 2005 07:09:18 +0000 (07:09 +0000)
git-svn-id: file:///svn/tfheen/trunk/dotfiles@821 8da78d58-1cd3-0310-bee5-d77bd1b3e8bf

emacs

diff --git a/emacs b/emacs
index c15dcfa11c43702d86c7115304eaecc7489a2662..a148edb310026380b5db5db11baaca7ae119bff7 100644 (file)
--- 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))))