comparison lisp/cus-start.el @ 33922:022179568a0f

Add version. <read-buffer-function>: Add.
author Dave Love <fx@gnu.org>
date Mon, 27 Nov 2000 17:46:24 +0000
parents 401f7cd02fba
children a1ed1d4ee8c4
comparison
equal deleted inserted replaced
33921:d2f15377cc82 33922:022179568a0f
173 (repeat :inline t 173 (repeat :inline t
174 :tag "Other Properties" 174 :tag "Other Properties"
175 (list :inline t 175 (list :inline t
176 :format "%v" 176 :format "%v"
177 (symbol :tag "Property") 177 (symbol :tag "Property")
178 (sexp :tag "Value"))))) 178 (sexp :tag "Value"))))
179 "21.1")
179 (minibuffer-auto-raise minibuffer boolean) 180 (minibuffer-auto-raise minibuffer boolean)
181 ;; options property set at end
182 (read-buffer-function minibuffer (choice nil function))
180 ;; msdos.c 183 ;; msdos.c
181 (dos-unsupported-char-glyph display integer) 184 (dos-unsupported-char-glyph display integer)
182 ;; process.c 185 ;; process.c
183 (delete-exited-processes processes-basics boolean) 186 (delete-exited-processes processes-basics boolean)
184 ;; syntax.c 187 ;; syntax.c
290 (custom-add-to-group group symbol 'custom-variable) 293 (custom-add-to-group group symbol 'custom-variable)
291 ;; Set the type. 294 ;; Set the type.
292 (put symbol 'custom-type type) 295 (put symbol 'custom-type type)
293 (put symbol 'custom-version version))))) 296 (put symbol 'custom-version version)))))
294 297
298 (custom-add-option 'read-buffer-function 'iswitchb-read-buffer)
299 (custom-add-to-group 'iswitchb 'read-buffer-function 'custom-variable)
300
295 ;; Record cus-start as loaded 301 ;; Record cus-start as loaded
296 ;; if we have set up all the info that we can set up. 302 ;; if we have set up all the info that we can set up.
297 ;; Don't record cus-start as loaded 303 ;; Don't record cus-start as loaded
298 ;; if we have set up only the standard values. 304 ;; if we have set up only the standard values.
299 (unless purify-flag 305 (unless purify-flag