]> err.no Git - dotfiles/commitdiff
Make C-x C-c not quit on yiwaz only
authortfheen <tfheen@8da78d58-1cd3-0310-bee5-d77bd1b3e8bf>
Wed, 21 May 2003 12:24:08 +0000 (12:24 +0000)
committertfheen <tfheen@8da78d58-1cd3-0310-bee5-d77bd1b3e8bf>
Wed, 21 May 2003 12:24:08 +0000 (12:24 +0000)
git-svn-id: file:///svn/tfheen/trunk/dotfiles@148 8da78d58-1cd3-0310-bee5-d77bd1b3e8bf

emacs

diff --git a/emacs b/emacs
index bf67a1586c11835f87aadade0e0a9b7f89ad7986..59728715b106918898f0be352b811787e96958aa 100644 (file)
--- a/emacs
+++ b/emacs
@@ -60,7 +60,7 @@
 (global-set-key "\M-n" 'browse-url-at-point)
 (global-set-key (kbd "C-x C-c")
 #'(lambda () (interactive)
-    (if window-system
+    (if (and window-system (string-match "yiwaz" system-name))
         (message "you must be kidding")
       (save-buffers-kill-emacs))))