~ubuntu-branches/ubuntu/karmic/emacs-snapshot/karmic

« back to all changes in this revision

Viewing changes to lisp/eshell/esh-opt.el

  • Committer: Bazaar Package Importer
  • Author(s): Reinhard Tartler
  • Date: 2009-04-05 09:14:30 UTC
  • mto: This revision was merged to the branch mainline in revision 34.
  • Revision ID: james.westby@ubuntu.com-20090405091430-nw07lynn2arotjbe
Tags: upstream-20090320
ImportĀ upstreamĀ versionĀ 20090320

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
;;; esh-opt.el --- command options processing
2
2
 
3
3
;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007,
4
 
;;   2008  Free Software Foundation, Inc.
 
4
;;   2008, 2009  Free Software Foundation, Inc.
5
5
 
6
6
;; Author: John Wiegley <johnw@gnu.org>
7
7
 
22
22
 
23
23
;;; Commentary:
24
24
 
 
25
;;; Code:
 
26
 
25
27
(provide 'esh-opt)
26
28
 
27
29
(eval-when-compile (require 'esh-ext))
222
224
                (setq index (1+ index)))))))))
223
225
  args)
224
226
 
225
 
;;; Code:
226
 
 
227
227
;; arch-tag: 45c6c2d0-8091-46a1-a205-2f4bafd8230c
228
228
;;; esh-opt.el ends here