Mercurial > emacs
view lisp/README @ 92696:f656dd57b318
(diary-face-attrs): Fix custom :type.
(diary-face-attrs, diary-glob-file-regexp-prefix, diary-unknown-time)
(diary-pull-attrs, diary-header-line-flag, diary-list-entries)
(diary-unhide-everything, include-other-diary-files, diary-goto-entry)
(mark-included-diary-files, mark-calendar-days-named)
(mark-calendar-date-pattern, mark-calendar-month, diary-entry-compare)
(diary-remind, insert-diary-entry, insert-weekly-diary-entry)
(insert-monthly-diary-entry, insert-yearly-diary-entry)
(insert-anniversary-diary-entry, insert-block-diary-entry)
(insert-cyclic-diary-entry, fancy-diary-font-lock-keywords)
(diary-font-lock-sexps): Doc fixes.
(diary-remind-message, mark-calendar-month): Use zerop.
(diary-attrtype-convert, diary-pull-attrs): Simplify.
(diary-list-entries): Revert let to let* (previous change).
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Mon, 10 Mar 2008 02:44:51 +0000 |
parents | 1ae53bd2e777 |
children |
line wrap: on
line source
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.