[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lisp/eshell/esh-module.el
From: |
Juanma Barranquero |
Subject: |
[Emacs-diffs] Changes to emacs/lisp/eshell/esh-module.el |
Date: |
Tue, 01 Oct 2002 12:55:46 -0400 |
Index: emacs/lisp/eshell/esh-module.el
diff -c emacs/lisp/eshell/esh-module.el:1.9 emacs/lisp/eshell/esh-module.el:1.10
*** emacs/lisp/eshell/esh-module.el:1.9 Sun Jul 15 15:53:53 2001
--- emacs/lisp/eshell/esh-module.el Tue Oct 1 12:55:45 2002
***************
*** 44,50 ****
(with-current-buffer
(find-file-noselect (expand-file-name "esh-groups.el" directory))
(erase-buffer)
! (insert ";;; do not modify this file; it is auto-generated\n\n")
(let ((files (directory-files (or directory
(car command-line-args-left))
nil "\\`em-.*\\.el\\'")))
--- 44,50 ----
(with-current-buffer
(find-file-noselect (expand-file-name "esh-groups.el" directory))
(erase-buffer)
! (insert ";;; do not modify this file; it is auto-generated -*-
no-byte-compile: t -*-\n\n")
(let ((files (directory-files (or directory
(car command-line-args-left))
nil "\\`em-.*\\.el\\'")))
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] Changes to emacs/lisp/eshell/esh-module.el,
Juanma Barranquero <=