Files
emacs/lisp
Stefan Monnier 2171cea5fc * lisp/progmodes/prolog.el: Use SMIE. Cleanup regexp setup.
(prolog-upper-case-string, prolog-lower-case-string)
(prolog-atom-char-regexp, prolog-atom-regexp): Initialize in defconst.
(prolog-use-smie, prolog-smie-grammar): New vars.
(prolog-smie-forward-token, prolog-smie-backward-token)
(prolog-smie-rules): New funs.
(prolog-comment-indent): Remove.
(prolog-mode-variables): Use default comment indentation instead.
Setup SMIE.
(prolog-build-case-strings, prolog-set-atom-regexps): Remove.
(prolog-mode): Don't call them any more.
(prolog-electric-colon, prolog-electric-dash)
(prolog-edit-menu-insert-move): Use indent-according-to-mode.
2012-05-11 16:05:19 -04:00
..
2012-05-03 23:13:18 -07:00
2012-05-03 23:13:18 -07:00
2012-05-04 07:17:28 -04:00
2012-05-02 13:38:01 +02:00
2012-04-22 22:44:49 -07:00
2012-04-23 23:38:48 +08:00
2012-05-03 23:13:18 -07:00
2012-05-03 23:13:18 -07:00
2012-04-20 16:48:50 +08:00
2012-04-19 18:50:07 +02:00
2012-02-24 14:32:46 -05:00
2012-04-15 04:59:30 +02:00
2012-02-24 14:32:46 -05:00
2012-02-24 14:32:46 -05:00
2012-02-24 14:32:46 -05:00
2012-04-15 04:59:30 +02:00
2012-04-15 04:59:30 +02:00
2012-04-05 09:29:19 +02:00
2012-02-02 18:07:29 +09:00
2012-05-02 22:39:23 -04:00
2012-05-04 13:14:14 +08:00
2012-05-04 22:50:20 -04:00
2012-05-04 13:14:14 +08:00
2012-04-13 22:10:55 -07:00
2012-05-01 06:20:43 -04:00
2012-05-04 13:14:14 +08:00
2012-05-04 22:50:20 -04:00
2012-05-01 06:20:43 -04:00
2012-05-07 16:48:41 -04:00
2012-05-06 12:19:11 +08:00
2012-04-10 04:45:10 +02:00
2012-05-04 22:50:20 -04:00
2012-05-03 23:13:18 -07:00
2012-05-03 23:13:18 -07:00
2012-04-21 13:54:39 +08:00
2012-02-11 15:06:46 -08: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.