comparison lisp/eshell/esh-mode.el @ 101347:d1ba3386e97a

Comment (header format fix).
author Glenn Morris <rgm@gnu.org>
date Thu, 22 Jan 2009 06:33:06 +0000
parents 2a6f8380eb41
children bd2966850aac
comparison
equal deleted inserted replaced
101346:99d8b439eca6 101347:d1ba3386e97a
54 ;; @ <C-c C-o> will delete the output from the last command. 54 ;; @ <C-c C-o> will delete the output from the last command.
55 ;; 55 ;;
56 ;; @ <C-c C-f> will move forward a complete shell argument. 56 ;; @ <C-c C-f> will move forward a complete shell argument.
57 ;; 57 ;;
58 ;; @ <C-c C-b> will move backward a complete shell argument. 58 ;; @ <C-c C-b> will move backward a complete shell argument.
59
60 ;;; Code:
59 61
60 (provide 'esh-mode) 62 (provide 'esh-mode)
61 63
62 (eval-when-compile (require 'esh-util)) 64 (eval-when-compile (require 'esh-util))
63 (require 'esh-module) 65 (require 'esh-module)
1078 eshell-last-output-end)) 1080 eshell-last-output-end))
1079 1081
1080 (custom-add-option 'eshell-output-filter-functions 1082 (custom-add-option 'eshell-output-filter-functions
1081 'eshell-handle-ansi-color) 1083 'eshell-handle-ansi-color)
1082 1084
1083 ;;; Code:
1084
1085 ;; arch-tag: ec65bc2b-da14-4547-81d3-a32af3a4dc57 1085 ;; arch-tag: ec65bc2b-da14-4547-81d3-a32af3a4dc57
1086 ;;; esh-mode.el ends here 1086 ;;; esh-mode.el ends here