summaryrefslogtreecommitdiff
path: root/lisp/files.el
diff options
context:
space:
mode:
authorChong Yidong <cyd@stupidchicken.com>2010-09-06 12:38:03 -0400
committerChong Yidong <cyd@stupidchicken.com>2010-09-06 12:38:03 -0400
commit1099930585662f32278796f9943ac8b50a1179f1 (patch)
tree9f448d991fdb0d5a045f4713d59342151695773a /lisp/files.el
parented96ace9289c2e04db3e8fc63321fde248c3f3f8 (diff)
parent9c405a86c6d6ee1034252d653c246ef509145000 (diff)
downloademacs-1099930585662f32278796f9943ac8b50a1179f1.tar.gz
Merge changes from emacs-23 branch.
Diffstat (limited to 'lisp/files.el')
-rw-r--r--lisp/files.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/files.el b/lisp/files.el
index 41bd9bd9c25..a7c465ae8c1 100644
--- a/lisp/files.el
+++ b/lisp/files.el
@@ -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)