comparison lisp/gnuserv.el @ 4552:9c1cfceab252

Automated merge with file:/Sources/xemacs-21.5-checked-out
author Aidan Kehoe <kehoea@parhasard.net>
date Thu, 13 Mar 2008 10:24:34 +0100
parents a72dc882abf1
children 15c42a3f4065
comparison
equal deleted inserted replaced
4551:6812571bfcb9 4552:9c1cfceab252
212 "*Non-nil means to kill buffers with clients attached without requiring confirmation." 212 "*Non-nil means to kill buffers with clients attached without requiring confirmation."
213 :type 'boolean 213 :type 'boolean
214 :group 'gnuserv) 214 :group 'gnuserv)
215 215
216 (defcustom gnuserv-temp-file-regexp 216 (defcustom gnuserv-temp-file-regexp
217 (concat "^" (temp-directory) "/Re\\|/draft$") 217 (concat "^" (regexp-quote (temp-directory)) "/Re\\|/draft$")
218 "*Regexp which should match filenames of temporary files deleted 218 "*Regexp which should match filenames of temporary files deleted
219 and reused by the programs that invoke the Emacs server." 219 and reused by the programs that invoke the Emacs server."
220 :type 'regexp 220 :type 'regexp
221 :group 'gnuserv) 221 :group 'gnuserv)
222 222