chiark / gitweb /
Merge remote branches 'ponder' and 'crybaby'
authorMark Wooding <mdw@distorted.org.uk>
Sun, 20 Dec 2009 22:58:29 +0000 (22:58 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Sun, 20 Dec 2009 22:58:29 +0000 (22:58 +0000)
* ponder:
  el/dot-emacs.el: Aliases for `eshell'.
  el/dot-emacs.el: Remove menu bar from dumb terminals.
  el/dot-emacs.el: Remove stray debugging code.
  el/dot-emacs.el: Emacs 22 doesn't have `whitespace-mode'.
  dot/bash_profile: Use Perforce configuration files.

* crybaby:
  emacs: Yet another spelling of `git' in `vc-handled-backends'.
  el/dot-emacs.el: Clobber `comint-highlight-input' properly.

dot/emacs
el/dot-emacs.el

index fe58c97421423e86f8bf9eaab4e9424dd283fe61..2a7796a6b09479800ec4f0bf40fc353b4a5fbe72 100644 (file)
--- a/dot/emacs
+++ b/dot/emacs
@@ -55,6 +55,7 @@
 (and (library-exists-p "vc-git")
      (not (memq 'GIT vc-handled-backends))
      (not (memq 'Git vc-handled-backends))
+     (not (memq 'git vc-handled-backends))
      (setq vc-handled-backends (cons 'GIT vc-handled-backends)))
 
 (trap (or mdw-fast-startup (require 'p4)))
index 5a152f000d4ca9c6e027f310ba052e3fe92a5daa..4969f2933afc0a766ad025a2b4471605a0c76fde 100644 (file)
@@ -815,7 +815,8 @@ (mdw-define-face calendar-today-face
 
 (mdw-define-face comint-highlight-prompt
   (t :weight bold))
-(mdw-define-face comint-highlight-input)
+(mdw-define-face comint-highlight-input
+  (t nil))
 
 (mdw-define-face trailing-whitespace
   (((class color)) :background "red")
@@ -889,7 +890,8 @@ (mdw-define-face diff-added
   (t :foreground "green"))
 (mdw-define-face diff-removed
   (t :foreground "red"))
-(mdw-define-face diff-context)
+(mdw-define-face diff-context
+  (t nil))
 
 (mdw-define-face erc-input-face
   (t :foreground "red"))