Files
emacs/lisp
Dmitry Gutov 08033db08b New command icomplete-force-complete-and-exit
* lisp/icomplete.el (icomplete-force-complete-and-exit):
New command
(http://lists.gnu.org/archive/html/emacs-devel/2015-05/msg00461.html)
(http://lists.gnu.org/archive/html/emacs-devel/2015-05/msg00516.html).
(icomplete-minibuffer-map): Bind C-j to it.
(icomplete-forward-completions, icomplete-backward-completions):
Mention the new command in the docstring.

* lisp/minibuffer.el (minibuffer-force-complete-and-exit): Revert
the previous fix for bug#17545.
2015-05-19 15:53:32 +03:00
..
2015-04-17 13:48:00 -04:00
2015-04-17 13:48:00 -04:00
2015-05-09 06:24:38 -04:00
2015-04-12 07:00:41 +09:00
2015-05-01 23:24:10 +02:00
2015-04-05 14:40:57 +00:00
2015-05-01 06:17:48 -04:00
2015-04-24 14:47:30 -04:00
2015-05-09 16:06:48 +03:00
2015-04-09 11:01:04 -04:00
2015-03-14 16:32:04 -07:00
2015-03-25 18:19:52 -07: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.