Files
emacs/lisp
Michael Kifer 433d9ace74 2009-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
* viper-cmd.el: use viper-last-command-char instead of
	last-command-char/last-command-event.
	(viper-prefix-arg-value): do correct conversion of event-char for
	XEmacs.

	* viper-util.el, viper.el: use viper-last-command-char instead of
	last-command-char/last-command-event.

	* ediff-init.el, ediff-mult.el, ediff-util.el: relpace
	last-command-char and last-command-event with (ediff-last-command-char) everywhere.

	* ediff-vers.el (ediff-rcs-get-output-buffer): make sure the buffer is
	created in fundamental mode.

	* ediff.el (ediff-version): revert the change of interactive-p to
	called-interactively-p.
2009-11-22 03:14:14 +00:00
..
2009-11-10 08:11:47 +00:00
2009-11-21 20:19:15 +00:00
2009-11-11 05:49:09 +00:00
2009-08-28 09:50:05 +00:00
2009-11-14 04:07:05 +00:00
2009-11-14 04:07:05 +00:00
2009-11-14 04:07:05 +00:00
2009-10-26 15:18:03 +00:00
2009-07-08 02:34:23 +00:00
2009-11-14 04:14:49 +00:00
2009-11-11 05:49:09 +00:00
2009-11-19 16:49:24 +00:00
2009-09-13 02:14:25 +00:00
2009-09-24 01:37:14 +00:00
2009-11-14 04:14:05 +00:00
2009-11-11 05:49:09 +00:00
2009-10-10 23:50:10 +00:00
2009-11-10 08:11:47 +00:00
2009-11-11 05:49:09 +00:00
2009-11-08 09:29:54 +00:00
2009-11-11 05:49:09 +00:00
2009-11-11 05:49:09 +00:00
2009-11-14 04:12:58 +00:00
2009-10-04 01:14:56 +00:00
2009-11-19 20:58:42 +00:00
2009-10-04 02:11:57 +00:00
2009-10-04 02:11:57 +00:00
2009-11-11 06:06:43 +00:00
2009-07-25 09:31:05 +00:00
2009-09-24 01:37:14 +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.