Files
emacs/lisp
Romain Francoise ce5a3ac01e 2005-09-25 Romain Francoise <romain@orebokech.com>
* dired-aux.el (dired-copy-file-recursive):
	* dired.el (dired-delete-file):
	* ediff-mult.el (ediff-dir-diff-copy-file):
	* ediff-util.el (ediff-test-save-region):
	* forms.el (forms-mode):
	* ido.el (ido-file-internal, ido-delete-file-at-head):
	* log-edit.el (log-edit-done):
	* ses.el (ses-yank-resize):
	* play/gomoku.el (gomoku-human-plays, gomoku)
	(gomoku-human-resigns, gomoku-prompt-for-other-game)
	(gomoku-offer-a-draw):
	* play/landmark.el (lm-human-resigns, lm):
	* net/eudcb-ldap.el (eudc-ldap-check-base):
	* play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
	* progmodes/ebrowse.el (ebrowse-find-pattern):
	* progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
	* textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
	End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
	space.

	* vc.el (vc-delete-file):
	* play/gomoku.el (gomoku-terminate-game, gomoku)
	(gomoku-prompt-for-move, gomoku-human-takes-back):
	* play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
	(lm-start-robot, lm-human-plays): Remove extraneous spaces in
	messages.
2005-09-24 23:26:28 +00:00
..
2005-09-24 21:35:08 +00:00
2005-09-17 05:02:16 +00:00
2005-09-18 12:25:02 +00:00
2005-09-18 12:25:02 +00:00
2005-08-31 13:47:26 +00:00
2005-09-07 18:48:34 +00:00
2005-08-06 22:13:43 +00:00
2005-09-09 12:35:04 +00:00
2005-09-09 16:24:25 +00:00
2005-09-05 19:50:02 +00:00
2005-09-18 12:25:02 +00:00
2005-08-31 13:48:16 +00:00
2005-09-18 12:25:02 +00:00
2005-09-18 12:25:02 +00:00
2005-08-09 11:26:13 +00:00
2005-08-06 22:13:43 +00:00
2005-08-31 13:48:58 +00:00
2005-09-18 12:25:02 +00:00
2005-09-15 13:09:46 +00:00
2005-07-20 17:13:43 +00:00
2005-08-06 22:13:43 +00:00
2005-08-06 22:13:43 +00:00
2005-09-18 12:25:02 +00:00
2005-09-18 12:25:02 +00:00
2005-08-06 22:13:43 +00:00
2005-09-18 12:25:02 +00:00
2005-09-18 12:25:02 +00:00
2005-09-18 12:25:02 +00:00
2005-08-11 02:01:27 +00:00
2005-09-01 16:38:39 +00:00
2005-08-06 22:13:43 +00:00
2005-08-06 22:13:43 +00:00
2005-09-08 18:42:37 +00:00
2005-08-09 20:38:35 +00:00
2005-09-18 12:25:02 +00:00
2005-09-18 12:25:02 +00:00
2005-08-25 17:04:43 +00:00
2005-09-18 12:25:02 +00:00
2005-09-18 12:25:02 +00:00
2005-08-06 22:13:43 +00:00
2005-09-18 12:25:02 +00:00
2005-09-18 12:25:02 +00:00
2005-08-06 22:13:43 +00:00
2005-08-06 22:13:43 +00:00
2005-08-06 22:13:43 +00:00
2005-08-31 13:52:28 +00:00
2005-08-06 22:13:43 +00:00
2005-09-18 12:25:02 +00:00
2005-08-09 02:52:15 +00:00

This directory contains source code for the parts of Emacs that are
written in Emacs Lisp.  *.el files are Emacs Lisp source, and the
corresponding *.elc files are byte-compiled versions.  Byte-compiled
files are architecture-independent.

The term subdirectory contains Lisp files that customize Emacs for
certain terminal types.  When Emacs starts, it checks the TERM
environment variable to get the terminal type and loads
`term/${TERM}.el' if it exists.

The other subdirectories hold Lisp packages grouped by their general
purpose.