Files
emacs/lisp
Kim F. Storm c07583cdcf Ken Manheimer <ken.manheimer@gmail.com>:
(allout-ascend): Add an optional argument to preserve
original position of point when unsuccessful.  Also, fix a
docstring error.
(allout-yank-processing): Fix depth shift of multiple-topic so yanks
work again, using allout-ascend's new option.
(allout-setup-mode-map): Extracted from allout-mode to initialize
allout-mode-map.  Call it on file load, so the mode docstring
substitutions work even if allout mode has not yet been invoked.
(allout-mode): Use new allout-setup-mode-map to track any keybinding
customizations since the map was last processed.  Also,	refine the
docstring so it's ship-shape for release.
(allout-default-layout, allout-beginning-of-line-cycles)
(allout-distinctive-bullets-string, allout-use-mode-specific-leader)
(allout-encrypt-unencrypted-on-saves, allout-inhibit-auto-fill)
(allout-version, allout-layout, allout-infer-body-reindent)
(allout-infer-header-lead-and-primary-bullet, allout-view-change-hook)
(allout-init, allout-mode, allout-next-heading, allout-chart-subtree)
(allout-previous-heading, allout-goto-prefix-doublechecked)
(allout-current-bullet-pos, allout-next-sibling-leap)
(allout-pre-command-business, allout-encrypted-type-prefix)
(allout-make-topic-prefix, allout-open-topic, allout-rebullet-heading)
(allout-rebullet-topic, allout-rebullet-topic-grunt)
(allout-flag-region, allout-expose-topic, allout-expose-topic)
(allout-old-expose-topic, allout-listify-exposed)
(allout-process-exposed, allout-latex-verb-quote)
(allout-latex-verbatim-quote-curr-line, allout-adjust-file-variable)
(allout-toggle-current-subtree-encryption)
(allout-toggle-subtree-encryption, allout-bullet-isearch):
Remove extraneous open-paren and close paren string escapes.
2006-12-03 21:37:33 +00:00
..
2006-12-02 00:30:00 +00:00
2006-12-01 11:53:31 +00:00
2006-11-24 11:22:05 +00:00
2006-11-20 00:35:02 +00:00
2006-11-24 11:22:05 +00:00
2006-11-27 16:42:42 +00:00
2006-10-07 11:03:00 +00:00
2006-11-10 01:36:05 +00:00
2006-12-03 21:36:58 +00:00
2006-06-04 22:00:54 +00:00
2006-10-07 15:57:36 +00:00
2006-09-30 00:45:32 +00:00
2006-04-30 15:49:08 +00:00
2006-09-20 18:49:34 +00:00
2006-12-01 14:12:04 +00:00
2006-09-12 07:13:52 +00:00
2006-05-05 23:36:55 +00:00
2006-09-18 16:43:43 +00:00
2006-11-06 15:50:28 +00:00
2006-09-10 16:26:31 +00:00
2006-11-27 13:50:42 +00:00
2006-08-29 13:28:00 +00:00
2006-03-17 21:29:33 +00:00
2006-09-26 15:42:58 +00:00
2006-11-26 11:50:51 +00:00
2006-11-18 21:46:46 +00:00
2006-04-30 15:49:08 +00:00
2006-04-30 15:49:08 +00:00
2006-09-20 20:00:03 +00:00
2006-11-27 13:58:48 +00:00
2006-11-08 01:12:58 +00:00
2006-09-02 23:28:55 +00:00
2006-11-27 17:02:43 +00:00
2006-12-01 21:03:19 +00:00
2006-09-07 05:58:54 +00:00
2006-09-07 05:58:54 +00:00
2006-06-07 16:39:16 +00:00
2006-09-05 08:17:35 +00:00
2006-11-08 14:04:09 +00:00
2006-10-18 10:51:30 +00:00
2006-04-30 15:49:08 +00:00
2006-11-24 11:22:05 +00:00
2006-11-27 20:58:37 +00:00
2006-04-30 15:49:08 +00:00
2006-11-24 16:42:26 +00:00
2006-11-27 14:12:34 +00:00
2006-08-24 18:45:29 +00:00
2006-11-09 03:34:17 +00:00
2006-11-18 21:45:26 +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.