]> err.no Git - dotfiles/commitdiff
more non-x11 stuff
authortfheen <tfheen@8da78d58-1cd3-0310-bee5-d77bd1b3e8bf>
Sat, 19 Oct 2002 23:46:23 +0000 (23:46 +0000)
committertfheen <tfheen@8da78d58-1cd3-0310-bee5-d77bd1b3e8bf>
Sat, 19 Oct 2002 23:46:23 +0000 (23:46 +0000)
git-svn-id: file:///svn/tfheen/trunk/dotfiles@83 8da78d58-1cd3-0310-bee5-d77bd1b3e8bf

emacs

diff --git a/emacs b/emacs
index e8f76c4640754550a724871984b7a89bf7139ebf..3172c755fc69e12b34e018e5a113d86361d1dc61 100644 (file)
--- a/emacs
+++ b/emacs
 
 (cw/for-emacs-21
  (blink-cursor-mode 0)
- (tooltip-mode 0)
- (tool-bar-mode 0)
+ (if (functionp 'tooltip-mode)
+     (tooltip-mode 0))
+ (if (functionp 'tool-bar-mode)
+     (tool-bar-mode 0))
  (global-set-key [home] 'beginning-of-buffer)
  (global-set-key [end] 'end-of-buffer)
  (setq cursor-in-non-selected-windows nil))