Files
emacs/lisp
Jonathan Yavner bd93e3e1aa * ses.el (defadvice undo-more): Delete this defadvice. The undo
overrides will now be done a different way.
	(ses-set-parameter): Reapply this function for undo.
	(ses-set-header-row): Reconstruct header row during undo.
	(ses-widen): New function.
	(ses-goto-data, ses-reconstruct-all): Use new function.
	(ses-command-hook): Widen buffer during undo, before unupdating
	the cells.
	(ses-insert-row, ses-delete-row): Widen buffer during undo.
	(ses-load, ses-header-row): Permit empty (zero-row) spreadsheets.
	(ses-read-cell): Avoid stupid warning for RET RET on a cell whose
	formula hasn't been executed yet.
2006-05-26 17:39:06 +00:00
..
2006-05-26 08:31:36 +00:00
2006-05-18 23:59:14 +00:00
2006-01-22 12:19:11 +00:00
2006-02-15 11:10:56 +00:00
2006-02-06 15:23:23 +00:00
2006-02-25 00:31:44 +00:00
2006-02-25 00:31:44 +00:00
2006-05-05 06:43:01 +00:00
2006-04-30 15:49:08 +00:00
2006-02-06 15:23:23 +00:00
2006-05-21 08:33:46 +00:00
2006-05-05 23:36:55 +00:00
2006-04-26 05:50:51 +00:00
2006-02-21 11:39:46 +00:00
2006-02-06 15:23:23 +00:00
2006-03-23 07:05:33 +00:00
2006-02-06 15:23:23 +00:00
2006-03-17 21:29:33 +00:00
2006-04-30 15:49:08 +00:00
2006-04-30 15:49:08 +00:00
2006-02-06 15:23:23 +00:00
2006-01-29 23:03:30 +00:00
2006-02-06 15:23:23 +00:00
2006-04-30 15:49:08 +00:00
2006-04-30 15:49:08 +00:00
2006-04-30 15:49:08 +00:00
2006-05-18 12:07:10 +00:00
2006-02-06 15:23:23 +00:00
2006-04-30 15:49:08 +00:00
2006-04-30 15:49:08 +00:00
2006-05-25 00:20:40 +00:00
2006-02-06 15:23:23 +00:00
2006-02-06 15:23:23 +00:00
2006-02-06 15:23:23 +00:00
2006-03-14 10:20:51 +00:00
2006-02-06 15:23:23 +00:00
2006-02-06 15:23:23 +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.