Files
emacs/lisp
Stefan Monnier 43ed65acea (flymake-check-start-time, flymake-check-was-interrupted, flymake-err-info)
(flymake-is-running, flymake-last-change-time, flymake-new-err-info)
(flymake-timer): Move definitions, so we can remove earlier declarations.
(flymake-replace-regexp-in-string, flymake-split-string)
(flymake-get-temp-dir): Use defalias.
(flymake-popup-menu): Remove `pos' argument.  Use posn-at-point.
(flymake-xemacs-window-edges): Remove unused function.
(flymake-get-point-pixel-pos): Move.
(flymake-pid-to-names, flymake-reg-names)
(flymake-get-source-buffer-name, flymake-unreg-names): Remove.
Replace by a simple list flymake-processes and by process-buffer.
Update callers.  Other than simplify the code, it uses buffers rather
than buffer-names so it doesn't get confused by uniquify.
(flymake-buffer-data): The global value should just be nil.
2006-01-03 18:44:42 +00:00
..
2005-12-12 20:27:13 +00:00
2005-11-01 09:31:26 +00:00
2005-12-30 05:58:39 +00:00
2005-12-19 08:29:06 +00:00
2005-12-26 21:22:55 +00:00
2005-12-25 14:09:57 +00:00
2005-10-07 13:59:20 +00:00
2005-12-19 07:04:44 +00:00
2005-12-30 21:54:32 +00:00
2006-01-02 15:41:56 +00:00
2005-10-16 21:49:00 +00:00
2005-12-27 22:54:13 +00:00
2005-12-12 05:20:41 +00:00
2005-12-12 05:18:19 +00:00
2005-12-30 13:20:23 +00:00
2005-11-11 02:54:08 +00:00
2005-10-28 17:06:03 +00:00
2005-12-23 21:49:32 +00:00
2005-12-20 17:39:47 +00:00
2005-11-22 19:25:50 +00:00
2005-12-31 11:27:23 +00:00
2005-12-31 11:27:23 +00:00
2005-11-16 22:44:53 +00:00
2005-12-19 07:04:44 +00:00
2005-10-02 03:11:03 +00:00
2005-10-26 08:38:07 +00:00
2005-12-05 02:04:14 +00:00
2005-12-03 14:35:38 +00:00
2005-10-23 13:30:15 +00:00
2005-11-03 03:56:38 +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.