Files
emacs/lisp
Glenn Morris fd06db5dd6 Remove ucs-set-table-for-input dead code
This function was removed with ucs-tables.el in 2008.

* lisp/international/mule-cmds.el (set-default-coding-systems):
* lisp/files.el (normal-mode):
Remove guarded calls to ucs-set-table-for-input. 

* src/buffer.c (Qucs_set_table_for_input): Remove.
(Fget_buffer_create): Don't call Qucs_set_table_for_input.
(init_buffer_once, syms_of_buffer): Remove Qucs_set_table_for_input.

Fixes: debbugs:9821
2012-04-08 17:58:00 -07:00
..
2012-03-12 21:51:17 +01:00
2012-03-23 11:22:21 +00:00
2012-04-07 12:51:51 -07:00
2012-03-28 12:12:02 +02:00
2012-03-03 18:45:04 -08:00
2012-03-11 19:02:48 +01: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-02-24 14:32:46 -05:00
2012-02-24 14:32:46 -05:00
2012-04-05 09:29:19 +02:00
2012-02-02 18:07:29 +09:00
2012-02-08 21:40:41 -05:00
2012-03-28 00:24:26 -07:00
2012-04-02 12:38:31 +08:00
2012-02-11 15:06:46 -08:00
2012-03-10 15:58:54 +08:00
2012-04-04 15:54:02 +08:00
2012-03-16 00:21:23 -07:00
2012-03-30 09:21:11 -07:00
2012-04-07 12:51:51 -07:00
2012-04-06 00:26:20 +02: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.