comparison lisp/files.el @ 112069:17134f58ba8a

merge emacs-23
author Kenichi Handa <handa@m17n.org>
date Wed, 13 Oct 2010 22:40:51 +0900
parents 9b0c446f8952
children 6c9f59d296d3 21396378bdf6
comparison
equal deleted inserted replaced
110129:c6fd83f300a8 112069:17134f58ba8a
64 64
65 Use this feature when you have directories which you normally refer to 65 Use this feature when you have directories which you normally refer to
66 via absolute symbolic links. Make TO the name of the link, and FROM 66 via absolute symbolic links. Make TO the name of the link, and FROM
67 the name it is linked to." 67 the name it is linked to."
68 :type '(repeat (cons :format "%v" 68 :type '(repeat (cons :format "%v"
69 :value ("" . "") 69 :value ("\\`" . "")
70 (regexp :tag "From") 70 (regexp :tag "From")
71 (regexp :tag "To"))) 71 (string :tag "To")))
72 :group 'abbrev 72 :group 'abbrev
73 :group 'find-file) 73 :group 'find-file)
74 74
75 (defcustom make-backup-files t 75 (defcustom make-backup-files t
76 "Non-nil means make a backup of a file the first time it is saved. 76 "Non-nil means make a backup of a file the first time it is saved.