Files
emacs/lisp
Michael Kifer 4986c2c6c8 2001-03-17 Michael Kifer <kifer@cs.sunysb.edu>
* ediff-util.el: Copyright years.
	(ediff-choose-syntax-table): New function.
	(ediff-setup): Use ediff-choose-syntax-table.

	* ediff-init.el (ediff-with-syntax-table): New macro, uses
	with-syntax-table.

	* ediff.el: Date of last update, copyright years.

	* ediff-wind (ediff-setup-control-frame): Nill->nil.

	* viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
	of Scott Bronson.
	(ex-cmd-assoc,ex-cmd-one-letr): New functions.
	(viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
	Deleted functions.
	(viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
	ex-token-list.

	* viper-util.el: Spaces, indentation.

	* viper.el: Changed version, modification time.
2001-03-17 18:59:39 +00:00
..
2001-03-16 21:50:15 +00:00
2001-03-09 00:27:17 +00:00
2001-02-20 12:53:12 +00:00
2001-01-04 19:21:36 +00:00
2001-02-07 23:06:47 +00:00
2001-02-27 13:24:54 +00:00
2001-01-15 17:44:14 +00:00
2001-02-14 20:23:45 +00:00
2001-02-15 00:07:38 +00:00
2000-11-23 00:04:52 +00:00
2000-11-14 14:41:24 +00:00
2001-02-15 13:05:29 +00:00
2000-12-18 03:17:31 +00:00
2000-10-31 11:57:12 +00:00
2001-01-06 18:52:57 +00:00
2001-01-26 13:14:11 +00:00
2001-02-20 19:22:43 +00:00
2001-01-06 18:55:45 +00:00
2000-11-21 22:07:43 +00:00
2001-01-30 19:51:14 +00:00
2001-02-07 23:40:52 +00:00
2001-01-03 20:18:33 +00:00
2001-02-05 17:15:07 +00:00
2001-01-19 16:19:07 +00:00
2001-03-05 13:05:42 +00:00
2001-02-07 05:48:08 +00:00
2001-03-07 00:26:25 +00:00
2000-12-18 03:17:31 +00:00
2001-01-02 23:39:40 +00:00
2001-02-20 13:36:21 +00:00
2000-11-27 13:01:27 +00:00
2001-02-24 22:11:00 +00:00
2000-12-09 04:02:59 +00:00
2000-12-19 14:42:05 +00:00
2001-01-26 06:19:25 +00:00
2000-12-18 03:17:31 +00:00
2001-01-17 18:34:29 +00:00
2001-02-07 23:51:21 +00:00
2001-02-13 20:08:37 +00:00
2000-12-06 20:24:23 +00:00
2000-11-27 15:35:32 +00:00
2001-02-11 21:31:57 +00:00
2001-02-04 20:57:37 +00:00
2000-12-15 13:00:59 +00:00
2000-12-12 15:11:04 +00:00
2001-03-01 18:30:44 +00:00
2001-01-29 16:59:08 +00:00
2000-12-06 15:51:13 +00:00
2001-03-07 10:19:33 +00:00
2000-11-24 16:25:59 +00:00
2001-03-14 18:24:54 +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.