+2012-03-05 Leo Liu <sdl.web@gmail.com>
+
+ * eshell/em-cmpl.el (eshell-cmpl-initialize): Fix shift-tab key.
+
2012-03-05 Chong Yidong <cyd@gnu.org>
* simple.el (count-words): If called from Lisp, return the word
;; jww (1999-10-19): Will this work on anything but X?
(if (featurep 'xemacs)
(define-key eshell-mode-map [iso-left-tab] 'pcomplete-reverse)
- (define-key eshell-mode-map [(shift iso-lefttab)] 'pcomplete-reverse)
- (define-key eshell-mode-map [(shift control ?i)] 'pcomplete-reverse))
+ (define-key eshell-mode-map [backtab] 'pcomplete-reverse))
(define-key eshell-mode-map [(meta ??)] 'pcomplete-list))
(defun eshell-completion-command-name ()