Files
emacs/lisp
Lars Magne Ingebrigtsen 2b4f050643 Add bookmark support to eww
* net/eww.el (eww-mode): Undo isn't necessary in eww buffers,
probably.
(eww-mode-map): Add a menu bar.
(eww-add-bookmark): New command.
(eww-bookmark-mode): New mode and commands.
2013-06-26 18:54:48 +02:00
..
2013-06-19 22:10:57 +02:00
2013-06-19 22:10:57 +02:00
2013-06-19 22:10:57 +02:00
2013-06-26 18:54:48 +02:00
2013-06-21 20:37:42 +02:00
2013-06-19 22:10:57 +02:00
2013-06-26 18:54:48 +02:00
2013-06-14 19:50:47 -07:00
2013-05-21 00:25:14 -07:00
2013-06-26 18:54:48 +02:00
2013-06-11 18:51:12 +02:00
2013-04-01 00:58:04 -07:00
2013-06-19 12:59:23 -04:00
2013-05-15 19:55:41 -04:00
2013-05-15 19:55:41 -04:00
2013-05-21 20:13:56 -07:00
2013-05-11 16:41:52 -07:00
2013-05-21 00:25:14 -07:00
2013-05-10 19:27:28 -07:00
2013-06-13 06:21:04 -04:00
2013-05-29 20:30:34 -07:00
2013-05-15 19:55:41 -04:00
2013-06-01 06:17:59 -04:00
2013-05-10 19:21:29 -07:00
2013-05-15 19:55:41 -04:00
2013-05-30 11:44:54 -04:00
2013-05-15 19:55:41 -04:00
2013-04-09 18:22:15 -07:00
2013-05-21 09:13:08 -07:00
2013-03-11 22:08:21 -04:00
2013-03-11 22:08:21 -04:00
2013-05-15 19:55:41 -04:00
2013-05-21 20:13:56 -07:00
2013-06-17 17:33:52 +02:00
2013-03-11 22:08:21 -04:00
2013-05-23 23:50:22 -07:00
2013-05-15 19:55:41 -04: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.