added fixup and paren-match prefs, got rid of combinded pref

original commit: adede6b05a87b1e54da077aa0a08499fcf992387
This commit is contained in:
Robby Findler 1997-02-06 21:07:33 +00:00
parent 60dd566ea5
commit 12e110ac2c

View File

@ -245,8 +245,8 @@
(send c set-value (pref->bool v))))))] (send c set-value (pref->bool v))))))]
[id (lambda (x) x)]) [id (lambda (x) x)])
(make-check 'mred:highlight-parens "Highlight between matching parens?" id id) (make-check 'mred:highlight-parens "Highlight between matching parens?" id id)
(make-check 'mred:paren-match/fixup-parens (make-check 'mred:fixup-parens "Correct parens?" id id)
"Flash paren match and correct parens?" id id) (make-check 'mred:paren-match "Flash paren match?" id id)
(make-check 'mred:autosaving-on? "Auto-save files?" id id) (make-check 'mred:autosaving-on? "Auto-save files?" id id)
(make-check 'mred:delete-forward? "Map delete to backspace?" not not) (make-check 'mred:delete-forward? "Map delete to backspace?" not not)
(make-check 'mred:file-dialogs "Use platform-specific file dialogs?" (make-check 'mred:file-dialogs "Use platform-specific file dialogs?"