Files
emacs/lisp
Juri Linkov ce0fcefa27 * lisp/bookmark.el: Add `defaults' property to the bookmark record.
(bookmark-current-buffer): Doc fix.
(bookmark-make-record): Add `defaults' property with default values
to the bookmark record.
(bookmark-minibuffer-read-name-map): Remove key binding "\C-u"
with `bookmark-insert-current-bookmark'.
(bookmark-set): Get `defaults' property from the bookmark record
and use it in `read-from-minibuffer'.
(bookmark-insert-current-bookmark): Remove function.

* lisp/info.el (Info-bookmark-make-record): Add `defaults' property
with values of canonical Info node name, the current Info file name
and the current Info node name.

Fixes: debbugs:12107
2012-08-08 11:48:57 +03:00
..
2012-08-03 10:49:51 +08:00
2012-06-05 13:47:27 -04:00
2012-07-10 07:51:54 -04:00
2012-05-03 23:13:18 -07:00
2012-07-10 07:51:54 -04:00
2012-07-10 07:51:54 -04:00
2012-07-10 07:51:54 -04:00
2012-07-13 15:06:09 +08:00
2012-08-01 00:34:36 +02:00
2012-07-10 07:51:54 -04:00
2012-05-28 23:16:49 -07:00
2012-05-28 23:16:49 -07:00
2012-07-10 07:51:54 -04:00
2012-07-10 07:51:54 -04:00
2012-07-10 07:51:54 -04:00
2012-06-03 16:28:17 -07:00
2012-06-02 18:56:09 +08:00
2012-07-10 07:51:54 -04:00
2012-07-10 07:51:54 -04:00
2012-06-22 17:24:54 -04:00
2012-07-10 07:51:54 -04:00
2012-07-25 12:46:59 +02:00
2012-07-13 15:06:09 +08:00
2012-07-10 07:51:54 -04:00
2012-07-10 07:51:54 -04:00
2012-06-02 18:56:09 +08:00
2012-07-10 07:51:54 -04:00
2012-07-10 07:51:54 -04:00
2012-07-10 07:51:54 -04:00
2012-07-10 07:51:54 -04:00
2012-08-01 06:20:52 -04:00
2012-07-10 07:51:54 -04:00
2012-07-10 07:51:54 -04:00
2012-07-31 15:34:20 +02:00
2012-07-10 07:51:54 -04:00
2012-07-10 07:51:54 -04:00
2012-07-10 07:51:54 -04:00
2012-05-04 22:50:20 -04:00
2012-07-10 07:51:54 -04:00
2012-05-03 23:13:18 -07:00
2012-07-10 07:51:54 -04:00
2012-08-03 14:51:11 +03:00
2012-08-07 11:57:05 +08:00
2012-07-17 04:15:06 -04: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.