Mercurial > hg > xemacs-beta
comparison lisp/gnuserv.el @ 219:262b8bb4a523 r20-4b8
Import from CVS: tag r20-4b8
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:09:35 +0200 |
parents | d44af0c54775 |
children | 727739f917cb |
comparison
equal
deleted
inserted
replaced
218:c9f226976f56 | 219:262b8bb4a523 |
---|---|
135 :group 'gnuserv | 135 :group 'gnuserv |
136 :group 'frames) | 136 :group 'frames) |
137 | 137 |
138 (defcustom gnuserv-frame-plist nil | 138 (defcustom gnuserv-frame-plist nil |
139 "*Plist of frame properties for creating a gnuserv frame." | 139 "*Plist of frame properties for creating a gnuserv frame." |
140 :type '(repeat (group :inline t | 140 :type 'plist |
141 (symbol :tag "Property") | |
142 (sexp :tag "Value"))) | |
143 :group 'gnuserv | 141 :group 'gnuserv |
144 :group 'frames) | 142 :group 'frames) |
145 | 143 |
146 (defcustom gnuserv-done-function 'kill-buffer | 144 (defcustom gnuserv-done-function 'kill-buffer |
147 "*Function used to remove a buffer after editing. | 145 "*Function used to remove a buffer after editing. |