annotate lisp/cus-load.el @ 37203:edd7ede4c4bc EMACS_PRETEST_21_0_101

*** empty log message ***
author Gerd Moellmann <gerd@gnu.org>
date Thu, 05 Apr 2001 10:44:22 +0000
parents 88ff4aa7aa81
children 35040ab2df64
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
25891
Dave Love <fx@gnu.org>
parents:
diff changeset
1 ;;; cus-load.el --- automatically extracted custom dependencies
Dave Love <fx@gnu.org>
parents:
diff changeset
2 ;;
Dave Love <fx@gnu.org>
parents:
diff changeset
3 ;;; Code:
Dave Love <fx@gnu.org>
parents:
diff changeset
4
33033
b440b63b45d0 bogus commit
Kai Großjohann <kgrossjo@eu.uu.net>
parents: 33032
diff changeset
5 (put 'mime-display 'custom-loads '("mm-decode"))
33032
ccf845685d1c install-info syntax compat change.
Kai Großjohann <kgrossjo@eu.uu.net>
parents: 32367
diff changeset
6 (put 'holidays 'custom-loads '("calendar"))
25891
Dave Love <fx@gnu.org>
parents:
diff changeset
7 (put 'SQL 'custom-loads '("sql"))
Dave Love <fx@gnu.org>
parents:
diff changeset
8 (put 'refbib 'custom-loads '("refbib"))
Dave Love <fx@gnu.org>
parents:
diff changeset
9 (put 'elp 'custom-loads '("elp"))
30565
338238ca63ce *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 29505
diff changeset
10 (put 'eshell-ext 'custom-loads '("esh-ext"))
25891
Dave Love <fx@gnu.org>
parents:
diff changeset
11 (put 'ffap 'custom-loads '("ffap"))
Dave Love <fx@gnu.org>
parents:
diff changeset
12 (put 'shell 'custom-loads '("dirtrack" "shell" "terminal"))
Dave Love <fx@gnu.org>
parents:
diff changeset
13 (put 'locate 'custom-loads '("locate"))
Dave Love <fx@gnu.org>
parents:
diff changeset
14 (put 'highlight-changes 'custom-loads '("hilit-chg"))
Dave Love <fx@gnu.org>
parents:
diff changeset
15 (put 'nnmail 'custom-loads '("nnmail"))
Dave Love <fx@gnu.org>
parents:
diff changeset
16 (put 'chistory 'custom-loads '("chistory"))
Dave Love <fx@gnu.org>
parents:
diff changeset
17 (put 'shell-directories 'custom-loads '("shell"))
27016
62cd5f1749cc *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 26963
diff changeset
18 (put 'idlwave-documentation 'custom-loads '("idlwave"))
26963
f281dfbf8cd2 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 26724
diff changeset
19 (put 'footnote 'custom-loads '("footnote"))
30565
338238ca63ce *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 29505
diff changeset
20 (put 'pcomplete 'custom-loads '("pcmpl-cvs" "pcmpl-gnu" "pcmpl-linux" "pcmpl-rpm" "pcomplete" "em-cmpl"))
25891
Dave Love <fx@gnu.org>
parents:
diff changeset
21 (put 'calendar-tex 'custom-loads '("cal-tex"))
32367
7c181d033dae use lisp-mode-shared-map instead of shared-lisp-mode-map
Sam Steingold <sds@gnu.org>
parents: 31388
diff changeset
22 (put 'fancy-splash-screen 'custom-loads '("startup"))
30565
338238ca63ce *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 29505
diff changeset
23 (put 'hi-lock-interactive-text-highlighting 'custom-loads '("hi-lock"))
25891
Dave Love <fx@gnu.org>
parents:
diff changeset
24 (put 'mail-hist 'custom-loads '("mail-hist"))
Dave Love <fx@gnu.org>
parents:
diff changeset
25 (put 'gnus-article-emphasis 'custom-loads '("gnus-art"))
Dave Love <fx@gnu.org>
parents:
diff changeset
26 (put 'dunnet 'custom-loads '("dunnet"))
28212
7252a5d43f22 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 28162
diff changeset
27 (put 'fortran 'custom-loads '("fortran"))
30565
338238ca63ce *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 29505
diff changeset
28 (put 'eshell-script 'custom-loads '("em-script"))
25891
Dave Love <fx@gnu.org>
parents:
diff changeset
29 (put 'feedmail-header 'custom-loads '("feedmail"))
Dave Love <fx@gnu.org>
parents:
diff changeset
30 (put 'reftex-table-of-contents-browser 'custom-loads '("reftex-vars"))
Dave Love <fx@gnu.org>
parents:
diff changeset
31 (put 'mspools 'custom-loads '("mspools"))
Dave Love <fx@gnu.org>
parents:
diff changeset
32 (put 'gnus-article-headers 'custom-loads '("gnus-art" "gnus-sum"))
Dave Love <fx@gnu.org>
parents:
diff changeset
33 (put 'f90 'custom-loads '("f90"))
Dave Love <fx@gnu.org>
parents:
diff changeset
34 (put 'allout 'custom-loads '("allout"))
33357
482cbaef2af5 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 33033
diff changeset
35 (put 'ediff-hook 'custom-loads '("ediff-init" "ediff-mult"))
29505
ca9466e54ffe *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 28764
diff changeset
36 (put 'woman-faces 'custom-loads '("woman"))
25891
Dave Love <fx@gnu.org>
parents:
diff changeset
37 (put 'ps-print-vertical 'custom-loads '("ps-print"))
Dave Love <fx@gnu.org>
parents:
diff changeset
38 (put 'supercite-hooks 'custom-loads '("supercite"))
25998
b04d6e7e4790 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 25891
diff changeset
39 (put 'vhdl-menu 'custom-loads '("vhdl-mode"))
33033
b440b63b45d0 bogus commit
Kai Großjohann <kgrossjo@eu.uu.net>
parents: 33032
diff changeset
40 (put 'gnus-newsrc 'custom-loads '("gnus-start"))
33032
ccf845685d1c install-info syntax compat change.
Kai Großjohann <kgrossjo@eu.uu.net>
parents: 32367
diff changeset
41 (put 'chinese-calendar 'custom-loads '("cal-china"))
25891
Dave Love <fx@gnu.org>
parents:
diff changeset
42 (put 'expand 'custom-loads '("expand"))
Dave Love <fx@gnu.org>
parents:
diff changeset
43 (put 'bookmark 'custom-loads '("bookmark"))
Dave Love <fx@gnu.org>
parents:
diff changeset
44 (put 'icon 'custom-loads '("icon"))
Dave Love <fx@gnu.org>
parents:
diff changeset
45 (put 'nnmail-procmail 'custom-loads '("nnmail"))
Dave Love <fx@gnu.org>
parents:
diff changeset
46 (put 'desktop 'custom-loads '("desktop"))
30565
338238ca63ce *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 29505
diff changeset
47 (put 'eshell-cmpl 'custom-loads '("em-cmpl"))
25891
Dave Love <fx@gnu.org>
parents:
diff changeset
48 (put 'cperl-help-system 'custom-loads '("cperl-mode"))
28523
47e1a131eef3 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 28292
diff changeset
49 (put 'ps-print-miscellany 'custom-loads '("ps-print"))
25891
Dave Love <fx@gnu.org>
parents:
diff changeset
50 (put 'comint-completion 'custom-loads '("comint"))
Dave Love <fx@gnu.org>
parents:
diff changeset
51 (put 'gnus-score-kill 'custom-loads '("gnus-kill" "gnus"))
27321
a9e8dcb78b6c *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 27016
diff changeset
52 (put 'ldap 'custom-loads '("ldap"))
25891
Dave Love <fx@gnu.org>
parents:
diff changeset
53 (put 'remote-compile 'custom-loads '("rcompile"))
33357
482cbaef2af5 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 33033
diff changeset
54 (put 'gnus-visual 'custom-loads '("earcon" "gnus-art" "gnus-audio" "gnus" "smiley-ems"))
25891
Dave Love <fx@gnu.org>
parents:
diff changeset
55 (put 'dabbrev 'custom-loads '("dabbrev"))
32367
7c181d033dae use lisp-mode-shared-map instead of shared-lisp-mode-map
Sam Steingold <sds@gnu.org>
parents: 31388
diff changeset
56 (put 'completion 'custom-loads '("completion" "iswitchb"))
25891
Dave Love <fx@gnu.org>
parents:
diff changeset
57 (put 'cpp 'custom-loads '("cpp"))
26234
fb9f284267e7 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 25999
diff changeset
58 (put 'ps-print-background 'custom-loads '("ps-print"))
25891
Dave Love <fx@gnu.org>
parents:
diff changeset
59 (put 'auto-show 'custom-loads '("auto-show"))
Dave Love <fx@gnu.org>
parents:
diff changeset
60 (put 'gnus-score-expire 'custom-loads '("gnus-kill" "gnus-score"))
Dave Love <fx@gnu.org>
parents:
diff changeset
61 (put 'supercite-frames 'custom-loads '("supercite"))
Dave Love <fx@gnu.org>
parents:
diff changeset
62 (put 'dirtrack 'custom-loads '("dirtrack"))
34166
c073ad4159fd *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 33357
diff changeset
63 (put 'ediff-window 'custom-loads '("ediff-help" "ediff-wind"))
25891
Dave Love <fx@gnu.org>
parents:
diff changeset
64 (put 'bruce 'custom-loads '("bruce"))
34166
c073ad4159fd *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 33357
diff changeset
65 (put 'windows 'custom-loads '("scroll-all" "window" "follow" "windmove"))
25891
Dave Love <fx@gnu.org>
parents:
diff changeset
66 (put 'gnus-exit 'custom-loads '("gnus-group" "gnus"))
Dave Love <fx@gnu.org>
parents:
diff changeset
67 (put 'speedbar 'custom-loads '("speedbar"))
Dave Love <fx@gnu.org>
parents:
diff changeset
68 (put 'etags 'custom-loads '("etags"))
Dave Love <fx@gnu.org>
parents:
diff changeset
69 (put 'f90-indent 'custom-loads '("f90"))
Dave Love <fx@gnu.org>
parents:
diff changeset
70 (put 'octave-inferior 'custom-loads '("octave-inf" "octave-mod"))
27868
b5dc290eb929 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 27327
diff changeset
71 (put 'ebnf-non-terminal 'custom-loads '("ebnf2ps"))
b5dc290eb929 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 27327
diff changeset
72 (put 'ebnf-terminal 'custom-loads '("ebnf2ps"))
25891
Dave Love <fx@gnu.org>
parents:
diff changeset
73 (put 'gnus-summary-maneuvering 'custom-loads '("gnus-sum"))
Dave Love <fx@gnu.org>
parents:
diff changeset
74 (put 'gnus-start 'custom-loads '("gnus-group" "gnus-int" "gnus-start" "gnus-util" "gnus"))
Dave Love <fx@gnu.org>
parents:
diff changeset
75 (put 'dcl 'custom-loads '("dcl-mode"))
Dave Love <fx@gnu.org>
parents:
diff changeset
76 (put 'cursor 'custom-loads '("frame"))
25998
b04d6e7e4790 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 25891
diff changeset
77 (put 'ogonek 'custom-loads '("ogonek"))
25891
Dave Love <fx@gnu.org>
parents:
diff changeset
78 (put 'gnus-extract-view 'custom-loads '("gnus-sum" "gnus-uu"))
Dave Love <fx@gnu.org>
parents:
diff changeset
79 (put 'dired-keys 'custom-loads '("dired-x"))
Dave Love <fx@gnu.org>
parents:
diff changeset
80 (put 'lisp-mnt 'custom-loads '("lisp-mnt"))
Dave Love <fx@gnu.org>
parents:
diff changeset
81 (put 'ediff-mult 'custom-loads '("ediff-mult"))
Dave Love <fx@gnu.org>
parents:
diff changeset
82 (put 'mpuz 'custom-loads '("mpuz"))
Dave Love <fx@gnu.org>
parents:
diff changeset
83 (put 'find-file 'custom-loads '("files" "find-file"))
Dave Love <fx@gnu.org>
parents:
diff changeset
84 (put 'fortran-comment 'custom-loads '("fortran"))
30565
338238ca63ce *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 29505
diff changeset
85 (put 'idlwave-online-help 'custom-loads '("idlwave"))
25891
Dave Love <fx@gnu.org>
parents:
diff changeset
86 (put 'viper 'custom-loads '("viper-ex" "viper-init" "viper-keym" "viper-macs" "viper-mous" "viper"))
26234
fb9f284267e7 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 25999
diff changeset
87 (put 'ps-print-page 'custom-loads '("ps-print"))
27868
b5dc290eb929 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 27327
diff changeset
88 (put 'postscript 'custom-loads '("ps-print" "ebnf2ps"))
25891
Dave Love <fx@gnu.org>
parents:
diff changeset
89 (put 'gnus-undo 'custom-loads '("gnus-undo"))
Dave Love <fx@gnu.org>
parents:
diff changeset
90 (put 'widget-faces 'custom-loads '("wid-edit"))
Dave Love <fx@gnu.org>
parents:
diff changeset
91 (put 'resize-minibuffer 'custom-loads '("rsz-mini"))
Dave Love <fx@gnu.org>
parents:
diff changeset
92 (put 'info-lookup 'custom-loads '("info-look"))
Dave Love <fx@gnu.org>
parents:
diff changeset
93 (put 'show-tabs 'custom-loads '("generic-x"))
Dave Love <fx@gnu.org>
parents:
diff changeset
94 (put 'gnus-various 'custom-loads '("gnus-sum" "gnus"))
26963
f281dfbf8cd2 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 26724
diff changeset
95 (put 'elide-head 'custom-loads '("elide-head"))
25891
Dave Love <fx@gnu.org>
parents:
diff changeset
96 (put 'vhdl-compile 'custom-loads '("vhdl-mode"))
28523
47e1a131eef3 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 28292
diff changeset
97 (put 'ebrowse-tree 'custom-loads '("ebrowse"))
25891
Dave Love <fx@gnu.org>
parents:
diff changeset
98 (put 'font-lock-highlighting-faces 'custom-loads '("font-lock" "vhdl-mode"))
Dave Love <fx@gnu.org>
parents:
diff changeset
99 (put 'flyspell 'custom-loads '("flyspell"))
Dave Love <fx@gnu.org>
parents:
diff changeset
100 (put 'ange-ftp 'custom-loads '("ange-ftp"))
Dave Love <fx@gnu.org>
parents:
diff changeset
101 (put 'font-lock-extra-types 'custom-loads '("font-lock"))
27868
b5dc290eb929 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 27327
diff changeset
102 (put 'ebnf-shape 'custom-loads '("ebnf2ps"))
25891
Dave Love <fx@gnu.org>
parents:
diff changeset
103 (put 'minibuffer 'custom-loads '("simple" "complete" "icomplete"))
Dave Love <fx@gnu.org>
parents:
diff changeset
104 (put 'gnus-meta 'custom-loads '("gnus"))
Dave Love <fx@gnu.org>
parents:
diff changeset
105 (put 'mouse-sel 'custom-loads '("mouse-sel"))
Dave Love <fx@gnu.org>
parents:
diff changeset
106 (put 'sort 'custom-loads '("sort"))
26724
8dbcefccbde4 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 26411
diff changeset
107 (put 'antlr 'custom-loads '("antlr-mode"))
32367
7c181d033dae use lisp-mode-shared-map instead of shared-lisp-mode-map
Sam Steingold <sds@gnu.org>
parents: 31388
diff changeset
108 (put 'mail-source 'custom-loads '("mail-source"))
25891
Dave Love <fx@gnu.org>
parents:
diff changeset
109 (put 'trace 'custom-loads '("trace"))
Dave Love <fx@gnu.org>
parents:
diff changeset
110 (put 'gnus-article-washing 'custom-loads '("gnus-art"))
Dave Love <fx@gnu.org>
parents:
diff changeset
111 (put 'mh-hook 'custom-loads '("mh-e"))
Dave Love <fx@gnu.org>
parents:
diff changeset
112 (put 'yow 'custom-loads '("yow"))
Dave Love <fx@gnu.org>
parents:
diff changeset
113 (put 'reftex-defining-label-environments 'custom-loads '("reftex-vars"))
25998
b04d6e7e4790 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 25891
diff changeset
114 (put 'asm 'custom-loads '("asm-mode"))
25891
Dave Love <fx@gnu.org>
parents:
diff changeset
115 (put 'gnus-score-files 'custom-loads '("gnus-score" "gnus"))
Dave Love <fx@gnu.org>
parents:
diff changeset
116 (put 'mail-abbrev 'custom-loads '("mailabbrev"))
25998
b04d6e7e4790 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 25891
diff changeset
117 (put 'feedmail 'custom-loads '("feedmail"))
25891
Dave Love <fx@gnu.org>
parents:
diff changeset
118 (put 'gnus-agent 'custom-loads '("gnus-agent"))
Dave Love <fx@gnu.org>
parents:
diff changeset
119 (put 'message-news 'custom-loads '("message"))
30565
338238ca63ce *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 29505
diff changeset
120 (put 'eshell 'custom-loads '("esh-arg" "esh-cmd" "esh-ext" "esh-io" "esh-mode" "esh-module" "esh-opt" "esh-proc" "esh-test" "esh-util" "esh-var" "eshell"))
25891
Dave Love <fx@gnu.org>
parents:
diff changeset
121 (put 'bib 'custom-loads '("bib-mode"))
Dave Love <fx@gnu.org>
parents:
diff changeset
122 (put 'vhdl-align 'custom-loads '("vhdl-mode"))
Dave Love <fx@gnu.org>
parents:
diff changeset
123 (put 'iswitchb 'custom-loads '("iswitchb"))
Dave Love <fx@gnu.org>
parents:
diff changeset
124 (put 'custom-buffer 'custom-loads '("cus-edit"))
Dave Love <fx@gnu.org>
parents:
diff changeset
125 (put 'vhdl-header 'custom-loads '("vhdl-mode"))
30565
338238ca63ce *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 29505
diff changeset
126 (put 'eshell-cmd 'custom-loads '("esh-cmd"))
25891
Dave Love <fx@gnu.org>
parents:
diff changeset
127 (put 'tex-run 'custom-loads '("tex-mode"))
Dave Love <fx@gnu.org>
parents:
diff changeset
128 (put 'reftex-finding-files 'custom-loads '("reftex-vars"))
Dave Love <fx@gnu.org>
parents:
diff changeset
129 (put 'iso-acc 'custom-loads '("iso-acc"))
Dave Love <fx@gnu.org>
parents:
diff changeset
130 (put 'gnus-summary-pick 'custom-loads '("gnus-salt"))
Dave Love <fx@gnu.org>
parents:
diff changeset
131 (put 'gnus-thread 'custom-loads '("gnus-sum"))
28212
7252a5d43f22 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 28162
diff changeset
132 (put 'languages 'custom-loads '("cus-edit" "info-look" "ada-mode" "antlr-mode" "asm-mode" "cperl-mode" "dcl-mode" "delphi" "f90" "fortran" "hideshow" "icon" "idlwave" "m4-mode" "meta-mode" "modula2" "octave-mod" "pascal" "perl-mode" "prolog" "ps-mode" "sh-script" "simula" "tcl" "vhdl-mode" "sgml-mode"))
25891
Dave Love <fx@gnu.org>
parents:
diff changeset
133 (put 'reftex-miscellaneous-configurations 'custom-loads '("reftex-vars"))
27321
a9e8dcb78b6c *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 27016
diff changeset
134 (put 'pong 'custom-loads '("pong"))
25891
Dave Love <fx@gnu.org>
parents:
diff changeset
135 (put 'ediff-ptch 'custom-loads '("ediff-ptch"))
Dave Love <fx@gnu.org>
parents:
diff changeset
136 (put 'jka-compr 'custom-loads '("jka-compr"))
Dave Love <fx@gnu.org>
parents:
diff changeset
137 (put 'development 'custom-loads '("cus-edit"))
Dave Love <fx@gnu.org>
parents:
diff changeset
138 (put 'ediff 'custom-loads '("ediff-diff" "ediff-init" "ediff-mult" "ediff-ptch" "ediff-wind" "ediff"))
Dave Love <fx@gnu.org>
parents:
diff changeset
139 (put 'feedmail-spray 'custom-loads '("feedmail"))
27016
62cd5f1749cc *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 26963
diff changeset
140 (put 'idlwave-external-programs 'custom-loads '("idlwave"))
25891
Dave Love <fx@gnu.org>
parents:
diff changeset
141 (put 'strokes 'custom-loads '("strokes"))
36101
3fbc0a866e43 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 35744
diff changeset
142 (put 'mouse 'custom-loads '("faces" "mouse" "menu-bar" "avoid" "mouse-sel" "msb" "mwheel" "strokes" "tooltip" "goto-addr" "artist"))
25891
Dave Love <fx@gnu.org>
parents:
diff changeset
143 (put 'nnmail-various 'custom-loads '("nnmail"))
32367
7c181d033dae use lisp-mode-shared-map instead of shared-lisp-mode-map
Sam Steingold <sds@gnu.org>
parents: 31388
diff changeset
144 (put 'smiley 'custom-loads '("smiley-ems"))
7c181d033dae use lisp-mode-shared-map instead of shared-lisp-mode-map
Sam Steingold <sds@gnu.org>
parents: 31388
diff changeset
145 (put 'extensions 'custom-loads '("generic" "time-stamp" "wid-edit" "cust-print" "eldoc" "page-ext"))
27868
b5dc290eb929 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 27327
diff changeset
146 (put 'ebnf-displacement 'custom-loads '("ebnf2ps"))
25891
Dave Love <fx@gnu.org>
parents:
diff changeset
147 (put 'appt 'custom-loads '("appt"))
Dave Love <fx@gnu.org>
parents:
diff changeset
148 (put 'snmp 'custom-loads '("snmp-mode"))
Dave Love <fx@gnu.org>
parents:
diff changeset
149 (put 'speedbar-faces 'custom-loads '("speedbar" "vhdl-mode"))
27868
b5dc290eb929 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 27327
diff changeset
150 (put 'rmail 'custom-loads '("paths" "rmail" "undigest"))
26234
fb9f284267e7 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 25999
diff changeset
151 (put 'ps-print-n-up 'custom-loads '("ps-print"))
30565
338238ca63ce *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 29505
diff changeset
152 (put 'eshell-arg 'custom-loads '("esh-arg"))
26234
fb9f284267e7 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 25999
diff changeset
153 (put 'ps-print-printer 'custom-loads '("ps-print"))
25891
Dave Love <fx@gnu.org>
parents:
diff changeset
154 (put 'message-various 'custom-loads '("message"))
Dave Love <fx@gnu.org>
parents:
diff changeset
155 (put 'term 'custom-loads '("terminal" "term"))
Dave Love <fx@gnu.org>
parents:
diff changeset
156 (put 'gnus-summary-exit 'custom-loads '("gnus-sum" "gnus"))
33357
482cbaef2af5 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 33033
diff changeset
157 (put 'news 'custom-loads '("gnus" "mm-decode" "message" "supercite"))
25998
b04d6e7e4790 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 25891
diff changeset
158 (put 'ada 'custom-loads '("ada-mode" "ada-xref"))
32367
7c181d033dae use lisp-mode-shared-map instead of shared-lisp-mode-map
Sam Steingold <sds@gnu.org>
parents: 31388
diff changeset
159 (put 'gnus 'custom-loads '("gnus-art" "gnus-async" "gnus-demon" "gnus-dup" "gnus-eform" "gnus-undo" "gnus-uu" "gnus-win" "gnus" "mail-source" "nnmail" "rfc1843"))
25891
Dave Love <fx@gnu.org>
parents:
diff changeset
160 (put 'cperl-affected-by-hairy 'custom-loads '("cperl-mode"))
27321
a9e8dcb78b6c *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 27016
diff changeset
161 (put 'eudc-ldap 'custom-loads '("eudc-vars"))
25891
Dave Love <fx@gnu.org>
parents:
diff changeset
162 (put 'reftex-making-and-inserting-labels 'custom-loads '("reftex-vars"))
Dave Love <fx@gnu.org>
parents:
diff changeset
163 (put 'calendar-hooks 'custom-loads '("calendar"))
Dave Love <fx@gnu.org>
parents:
diff changeset
164 (put 'mailalias 'custom-loads '("mailalias"))
27868
b5dc290eb929 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 27327
diff changeset
165 (put 'frames 'custom-loads '("frame" "faces" "scroll-bar" "menu-bar" "desktop" "ediff-wind" "imenu" "rsz-mini" "two-column"))
25891
Dave Love <fx@gnu.org>
parents:
diff changeset
166 (put 'gnus-server 'custom-loads '("gnus"))
Dave Love <fx@gnu.org>
parents:
diff changeset
167 (put 'paren-showing 'custom-loads '("paren"))
Dave Love <fx@gnu.org>
parents:
diff changeset
168 (put 'dos-fns 'custom-loads '("dos-vars"))
Dave Love <fx@gnu.org>
parents:
diff changeset
169 (put 'display-time 'custom-loads '("time"))
33357
482cbaef2af5 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 33033
diff changeset
170 (put 'multimedia 'custom-loads '("image" "gnus-audio" "mm-decode"))
25891
Dave Love <fx@gnu.org>
parents:
diff changeset
171 (put 'reftex 'custom-loads '("reftex-vars"))
Dave Love <fx@gnu.org>
parents:
diff changeset
172 (put 'makemode 'custom-loads '("make-mode"))
Dave Love <fx@gnu.org>
parents:
diff changeset
173 (put 'hexl 'custom-loads '("hexl"))
Dave Love <fx@gnu.org>
parents:
diff changeset
174 (put 'gnus-summary-visual 'custom-loads '("gnus-sum" "gnus"))
27321
a9e8dcb78b6c *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 27016
diff changeset
175 (put 'eudc-ph 'custom-loads '("eudc-vars"))
25891
Dave Love <fx@gnu.org>
parents:
diff changeset
176 (put 'gnus-group-listing 'custom-loads '("gnus-group"))
Dave Love <fx@gnu.org>
parents:
diff changeset
177 (put 'rmail-reply 'custom-loads '("rmail"))
Dave Love <fx@gnu.org>
parents:
diff changeset
178 (put 'gnus-score 'custom-loads '("gnus-nocem" "gnus"))
Dave Love <fx@gnu.org>
parents:
diff changeset
179 (put 'gnus-group-select 'custom-loads '("gnus-sum" "gnus"))
Dave Love <fx@gnu.org>
parents:
diff changeset
180 (put 'archive-lzh 'custom-loads '("arc-mode"))
30565
338238ca63ce *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 29505
diff changeset
181 (put 'eshell-prompt 'custom-loads '("em-prompt"))
25891
Dave Love <fx@gnu.org>
parents:
diff changeset
182 (put 'vhdl-sequential-process 'custom-loads '("vhdl-mode"))
Dave Love <fx@gnu.org>
parents:
diff changeset
183 (put 'simula 'custom-loads '("simula"))
Dave Love <fx@gnu.org>
parents:
diff changeset
184 (put 'vhdl-comment 'custom-loads '("vhdl-mode"))
Dave Love <fx@gnu.org>
parents:
diff changeset
185 (put 'message-buffers 'custom-loads '("message"))
Dave Love <fx@gnu.org>
parents:
diff changeset
186 (put '5x5 'custom-loads '("5x5"))
Dave Love <fx@gnu.org>
parents:
diff changeset
187 (put 'generic 'custom-loads '("generic-x" "generic"))
Dave Love <fx@gnu.org>
parents:
diff changeset
188 (put 'docs 'custom-loads '("info" "makeinfo" "texinfo"))
Dave Love <fx@gnu.org>
parents:
diff changeset
189 (put 'indent 'custom-loads '("indent"))
30565
338238ca63ce *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 29505
diff changeset
190 (put 'eshell-alias 'custom-loads '("em-alias"))
25891
Dave Love <fx@gnu.org>
parents:
diff changeset
191 (put 'enriched 'custom-loads '("enriched"))
Dave Love <fx@gnu.org>
parents:
diff changeset
192 (put 'gnus-threading 'custom-loads '("gnus-sum"))
25998
b04d6e7e4790 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 25891
diff changeset
193 (put 'hide-ifdef 'custom-loads '("hideif"))
25891
Dave Love <fx@gnu.org>
parents:
diff changeset
194 (put 'vip 'custom-loads '("vip"))
26963
f281dfbf8cd2 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 26724
diff changeset
195 (put 'smerge 'custom-loads '("smerge-mode"))
25891
Dave Love <fx@gnu.org>
parents:
diff changeset
196 (put 'spell 'custom-loads '("spell"))
32367
7c181d033dae use lisp-mode-shared-map instead of shared-lisp-mode-map
Sam Steingold <sds@gnu.org>
parents: 31388
diff changeset
197 (put 'electric-help 'custom-loads '("ehelp"))
27327
c7597f93c50d *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 27321
diff changeset
198 (put 'align 'custom-loads '("align"))
25891
Dave Love <fx@gnu.org>
parents:
diff changeset
199 (put 'rmail-headers 'custom-loads '("rmail"))
31388
c0199a9a07fa *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 30565
diff changeset
200 (put 'timeclock 'custom-loads '("timeclock"))
25891
Dave Love <fx@gnu.org>
parents:
diff changeset
201 (put 'gnus-score-decay 'custom-loads '("gnus-score"))
27321
a9e8dcb78b6c *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 27016
diff changeset
202 (put 'idlwave-shell-initial-commands 'custom-loads '("idlw-shell"))
26234
fb9f284267e7 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 25999
diff changeset
203 (put 'tildify 'custom-loads '("tildify"))
25891
Dave Love <fx@gnu.org>
parents:
diff changeset
204 (put 'cperl-autoinsert-details 'custom-loads '("cperl-mode"))
32367
7c181d033dae use lisp-mode-shared-map instead of shared-lisp-mode-map
Sam Steingold <sds@gnu.org>
parents: 31388
diff changeset
205 (put 'help 'custom-loads '("help-macro" "help" "apropos" "cus-edit" "ehelp" "info-look" "info" "man" "tooltip" "woman"))
25891
Dave Love <fx@gnu.org>
parents:
diff changeset
206 (put 'forms 'custom-loads '("forms"))
Dave Love <fx@gnu.org>
parents:
diff changeset
207 (put 'widget-documentation 'custom-loads '("wid-edit"))
30565
338238ca63ce *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 29505
diff changeset
208 (put 'eshell-banner 'custom-loads '("em-banner"))
34166
c073ad4159fd *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 33357
diff changeset
209 (put 'artist 'custom-loads '("artist"))
25891
Dave Love <fx@gnu.org>
parents:
diff changeset
210 (put 'gnus-score-various 'custom-loads '("gnus-score" "gnus"))
Dave Love <fx@gnu.org>
parents:
diff changeset
211 (put 'cperl-faces 'custom-loads '("cperl-mode"))
Dave Love <fx@gnu.org>
parents:
diff changeset
212 (put 'goto-address 'custom-loads '("goto-addr"))
Dave Love <fx@gnu.org>
parents:
diff changeset
213 (put 'gnus-nocem 'custom-loads '("gnus-nocem"))
Dave Love <fx@gnu.org>
parents:
diff changeset
214 (put 'gnus-group-visual 'custom-loads '("gnus-group" "gnus"))
Dave Love <fx@gnu.org>
parents:
diff changeset
215 (put 'paren-matching 'custom-loads '("simple" "paren"))
33357
482cbaef2af5 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 33033
diff changeset
216 (put 'font-lock 'custom-loads '("frame" "faces" "font-lock"))
25891
Dave Love <fx@gnu.org>
parents:
diff changeset
217 (put 'auto-save 'custom-loads '("files" "startup"))
Dave Love <fx@gnu.org>
parents:
diff changeset
218 (put 'tpu 'custom-loads '("tpu-edt" "tpu-extras"))
35668
255153b4edca *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 35411
diff changeset
219 (put 'gnus-cite 'custom-loads '("gnus-cite"))
35411
be20c22dc16d 2001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents: 35196
diff changeset
220 (put 'viper-hooks 'custom-loads '("viper-init"))
25891
Dave Love <fx@gnu.org>
parents:
diff changeset
221 (put 'gnus-demon 'custom-loads '("gnus-demon"))
Dave Love <fx@gnu.org>
parents:
diff changeset
222 (put 'reftex-optimizations-for-large-documents 'custom-loads '("reftex-vars"))
Dave Love <fx@gnu.org>
parents:
diff changeset
223 (put 'viper-misc 'custom-loads '("viper-cmd" "viper-init" "viper"))
Dave Love <fx@gnu.org>
parents:
diff changeset
224 (put 'tmm 'custom-loads '("tmm"))
Dave Love <fx@gnu.org>
parents:
diff changeset
225 (put 'gnus-message 'custom-loads '("message" "gnus"))
Dave Love <fx@gnu.org>
parents:
diff changeset
226 (put 'mh-buffer 'custom-loads '("mh-utils"))
Dave Love <fx@gnu.org>
parents:
diff changeset
227 (put 'feedmail-queue 'custom-loads '("feedmail"))
27016
62cd5f1749cc *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 26963
diff changeset
228 (put 'idlwave-misc 'custom-loads '("idlwave"))
33357
482cbaef2af5 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 33033
diff changeset
229 (put 'cmuscheme 'custom-loads '("cmuscheme"))
32367
7c181d033dae use lisp-mode-shared-map instead of shared-lisp-mode-map
Sam Steingold <sds@gnu.org>
parents: 31388
diff changeset
230 (put 'ansi-colors 'custom-loads '("ansi-color"))
25891
Dave Love <fx@gnu.org>
parents:
diff changeset
231 (put 'file-cache 'custom-loads '("filecache"))
Dave Love <fx@gnu.org>
parents:
diff changeset
232 (put 'uce 'custom-loads '("uce"))
35196
eb8cfdc5cabf *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 34166
diff changeset
233 (put 'starttls 'custom-loads '("starttls"))
25891
Dave Love <fx@gnu.org>
parents:
diff changeset
234 (put 'boolean 'custom-loads '("bookmark"))
Dave Love <fx@gnu.org>
parents:
diff changeset
235 (put 'backup 'custom-loads '("files"))
Dave Love <fx@gnu.org>
parents:
diff changeset
236 (put 'matching 'custom-loads '("simple" "isearch" "replace" "bookmark" "completion" "ffap" "imenu"))
Dave Love <fx@gnu.org>
parents:
diff changeset
237 (put 'custom-faces 'custom-loads '("cus-edit"))
Dave Love <fx@gnu.org>
parents:
diff changeset
238 (put 'smtpmail 'custom-loads '("smtpmail"))
27868
b5dc290eb929 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 27327
diff changeset
239 (put 'ebnf-syntatic 'custom-loads '("ebnf2ps"))
25891
Dave Love <fx@gnu.org>
parents:
diff changeset
240 (put 'lisp-indent 'custom-loads '("cl-indent"))
Dave Love <fx@gnu.org>
parents:
diff changeset
241 (put 'midnight 'custom-loads '("midnight"))
Dave Love <fx@gnu.org>
parents:
diff changeset
242 (put 'tex 'custom-loads '("bibtex" "reftex-vars" "tex-mode"))
25998
b04d6e7e4790 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 25891
diff changeset
243 (put 'cperl-indentation-details 'custom-loads '("cperl-mode"))
25891
Dave Love <fx@gnu.org>
parents:
diff changeset
244 (put 'mail-extr 'custom-loads '("mail-extr"))
Dave Love <fx@gnu.org>
parents:
diff changeset
245 (put 'double 'custom-loads '("double"))
Dave Love <fx@gnu.org>
parents:
diff changeset
246 (put 'imenu 'custom-loads '("imenu"))
30565
338238ca63ce *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 29505
diff changeset
247 (put 'eshell-var 'custom-loads '("esh-var"))
25891
Dave Love <fx@gnu.org>
parents:
diff changeset
248 (put 'scribe 'custom-loads '("scribe"))
30565
338238ca63ce *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 29505
diff changeset
249 (put 'eshell-smart 'custom-loads '("em-smart"))
25891
Dave Love <fx@gnu.org>
parents:
diff changeset
250 (put 'server 'custom-loads '("server"))
27321
a9e8dcb78b6c *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 27016
diff changeset
251 (put 'idlwave-shell-highlighting-and-faces 'custom-loads '("idlw-shell"))
25891
Dave Love <fx@gnu.org>
parents:
diff changeset
252 (put 'tcl 'custom-loads '("tcl"))
Dave Love <fx@gnu.org>
parents:
diff changeset
253 (put 'vhdl-print 'custom-loads '("vhdl-mode"))
34166
c073ad4159fd *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 33357
diff changeset
254 (put 'artist-text 'custom-loads '("artist"))
25891
Dave Love <fx@gnu.org>
parents:
diff changeset
255 (put 'gnus-summary-tree 'custom-loads '("gnus-salt"))
Dave Love <fx@gnu.org>
parents:
diff changeset
256 (put 'tar 'custom-loads '("tar-mode"))
Dave Love <fx@gnu.org>
parents:
diff changeset
257 (put 'archive 'custom-loads '("arc-mode"))
25998
b04d6e7e4790 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 25891
diff changeset
258 (put 'PostScript-interaction 'custom-loads '("ps-mode"))
27016
62cd5f1749cc *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 26963
diff changeset
259 (put 'idlwave-abbrev-and-indent-action 'custom-loads '("idlwave"))
25891
Dave Love <fx@gnu.org>
parents:
diff changeset
260 (put 'ps-print 'custom-loads '("ps-print"))
26724
8dbcefccbde4 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 26411
diff changeset
261 (put 'view 'custom-loads '("view" "calendar"))
26963
f281dfbf8cd2 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 26724
diff changeset
262 (put 'cwarn 'custom-loads '("cwarn"))
25891
Dave Love <fx@gnu.org>
parents:
diff changeset
263 (put 'gnus-score-default 'custom-loads '("gnus-score" "gnus-sum"))
27868
b5dc290eb929 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 27327
diff changeset
264 (put 'ebnf-except 'custom-loads '("ebnf2ps"))
25891
Dave Love <fx@gnu.org>
parents:
diff changeset
265 (put 'nnmail-duplicate 'custom-loads '("nnmail"))
Dave Love <fx@gnu.org>
parents:
diff changeset
266 (put 'handwrite 'custom-loads '("handwrite"))
Dave Love <fx@gnu.org>
parents:
diff changeset
267 (put 'tags 'custom-loads '("speedbar"))
30565
338238ca63ce *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 29505
diff changeset
268 (put 'eshell-proc 'custom-loads '("esh-proc"))
25891
Dave Love <fx@gnu.org>
parents:
diff changeset
269 (put 'custom-browse 'custom-loads '("cus-edit"))
34166
c073ad4159fd *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 33357
diff changeset
270 (put 'mime 'custom-loads '("mailcap" "mm-bodies"))
25891
Dave Love <fx@gnu.org>
parents:
diff changeset
271 (put 'generic-x 'custom-loads '("generic-x"))
Dave Love <fx@gnu.org>
parents:
diff changeset
272 (put 'partial-completion 'custom-loads '("complete"))
Dave Love <fx@gnu.org>
parents:
diff changeset
273 (put 'whitespace 'custom-loads '("whitespace"))
35668
255153b4edca *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 35411
diff changeset
274 (put 'maint 'custom-loads '("gulp" "lisp-mnt" "emacsbug"))
25998
b04d6e7e4790 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 25891
diff changeset
275 (put 'pages 'custom-loads '("page-ext"))
25891
Dave Love <fx@gnu.org>
parents:
diff changeset
276 (put 'message-interface 'custom-loads '("message"))
Dave Love <fx@gnu.org>
parents:
diff changeset
277 (put 'diary 'custom-loads '("calendar" "diary-lib"))
Dave Love <fx@gnu.org>
parents:
diff changeset
278 (put 'custom-magic-faces 'custom-loads '("cus-edit"))
Dave Love <fx@gnu.org>
parents:
diff changeset
279 (put 'emacsbug 'custom-loads '("emacsbug"))
Dave Love <fx@gnu.org>
parents:
diff changeset
280 (put 'mh-compose 'custom-loads '("mh-comp"))
Dave Love <fx@gnu.org>
parents:
diff changeset
281 (put 'tex-view 'custom-loads '("tex-mode"))
Dave Love <fx@gnu.org>
parents:
diff changeset
282 (put 'nnmail-files 'custom-loads '("nnmail"))
Dave Love <fx@gnu.org>
parents:
diff changeset
283 (put 'gnus-edit-form 'custom-loads '("gnus-eform"))
33357
482cbaef2af5 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 33033
diff changeset
284 (put 'gnus-audio 'custom-loads '("gnus-audio"))
25891
Dave Love <fx@gnu.org>
parents:
diff changeset
285 (put 'modula2 'custom-loads '("modula2"))
Dave Love <fx@gnu.org>
parents:
diff changeset
286 (put 'ps-print-color 'custom-loads '("ps-print"))
35411
be20c22dc16d 2001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents: 35196
diff changeset
287 (put 'emacs 'custom-loads '("files" "cus-edit" "ebnf2ps"))
25891
Dave Love <fx@gnu.org>
parents:
diff changeset
288 (put 'comint 'custom-loads '("comint"))
Dave Love <fx@gnu.org>
parents:
diff changeset
289 (put 'isearch 'custom-loads '("isearch"))
Dave Love <fx@gnu.org>
parents:
diff changeset
290 (put 'reftex-fontification-configurations 'custom-loads '("reftex-vars"))
Dave Love <fx@gnu.org>
parents:
diff changeset
291 (put 'auto-insert 'custom-loads '("autoinsert"))
Dave Love <fx@gnu.org>
parents:
diff changeset
292 (put 'abbrev 'custom-loads '("files" "cus-edit" "dabbrev" "expand" "hippie-exp" "quickurl"))
Dave Love <fx@gnu.org>
parents:
diff changeset
293 (put 'ediff-merge 'custom-loads '("ediff-init" "ediff-merg"))
25998
b04d6e7e4790 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 25891
diff changeset
294 (put 'vhdl 'custom-loads '("vhdl-mode"))
25891
Dave Love <fx@gnu.org>
parents:
diff changeset
295 (put 'gnus-summary-mail 'custom-loads '("gnus-sum"))
27868
b5dc290eb929 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 27327
diff changeset
296 (put 'ebnf-optimization 'custom-loads '("ebnf2ps"))
25891
Dave Love <fx@gnu.org>
parents:
diff changeset
297 (put 'apropos 'custom-loads '("apropos"))
Dave Love <fx@gnu.org>
parents:
diff changeset
298 (put 'gomoku 'custom-loads '("gomoku"))
30565
338238ca63ce *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 29505
diff changeset
299 (put 'eshell-pred 'custom-loads '("em-pred"))
36101
3fbc0a866e43 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 35744
diff changeset
300 (put 'tools 'custom-loads '("add-log" "calculator" "compare-w" "diff-mode" "diff" "ediff" "elide-head" "emerge" "gud" "pcvs-defs" "smerge-mode" "speedbar" "tempo" "tooltip" "vc" "which-func" "rcompile" "copyright" "compile" "ebrowse" "etags" "glasses" "make-mode"))
25891
Dave Love <fx@gnu.org>
parents:
diff changeset
301 (put 'gnus-topic 'custom-loads '("gnus-topic"))
Dave Love <fx@gnu.org>
parents:
diff changeset
302 (put 'sgml 'custom-loads '("sgml-mode"))
35196
eb8cfdc5cabf *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 34166
diff changeset
303 (put 'keyboard 'custom-loads '("mule" "chistory" "type-break"))
33357
482cbaef2af5 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 33033
diff changeset
304 (put 'isearch-faces 'custom-loads '("isearch"))
482cbaef2af5 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 33033
diff changeset
305 (put 'eshell-hist 'custom-loads '("em-hist"))
33033
b440b63b45d0 bogus commit
Kai Großjohann <kgrossjo@eu.uu.net>
parents: 33032
diff changeset
306 (put 'viper-mouse 'custom-loads '("viper-mous"))
25891
Dave Love <fx@gnu.org>
parents:
diff changeset
307 (put 'ps-print-horizontal 'custom-loads '("ps-print"))
29505
ca9466e54ffe *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 28764
diff changeset
308 (put 'woman 'custom-loads '("woman"))
25891
Dave Love <fx@gnu.org>
parents:
diff changeset
309 (put 'decipher 'custom-loads '("decipher"))
30565
338238ca63ce *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 29505
diff changeset
310 (put 'pcmpl-gnu 'custom-loads '("pcmpl-gnu"))
25891
Dave Love <fx@gnu.org>
parents:
diff changeset
311 (put 'ps-print-face 'custom-loads '("ps-print"))
Dave Love <fx@gnu.org>
parents:
diff changeset
312 (put 'rmail-summary 'custom-loads '("rmail" "rmailsum"))
Dave Love <fx@gnu.org>
parents:
diff changeset
313 (put 'metamail 'custom-loads '("metamail"))
Dave Love <fx@gnu.org>
parents:
diff changeset
314 (put 'winner 'custom-loads '("winner"))
28523
47e1a131eef3 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 28292
diff changeset
315 (put 'ebrowse-faces 'custom-loads '("ebrowse"))
32367
7c181d033dae use lisp-mode-shared-map instead of shared-lisp-mode-map
Sam Steingold <sds@gnu.org>
parents: 31388
diff changeset
316 (put 'wp 'custom-loads '("view" "cus-edit" "enriched" "lpr" "ps-print" "ebnf2ps" "bib-mode" "nroff-mode" "refbib" "refer" "scribe" "tildify"))
25891
Dave Love <fx@gnu.org>
parents:
diff changeset
317 (put 'reftex-citation-support 'custom-loads '("reftex-vars"))
Dave Love <fx@gnu.org>
parents:
diff changeset
318 (put 'gnus-summary-choose 'custom-loads '("gnus-sum"))
Dave Love <fx@gnu.org>
parents:
diff changeset
319 (put 'widget-browse 'custom-loads '("wid-browse"))
Dave Love <fx@gnu.org>
parents:
diff changeset
320 (put 'feedmail-misc 'custom-loads '("feedmail"))
26234
fb9f284267e7 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 25999
diff changeset
321 (put 'diff 'custom-loads '("diff-mode" "diff"))
36101
3fbc0a866e43 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 35744
diff changeset
322 (put 'unix 'custom-loads '("gud" "shell" "term" "rlogin" "sh-script"))
25891
Dave Love <fx@gnu.org>
parents:
diff changeset
323 (put 'external 'custom-loads '("bib-mode" "cus-edit" "locate" "server"))
33357
482cbaef2af5 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 33033
diff changeset
324 (put 'vc 'custom-loads '("files" "vc-hooks" "log-edit" "vc-cvs" "vc-rcs" "vc-sccs" "vc"))
25891
Dave Love <fx@gnu.org>
parents:
diff changeset
325 (put 'vhdl-highlight-faces 'custom-loads '("vhdl-mode"))
Dave Love <fx@gnu.org>
parents:
diff changeset
326 (put 'which-func 'custom-loads '("which-func"))
Dave Love <fx@gnu.org>
parents:
diff changeset
327 (put 'pc-select 'custom-loads '("pc-select"))
32367
7c181d033dae use lisp-mode-shared-map instead of shared-lisp-mode-map
Sam Steingold <sds@gnu.org>
parents: 31388
diff changeset
328 (put 'i18n 'custom-loads '("ccl" "cus-edit" "double" "iso-acc" "iso-ascii" "latin1-disp" "ogonek"))
25891
Dave Love <fx@gnu.org>
parents:
diff changeset
329 (put 'sh 'custom-loads '("sh-script"))
Dave Love <fx@gnu.org>
parents:
diff changeset
330 (put 'message-headers 'custom-loads '("message"))
27016
62cd5f1749cc *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 26963
diff changeset
331 (put 'idlwave-code-formatting 'custom-loads '("idlwave"))
25998
b04d6e7e4790 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 25891
diff changeset
332 (put 'basic-faces 'custom-loads '("faces" "frame"))
25891
Dave Love <fx@gnu.org>
parents:
diff changeset
333 (put 'net-utils 'custom-loads '("net-utils"))
33357
482cbaef2af5 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 33033
diff changeset
334 (put 'columns 'custom-loads '("delim-col"))
25891
Dave Love <fx@gnu.org>
parents:
diff changeset
335 (put 'facemenu 'custom-loads '("facemenu"))
Dave Love <fx@gnu.org>
parents:
diff changeset
336 (put 'pp 'custom-loads '("pp"))
Dave Love <fx@gnu.org>
parents:
diff changeset
337 (put 'two-column 'custom-loads '("two-column"))
28162
fcaa686e3b46 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 28077
diff changeset
338 (put 'log-edit 'custom-loads '("log-edit"))
25891
Dave Love <fx@gnu.org>
parents:
diff changeset
339 (put 'message-forwarding 'custom-loads '("message"))
Dave Love <fx@gnu.org>
parents:
diff changeset
340 (put 'message-faces 'custom-loads '("message"))
Dave Love <fx@gnu.org>
parents:
diff changeset
341 (put 'environment 'custom-loads '("cus-edit" "dired" "faces" "dos-vars"))
Dave Love <fx@gnu.org>
parents:
diff changeset
342 (put 'perl 'custom-loads '("perl-mode"))
Dave Love <fx@gnu.org>
parents:
diff changeset
343 (put 'vhdl-port 'custom-loads '("vhdl-mode"))
32367
7c181d033dae use lisp-mode-shared-map instead of shared-lisp-mode-map
Sam Steingold <sds@gnu.org>
parents: 31388
diff changeset
344 (put 'gnus-charset 'custom-loads '("gnus-group" "gnus-msg" "gnus-sum" "gnus"))
27868
b5dc290eb929 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 27327
diff changeset
345 (put 'calculator 'custom-loads '("calculator"))
25891
Dave Love <fx@gnu.org>
parents:
diff changeset
346 (put 'custom-menu 'custom-loads '("cus-edit"))
28212
7252a5d43f22 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 28162
diff changeset
347 (put 'comm 'custom-loads '("eudc-vars" "ldap" "net-utils"))
25891
Dave Love <fx@gnu.org>
parents:
diff changeset
348 (put 'type-break 'custom-loads '("type-break"))
Dave Love <fx@gnu.org>
parents:
diff changeset
349 (put 'mh 'custom-loads '("mh-comp" "mh-e" "mh-utils"))
33357
482cbaef2af5 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 33033
diff changeset
350 (put 'convenience 'custom-loads '("abbrev" "autoinsert" "autorevert" "bs" "calculator" "complete" "completion" "dabbrev" "ffap" "filecache" "follow" "hippie-exp" "imenu" "iswitchb" "repeat" "speedbar" "whitespace" "windmove" "pc-select"))
25891
Dave Love <fx@gnu.org>
parents:
diff changeset
351 (put 'lm 'custom-loads '("landmark"))
27016
62cd5f1749cc *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 26963
diff changeset
352 (put 'idlwave-routine-info 'custom-loads '("idlwave"))
25891
Dave Love <fx@gnu.org>
parents:
diff changeset
353 (put 'm4 'custom-loads '("m4-mode"))
32367
7c181d033dae use lisp-mode-shared-map instead of shared-lisp-mode-map
Sam Steingold <sds@gnu.org>
parents: 31388
diff changeset
354 (put 'gnus-article-mime 'custom-loads '("gnus-art" "mm-uu"))
25891
Dave Love <fx@gnu.org>
parents:
diff changeset
355 (put 'emulations 'custom-loads '("crisp" "tpu-edt" "vip" "viper"))
Dave Love <fx@gnu.org>
parents:
diff changeset
356 (put 'compression 'custom-loads '("jka-compr"))
27321
a9e8dcb78b6c *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 27016
diff changeset
357 (put 'games 'custom-loads '("5x5" "bruce" "decipher" "dunnet" "fortune" "gametree" "gomoku" "handwrite" "hanoi" "landmark" "mpuz" "pong" "solitaire" "spook" "yow"))
25891
Dave Love <fx@gnu.org>
parents:
diff changeset
358 (put 'nnmail-retrieve 'custom-loads '("nnmail"))
Dave Love <fx@gnu.org>
parents:
diff changeset
359 (put 'gnus-duplicate 'custom-loads '("gnus-dup"))
Dave Love <fx@gnu.org>
parents:
diff changeset
360 (put 'find-function 'custom-loads '("find-func"))
27868
b5dc290eb929 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 27327
diff changeset
361 (put 'menu 'custom-loads '("faces" "tmm" "easymenu"))
30565
338238ca63ce *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 29505
diff changeset
362 (put 'eshell-test 'custom-loads '("esh-test"))
25891
Dave Love <fx@gnu.org>
parents:
diff changeset
363 (put 'vhdl-highlight 'custom-loads '("vhdl-mode"))
Dave Love <fx@gnu.org>
parents:
diff changeset
364 (put 'widgets 'custom-loads '("wid-browse" "wid-edit"))
28162
fcaa686e3b46 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 28077
diff changeset
365 (put 'log-view 'custom-loads '("log-view"))
25998
b04d6e7e4790 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 25891
diff changeset
366 (put 'PostScript 'custom-loads '("ps-mode"))
25891
Dave Love <fx@gnu.org>
parents:
diff changeset
367 (put 'abbrev-mode 'custom-loads '("abbrev" "cus-edit" "mailabbrev"))
36101
3fbc0a866e43 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 35744
diff changeset
368 (put 'earcon 'custom-loads '("earcon"))
33357
482cbaef2af5 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 33033
diff changeset
369 (put 'eshell-term 'custom-loads '("em-term"))
25891
Dave Love <fx@gnu.org>
parents:
diff changeset
370 (put 'feedmail-headers 'custom-loads '("feedmail"))
36101
3fbc0a866e43 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 35744
diff changeset
371 (put 'hypermedia 'custom-loads '("wid-edit" "browse-url" "goto-addr" "metamail"))
33357
482cbaef2af5 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 33033
diff changeset
372 (put 'image 'custom-loads '("image-file"))
25891
Dave Love <fx@gnu.org>
parents:
diff changeset
373 (put 'ff 'custom-loads '("find-file"))
Dave Love <fx@gnu.org>
parents:
diff changeset
374 (put 'prolog 'custom-loads '("prolog"))
Dave Love <fx@gnu.org>
parents:
diff changeset
375 (put 'follow 'custom-loads '("follow"))
Dave Love <fx@gnu.org>
parents:
diff changeset
376 (put 'info 'custom-loads '("info"))
Dave Love <fx@gnu.org>
parents:
diff changeset
377 (put 'battery 'custom-loads '("battery"))
Dave Love <fx@gnu.org>
parents:
diff changeset
378 (put 'texinfo 'custom-loads '("texinfo"))
Dave Love <fx@gnu.org>
parents:
diff changeset
379 (put 'dired-mark 'custom-loads '("dired"))
Dave Love <fx@gnu.org>
parents:
diff changeset
380 (put 'lazy-lock 'custom-loads '("lazy-lock"))
Dave Love <fx@gnu.org>
parents:
diff changeset
381 (put 'makeinfo 'custom-loads '("makeinfo"))
Dave Love <fx@gnu.org>
parents:
diff changeset
382 (put 'supercite-cite 'custom-loads '("supercite"))
Dave Love <fx@gnu.org>
parents:
diff changeset
383 (put 'speedbar-vc 'custom-loads '("speedbar"))
Dave Love <fx@gnu.org>
parents:
diff changeset
384 (put 'jit-lock 'custom-loads '("jit-lock"))
Dave Love <fx@gnu.org>
parents:
diff changeset
385 (put 'save-place 'custom-loads '("saveplace"))
27016
62cd5f1749cc *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 26963
diff changeset
386 (put 'bs 'custom-loads '("bs"))
25891
Dave Love <fx@gnu.org>
parents:
diff changeset
387 (put 'eldoc 'custom-loads '("eldoc"))
Dave Love <fx@gnu.org>
parents:
diff changeset
388 (put 'change-log 'custom-loads '("add-log"))
Dave Love <fx@gnu.org>
parents:
diff changeset
389 (put 'gnus-group-levels 'custom-loads '("gnus-group" "gnus-start" "gnus"))
Dave Love <fx@gnu.org>
parents:
diff changeset
390 (put 'cperl 'custom-loads '("cperl-mode"))
34166
c073ad4159fd *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 33357
diff changeset
391 (put 'bs-appearance 'custom-loads '("bs"))
30565
338238ca63ce *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 29505
diff changeset
392 (put 'pcmpl-cvs 'custom-loads '("pcmpl-cvs"))
338238ca63ce *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 29505
diff changeset
393 (put 'eshell-mode 'custom-loads '("esh-mode"))
35196
eb8cfdc5cabf *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 34166
diff changeset
394 (put 'files 'custom-loads '("mule" "files" "autoinsert" "autorevert" "cus-edit" "filecache" "recentf" "shadow" "ange-ftp"))
28162
fcaa686e3b46 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 28077
diff changeset
395 (put 'pcl-cvs 'custom-loads '("cvs-status" "log-edit" "log-view" "pcvs-defs" "pcvs-info" "pcvs-parse" "pcvs"))
25891
Dave Love <fx@gnu.org>
parents:
diff changeset
396 (put 'rmail-files 'custom-loads '("rmail"))
Dave Love <fx@gnu.org>
parents:
diff changeset
397 (put 'gnus-summary-format 'custom-loads '("gnus-sum" "gnus"))
27868
b5dc290eb929 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 27327
diff changeset
398 (put 'windmove 'custom-loads '("windmove"))
25891
Dave Love <fx@gnu.org>
parents:
diff changeset
399 (put 'terminals 'custom-loads '("terminal"))
Dave Love <fx@gnu.org>
parents:
diff changeset
400 (put 'avoid 'custom-loads '("avoid"))
Dave Love <fx@gnu.org>
parents:
diff changeset
401 (put 'compare-w 'custom-loads '("compare-w"))
25998
b04d6e7e4790 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 25891
diff changeset
402 (put 'sh-indentation 'custom-loads '("sh-script"))
27868
b5dc290eb929 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 27327
diff changeset
403 (put 'ebnf-production 'custom-loads '("ebnf2ps"))
25891
Dave Love <fx@gnu.org>
parents:
diff changeset
404 (put 'gnus-files 'custom-loads '("gnus" "nnmail"))
Dave Love <fx@gnu.org>
parents:
diff changeset
405 (put 'gnus-windows 'custom-loads '("gnus-win"))
25998
b04d6e7e4790 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 25891
diff changeset
406 (put 'reftex-label-support 'custom-loads '("reftex-vars"))
25891
Dave Love <fx@gnu.org>
parents:
diff changeset
407 (put 'gnus-article-buttons 'custom-loads '("gnus-art"))
36101
3fbc0a866e43 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 35744
diff changeset
408 (put 'old-c 'custom-loads '("c-mode" "cc-vars"))
25891
Dave Love <fx@gnu.org>
parents:
diff changeset
409 (put 'gnus-summary 'custom-loads '("gnus-sum" "gnus"))
Dave Love <fx@gnu.org>
parents:
diff changeset
410 (put 'compilation 'custom-loads '("compile"))
Dave Love <fx@gnu.org>
parents:
diff changeset
411 (put 'ediff-highlighting 'custom-loads '("ediff-init"))
35196
eb8cfdc5cabf *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 34166
diff changeset
412 (put 'idlwave-shell-general-setup 'custom-loads '("idlw-shell" "idlwave"))
25891
Dave Love <fx@gnu.org>
parents:
diff changeset
413 (put 'xscheme 'custom-loads '("xscheme"))
Dave Love <fx@gnu.org>
parents:
diff changeset
414 (put 'checkdoc 'custom-loads '("checkdoc"))
Dave Love <fx@gnu.org>
parents:
diff changeset
415 (put 'gnus-article-hiding 'custom-loads '("gnus-art" "gnus-sum"))
Dave Love <fx@gnu.org>
parents:
diff changeset
416 (put 'vhdl-mode 'custom-loads '("vhdl-mode"))
Dave Love <fx@gnu.org>
parents:
diff changeset
417 (put 'lpr 'custom-loads '("lpr"))
Dave Love <fx@gnu.org>
parents:
diff changeset
418 (put 'ispell 'custom-loads '("ispell"))
Dave Love <fx@gnu.org>
parents:
diff changeset
419 (put 'auto-revert 'custom-loads '("autorevert"))
Dave Love <fx@gnu.org>
parents:
diff changeset
420 (put 'advice 'custom-loads '("advice"))
36101
3fbc0a866e43 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 35744
diff changeset
421 (put 'picture 'custom-loads '("picture"))
35668
255153b4edca *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 35411
diff changeset
422 (put 'eshell-util 'custom-loads '("esh-util"))
25891
Dave Love <fx@gnu.org>
parents:
diff changeset
423 (put 'gnus-group 'custom-loads '("gnus-topic" "gnus"))
27321
a9e8dcb78b6c *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 27016
diff changeset
424 (put 'eudc-bbdb 'custom-loads '("eudc-vars"))
25998
b04d6e7e4790 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 25891
diff changeset
425 (put 'reftex-referencing-labels 'custom-loads '("reftex-vars"))
25891
Dave Love <fx@gnu.org>
parents:
diff changeset
426 (put 'gnus-article-various 'custom-loads '("gnus-art" "gnus-sum"))
32367
7c181d033dae use lisp-mode-shared-map instead of shared-lisp-mode-map
Sam Steingold <sds@gnu.org>
parents: 31388
diff changeset
427 (put 'imap 'custom-loads '("imap"))
25891
Dave Love <fx@gnu.org>
parents:
diff changeset
428 (put 'ediff-diff 'custom-loads '("ediff-diff"))
27868
b5dc290eb929 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 27327
diff changeset
429 (put 'ebnf-repeat 'custom-loads '("ebnf2ps"))
25891
Dave Love <fx@gnu.org>
parents:
diff changeset
430 (put 'supercite 'custom-loads '("supercite"))
25998
b04d6e7e4790 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 25891
diff changeset
431 (put 'font-selection 'custom-loads '("faces"))
28523
47e1a131eef3 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 28292
diff changeset
432 (put 'ps-print-headers 'custom-loads '("ps-print"))
25891
Dave Love <fx@gnu.org>
parents:
diff changeset
433 (put 'gnus-summary-marks 'custom-loads '("gnus-sum" "gnus"))
Dave Love <fx@gnu.org>
parents:
diff changeset
434 (put 'bibtex-autokey 'custom-loads '("bibtex"))
27321
a9e8dcb78b6c *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 27016
diff changeset
435 (put 'eudc 'custom-loads '("eudc-vars"))
25891
Dave Love <fx@gnu.org>
parents:
diff changeset
436 (put 'octave 'custom-loads '("octave-inf" "octave-mod"))
33357
482cbaef2af5 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 33033
diff changeset
437 (put 'editing-basics 'custom-loads '("simple" "files" "pc-select"))
25891
Dave Love <fx@gnu.org>
parents:
diff changeset
438 (put 'hscroll 'custom-loads '("hscroll"))
Dave Love <fx@gnu.org>
parents:
diff changeset
439 (put 'fortune-signature 'custom-loads '("fortune"))
Dave Love <fx@gnu.org>
parents:
diff changeset
440 (put 'nnmail-expire 'custom-loads '("gnus" "nnmail"))
Dave Love <fx@gnu.org>
parents:
diff changeset
441 (put 'gnus-article-saving 'custom-loads '("gnus-art"))
Dave Love <fx@gnu.org>
parents:
diff changeset
442 (put 'icomplete 'custom-loads '("icomplete"))
Dave Love <fx@gnu.org>
parents:
diff changeset
443 (put 'LaTeX 'custom-loads '("reftex-vars"))
28695
3930c7410fd6 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 28523
diff changeset
444 (put 'scrolling 'custom-loads '("frame"))
25891
Dave Love <fx@gnu.org>
parents:
diff changeset
445 (put 'man 'custom-loads '("man"))
Dave Love <fx@gnu.org>
parents:
diff changeset
446 (put 'solitaire 'custom-loads '("solitaire"))
Dave Love <fx@gnu.org>
parents:
diff changeset
447 (put 'hippie-expand 'custom-loads '("hippie-exp"))
Dave Love <fx@gnu.org>
parents:
diff changeset
448 (put 'refer 'custom-loads '("refer"))
Dave Love <fx@gnu.org>
parents:
diff changeset
449 (put 'message-mail 'custom-loads '("message"))
27868
b5dc290eb929 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 27327
diff changeset
450 (put 'modeline 'custom-loads '("faces" "time"))
25891
Dave Love <fx@gnu.org>
parents:
diff changeset
451 (put 'archive-zoo 'custom-loads '("arc-mode"))
30565
338238ca63ce *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 29505
diff changeset
452 (put 'idlwave-completion 'custom-loads '("idlwave"))
338238ca63ce *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 29505
diff changeset
453 (put 'eshell-rebind 'custom-loads '("em-rebind"))
25891
Dave Love <fx@gnu.org>
parents:
diff changeset
454 (put 'bibtex 'custom-loads '("bibtex"))
31388
c0199a9a07fa *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 30565
diff changeset
455 (put 'faces 'custom-loads '("loaddefs" "faces" "facemenu" "cus-edit" "font-lock" "hilit-chg" "paren" "ps-print" "speedbar" "time" "wid-edit" "woman" "gnus" "message" "cwarn" "make-mode"))
25891
Dave Love <fx@gnu.org>
parents:
diff changeset
456 (put 'gnus-summary-various 'custom-loads '("gnus-sum"))
36101
3fbc0a866e43 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 35744
diff changeset
457 (put 'applications 'custom-loads '("calendar" "cus-edit" "uniquify" "eshell" "spell"))
28523
47e1a131eef3 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 28292
diff changeset
458 (put 'ebrowse-member 'custom-loads '("ebrowse"))
25891
Dave Love <fx@gnu.org>
parents:
diff changeset
459 (put 'terminal 'custom-loads '("terminal"))
Dave Love <fx@gnu.org>
parents:
diff changeset
460 (put 'shadow 'custom-loads '("shadowfile" "shadow"))
Dave Love <fx@gnu.org>
parents:
diff changeset
461 (put 'hl-line 'custom-loads '("hl-line"))
30565
338238ca63ce *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 29505
diff changeset
462 (put 'eshell-glob 'custom-loads '("em-glob"))
33357
482cbaef2af5 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 33033
diff changeset
463 (put 'internal 'custom-loads '("startup" "cus-edit" "delim-col"))
34166
c073ad4159fd *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 33357
diff changeset
464 (put 'lisp 'custom-loads '("simple" "lisp" "lisp-mode" "ielm" "xscheme" "advice" "bytecomp" "checkdoc" "cl-indent" "cust-print" "edebug" "eldoc" "elp" "find-func" "pp" "re-builder" "shadow" "trace" "scheme"))
25891
Dave Love <fx@gnu.org>
parents:
diff changeset
465 (put 'local 'custom-loads '("calendar"))
Dave Love <fx@gnu.org>
parents:
diff changeset
466 (put 'rlogin 'custom-loads '("rlogin"))
Dave Love <fx@gnu.org>
parents:
diff changeset
467 (put 'debugger 'custom-loads '("debug"))
Dave Love <fx@gnu.org>
parents:
diff changeset
468 (put 'archive-zip 'custom-loads '("arc-mode"))
Dave Love <fx@gnu.org>
parents:
diff changeset
469 (put 'gnus-start-server 'custom-loads '("gnus-start"))
Dave Love <fx@gnu.org>
parents:
diff changeset
470 (put 'debug 'custom-loads '("debug"))
Dave Love <fx@gnu.org>
parents:
diff changeset
471 (put 'vhdl-electric 'custom-loads '("vhdl-mode"))
Dave Love <fx@gnu.org>
parents:
diff changeset
472 (put 'gnus-extract-archive 'custom-loads '("gnus-uu"))
26963
f281dfbf8cd2 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 26724
diff changeset
473 (put 'message 'custom-loads '("startup" "message" "footnote"))
25891
Dave Love <fx@gnu.org>
parents:
diff changeset
474 (put 'message-sending 'custom-loads '("message"))
Dave Love <fx@gnu.org>
parents:
diff changeset
475 (put 'archive-arc 'custom-loads '("arc-mode"))
Dave Love <fx@gnu.org>
parents:
diff changeset
476 (put 'rmail-output 'custom-loads '("rmailout"))
36101
3fbc0a866e43 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 35744
diff changeset
477 (put 'editing 'custom-loads '("simple" "view" "indent" "paragraphs" "cus-edit" "faces" "outline" "hl-line" "vcursor" "whitespace" "auto-show" "hscroll" "picture"))
25891
Dave Love <fx@gnu.org>
parents:
diff changeset
478 (put 'crisp 'custom-loads '("crisp"))
Dave Love <fx@gnu.org>
parents:
diff changeset
479 (put 'nroff 'custom-loads '("nroff-mode"))
32367
7c181d033dae use lisp-mode-shared-map instead of shared-lisp-mode-map
Sam Steingold <sds@gnu.org>
parents: 31388
diff changeset
480 (put 'gnus-group-icons 'custom-loads '("gnus-group"))
25891
Dave Love <fx@gnu.org>
parents:
diff changeset
481 (put 'executable 'custom-loads '("executable"))
Dave Love <fx@gnu.org>
parents:
diff changeset
482 (put 'gnus-score-adapt 'custom-loads '("gnus-score" "gnus"))
Dave Love <fx@gnu.org>
parents:
diff changeset
483 (put 'copyright 'custom-loads '("copyright"))
Dave Love <fx@gnu.org>
parents:
diff changeset
484 (put 'bytecomp 'custom-loads '("bytecomp"))
Dave Love <fx@gnu.org>
parents:
diff changeset
485 (put 'message-insertion 'custom-loads '("message"))
30565
338238ca63ce *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 29505
diff changeset
486 (put 'pcmpl-unix 'custom-loads '("pcmpl-unix"))
25891
Dave Love <fx@gnu.org>
parents:
diff changeset
487 (put 'gnus-extract-post 'custom-loads '("gnus-uu"))
Dave Love <fx@gnu.org>
parents:
diff changeset
488 (put 'reftex-viewing-cross-references 'custom-loads '("reftex-vars"))
Dave Love <fx@gnu.org>
parents:
diff changeset
489 (put 'hanoi 'custom-loads '("hanoi"))
25998
b04d6e7e4790 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 25891
diff changeset
490 (put 'reftex-index-support 'custom-loads '("reftex-vars"))
25891
Dave Love <fx@gnu.org>
parents:
diff changeset
491 (put 'pascal 'custom-loads '("pascal"))
28523
47e1a131eef3 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 28292
diff changeset
492 (put 'rmail-retrieve 'custom-loads '("rmail" "rmailsum"))
33357
482cbaef2af5 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 33033
diff changeset
493 (put 'data 'custom-loads '("text-mode" "arc-mode" "forms" "hexl" "jka-compr" "saveplace" "sort" "tar-mode" "time-stamp" "timeclock" "snmp-mode"))
36101
3fbc0a866e43 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 35744
diff changeset
494 (put 'mail 'custom-loads '("simple" "startup" "time" "eudc-vars" "gnus" "mail-utils" "mm-decode" "message" "imap" "starttls" "emacsbug" "feedmail" "mail-extr" "mail-hist" "mailalias" "metamail" "mh-e" "mspools" "rmail" "sendmail" "smtpmail" "supercite" "uce" "fortune"))
25891
Dave Love <fx@gnu.org>
parents:
diff changeset
495 (put 'paren-blinking 'custom-loads '("simple"))
Dave Love <fx@gnu.org>
parents:
diff changeset
496 (put 'gnus-summary-sort 'custom-loads '("gnus-sum"))
Dave Love <fx@gnu.org>
parents:
diff changeset
497 (put 'fast-lock 'custom-loads '("fast-lock"))
Dave Love <fx@gnu.org>
parents:
diff changeset
498 (put 'gnus-group-new 'custom-loads '("gnus-start"))
Dave Love <fx@gnu.org>
parents:
diff changeset
499 (put 'viper-highlighting 'custom-loads '("viper-init"))
Dave Love <fx@gnu.org>
parents:
diff changeset
500 (put 'customize 'custom-loads '("wid-edit" "cus-edit"))
35196
eb8cfdc5cabf *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 34166
diff changeset
501 (put 'dired 'custom-loads '("files" "ls-lisp" "dired-aux" "dired-x" "dired" "find-dired"))
25999
3dc900e05402 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 25998
diff changeset
502 (put 'recentf 'custom-loads '("recentf"))
29505
ca9466e54ffe *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 28764
diff changeset
503 (put 'fill 'custom-loads '("simple" "newcomment" "fill" "align"))
36101
3fbc0a866e43 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 35744
diff changeset
504 (put 'outlines 'custom-loads '("allout" "outline" "ooutline"))
32367
7c181d033dae use lisp-mode-shared-map instead of shared-lisp-mode-map
Sam Steingold <sds@gnu.org>
parents: 31388
diff changeset
505 (put 'latin1-display 'custom-loads '("latin1-disp"))
25891
Dave Love <fx@gnu.org>
parents:
diff changeset
506 (put 'paragraphs 'custom-loads '("paragraphs"))
28523
47e1a131eef3 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 28292
diff changeset
507 (put 'ebrowse 'custom-loads '("ebrowse"))
25891
Dave Love <fx@gnu.org>
parents:
diff changeset
508 (put 'nnmail-split 'custom-loads '("nnmail"))
Dave Love <fx@gnu.org>
parents:
diff changeset
509 (put 'makefile 'custom-loads '("make-mode"))
Dave Love <fx@gnu.org>
parents:
diff changeset
510 (put 'supercite-attr 'custom-loads '("supercite"))
Dave Love <fx@gnu.org>
parents:
diff changeset
511 (put 'fortune 'custom-loads '("fortune"))
26234
fb9f284267e7 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 25999
diff changeset
512 (put 'diff-mode 'custom-loads '("diff-mode"))
26411
3fd026f721c0 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 26234
diff changeset
513 (put 'isearch-lazy-highlight 'custom-loads '("isearch"))
32367
7c181d033dae use lisp-mode-shared-map instead of shared-lisp-mode-map
Sam Steingold <sds@gnu.org>
parents: 31388
diff changeset
514 (put 'gnus-asynchronous 'custom-loads '("gnus-async"))
29505
ca9466e54ffe *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 28764
diff changeset
515 (put 'woman-formatting 'custom-loads '("woman"))
25891
Dave Love <fx@gnu.org>
parents:
diff changeset
516 (put 'vcursor 'custom-loads '("vcursor"))
Dave Love <fx@gnu.org>
parents:
diff changeset
517 (put 'iso-ascii 'custom-loads '("iso-ascii"))
Dave Love <fx@gnu.org>
parents:
diff changeset
518 (put 'gnus-dribble-file 'custom-loads '("gnus-start"))
Dave Love <fx@gnu.org>
parents:
diff changeset
519 (put 'widget-button 'custom-loads '("wid-edit"))
Dave Love <fx@gnu.org>
parents:
diff changeset
520 (put 'uniquify 'custom-loads '("uniquify"))
Dave Love <fx@gnu.org>
parents:
diff changeset
521 (put 'old-c++ 'custom-loads '("cplus-md"))
27321
a9e8dcb78b6c *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 27016
diff changeset
522 (put 'ps-print-font 'custom-loads '("ps-mule" "ps-print"))
30565
338238ca63ce *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 29505
diff changeset
523 (put 'eshell-basic 'custom-loads '("em-basic"))
25891
Dave Love <fx@gnu.org>
parents:
diff changeset
524 (put 'vhdl-misc 'custom-loads '("vhdl-mode"))
Dave Love <fx@gnu.org>
parents:
diff changeset
525 (put 'dired-x 'custom-loads '("dired-x"))
Dave Love <fx@gnu.org>
parents:
diff changeset
526 (put 'spook 'custom-loads '("spook"))
Dave Love <fx@gnu.org>
parents:
diff changeset
527 (put 'tex-file 'custom-loads '("tex-mode"))
30565
338238ca63ce *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 29505
diff changeset
528 (put 'eshell-dirs 'custom-loads '("em-dirs"))
25891
Dave Love <fx@gnu.org>
parents:
diff changeset
529 (put 'time-stamp 'custom-loads '("time-stamp"))
29505
ca9466e54ffe *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 28764
diff changeset
530 (put 'todo 'custom-loads '("todo-mode"))
27868
b5dc290eb929 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 27327
diff changeset
531 (put 'ebnf-special 'custom-loads '("ebnf2ps"))
32367
7c181d033dae use lisp-mode-shared-map instead of shared-lisp-mode-map
Sam Steingold <sds@gnu.org>
parents: 31388
diff changeset
532 (put 'gnus-article-highlight 'custom-loads '("gnus-art"))
25891
Dave Love <fx@gnu.org>
parents:
diff changeset
533 (put 'tooltip 'custom-loads '("tooltip"))
Dave Love <fx@gnu.org>
parents:
diff changeset
534 (put 'gud 'custom-loads '("gud"))
Dave Love <fx@gnu.org>
parents:
diff changeset
535 (put 'c-macro 'custom-loads '("cmacexp"))
Dave Love <fx@gnu.org>
parents:
diff changeset
536 (put 'gnus-cache 'custom-loads '("gnus-cache" "gnus"))
30565
338238ca63ce *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 29505
diff changeset
537 (put 'eshell-module 'custom-loads '("esh-groups" "esh-module"))
32367
7c181d033dae use lisp-mode-shared-map instead of shared-lisp-mode-map
Sam Steingold <sds@gnu.org>
parents: 31388
diff changeset
538 (put 'gnus-extract 'custom-loads '("gnus" "gnus-uu" "uudecode"))
25891
Dave Love <fx@gnu.org>
parents:
diff changeset
539 (put 'quickurl 'custom-loads '("quickurl"))
Dave Love <fx@gnu.org>
parents:
diff changeset
540 (put 'browse-url 'custom-loads '("browse-url"))
Dave Love <fx@gnu.org>
parents:
diff changeset
541 (put 'cust-print 'custom-loads '("cust-print"))
Dave Love <fx@gnu.org>
parents:
diff changeset
542 (put 'gnus-article 'custom-loads '("gnus-art" "gnus-cite"))
Dave Love <fx@gnu.org>
parents:
diff changeset
543 (put 'fortran-indent 'custom-loads '("fortran"))
29505
ca9466e54ffe *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 28764
diff changeset
544 (put 'comment 'custom-loads '("newcomment"))
25891
Dave Love <fx@gnu.org>
parents:
diff changeset
545 (put 'hardware 'custom-loads '("battery"))
Dave Love <fx@gnu.org>
parents:
diff changeset
546 (put 'edebug 'custom-loads '("edebug"))
Dave Love <fx@gnu.org>
parents:
diff changeset
547 (put 'emerge 'custom-loads '("emerge"))
34166
c073ad4159fd *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 33357
diff changeset
548 (put 'scheme 'custom-loads '("cmuscheme" "scheme"))
25891
Dave Love <fx@gnu.org>
parents:
diff changeset
549 (put 'gametree 'custom-loads '("gametree"))
Dave Love <fx@gnu.org>
parents:
diff changeset
550 (put 'gnus-group-foreign 'custom-loads '("gnus-group"))
Dave Love <fx@gnu.org>
parents:
diff changeset
551 (put 'initialization 'custom-loads '("startup"))
Dave Love <fx@gnu.org>
parents:
diff changeset
552 (put 'sh-script 'custom-loads '("sh-script"))
Dave Love <fx@gnu.org>
parents:
diff changeset
553 (put 'cperl-speed 'custom-loads '("cperl-mode"))
25998
b04d6e7e4790 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 25891
diff changeset
554 (put 'PostScript-edit 'custom-loads '("ps-mode"))
29505
ca9466e54ffe *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 28764
diff changeset
555 (put 'calendar 'custom-loads '("midnight" "calendar" "solar" "todo-mode"))
25891
Dave Love <fx@gnu.org>
parents:
diff changeset
556 (put 'programming 'custom-loads '("cus-edit"))
Dave Love <fx@gnu.org>
parents:
diff changeset
557 (put 'meta-font 'custom-loads '("meta-mode"))
26234
fb9f284267e7 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 25999
diff changeset
558 (put 'ps-print-zebra 'custom-loads '("ps-print"))
30565
338238ca63ce *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 29505
diff changeset
559 (put 'eshell-unix 'custom-loads '("em-unix"))
338238ca63ce *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 29505
diff changeset
560 (put 'hi-lock-faces 'custom-loads '("hi-lock"))
25891
Dave Love <fx@gnu.org>
parents:
diff changeset
561 (put 'hideshow 'custom-loads '("hideshow"))
34166
c073ad4159fd *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 33357
diff changeset
562 (put 'mailcap 'custom-loads '("mailcap"))
25891
Dave Love <fx@gnu.org>
parents:
diff changeset
563 (put 'viper-search 'custom-loads '("viper-init"))
35196
eb8cfdc5cabf *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 34166
diff changeset
564 (put 'ls-lisp 'custom-loads '("ls-lisp"))
eb8cfdc5cabf *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 34166
diff changeset
565 (put 'mule 'custom-loads '("mule" "mule-cmds" "kkc"))
27868
b5dc290eb929 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 27327
diff changeset
566 (put 'glasses 'custom-loads '("glasses"))
25891
Dave Love <fx@gnu.org>
parents:
diff changeset
567 (put 'vhdl-style 'custom-loads '("vhdl-mode"))
Dave Love <fx@gnu.org>
parents:
diff changeset
568 (put 'tempo 'custom-loads '("tempo"))
36101
3fbc0a866e43 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 35744
diff changeset
569 (put 'c 'custom-loads '("tooltip" "cc-vars" "cmacexp" "cpp" "hideif"))
25891
Dave Love <fx@gnu.org>
parents:
diff changeset
570 (put 'nnmail-prepare 'custom-loads '("nnmail"))
36101
3fbc0a866e43 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 35744
diff changeset
571 (put 'processes 'custom-loads '("ansi-color" "comint" "cus-edit" "executable" "pcomplete" "shell" "term" "rcompile" "rlogin" "metamail" "compile" "sql" "flyspell"))
27868
b5dc290eb929 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 27327
diff changeset
572 (put 'ebnf2ps 'custom-loads '("ebnf2ps"))
25891
Dave Love <fx@gnu.org>
parents:
diff changeset
573 (put 'sendmail 'custom-loads '("sendmail"))
Dave Love <fx@gnu.org>
parents:
diff changeset
574 (put 'gnus-article-signature 'custom-loads '("gnus-art"))
30565
338238ca63ce *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 29505
diff changeset
575 (put 'eshell-ls 'custom-loads '("em-ls"))
27321
a9e8dcb78b6c *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 27016
diff changeset
576 (put 'idlwave 'custom-loads '("idlw-shell" "idlwave"))
25998
b04d6e7e4790 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 25891
diff changeset
577 (put 'viper-ex 'custom-loads '("viper-ex"))
25891
Dave Love <fx@gnu.org>
parents:
diff changeset
578 (put 'gulp 'custom-loads '("gulp"))
32367
7c181d033dae use lisp-mode-shared-map instead of shared-lisp-mode-map
Sam Steingold <sds@gnu.org>
parents: 31388
diff changeset
579 (put 'leim 'custom-loads '("quail"))
25891
Dave Love <fx@gnu.org>
parents:
diff changeset
580 (put 'ielm 'custom-loads '("ielm"))
Dave Love <fx@gnu.org>
parents:
diff changeset
581 (put 'find-dired 'custom-loads '("find-dired"))
Dave Love <fx@gnu.org>
parents:
diff changeset
582 (put 'delphi 'custom-loads '("delphi"))
28077
30c2ad45d57b *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 27868
diff changeset
583 (put 're-builder 'custom-loads '("re-builder"))
30565
338238ca63ce *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 29505
diff changeset
584 (put 'eshell-io 'custom-loads '("esh-io"))
34166
c073ad4159fd *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 33357
diff changeset
585 (put 'killing 'custom-loads '("simple" "x-win"))
29505
ca9466e54ffe *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 28764
diff changeset
586 (put 'woman-interface 'custom-loads '("woman"))
25891
Dave Love <fx@gnu.org>
parents:
diff changeset
587 (put 'gnus-group-various 'custom-loads '("gnus-group" "gnus"))
Dave Love <fx@gnu.org>
parents:
diff changeset
588 ;;; These are for handling :version. We need to have a minimum of
Dave Love <fx@gnu.org>
parents:
diff changeset
589 ;;; information so `custom-changed-variables' could do its job.
Dave Love <fx@gnu.org>
parents:
diff changeset
590 ;;; For both groups and variables we have to set `custom-version'.
Dave Love <fx@gnu.org>
parents:
diff changeset
591 ;;; For variables we also set the `standard-value' and for groups
Dave Love <fx@gnu.org>
parents:
diff changeset
592 ;;; `group-documentation' (which is shown in the customize buffer), so
Dave Love <fx@gnu.org>
parents:
diff changeset
593 ;;; we don't have to load the file containing the group.
Dave Love <fx@gnu.org>
parents:
diff changeset
594
Dave Love <fx@gnu.org>
parents:
diff changeset
595 ;;; `custom-versions-load-alist' is an alist that has as car a version
Dave Love <fx@gnu.org>
parents:
diff changeset
596 ;;; number and as elts the files that have variables that contain that
Dave Love <fx@gnu.org>
parents:
diff changeset
597 ;;; version. These files should be loaded before showing the
Dave Love <fx@gnu.org>
parents:
diff changeset
598 ;;; customization buffer that `customize-changed-options' generates.
Dave Love <fx@gnu.org>
parents:
diff changeset
599
Dave Love <fx@gnu.org>
parents:
diff changeset
600
Dave Love <fx@gnu.org>
parents:
diff changeset
601 ;;; This macro is used so we don't modify the information about
Dave Love <fx@gnu.org>
parents:
diff changeset
602 ;;; variables and groups if it's already set. (We don't know when
Dave Love <fx@gnu.org>
parents:
diff changeset
603 ;;; cus-load.el is going to be loaded and at that time some of the
Dave Love <fx@gnu.org>
parents:
diff changeset
604 ;;; files might be loaded and some others might not).
Dave Love <fx@gnu.org>
parents:
diff changeset
605 (defmacro custom-put-if-not (symbol propname value)
Dave Love <fx@gnu.org>
parents:
diff changeset
606 `(unless (get ,symbol ,propname)
Dave Love <fx@gnu.org>
parents:
diff changeset
607 (put ,symbol ,propname ,value)))
Dave Love <fx@gnu.org>
parents:
diff changeset
608
32367
7c181d033dae use lisp-mode-shared-map instead of shared-lisp-mode-map
Sam Steingold <sds@gnu.org>
parents: 31388
diff changeset
609 (custom-put-if-not 'mime-display 'custom-version "21.1")
7c181d033dae use lisp-mode-shared-map instead of shared-lisp-mode-map
Sam Steingold <sds@gnu.org>
parents: 31388
diff changeset
610 (custom-put-if-not 'mime-display 'group-documentation "Display of MIME in mail and news articles.")
25891
Dave Love <fx@gnu.org>
parents:
diff changeset
611 (custom-put-if-not 'SQL 'custom-version "20.4")
Dave Love <fx@gnu.org>
parents:
diff changeset
612 (custom-put-if-not 'SQL 'group-documentation "Running a SQL interpreter from within Emacs buffers")
32367
7c181d033dae use lisp-mode-shared-map instead of shared-lisp-mode-map
Sam Steingold <sds@gnu.org>
parents: 31388
diff changeset
613 (custom-put-if-not 'sql-postgres-options 'custom-version "20.8")
7c181d033dae use lisp-mode-shared-map instead of shared-lisp-mode-map
Sam Steingold <sds@gnu.org>
parents: 31388
diff changeset
614 (custom-put-if-not 'sql-postgres-options 'standard-value t)
7c181d033dae use lisp-mode-shared-map instead of shared-lisp-mode-map
Sam Steingold <sds@gnu.org>
parents: 31388
diff changeset
615 (custom-put-if-not 'speedbar-reconfigure-keymaps-hook 'custom-version "21.1")
7c181d033dae use lisp-mode-shared-map instead of shared-lisp-mode-map
Sam Steingold <sds@gnu.org>
parents: 31388
diff changeset
616 (custom-put-if-not 'speedbar-reconfigure-keymaps-hook 'standard-value t)
25891
Dave Love <fx@gnu.org>
parents:
diff changeset
617 (custom-put-if-not 'highlight-changes 'custom-version "20.4")
Dave Love <fx@gnu.org>
parents:
diff changeset
618 (custom-put-if-not 'highlight-changes 'group-documentation "Highlight Changes mode.")
33357
482cbaef2af5 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 33033
diff changeset
619 (custom-put-if-not 'browse-url-gnome-moz-arguments 'custom-version "21.1")
482cbaef2af5 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 33033
diff changeset
620 (custom-put-if-not 'browse-url-gnome-moz-arguments 'standard-value t)
25891
Dave Love <fx@gnu.org>
parents:
diff changeset
621 (custom-put-if-not 'query-replace-from-history-variable 'custom-version "20.3")
Dave Love <fx@gnu.org>
parents:
diff changeset
622 (custom-put-if-not 'query-replace-from-history-variable 'standard-value t)
27868
b5dc290eb929 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 27327
diff changeset
623 (custom-put-if-not 'footnote 'custom-version "21.1")
b5dc290eb929 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 27327
diff changeset
624 (custom-put-if-not 'footnote 'group-documentation "Support for footnotes in mail and news messages.")
33357
482cbaef2af5 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 33033
diff changeset
625 (custom-put-if-not 'pcomplete 'custom-version "21.1")
482cbaef2af5 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 33033
diff changeset
626 (custom-put-if-not 'pcomplete 'group-documentation "Programmable completion.")
34166
c073ad4159fd *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 33357
diff changeset
627 (custom-put-if-not 'gnus-mime-action-alist 'custom-version "21.1")
c073ad4159fd *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 33357
diff changeset
628 (custom-put-if-not 'gnus-mime-action-alist 'standard-value t)
32367
7c181d033dae use lisp-mode-shared-map instead of shared-lisp-mode-map
Sam Steingold <sds@gnu.org>
parents: 31388
diff changeset
629 (custom-put-if-not 'fancy-splash-screen 'custom-version "21.1")
7c181d033dae use lisp-mode-shared-map instead of shared-lisp-mode-map
Sam Steingold <sds@gnu.org>
parents: 31388
diff changeset
630 (custom-put-if-not 'fancy-splash-screen 'group-documentation "Fancy splash screen when Emacs starts.")
35668
255153b4edca *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 35411
diff changeset
631 (custom-put-if-not 'flyspell-large-region 'custom-version "21.1")
255153b4edca *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 35411
diff changeset
632 (custom-put-if-not 'flyspell-large-region 'standard-value t)
25891
Dave Love <fx@gnu.org>
parents:
diff changeset
633 (custom-put-if-not 'custom-variable-default-form 'custom-version "20.3")
Dave Love <fx@gnu.org>
parents:
diff changeset
634 (custom-put-if-not 'custom-variable-default-form 'standard-value t)
34166
c073ad4159fd *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 33357
diff changeset
635 (custom-put-if-not 'gnus-agent-synchronize-flags 'custom-version "21.1")
c073ad4159fd *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 33357
diff changeset
636 (custom-put-if-not 'gnus-agent-synchronize-flags 'standard-value t)
25891
Dave Love <fx@gnu.org>
parents:
diff changeset
637 (custom-put-if-not 'mode-line 'custom-version "21.1")
Dave Love <fx@gnu.org>
parents:
diff changeset
638 (custom-put-if-not 'mode-line 'group-documentation nil)
Dave Love <fx@gnu.org>
parents:
diff changeset
639 (custom-put-if-not 'find-function-after-hook 'custom-version "20.3")
Dave Love <fx@gnu.org>
parents:
diff changeset
640 (custom-put-if-not 'find-function-after-hook 'standard-value t)
35668
255153b4edca *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 35411
diff changeset
641 (custom-put-if-not 'flyspell-sort-corrections 'custom-version "21.1")
255153b4edca *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 35411
diff changeset
642 (custom-put-if-not 'flyspell-sort-corrections 'standard-value t)
25998
b04d6e7e4790 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 25891
diff changeset
643 (custom-put-if-not 'add-log-keep-changes-together 'custom-version "20.3")
b04d6e7e4790 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 25891
diff changeset
644 (custom-put-if-not 'add-log-keep-changes-together 'standard-value t)
25891
Dave Love <fx@gnu.org>
parents:
diff changeset
645 (custom-put-if-not 'eval-expression-debug-on-error 'custom-version "21.1")
Dave Love <fx@gnu.org>
parents:
diff changeset
646 (custom-put-if-not 'eval-expression-debug-on-error 'standard-value t)
Dave Love <fx@gnu.org>
parents:
diff changeset
647 (custom-put-if-not 'browse-url-lynx-input-field 'custom-version "20.3")
Dave Love <fx@gnu.org>
parents:
diff changeset
648 (custom-put-if-not 'browse-url-lynx-input-field 'standard-value t)
Dave Love <fx@gnu.org>
parents:
diff changeset
649 (custom-put-if-not 'help-highlight-face 'custom-version "20.3")
Dave Love <fx@gnu.org>
parents:
diff changeset
650 (custom-put-if-not 'help-highlight-face 'standard-value t)
34166
c073ad4159fd *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 33357
diff changeset
651 (custom-put-if-not 'ldap 'custom-version "21.1")
c073ad4159fd *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 33357
diff changeset
652 (custom-put-if-not 'ldap 'group-documentation "Lightweight Directory Access Protocol.")
32367
7c181d033dae use lisp-mode-shared-map instead of shared-lisp-mode-map
Sam Steingold <sds@gnu.org>
parents: 31388
diff changeset
653 (custom-put-if-not 'vc-cvs-header 'custom-version "21.1")
7c181d033dae use lisp-mode-shared-map instead of shared-lisp-mode-map
Sam Steingold <sds@gnu.org>
parents: 31388
diff changeset
654 (custom-put-if-not 'vc-cvs-header 'standard-value t)
25891
Dave Love <fx@gnu.org>
parents:
diff changeset
655 (custom-put-if-not 'speedbar 'custom-version "20.3")
Dave Love <fx@gnu.org>
parents:
diff changeset
656 (custom-put-if-not 'speedbar 'group-documentation "File and tag browser frame.")
34166
c073ad4159fd *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 33357
diff changeset
657 (custom-put-if-not 'message-dont-reply-to-names 'custom-version "21.1")
c073ad4159fd *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 33357
diff changeset
658 (custom-put-if-not 'message-dont-reply-to-names 'standard-value t)
c073ad4159fd *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 33357
diff changeset
659 (custom-put-if-not 'nnmail-expiry-target 'custom-version "21.1")
c073ad4159fd *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 33357
diff changeset
660 (custom-put-if-not 'nnmail-expiry-target 'standard-value t)
25891
Dave Love <fx@gnu.org>
parents:
diff changeset
661 (custom-put-if-not 'custom-button-face 'custom-version "21.1")
Dave Love <fx@gnu.org>
parents:
diff changeset
662 (custom-put-if-not 'custom-button-face 'group-documentation nil)
35668
255153b4edca *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 35411
diff changeset
663 (custom-put-if-not 'flyspell-duplicate-distance 'custom-version "21.1")
255153b4edca *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 35411
diff changeset
664 (custom-put-if-not 'flyspell-duplicate-distance 'standard-value t)
25891
Dave Love <fx@gnu.org>
parents:
diff changeset
665 (custom-put-if-not 'cursor 'custom-version "21.1")
26411
3fd026f721c0 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 26234
diff changeset
666 (custom-put-if-not 'cursor 'group-documentation "Displaying text cursors.")
32367
7c181d033dae use lisp-mode-shared-map instead of shared-lisp-mode-map
Sam Steingold <sds@gnu.org>
parents: 31388
diff changeset
667 (custom-put-if-not 'change-log-date-face 'custom-version "21.1")
7c181d033dae use lisp-mode-shared-map instead of shared-lisp-mode-map
Sam Steingold <sds@gnu.org>
parents: 31388
diff changeset
668 (custom-put-if-not 'change-log-date-face 'group-documentation nil)
25891
Dave Love <fx@gnu.org>
parents:
diff changeset
669 (custom-put-if-not 'find-tag-marker-ring-length 'custom-version "20.3")
Dave Love <fx@gnu.org>
parents:
diff changeset
670 (custom-put-if-not 'find-tag-marker-ring-length 'standard-value t)
27321
a9e8dcb78b6c *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 27016
diff changeset
671 (custom-put-if-not 'elide-head 'custom-version "21.1")
a9e8dcb78b6c *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 27016
diff changeset
672 (custom-put-if-not 'elide-head 'group-documentation "Eliding copyright headers and the like in source files.")
35411
be20c22dc16d 2001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents: 35196
diff changeset
673 (custom-put-if-not 'confirm-kill-emacs 'custom-version "21.1")
be20c22dc16d 2001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents: 35196
diff changeset
674 (custom-put-if-not 'confirm-kill-emacs 'standard-value t)
32367
7c181d033dae use lisp-mode-shared-map instead of shared-lisp-mode-map
Sam Steingold <sds@gnu.org>
parents: 31388
diff changeset
675 (custom-put-if-not 'vc-rcs-checkout-switches 'custom-version "21.1")
7c181d033dae use lisp-mode-shared-map instead of shared-lisp-mode-map
Sam Steingold <sds@gnu.org>
parents: 31388
diff changeset
676 (custom-put-if-not 'vc-rcs-checkout-switches 'standard-value t)
7c181d033dae use lisp-mode-shared-map instead of shared-lisp-mode-map
Sam Steingold <sds@gnu.org>
parents: 31388
diff changeset
677 (custom-put-if-not 'change-log-conditionals-face 'custom-version "21.1")
7c181d033dae use lisp-mode-shared-map instead of shared-lisp-mode-map
Sam Steingold <sds@gnu.org>
parents: 31388
diff changeset
678 (custom-put-if-not 'change-log-conditionals-face 'group-documentation nil)
7c181d033dae use lisp-mode-shared-map instead of shared-lisp-mode-map
Sam Steingold <sds@gnu.org>
parents: 31388
diff changeset
679 (custom-put-if-not 'mail-source 'custom-version "21.1")
7c181d033dae use lisp-mode-shared-map instead of shared-lisp-mode-map
Sam Steingold <sds@gnu.org>
parents: 31388
diff changeset
680 (custom-put-if-not 'mail-source 'group-documentation "The mail-fetching library.")
7c181d033dae use lisp-mode-shared-map instead of shared-lisp-mode-map
Sam Steingold <sds@gnu.org>
parents: 31388
diff changeset
681 (custom-put-if-not 'speedbar-visiting-tag-hook 'custom-version "21.1")
7c181d033dae use lisp-mode-shared-map instead of shared-lisp-mode-map
Sam Steingold <sds@gnu.org>
parents: 31388
diff changeset
682 (custom-put-if-not 'speedbar-visiting-tag-hook 'standard-value t)
33357
482cbaef2af5 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 33033
diff changeset
683 (custom-put-if-not 'eshell 'custom-version "21.1")
482cbaef2af5 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 33033
diff changeset
684 (custom-put-if-not 'eshell 'group-documentation "Eshell is a command shell implemented entirely in Emacs Lisp. It
482cbaef2af5 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 33033
diff changeset
685 invokes no external processes beyond those requested by the user. It
482cbaef2af5 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 33033
diff changeset
686 is intended to be a functional replacement for command shells such as
482cbaef2af5 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 33033
diff changeset
687 bash, zsh, rc, 4dos; since Emacs itself is capable of handling most of
482cbaef2af5 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 33033
diff changeset
688 the tasks accomplished by such tools.")
25891
Dave Love <fx@gnu.org>
parents:
diff changeset
689 (custom-put-if-not 'compilation-scroll-output 'custom-version "20.3")
Dave Love <fx@gnu.org>
parents:
diff changeset
690 (custom-put-if-not 'compilation-scroll-output 'standard-value t)
36101
3fbc0a866e43 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 35744
diff changeset
691 (custom-put-if-not 'vc-cvs-diff-switches 'custom-version "21.1")
3fbc0a866e43 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 35744
diff changeset
692 (custom-put-if-not 'vc-cvs-diff-switches 'standard-value t)
34166
c073ad4159fd *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 33357
diff changeset
693 (custom-put-if-not 'gnus-unbuttonized-mime-types 'custom-version "21.1")
c073ad4159fd *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 33357
diff changeset
694 (custom-put-if-not 'gnus-unbuttonized-mime-types 'standard-value t)
25891
Dave Love <fx@gnu.org>
parents:
diff changeset
695 (custom-put-if-not 'vc-dired-recurse 'custom-version "20.3")
Dave Love <fx@gnu.org>
parents:
diff changeset
696 (custom-put-if-not 'vc-dired-recurse 'standard-value t)
37203
edd7ede4c4bc *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 37190
diff changeset
697 (custom-put-if-not 'ps-begin-cut-regexp 'custom-version "21.1")
edd7ede4c4bc *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 37190
diff changeset
698 (custom-put-if-not 'ps-begin-cut-regexp 'standard-value t)
35668
255153b4edca *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 35411
diff changeset
699 (custom-put-if-not 'flyspell-deplacement-commands 'custom-version "21.1")
255153b4edca *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 35411
diff changeset
700 (custom-put-if-not 'flyspell-deplacement-commands 'standard-value t)
32367
7c181d033dae use lisp-mode-shared-map instead of shared-lisp-mode-map
Sam Steingold <sds@gnu.org>
parents: 31388
diff changeset
701 (custom-put-if-not 'change-log-email-face 'custom-version "21.1")
7c181d033dae use lisp-mode-shared-map instead of shared-lisp-mode-map
Sam Steingold <sds@gnu.org>
parents: 31388
diff changeset
702 (custom-put-if-not 'change-log-email-face 'group-documentation nil)
25891
Dave Love <fx@gnu.org>
parents:
diff changeset
703 (custom-put-if-not 'mouse 'custom-version "21.1")
Dave Love <fx@gnu.org>
parents:
diff changeset
704 (custom-put-if-not 'mouse 'group-documentation "Input from the mouse.")
Dave Love <fx@gnu.org>
parents:
diff changeset
705 (custom-put-if-not 'snmp 'custom-version "20.4")
Dave Love <fx@gnu.org>
parents:
diff changeset
706 (custom-put-if-not 'snmp 'group-documentation "Mode for editing SNMP MIB files.")
29505
ca9466e54ffe *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 28764
diff changeset
707 (custom-put-if-not 'widget-image-enable 'custom-version "21.1")
ca9466e54ffe *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 28764
diff changeset
708 (custom-put-if-not 'widget-image-enable 'standard-value t)
37203
edd7ede4c4bc *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 37190
diff changeset
709 (custom-put-if-not 'ps-line-spacing 'custom-version "21.1")
edd7ede4c4bc *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 37190
diff changeset
710 (custom-put-if-not 'ps-line-spacing 'standard-value t)
25891
Dave Love <fx@gnu.org>
parents:
diff changeset
711 (custom-put-if-not 'help-highlight-p 'custom-version "20.3")
Dave Love <fx@gnu.org>
parents:
diff changeset
712 (custom-put-if-not 'help-highlight-p 'standard-value t)
37203
edd7ede4c4bc *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 37190
diff changeset
713 (custom-put-if-not 'ps-paragraph-spacing 'custom-version "21.1")
edd7ede4c4bc *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 37190
diff changeset
714 (custom-put-if-not 'ps-paragraph-spacing 'standard-value t)
35668
255153b4edca *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 35411
diff changeset
715 (custom-put-if-not 'flyspell-incorrect-hook 'custom-version "21.1")
255153b4edca *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 35411
diff changeset
716 (custom-put-if-not 'flyspell-incorrect-hook 'standard-value t)
25891
Dave Love <fx@gnu.org>
parents:
diff changeset
717 (custom-put-if-not 'browse-url-mosaic-program 'custom-version "20.3")
Dave Love <fx@gnu.org>
parents:
diff changeset
718 (custom-put-if-not 'browse-url-mosaic-program 'standard-value t)
32367
7c181d033dae use lisp-mode-shared-map instead of shared-lisp-mode-map
Sam Steingold <sds@gnu.org>
parents: 31388
diff changeset
719 (custom-put-if-not 'vc-cvs-register-switches 'custom-version "21.1")
7c181d033dae use lisp-mode-shared-map instead of shared-lisp-mode-map
Sam Steingold <sds@gnu.org>
parents: 31388
diff changeset
720 (custom-put-if-not 'vc-cvs-register-switches 'standard-value t)
35668
255153b4edca *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 35411
diff changeset
721 (custom-put-if-not 'flyspell-tex-command-regexp 'custom-version "21.1")
255153b4edca *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 35411
diff changeset
722 (custom-put-if-not 'flyspell-tex-command-regexp 'standard-value t)
255153b4edca *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 35411
diff changeset
723 (custom-put-if-not 'flyspell-dictionaries-that-consider-dash-as-word-delimiter 'custom-version "21.1")
255153b4edca *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 35411
diff changeset
724 (custom-put-if-not 'flyspell-dictionaries-that-consider-dash-as-word-delimiter 'standard-value t)
30565
338238ca63ce *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 29505
diff changeset
725 (custom-put-if-not 'sql-oracle-options 'custom-version "20.8")
338238ca63ce *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 29505
diff changeset
726 (custom-put-if-not 'sql-oracle-options 'standard-value t)
26724
8dbcefccbde4 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 26411
diff changeset
727 (custom-put-if-not 'find-function-regexp 'custom-version "21.1")
25891
Dave Love <fx@gnu.org>
parents:
diff changeset
728 (custom-put-if-not 'find-function-regexp 'standard-value t)
Dave Love <fx@gnu.org>
parents:
diff changeset
729 (custom-put-if-not 'vcursor-string 'custom-version "20.3")
Dave Love <fx@gnu.org>
parents:
diff changeset
730 (custom-put-if-not 'vcursor-string 'standard-value t)
Dave Love <fx@gnu.org>
parents:
diff changeset
731 (custom-put-if-not 'custom-face-default-form 'custom-version "20.3")
Dave Love <fx@gnu.org>
parents:
diff changeset
732 (custom-put-if-not 'custom-face-default-form 'standard-value t)
Dave Love <fx@gnu.org>
parents:
diff changeset
733 (custom-put-if-not 'hexl-follow-ascii 'custom-version "20.3")
Dave Love <fx@gnu.org>
parents:
diff changeset
734 (custom-put-if-not 'hexl-follow-ascii 'standard-value t)
32367
7c181d033dae use lisp-mode-shared-map instead of shared-lisp-mode-map
Sam Steingold <sds@gnu.org>
parents: 31388
diff changeset
735 (custom-put-if-not 'vc-cvs-use-edit 'custom-version "21.1")
7c181d033dae use lisp-mode-shared-map instead of shared-lisp-mode-map
Sam Steingold <sds@gnu.org>
parents: 31388
diff changeset
736 (custom-put-if-not 'vc-cvs-use-edit 'standard-value t)
7c181d033dae use lisp-mode-shared-map instead of shared-lisp-mode-map
Sam Steingold <sds@gnu.org>
parents: 31388
diff changeset
737 (custom-put-if-not 'electric-help 'custom-version "21.1")
7c181d033dae use lisp-mode-shared-map instead of shared-lisp-mode-map
Sam Steingold <sds@gnu.org>
parents: 31388
diff changeset
738 (custom-put-if-not 'electric-help 'group-documentation "Electric help facility.")
25891
Dave Love <fx@gnu.org>
parents:
diff changeset
739 (custom-put-if-not 'browse-url-filename-alist 'custom-version "20.3")
Dave Love <fx@gnu.org>
parents:
diff changeset
740 (custom-put-if-not 'browse-url-filename-alist 'standard-value t)
31388
c0199a9a07fa *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 30565
diff changeset
741 (custom-put-if-not 'align 'custom-version "21.1")
c0199a9a07fa *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 30565
diff changeset
742 (custom-put-if-not 'align 'group-documentation "Align text to a specific column, by regexp.")
32367
7c181d033dae use lisp-mode-shared-map instead of shared-lisp-mode-map
Sam Steingold <sds@gnu.org>
parents: 31388
diff changeset
743 (custom-put-if-not 'tildify 'custom-version "21.1")
7c181d033dae use lisp-mode-shared-map instead of shared-lisp-mode-map
Sam Steingold <sds@gnu.org>
parents: 31388
diff changeset
744 (custom-put-if-not 'tildify 'group-documentation "Adding missing hard spaces or other text fragments into texts.")
7c181d033dae use lisp-mode-shared-map instead of shared-lisp-mode-map
Sam Steingold <sds@gnu.org>
parents: 31388
diff changeset
745 (custom-put-if-not 'vc-rcs-checkin-switches 'custom-version "21.1")
7c181d033dae use lisp-mode-shared-map instead of shared-lisp-mode-map
Sam Steingold <sds@gnu.org>
parents: 31388
diff changeset
746 (custom-put-if-not 'vc-rcs-checkin-switches 'standard-value t)
37203
edd7ede4c4bc *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 37190
diff changeset
747 (custom-put-if-not 'normal-erase-is-backspace 'custom-version "21.1")
edd7ede4c4bc *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 37190
diff changeset
748 (custom-put-if-not 'normal-erase-is-backspace 'standard-value t)
34166
c073ad4159fd *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 33357
diff changeset
749 (custom-put-if-not 'gnus-article-banner-alist 'custom-version "21.1")
c073ad4159fd *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 33357
diff changeset
750 (custom-put-if-not 'gnus-article-banner-alist 'standard-value t)
32367
7c181d033dae use lisp-mode-shared-map instead of shared-lisp-mode-map
Sam Steingold <sds@gnu.org>
parents: 31388
diff changeset
751 (custom-put-if-not 'region 'custom-version "21.1")
7c181d033dae use lisp-mode-shared-map instead of shared-lisp-mode-map
Sam Steingold <sds@gnu.org>
parents: 31388
diff changeset
752 (custom-put-if-not 'region 'group-documentation nil)
27016
62cd5f1749cc *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 26963
diff changeset
753 (custom-put-if-not 'change-log-version-info-enabled 'custom-version "21.1")
62cd5f1749cc *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 26963
diff changeset
754 (custom-put-if-not 'change-log-version-info-enabled 'standard-value t)
32367
7c181d033dae use lisp-mode-shared-map instead of shared-lisp-mode-map
Sam Steingold <sds@gnu.org>
parents: 31388
diff changeset
755 (custom-put-if-not 'find-file-suppress-same-file-warnings 'custom-version "21.1")
7c181d033dae use lisp-mode-shared-map instead of shared-lisp-mode-map
Sam Steingold <sds@gnu.org>
parents: 31388
diff changeset
756 (custom-put-if-not 'find-file-suppress-same-file-warnings 'standard-value t)
7c181d033dae use lisp-mode-shared-map instead of shared-lisp-mode-map
Sam Steingold <sds@gnu.org>
parents: 31388
diff changeset
757 (custom-put-if-not 'change-log-name-face 'custom-version "21.1")
7c181d033dae use lisp-mode-shared-map instead of shared-lisp-mode-map
Sam Steingold <sds@gnu.org>
parents: 31388
diff changeset
758 (custom-put-if-not 'change-log-name-face 'group-documentation nil)
30565
338238ca63ce *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 29505
diff changeset
759 (custom-put-if-not 'sql-electric-stuff 'custom-version "20.8")
338238ca63ce *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 29505
diff changeset
760 (custom-put-if-not 'sql-electric-stuff 'standard-value t)
34166
c073ad4159fd *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 33357
diff changeset
761 (custom-put-if-not 'gnus-ignored-from-addresses 'custom-version "21.1")
c073ad4159fd *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 33357
diff changeset
762 (custom-put-if-not 'gnus-ignored-from-addresses 'standard-value t)
35411
be20c22dc16d 2001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents: 35196
diff changeset
763 (custom-put-if-not 'ansi-colors 'custom-version "21.1")
35196
eb8cfdc5cabf *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 34166
diff changeset
764 (custom-put-if-not 'ansi-colors 'group-documentation "Translating SGR control sequences to faces.
32367
7c181d033dae use lisp-mode-shared-map instead of shared-lisp-mode-map
Sam Steingold <sds@gnu.org>
parents: 31388
diff changeset
765 This translation effectively colorizes strings and regions based upon
7c181d033dae use lisp-mode-shared-map instead of shared-lisp-mode-map
Sam Steingold <sds@gnu.org>
parents: 31388
diff changeset
766 SGR control sequences embedded in the text. SGR (Select Graphic
7c181d033dae use lisp-mode-shared-map instead of shared-lisp-mode-map
Sam Steingold <sds@gnu.org>
parents: 31388
diff changeset
767 Rendition) control sequences are defined in section 3.8.117 of the
7c181d033dae use lisp-mode-shared-map instead of shared-lisp-mode-map
Sam Steingold <sds@gnu.org>
parents: 31388
diff changeset
768 ECMA-48 standard (identical to ISO/IEC 6429), which is freely available
7c181d033dae use lisp-mode-shared-map instead of shared-lisp-mode-map
Sam Steingold <sds@gnu.org>
parents: 31388
diff changeset
769 as a PDF file <URL:http://www.ecma.ch/ecma1/STAND/ECMA-048.HTM>.")
34166
c073ad4159fd *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 33357
diff changeset
770 (custom-put-if-not 'gnus-group-name-charset-method-alist 'custom-version "21.1")
c073ad4159fd *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 33357
diff changeset
771 (custom-put-if-not 'gnus-group-name-charset-method-alist 'standard-value t)
35196
eb8cfdc5cabf *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 34166
diff changeset
772 (custom-put-if-not 'starttls 'custom-version "21.1")
eb8cfdc5cabf *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 34166
diff changeset
773 (custom-put-if-not 'starttls 'group-documentation "Support for `Transport Layer Security' protocol.")
32367
7c181d033dae use lisp-mode-shared-map instead of shared-lisp-mode-map
Sam Steingold <sds@gnu.org>
parents: 31388
diff changeset
774 (custom-put-if-not 'vc-sccs-register-switches 'custom-version "21.1")
7c181d033dae use lisp-mode-shared-map instead of shared-lisp-mode-map
Sam Steingold <sds@gnu.org>
parents: 31388
diff changeset
775 (custom-put-if-not 'vc-sccs-register-switches 'standard-value t)
34166
c073ad4159fd *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 33357
diff changeset
776 (custom-put-if-not 'gnus-article-date-lapsed-new-header 'custom-version "21.1")
c073ad4159fd *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 33357
diff changeset
777 (custom-put-if-not 'gnus-article-date-lapsed-new-header 'standard-value t)
35668
255153b4edca *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 35411
diff changeset
778 (custom-put-if-not 'flyspell-abbrev-p 'custom-version "21.1")
255153b4edca *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 35411
diff changeset
779 (custom-put-if-not 'flyspell-abbrev-p 'standard-value t)
25891
Dave Love <fx@gnu.org>
parents:
diff changeset
780 (custom-put-if-not 'midnight 'custom-version "20.3")
Dave Love <fx@gnu.org>
parents:
diff changeset
781 (custom-put-if-not 'midnight 'group-documentation "Run something every day at midnight.")
35668
255153b4edca *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 35411
diff changeset
782 (custom-put-if-not 'flyspell-default-dictionary 'custom-version "21.1")
255153b4edca *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 35411
diff changeset
783 (custom-put-if-not 'flyspell-default-dictionary 'standard-value t)
34166
c073ad4159fd *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 33357
diff changeset
784 (custom-put-if-not 'gnus-extra-headers 'custom-version "21.1")
c073ad4159fd *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 33357
diff changeset
785 (custom-put-if-not 'gnus-extra-headers 'standard-value t)
32367
7c181d033dae use lisp-mode-shared-map instead of shared-lisp-mode-map
Sam Steingold <sds@gnu.org>
parents: 31388
diff changeset
786 (custom-put-if-not 'speedbar-use-images 'custom-version "21.1")
7c181d033dae use lisp-mode-shared-map instead of shared-lisp-mode-map
Sam Steingold <sds@gnu.org>
parents: 31388
diff changeset
787 (custom-put-if-not 'speedbar-use-images 'standard-value t)
35668
255153b4edca *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 35411
diff changeset
788 (custom-put-if-not 'flyspell-default-delayed-commands 'custom-version "21.1")
255153b4edca *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 35411
diff changeset
789 (custom-put-if-not 'flyspell-default-delayed-commands 'standard-value t)
34166
c073ad4159fd *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 33357
diff changeset
790 (custom-put-if-not 'gnus-auto-expirable-marks 'custom-version "21.1")
c073ad4159fd *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 33357
diff changeset
791 (custom-put-if-not 'gnus-auto-expirable-marks 'standard-value t)
37203
edd7ede4c4bc *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 37190
diff changeset
792 (custom-put-if-not 'sql-interbase-options 'custom-version "20.8")
edd7ede4c4bc *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 37190
diff changeset
793 (custom-put-if-not 'sql-interbase-options 'standard-value t)
28695
3930c7410fd6 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 28523
diff changeset
794 (custom-put-if-not 'automatic-hscrolling 'custom-version "21.1")
3930c7410fd6 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 28523
diff changeset
795 (custom-put-if-not 'automatic-hscrolling 'standard-value t)
25891
Dave Love <fx@gnu.org>
parents:
diff changeset
796 (custom-put-if-not 'custom-buffer-done-function 'custom-version "21.1")
Dave Love <fx@gnu.org>
parents:
diff changeset
797 (custom-put-if-not 'custom-buffer-done-function 'standard-value t)
34166
c073ad4159fd *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 33357
diff changeset
798 (custom-put-if-not 'gnus-article-mime-match-handle-function 'custom-version "21.1")
c073ad4159fd *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 33357
diff changeset
799 (custom-put-if-not 'gnus-article-mime-match-handle-function 'standard-value t)
31388
c0199a9a07fa *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 30565
diff changeset
800 (custom-put-if-not 'cwarn 'custom-version "21.1")
c0199a9a07fa *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 30565
diff changeset
801 (custom-put-if-not 'cwarn 'group-documentation "Highlight suspicious C and C++ constructions.")
34166
c073ad4159fd *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 33357
diff changeset
802 (custom-put-if-not 'message-buffer-naming-style 'custom-version "21.1")
c073ad4159fd *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 33357
diff changeset
803 (custom-put-if-not 'message-buffer-naming-style 'standard-value t)
26724
8dbcefccbde4 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 26411
diff changeset
804 (custom-put-if-not 'tags-apropos-additional-actions 'custom-version "21.1")
8dbcefccbde4 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 26411
diff changeset
805 (custom-put-if-not 'tags-apropos-additional-actions 'standard-value t)
25891
Dave Love <fx@gnu.org>
parents:
diff changeset
806 (custom-put-if-not 'generic-x 'custom-version "20.3")
Dave Love <fx@gnu.org>
parents:
diff changeset
807 (custom-put-if-not 'generic-x 'group-documentation "Extra modes for generic mode.")
33357
482cbaef2af5 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 33033
diff changeset
808 (custom-put-if-not 'whitespace 'custom-version "21.1")
482cbaef2af5 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 33033
diff changeset
809 (custom-put-if-not 'whitespace 'group-documentation "Check for and fix five different types of whitespaces in source code.")
25891
Dave Love <fx@gnu.org>
parents:
diff changeset
810 (custom-put-if-not 'debugger-mode-hook 'custom-version "20.3")
Dave Love <fx@gnu.org>
parents:
diff changeset
811 (custom-put-if-not 'debugger-mode-hook 'standard-value t)
Dave Love <fx@gnu.org>
parents:
diff changeset
812 (custom-put-if-not 'scroll-bar 'custom-version "21.1")
Dave Love <fx@gnu.org>
parents:
diff changeset
813 (custom-put-if-not 'scroll-bar 'group-documentation nil)
35411
be20c22dc16d 2001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents: 35196
diff changeset
814 (custom-put-if-not 'backward-delete-char-untabify-method 'custom-version "20.3")
be20c22dc16d 2001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents: 35196
diff changeset
815 (custom-put-if-not 'backward-delete-char-untabify-method 'standard-value t)
36101
3fbc0a866e43 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 35744
diff changeset
816 (custom-put-if-not 'vc-diff-switches 'custom-version "21.1")
3fbc0a866e43 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 35744
diff changeset
817 (custom-put-if-not 'vc-diff-switches 'standard-value t)
25891
Dave Love <fx@gnu.org>
parents:
diff changeset
818 (custom-put-if-not 'vcursor-interpret-input 'custom-version "20.3")
Dave Love <fx@gnu.org>
parents:
diff changeset
819 (custom-put-if-not 'vcursor-interpret-input 'standard-value t)
33357
482cbaef2af5 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 33033
diff changeset
820 (custom-put-if-not 'gnus-audio 'custom-version "21.1")
482cbaef2af5 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 33033
diff changeset
821 (custom-put-if-not 'gnus-audio 'group-documentation "Playing sound in Gnus.")
25891
Dave Love <fx@gnu.org>
parents:
diff changeset
822 (custom-put-if-not 'trailing-whitespace 'custom-version "21.1")
Dave Love <fx@gnu.org>
parents:
diff changeset
823 (custom-put-if-not 'trailing-whitespace 'group-documentation nil)
26724
8dbcefccbde4 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 26411
diff changeset
824 (custom-put-if-not 'fortran-comment-line-start 'custom-version "21.1")
8dbcefccbde4 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 26411
diff changeset
825 (custom-put-if-not 'fortran-comment-line-start 'standard-value t)
25891
Dave Love <fx@gnu.org>
parents:
diff changeset
826 (custom-put-if-not 'fringe 'custom-version "21.1")
Dave Love <fx@gnu.org>
parents:
diff changeset
827 (custom-put-if-not 'fringe 'group-documentation nil)
32367
7c181d033dae use lisp-mode-shared-map instead of shared-lisp-mode-map
Sam Steingold <sds@gnu.org>
parents: 31388
diff changeset
828 (custom-put-if-not 'vc-rcs-header 'custom-version "21.1")
7c181d033dae use lisp-mode-shared-map instead of shared-lisp-mode-map
Sam Steingold <sds@gnu.org>
parents: 31388
diff changeset
829 (custom-put-if-not 'vc-rcs-header 'standard-value t)
25891
Dave Love <fx@gnu.org>
parents:
diff changeset
830 (custom-put-if-not 'vhdl 'custom-version "20.4")
Dave Love <fx@gnu.org>
parents:
diff changeset
831 (custom-put-if-not 'vhdl 'group-documentation "Customizations for VHDL Mode.")
35196
eb8cfdc5cabf *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 34166
diff changeset
832 (custom-put-if-not 'message-mail-user-agent 'custom-version "21.1")
eb8cfdc5cabf *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 34166
diff changeset
833 (custom-put-if-not 'message-mail-user-agent 'standard-value t)
34166
c073ad4159fd *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 33357
diff changeset
834 (custom-put-if-not 'face-font-registry-alternatives 'custom-version "21.1")
c073ad4159fd *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 33357
diff changeset
835 (custom-put-if-not 'face-font-registry-alternatives 'standard-value t)
31388
c0199a9a07fa *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 30565
diff changeset
836 (custom-put-if-not 'show-paren-priority 'custom-version "21.1")
c0199a9a07fa *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 30565
diff changeset
837 (custom-put-if-not 'show-paren-priority 'standard-value t)
33357
482cbaef2af5 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 33033
diff changeset
838 (custom-put-if-not 'isearch-faces 'custom-version "21.1")
482cbaef2af5 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 33033
diff changeset
839 (custom-put-if-not 'isearch-faces 'group-documentation "Lazy highlighting feature for incremental search.")
32367
7c181d033dae use lisp-mode-shared-map instead of shared-lisp-mode-map
Sam Steingold <sds@gnu.org>
parents: 31388
diff changeset
840 (custom-put-if-not 'vc-handled-backends 'custom-version "21.1")
31388
c0199a9a07fa *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 30565
diff changeset
841 (custom-put-if-not 'vc-handled-backends 'standard-value t)
25891
Dave Love <fx@gnu.org>
parents:
diff changeset
842 (custom-put-if-not 'find-function-recenter-line 'custom-version "20.3")
Dave Love <fx@gnu.org>
parents:
diff changeset
843 (custom-put-if-not 'find-function-recenter-line 'standard-value t)
26724
8dbcefccbde4 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 26411
diff changeset
844 (custom-put-if-not 'tags-tag-face 'custom-version "21.1")
8dbcefccbde4 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 26411
diff changeset
845 (custom-put-if-not 'tags-tag-face 'standard-value t)
32367
7c181d033dae use lisp-mode-shared-map instead of shared-lisp-mode-map
Sam Steingold <sds@gnu.org>
parents: 31388
diff changeset
846 (custom-put-if-not 'change-log-list-face 'custom-version "21.1")
7c181d033dae use lisp-mode-shared-map instead of shared-lisp-mode-map
Sam Steingold <sds@gnu.org>
parents: 31388
diff changeset
847 (custom-put-if-not 'change-log-list-face 'group-documentation nil)
7c181d033dae use lisp-mode-shared-map instead of shared-lisp-mode-map
Sam Steingold <sds@gnu.org>
parents: 31388
diff changeset
848 (custom-put-if-not 'vc-rcs-register-switches 'custom-version "21.1")
7c181d033dae use lisp-mode-shared-map instead of shared-lisp-mode-map
Sam Steingold <sds@gnu.org>
parents: 31388
diff changeset
849 (custom-put-if-not 'vc-rcs-register-switches 'standard-value t)
33357
482cbaef2af5 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 33033
diff changeset
850 (custom-put-if-not 'gnus-nocem-check-article-limit 'custom-version "21.1")
482cbaef2af5 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 33033
diff changeset
851 (custom-put-if-not 'gnus-nocem-check-article-limit 'standard-value t)
25891
Dave Love <fx@gnu.org>
parents:
diff changeset
852 (custom-put-if-not 'mail-citation-prefix-regexp 'custom-version "20.3")
Dave Love <fx@gnu.org>
parents:
diff changeset
853 (custom-put-if-not 'mail-citation-prefix-regexp 'standard-value t)
Dave Love <fx@gnu.org>
parents:
diff changeset
854 (custom-put-if-not 'diary-mail-days 'custom-version "20.3")
Dave Love <fx@gnu.org>
parents:
diff changeset
855 (custom-put-if-not 'diary-mail-days 'standard-value t)
Dave Love <fx@gnu.org>
parents:
diff changeset
856 (custom-put-if-not 'diary-mail-addr 'custom-version "20.3")
Dave Love <fx@gnu.org>
parents:
diff changeset
857 (custom-put-if-not 'diary-mail-addr 'standard-value t)
34166
c073ad4159fd *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 33357
diff changeset
858 (custom-put-if-not 'nnmail-extra-headers 'custom-version "21.1")
c073ad4159fd *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 33357
diff changeset
859 (custom-put-if-not 'nnmail-extra-headers 'standard-value t)
30565
338238ca63ce *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 29505
diff changeset
860 (custom-put-if-not 'font-lock-support-mode 'custom-version "21.1")
338238ca63ce *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 29505
diff changeset
861 (custom-put-if-not 'font-lock-support-mode 'standard-value t)
25891
Dave Love <fx@gnu.org>
parents:
diff changeset
862 (custom-put-if-not 'compilation-error-screen-columns 'custom-version "20.4")
Dave Love <fx@gnu.org>
parents:
diff changeset
863 (custom-put-if-not 'compilation-error-screen-columns 'standard-value t)
Dave Love <fx@gnu.org>
parents:
diff changeset
864 (custom-put-if-not 'debugger-record-buffer 'custom-version "20.3")
Dave Love <fx@gnu.org>
parents:
diff changeset
865 (custom-put-if-not 'debugger-record-buffer 'standard-value t)
Dave Love <fx@gnu.org>
parents:
diff changeset
866 (custom-put-if-not 'query-replace-to-history-variable 'custom-version "20.3")
Dave Love <fx@gnu.org>
parents:
diff changeset
867 (custom-put-if-not 'query-replace-to-history-variable 'standard-value t)
34166
c073ad4159fd *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 33357
diff changeset
868 (custom-put-if-not 'gnus-mime-multipart-functions 'custom-version "21.1")
c073ad4159fd *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 33357
diff changeset
869 (custom-put-if-not 'gnus-mime-multipart-functions 'standard-value t)
25891
Dave Love <fx@gnu.org>
parents:
diff changeset
870 (custom-put-if-not 'which-func 'custom-version "20.3")
Dave Love <fx@gnu.org>
parents:
diff changeset
871 (custom-put-if-not 'which-func 'group-documentation "Mode to display the current function name in the modeline.")
27321
a9e8dcb78b6c *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 27016
diff changeset
872 (custom-put-if-not 'read-mail-command 'custom-version "21.1")
a9e8dcb78b6c *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 27016
diff changeset
873 (custom-put-if-not 'read-mail-command 'standard-value t)
28212
7252a5d43f22 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 28162
diff changeset
874 (custom-put-if-not 'ange-ftp-try-passive-mode 'custom-version 21.1)
7252a5d43f22 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 28162
diff changeset
875 (custom-put-if-not 'ange-ftp-try-passive-mode 'standard-value t)
34166
c073ad4159fd *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 33357
diff changeset
876 (custom-put-if-not 'rmail-automatic-folder-directives 'custom-version "21.1")
c073ad4159fd *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 33357
diff changeset
877 (custom-put-if-not 'rmail-automatic-folder-directives 'standard-value t)
25891
Dave Love <fx@gnu.org>
parents:
diff changeset
878 (custom-put-if-not 'mouse-buffer-menu-mode-mult 'custom-version "20.3")
Dave Love <fx@gnu.org>
parents:
diff changeset
879 (custom-put-if-not 'mouse-buffer-menu-mode-mult 'standard-value t)
Dave Love <fx@gnu.org>
parents:
diff changeset
880 (custom-put-if-not 'eval-expression-print-length 'custom-version "21.1")
Dave Love <fx@gnu.org>
parents:
diff changeset
881 (custom-put-if-not 'eval-expression-print-length 'standard-value t)
Dave Love <fx@gnu.org>
parents:
diff changeset
882 (custom-put-if-not 'net-utils 'custom-version "20.3")
Dave Love <fx@gnu.org>
parents:
diff changeset
883 (custom-put-if-not 'net-utils 'group-documentation "Network utility functions.")
33357
482cbaef2af5 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 33033
diff changeset
884 (custom-put-if-not 'log-edit 'custom-version "21.1")
482cbaef2af5 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 33033
diff changeset
885 (custom-put-if-not 'log-edit 'group-documentation "Major mode for editing RCS and CVS commit messages.")
35196
eb8cfdc5cabf *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 34166
diff changeset
886 (custom-put-if-not 'cperl-invalid-face 'custom-version "21.1")
eb8cfdc5cabf *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 34166
diff changeset
887 (custom-put-if-not 'cperl-invalid-face 'standard-value t)
29505
ca9466e54ffe *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 28764
diff changeset
888 (custom-put-if-not 'finger-X.500-host-regexps 'custom-version "21.1")
ca9466e54ffe *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 28764
diff changeset
889 (custom-put-if-not 'finger-X.500-host-regexps 'standard-value t)
25891
Dave Love <fx@gnu.org>
parents:
diff changeset
890 (custom-put-if-not 'uce-mail-reader 'custom-version "20.3")
Dave Love <fx@gnu.org>
parents:
diff changeset
891 (custom-put-if-not 'uce-mail-reader 'standard-value t)
32367
7c181d033dae use lisp-mode-shared-map instead of shared-lisp-mode-map
Sam Steingold <sds@gnu.org>
parents: 31388
diff changeset
892 (custom-put-if-not 'gnus-charset 'custom-version "21.1")
7c181d033dae use lisp-mode-shared-map instead of shared-lisp-mode-map
Sam Steingold <sds@gnu.org>
parents: 31388
diff changeset
893 (custom-put-if-not 'gnus-charset 'group-documentation "Group character set issues.")
31388
c0199a9a07fa *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 30565
diff changeset
894 (custom-put-if-not 'calculator 'custom-version "21.1")
34166
c073ad4159fd *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 33357
diff changeset
895 (custom-put-if-not 'calculator 'group-documentation "Simple Emacs calculator.")
25891
Dave Love <fx@gnu.org>
parents:
diff changeset
896 (custom-put-if-not 'custom-button-pressed-face 'custom-version "21.1")
Dave Love <fx@gnu.org>
parents:
diff changeset
897 (custom-put-if-not 'custom-button-pressed-face 'group-documentation nil)
Dave Love <fx@gnu.org>
parents:
diff changeset
898 (custom-put-if-not 'dos-codepage-setup-hook 'custom-version "20.3.3")
Dave Love <fx@gnu.org>
parents:
diff changeset
899 (custom-put-if-not 'dos-codepage-setup-hook 'standard-value t)
27016
62cd5f1749cc *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 26963
diff changeset
900 (custom-put-if-not 'change-log-version-number-regexp-list 'custom-version "21.1")
62cd5f1749cc *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 26963
diff changeset
901 (custom-put-if-not 'change-log-version-number-regexp-list 'standard-value t)
25998
b04d6e7e4790 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 25891
diff changeset
902 (custom-put-if-not 'menu 'custom-version "21.1")
b04d6e7e4790 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 25891
diff changeset
903 (custom-put-if-not 'menu 'group-documentation "Input from the menus.")
33357
482cbaef2af5 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 33033
diff changeset
904 (custom-put-if-not 'gnus-nocem-check-from 'custom-version "21.1")
482cbaef2af5 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 33033
diff changeset
905 (custom-put-if-not 'gnus-nocem-check-from 'standard-value t)
25891
Dave Love <fx@gnu.org>
parents:
diff changeset
906 (custom-put-if-not 'sgml-validate-command 'custom-version "21.1")
Dave Love <fx@gnu.org>
parents:
diff changeset
907 (custom-put-if-not 'sgml-validate-command 'standard-value t)
Dave Love <fx@gnu.org>
parents:
diff changeset
908 (custom-put-if-not 'jit-lock 'custom-version "21.1")
Dave Love <fx@gnu.org>
parents:
diff changeset
909 (custom-put-if-not 'jit-lock 'group-documentation "Font Lock support mode to fontify just-in-time.")
33357
482cbaef2af5 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 33033
diff changeset
910 (custom-put-if-not 'rmail-file-name 'custom-version "21.1")
482cbaef2af5 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 33033
diff changeset
911 (custom-put-if-not 'rmail-file-name 'standard-value t)
33033
b440b63b45d0 bogus commit
Kai Großjohann <kgrossjo@eu.uu.net>
parents: 33032
diff changeset
912 (custom-put-if-not 'bs 'custom-version "21.1")
b440b63b45d0 bogus commit
Kai Großjohann <kgrossjo@eu.uu.net>
parents: 33032
diff changeset
913 (custom-put-if-not 'bs 'group-documentation "Buffer Selection: Maintaining buffers by buffer menu.")
25891
Dave Love <fx@gnu.org>
parents:
diff changeset
914 (custom-put-if-not 'cperl 'custom-version "20.3")
Dave Love <fx@gnu.org>
parents:
diff changeset
915 (custom-put-if-not 'cperl 'group-documentation "Major mode for editing Perl code.")
28212
7252a5d43f22 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 28162
diff changeset
916 (custom-put-if-not 'focus-follows-mouse 'custom-version "20.3")
7252a5d43f22 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 28162
diff changeset
917 (custom-put-if-not 'focus-follows-mouse 'standard-value t)
34166
c073ad4159fd *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 33357
diff changeset
918 (custom-put-if-not 'message-forward-as-mime 'custom-version "21.1")
c073ad4159fd *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 33357
diff changeset
919 (custom-put-if-not 'message-forward-as-mime 'standard-value t)
30565
338238ca63ce *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 29505
diff changeset
920 (custom-put-if-not 'pcl-cvs 'custom-version "21.1")
338238ca63ce *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 29505
diff changeset
921 (custom-put-if-not 'pcl-cvs 'group-documentation "Special support for the CVS versioning system.")
31388
c0199a9a07fa *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 30565
diff changeset
922 (custom-put-if-not 'windmove 'custom-version "21.1")
c0199a9a07fa *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 30565
diff changeset
923 (custom-put-if-not 'windmove 'group-documentation "Directional selection of windows in a frame.")
32367
7c181d033dae use lisp-mode-shared-map instead of shared-lisp-mode-map
Sam Steingold <sds@gnu.org>
parents: 31388
diff changeset
924 (custom-put-if-not 'strokes-char-face 'custom-version "21.1")
7c181d033dae use lisp-mode-shared-map instead of shared-lisp-mode-map
Sam Steingold <sds@gnu.org>
parents: 31388
diff changeset
925 (custom-put-if-not 'strokes-char-face 'group-documentation nil)
7c181d033dae use lisp-mode-shared-map instead of shared-lisp-mode-map
Sam Steingold <sds@gnu.org>
parents: 31388
diff changeset
926 (custom-put-if-not 'vc-cvs-stay-local 'custom-version "21.1")
7c181d033dae use lisp-mode-shared-map instead of shared-lisp-mode-map
Sam Steingold <sds@gnu.org>
parents: 31388
diff changeset
927 (custom-put-if-not 'vc-cvs-stay-local 'standard-value t)
26724
8dbcefccbde4 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 26411
diff changeset
928 (custom-put-if-not 'fortran-comment-line-start-skip 'custom-version "21.1")
8dbcefccbde4 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 26411
diff changeset
929 (custom-put-if-not 'fortran-comment-line-start-skip 'standard-value t)
34166
c073ad4159fd *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 33357
diff changeset
930 (custom-put-if-not 'gnus-list-identifiers 'custom-version "21.1")
c073ad4159fd *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 33357
diff changeset
931 (custom-put-if-not 'gnus-list-identifiers 'standard-value t)
25891
Dave Love <fx@gnu.org>
parents:
diff changeset
932 (custom-put-if-not 'checkdoc 'custom-version "20.3")
Dave Love <fx@gnu.org>
parents:
diff changeset
933 (custom-put-if-not 'checkdoc 'group-documentation "Support for doc string checking in Emacs Lisp.")
32367
7c181d033dae use lisp-mode-shared-map instead of shared-lisp-mode-map
Sam Steingold <sds@gnu.org>
parents: 31388
diff changeset
934 (custom-put-if-not 'imap 'custom-version "21.1")
7c181d033dae use lisp-mode-shared-map instead of shared-lisp-mode-map
Sam Steingold <sds@gnu.org>
parents: 31388
diff changeset
935 (custom-put-if-not 'imap 'group-documentation "Low-level IMAP issues.")
7c181d033dae use lisp-mode-shared-map instead of shared-lisp-mode-map
Sam Steingold <sds@gnu.org>
parents: 31388
diff changeset
936 (custom-put-if-not 'change-log-acknowledgement-face 'custom-version "21.1")
7c181d033dae use lisp-mode-shared-map instead of shared-lisp-mode-map
Sam Steingold <sds@gnu.org>
parents: 31388
diff changeset
937 (custom-put-if-not 'change-log-acknowledgement-face 'group-documentation nil)
25891
Dave Love <fx@gnu.org>
parents:
diff changeset
938 (custom-put-if-not 'mail-abbrevs-mode 'custom-version "20.3")
Dave Love <fx@gnu.org>
parents:
diff changeset
939 (custom-put-if-not 'mail-abbrevs-mode 'standard-value t)
34166
c073ad4159fd *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 33357
diff changeset
940 (custom-put-if-not 'message-forward-ignored-headers 'custom-version "21.1")
c073ad4159fd *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 33357
diff changeset
941 (custom-put-if-not 'message-forward-ignored-headers 'standard-value t)
33357
482cbaef2af5 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 33033
diff changeset
942 (custom-put-if-not 'eudc 'custom-version "21.1")
482cbaef2af5 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 33033
diff changeset
943 (custom-put-if-not 'eudc 'group-documentation "Emacs Unified Directory Client.")
28695
3930c7410fd6 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 28523
diff changeset
944 (custom-put-if-not 'scrolling 'custom-version "21.1")
3930c7410fd6 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 28523
diff changeset
945 (custom-put-if-not 'scrolling 'group-documentation "Scrolling windows.")
37203
edd7ede4c4bc *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 37190
diff changeset
946 (custom-put-if-not 'ps-paragraph-regexp 'custom-version "21.1")
edd7ede4c4bc *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 37190
diff changeset
947 (custom-put-if-not 'ps-paragraph-regexp 'standard-value t)
25998
b04d6e7e4790 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 25891
diff changeset
948 (custom-put-if-not 'sh-imenu-generic-expression 'custom-version "20.4")
25891
Dave Love <fx@gnu.org>
parents:
diff changeset
949 (custom-put-if-not 'sh-imenu-generic-expression 'standard-value t)
Dave Love <fx@gnu.org>
parents:
diff changeset
950 (custom-put-if-not 'temp-buffer-max-height 'custom-version "20.4")
Dave Love <fx@gnu.org>
parents:
diff changeset
951 (custom-put-if-not 'temp-buffer-max-height 'standard-value t)
Dave Love <fx@gnu.org>
parents:
diff changeset
952 (custom-put-if-not 'border 'custom-version "21.1")
Dave Love <fx@gnu.org>
parents:
diff changeset
953 (custom-put-if-not 'border 'group-documentation nil)
34166
c073ad4159fd *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 33357
diff changeset
954 (custom-put-if-not 'nnmail-scan-directory-mail-source-once 'custom-version "21.1")
c073ad4159fd *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 33357
diff changeset
955 (custom-put-if-not 'nnmail-scan-directory-mail-source-once 'standard-value t)
c073ad4159fd *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 33357
diff changeset
956 (custom-put-if-not 'gnus-preserve-marks 'custom-version "21.1")
c073ad4159fd *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 33357
diff changeset
957 (custom-put-if-not 'gnus-preserve-marks 'standard-value t)
37203
edd7ede4c4bc *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 37190
diff changeset
958 (custom-put-if-not 'hs-minor-mode-hook 'custom-version "21.1")
edd7ede4c4bc *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 37190
diff changeset
959 (custom-put-if-not 'hs-minor-mode-hook 'standard-value t)
32367
7c181d033dae use lisp-mode-shared-map instead of shared-lisp-mode-map
Sam Steingold <sds@gnu.org>
parents: 31388
diff changeset
960 (custom-put-if-not 'speedbar-indentation-width 'custom-version "21.1")
7c181d033dae use lisp-mode-shared-map instead of shared-lisp-mode-map
Sam Steingold <sds@gnu.org>
parents: 31388
diff changeset
961 (custom-put-if-not 'speedbar-indentation-width 'standard-value t)
25891
Dave Love <fx@gnu.org>
parents:
diff changeset
962 (custom-put-if-not 'hl-line 'custom-version "21.1")
35196
eb8cfdc5cabf *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 34166
diff changeset
963 (custom-put-if-not 'hl-line 'group-documentation "Highlight the current line.")
28523
47e1a131eef3 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 28292
diff changeset
964 (custom-put-if-not 'find-file-wildcards 'custom-version "20.4")
47e1a131eef3 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 28292
diff changeset
965 (custom-put-if-not 'find-file-wildcards 'standard-value t)
25891
Dave Love <fx@gnu.org>
parents:
diff changeset
966 (custom-put-if-not 'custom-comment-face 'custom-version "21.1")
Dave Love <fx@gnu.org>
parents:
diff changeset
967 (custom-put-if-not 'custom-comment-face 'group-documentation nil)
25998
b04d6e7e4790 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 25891
diff changeset
968 (custom-put-if-not 'custom-raised-buttons 'custom-version "21.1")
b04d6e7e4790 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 25891
diff changeset
969 (custom-put-if-not 'custom-raised-buttons 'standard-value t)
36101
3fbc0a866e43 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 35744
diff changeset
970 (custom-put-if-not 'gnus-article-x-face-command 'custom-version "21.1")
3fbc0a866e43 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 35744
diff changeset
971 (custom-put-if-not 'gnus-article-x-face-command 'standard-value t)
34166
c073ad4159fd *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 33357
diff changeset
972 (custom-put-if-not 'gnus-inhibit-user-auto-expire 'custom-version "21.1")
c073ad4159fd *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 33357
diff changeset
973 (custom-put-if-not 'gnus-inhibit-user-auto-expire 'standard-value t)
25891
Dave Love <fx@gnu.org>
parents:
diff changeset
974 (custom-put-if-not 'show-paren-ring-bell-on-mismatch 'custom-version "20.3")
Dave Love <fx@gnu.org>
parents:
diff changeset
975 (custom-put-if-not 'show-paren-ring-bell-on-mismatch 'standard-value t)
Dave Love <fx@gnu.org>
parents:
diff changeset
976 (custom-put-if-not 'rmail-default-body-file 'custom-version "20.3")
Dave Love <fx@gnu.org>
parents:
diff changeset
977 (custom-put-if-not 'rmail-default-body-file 'standard-value t)
34166
c073ad4159fd *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 33357
diff changeset
978 (custom-put-if-not 'gnus-emphasize-whitespace-regexp 'custom-version "21.1")
c073ad4159fd *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 33357
diff changeset
979 (custom-put-if-not 'gnus-emphasize-whitespace-regexp 'standard-value t)
c073ad4159fd *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 33357
diff changeset
980 (custom-put-if-not 'gnus-summary-show-article-charset-alist 'custom-version "21.1")
c073ad4159fd *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 33357
diff changeset
981 (custom-put-if-not 'gnus-summary-show-article-charset-alist 'standard-value t)
32367
7c181d033dae use lisp-mode-shared-map instead of shared-lisp-mode-map
Sam Steingold <sds@gnu.org>
parents: 31388
diff changeset
982 (custom-put-if-not 'vc-dired-listing-switches 'custom-version "21.1")
31388
c0199a9a07fa *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 30565
diff changeset
983 (custom-put-if-not 'vc-dired-listing-switches 'standard-value t)
25891
Dave Love <fx@gnu.org>
parents:
diff changeset
984 (custom-put-if-not 'rmail-movemail-flags 'custom-version "20.3")
Dave Love <fx@gnu.org>
parents:
diff changeset
985 (custom-put-if-not 'rmail-movemail-flags 'standard-value t)
35196
eb8cfdc5cabf *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 34166
diff changeset
986 (custom-put-if-not 'keyboard-coding-system 'custom-version "21.1")
eb8cfdc5cabf *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 34166
diff changeset
987 (custom-put-if-not 'keyboard-coding-system 'standard-value t)
33357
482cbaef2af5 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 33033
diff changeset
988 (custom-put-if-not 'sql-sybase-options 'custom-version "20.8")
482cbaef2af5 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 33033
diff changeset
989 (custom-put-if-not 'sql-sybase-options 'standard-value t)
34166
c073ad4159fd *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 33357
diff changeset
990 (custom-put-if-not 'gnus-read-newsrc-file 'custom-version "21.1")
c073ad4159fd *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 33357
diff changeset
991 (custom-put-if-not 'gnus-read-newsrc-file 'standard-value t)
27868
b5dc290eb929 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 27327
diff changeset
992 (custom-put-if-not 'recentf 'custom-version "21.1")
b5dc290eb929 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 27327
diff changeset
993 (custom-put-if-not 'recentf 'group-documentation "Maintain a menu of recently opened files.")
34166
c073ad4159fd *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 33357
diff changeset
994 (custom-put-if-not 'nnmail-split-header-length-limit 'custom-version "21.1")
c073ad4159fd *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 33357
diff changeset
995 (custom-put-if-not 'nnmail-split-header-length-limit 'standard-value t)
c073ad4159fd *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 33357
diff changeset
996 (custom-put-if-not 'gnus-ignored-mime-types 'custom-version "21.1")
c073ad4159fd *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 33357
diff changeset
997 (custom-put-if-not 'gnus-ignored-mime-types 'standard-value t)
31388
c0199a9a07fa *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 30565
diff changeset
998 (custom-put-if-not 'fortune 'custom-version "21.1")
c0199a9a07fa *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 30565
diff changeset
999 (custom-put-if-not 'fortune 'group-documentation "Settings for fortune.")
34166
c073ad4159fd *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 33357
diff changeset
1000 (custom-put-if-not 'gnus-agent-confirmation-function 'custom-version "21.1")
c073ad4159fd *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 33357
diff changeset
1001 (custom-put-if-not 'gnus-agent-confirmation-function 'standard-value t)
25891
Dave Love <fx@gnu.org>
parents:
diff changeset
1002 (custom-put-if-not 'dired-at-point-require-prefix 'custom-version "20.3")
Dave Love <fx@gnu.org>
parents:
diff changeset
1003 (custom-put-if-not 'dired-at-point-require-prefix 'standard-value t)
31388
c0199a9a07fa *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 30565
diff changeset
1004 (custom-put-if-not 'diff-mode 'custom-version "21.1")
33357
482cbaef2af5 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 33033
diff changeset
1005 (custom-put-if-not 'diff-mode 'group-documentation "Major mode for viewing/editing diffs")
35411
be20c22dc16d 2001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents: 35196
diff changeset
1006 (custom-put-if-not 'isearch-lazy-highlight 'custom-version "21.1")
be20c22dc16d 2001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents: 35196
diff changeset
1007 (custom-put-if-not 'isearch-lazy-highlight 'standard-value t)
33357
482cbaef2af5 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 33033
diff changeset
1008 (custom-put-if-not 'sql-mysql-options 'custom-version "20.8")
482cbaef2af5 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 33033
diff changeset
1009 (custom-put-if-not 'sql-mysql-options 'standard-value t)
35411
be20c22dc16d 2001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents: 35196
diff changeset
1010 (custom-put-if-not 'next-line-add-newlines 'custom-version "21.1")
be20c22dc16d 2001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents: 35196
diff changeset
1011 (custom-put-if-not 'next-line-add-newlines 'standard-value t)
36101
3fbc0a866e43 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 35744
diff changeset
1012 (custom-put-if-not 'dabbrev-ignored-buffer-regexps 'custom-version "21.1")
3fbc0a866e43 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 35744
diff changeset
1013 (custom-put-if-not 'dabbrev-ignored-buffer-regexps 'standard-value t)
34166
c073ad4159fd *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 33357
diff changeset
1014 (custom-put-if-not 'gnus-group-highlight-words-alist 'custom-version "21.1")
c073ad4159fd *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 33357
diff changeset
1015 (custom-put-if-not 'gnus-group-highlight-words-alist 'standard-value t)
25891
Dave Love <fx@gnu.org>
parents:
diff changeset
1016 (custom-put-if-not 'dabbrev-ignored-buffer-names 'custom-version "20.3")
Dave Love <fx@gnu.org>
parents:
diff changeset
1017 (custom-put-if-not 'dabbrev-ignored-buffer-names 'standard-value t)
35668
255153b4edca *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 35411
diff changeset
1018 (custom-put-if-not 'flyspell-default-deplacement-commands 'custom-version "21.1")
255153b4edca *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 35411
diff changeset
1019 (custom-put-if-not 'flyspell-default-deplacement-commands 'standard-value t)
37203
edd7ede4c4bc *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 37190
diff changeset
1020 (custom-put-if-not 'ps-end-cut-regexp 'custom-version "21.1")
edd7ede4c4bc *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 37190
diff changeset
1021 (custom-put-if-not 'ps-end-cut-regexp 'standard-value t)
32367
7c181d033dae use lisp-mode-shared-map instead of shared-lisp-mode-map
Sam Steingold <sds@gnu.org>
parents: 31388
diff changeset
1022 (custom-put-if-not 'change-log-file-face 'custom-version "21.1")
7c181d033dae use lisp-mode-shared-map instead of shared-lisp-mode-map
Sam Steingold <sds@gnu.org>
parents: 31388
diff changeset
1023 (custom-put-if-not 'change-log-file-face 'group-documentation nil)
25891
Dave Love <fx@gnu.org>
parents:
diff changeset
1024 (custom-put-if-not 'diary-unknown-time 'custom-version "20.3")
Dave Love <fx@gnu.org>
parents:
diff changeset
1025 (custom-put-if-not 'diary-unknown-time 'standard-value t)
36101
3fbc0a866e43 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 35744
diff changeset
1026 (custom-put-if-not 'vc-sccs-diff-switches 'custom-version "21.1")
3fbc0a866e43 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 35744
diff changeset
1027 (custom-put-if-not 'vc-sccs-diff-switches 'standard-value t)
25891
Dave Love <fx@gnu.org>
parents:
diff changeset
1028 (custom-put-if-not 'browse-url-lynx-emacs-args 'custom-version "20.3")
Dave Love <fx@gnu.org>
parents:
diff changeset
1029 (custom-put-if-not 'browse-url-lynx-emacs-args 'standard-value t)
35196
eb8cfdc5cabf *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 34166
diff changeset
1030 (custom-put-if-not 'todo 'custom-version "21.1")
eb8cfdc5cabf *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 34166
diff changeset
1031 (custom-put-if-not 'todo 'group-documentation "Maintain a list of todo items.")
25891
Dave Love <fx@gnu.org>
parents:
diff changeset
1032 (custom-put-if-not 'tooltip 'custom-version "21.1")
Dave Love <fx@gnu.org>
parents:
diff changeset
1033 (custom-put-if-not 'tooltip 'group-documentation "Customization group for the `tooltip' package.")
34166
c073ad4159fd *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 33357
diff changeset
1034 (custom-put-if-not 'gnus-newsgroup-ignored-charsets 'custom-version "21.1")
c073ad4159fd *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 33357
diff changeset
1035 (custom-put-if-not 'gnus-newsgroup-ignored-charsets 'standard-value t)
c073ad4159fd *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 33357
diff changeset
1036 (custom-put-if-not 'message-send-mail-partially-limit 'custom-version "21.1")
c073ad4159fd *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 33357
diff changeset
1037 (custom-put-if-not 'message-send-mail-partially-limit 'standard-value t)
27868
b5dc290eb929 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 27327
diff changeset
1038 (custom-put-if-not 'quickurl 'custom-version "21.1")
b5dc290eb929 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 27327
diff changeset
1039 (custom-put-if-not 'quickurl 'group-documentation "Insert an URL based on text at point in buffer.")
25891
Dave Love <fx@gnu.org>
parents:
diff changeset
1040 (custom-put-if-not 'tool-bar 'custom-version "21.1")
Dave Love <fx@gnu.org>
parents:
diff changeset
1041 (custom-put-if-not 'tool-bar 'group-documentation nil)
Dave Love <fx@gnu.org>
parents:
diff changeset
1042 (custom-put-if-not 'vc-default-init-version 'custom-version "20.3")
Dave Love <fx@gnu.org>
parents:
diff changeset
1043 (custom-put-if-not 'vc-default-init-version 'standard-value t)
35668
255153b4edca *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 35411
diff changeset
1044 (custom-put-if-not 'flyspell-use-global-abbrev-table-p 'custom-version "21.1")
255153b4edca *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 35411
diff changeset
1045 (custom-put-if-not 'flyspell-use-global-abbrev-table-p 'standard-value t)
35196
eb8cfdc5cabf *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 34166
diff changeset
1046 (custom-put-if-not 'message-forward-show-mml 'custom-version "21.1")
eb8cfdc5cabf *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 34166
diff changeset
1047 (custom-put-if-not 'message-forward-show-mml 'standard-value t)
25891
Dave Love <fx@gnu.org>
parents:
diff changeset
1048 (custom-put-if-not 'gametree 'custom-version "20.3")
Dave Love <fx@gnu.org>
parents:
diff changeset
1049 (custom-put-if-not 'gametree 'group-documentation "Manage game analysis trees in Emacs.")
36101
3fbc0a866e43 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 35744
diff changeset
1050 (custom-put-if-not 'vc-rcs-diff-switches 'custom-version "21.1")
3fbc0a866e43 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 35744
diff changeset
1051 (custom-put-if-not 'vc-rcs-diff-switches 'standard-value t)
32367
7c181d033dae use lisp-mode-shared-map instead of shared-lisp-mode-map
Sam Steingold <sds@gnu.org>
parents: 31388
diff changeset
1052 (custom-put-if-not 'change-log-function-face 'custom-version "21.1")
7c181d033dae use lisp-mode-shared-map instead of shared-lisp-mode-map
Sam Steingold <sds@gnu.org>
parents: 31388
diff changeset
1053 (custom-put-if-not 'change-log-function-face 'group-documentation nil)
25891
Dave Love <fx@gnu.org>
parents:
diff changeset
1054 (custom-put-if-not 'hscroll-global-mode 'custom-version "20.3")
Dave Love <fx@gnu.org>
parents:
diff changeset
1055 (custom-put-if-not 'hscroll-global-mode 'standard-value t)
34166
c073ad4159fd *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 33357
diff changeset
1056 (custom-put-if-not 'message-default-charset 'custom-version "21.1")
c073ad4159fd *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 33357
diff changeset
1057 (custom-put-if-not 'message-default-charset 'standard-value t)
28764
a94b3ce0fa8c *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 28695
diff changeset
1058 (custom-put-if-not 'auto-save-file-name-transforms 'custom-version "21.1")
a94b3ce0fa8c *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 28695
diff changeset
1059 (custom-put-if-not 'auto-save-file-name-transforms 'standard-value t)
26724
8dbcefccbde4 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 26411
diff changeset
1060 (custom-put-if-not 'tags-apropos-verbose 'custom-version "21.1")
8dbcefccbde4 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 26411
diff changeset
1061 (custom-put-if-not 'tags-apropos-verbose 'standard-value t)
34166
c073ad4159fd *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 33357
diff changeset
1062 (custom-put-if-not 'mailcap 'custom-version "21.1")
c073ad4159fd *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 33357
diff changeset
1063 (custom-put-if-not 'mailcap 'group-documentation "Definition of viewers for MIME types.")
33357
482cbaef2af5 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 33033
diff changeset
1064 (custom-put-if-not 'find-variable-regexp 'custom-version "21.1")
25891
Dave Love <fx@gnu.org>
parents:
diff changeset
1065 (custom-put-if-not 'find-variable-regexp 'standard-value t)
Dave Love <fx@gnu.org>
parents:
diff changeset
1066 (custom-put-if-not 'header-line 'custom-version "21.1")
Dave Love <fx@gnu.org>
parents:
diff changeset
1067 (custom-put-if-not 'header-line 'group-documentation nil)
31388
c0199a9a07fa *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 30565
diff changeset
1068 (custom-put-if-not 'glasses 'custom-version "21.1")
c0199a9a07fa *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 30565
diff changeset
1069 (custom-put-if-not 'glasses 'group-documentation "Make unreadable code likeThis(one) readable.")
25891
Dave Love <fx@gnu.org>
parents:
diff changeset
1070 (custom-put-if-not 'easy-menu-precalculate-equivalent-keybindings 'custom-version "20.3")
Dave Love <fx@gnu.org>
parents:
diff changeset
1071 (custom-put-if-not 'easy-menu-precalculate-equivalent-keybindings 'standard-value t)
26411
3fd026f721c0 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 26234
diff changeset
1072 (custom-put-if-not 'debugger-batch-max-lines 'custom-version "21.1")
3fd026f721c0 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 26234
diff changeset
1073 (custom-put-if-not 'debugger-batch-max-lines 'standard-value t)
25891
Dave Love <fx@gnu.org>
parents:
diff changeset
1074 (custom-put-if-not 'desktop-enable 'custom-version "20.3")
Dave Love <fx@gnu.org>
parents:
diff changeset
1075 (custom-put-if-not 'desktop-enable 'standard-value t)
Dave Love <fx@gnu.org>
parents:
diff changeset
1076 (custom-put-if-not 'vc-dired-terse-display 'custom-version "20.3")
Dave Love <fx@gnu.org>
parents:
diff changeset
1077 (custom-put-if-not 'vc-dired-terse-display 'standard-value t)
31388
c0199a9a07fa *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 30565
diff changeset
1078 (custom-put-if-not 'server-kill-new-buffers 'custom-version "21.1")
c0199a9a07fa *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 30565
diff changeset
1079 (custom-put-if-not 'server-kill-new-buffers 'standard-value t)
32367
7c181d033dae use lisp-mode-shared-map instead of shared-lisp-mode-map
Sam Steingold <sds@gnu.org>
parents: 31388
diff changeset
1080 (custom-put-if-not 'speedbar-hide-button-brackets-flag 'custom-version "21.1")
7c181d033dae use lisp-mode-shared-map instead of shared-lisp-mode-map
Sam Steingold <sds@gnu.org>
parents: 31388
diff changeset
1081 (custom-put-if-not 'speedbar-hide-button-brackets-flag 'standard-value t)
27868
b5dc290eb929 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 27327
diff changeset
1082 (custom-put-if-not 'delphi 'custom-version "21.1")
b5dc290eb929 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 27327
diff changeset
1083 (custom-put-if-not 'delphi 'group-documentation "Major mode for editing Delphi source in Emacs")
25891
Dave Love <fx@gnu.org>
parents:
diff changeset
1084 (custom-put-if-not 'eval-expression-print-level 'custom-version "21.1")
Dave Love <fx@gnu.org>
parents:
diff changeset
1085 (custom-put-if-not 'eval-expression-print-level 'standard-value t)
Dave Love <fx@gnu.org>
parents:
diff changeset
1086
37203
edd7ede4c4bc *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 37190
diff changeset
1087 (defvar custom-versions-load-alist '(("20.3.3" "dos-vars") (21.1 "ange-ftp") ("20.4" "files" "help" "sh-script" "compile") ("20.3" "desktop" "easymenu" "hscroll" "dabbrev" "ffap" "rmail" "paren" "mailabbrev" "frame" "uce" "mouse" "diary-lib" "sendmail" "simple" "debug" "hexl" "vcursor" "vc" "compile" "etags" "help" "browse-url" "add-log" "find-func" "cus-edit" "replace") ("21.1" "server" "debug" "dabbrev" "isearch" "gnus-start" "mule" "hideshow" "paths" "sgml-mode" "net-utils" "cperl-mode" "rmail" "font-lock" "gnus-nocem" "vc-hooks" "paren" "faces" "fortran" "vc" "etags" "cus-edit" "frame" "vc-sccs" "gnus-group" "gnus-sum" "add-log" "find-func" "wid-edit" "ps-print" "vc-rcs" "files" "nnmail" "message" "vc-cvs" "simple" "gnus-agent" "flyspell" "gnus-art" "browse-url" "speedbar") ("20.8" "sql"))
25891
Dave Love <fx@gnu.org>
parents:
diff changeset
1088 "For internal use by custom.")
Dave Love <fx@gnu.org>
parents:
diff changeset
1089
Dave Love <fx@gnu.org>
parents:
diff changeset
1090 (provide 'cus-load)
Dave Love <fx@gnu.org>
parents:
diff changeset
1091
31388
c0199a9a07fa *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 30565
diff changeset
1092 ;;; Local Variables:
c0199a9a07fa *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 30565
diff changeset
1093 ;;; version-control: never
c0199a9a07fa *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 30565
diff changeset
1094 ;;; no-byte-compile: t
c0199a9a07fa *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 30565
diff changeset
1095 ;;; no-update-autoloads: t
c0199a9a07fa *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 30565
diff changeset
1096 ;;; End:
25891
Dave Love <fx@gnu.org>
parents:
diff changeset
1097 ;;; cus-load.el ends here