1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

Merge changes from emacs-23 branch.

This commit is contained in:
Chong Yidong 2010-09-06 12:38:03 -04:00
commit 1099930585
11 changed files with 52 additions and 18 deletions

View file

@ -67,9 +67,9 @@ Use this feature when you have directories which you normally refer to
via absolute symbolic links. Make TO the name of the link, and FROM
the name it is linked to."
:type '(repeat (cons :format "%v"
:value ("" . "")
:value ("\\`" . "")
(regexp :tag "From")
(regexp :tag "To")))
(string :tag "To")))
:group 'abbrev
:group 'find-file)