From abb2db1cf3b6505afedcafb51e6f8dca36585b9c Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Wed, 2 Aug 2000 21:29:36 +0000 Subject: *** empty log message *** --- lisp/cus-load.el | 67 +++++++++++++++++++++++++++++++++++++++++++------------- 1 file changed, 52 insertions(+), 15 deletions(-) (limited to 'lisp/cus-load.el') diff --git a/lisp/cus-load.el b/lisp/cus-load.el index 807cd49d71f..ecadf3c8ed3 100644 --- a/lisp/cus-load.el +++ b/lisp/cus-load.el @@ -6,6 +6,7 @@ (put 'SQL 'custom-loads '("sql")) (put 'refbib 'custom-loads '("refbib")) (put 'elp 'custom-loads '("elp")) +(put 'eshell-ext 'custom-loads '("esh-ext")) (put 'ffap 'custom-loads '("ffap")) (put 'shell 'custom-loads '("dirtrack" "shell" "terminal")) (put 'locate 'custom-loads '("locate")) @@ -15,11 +16,14 @@ (put 'shell-directories 'custom-loads '("shell")) (put 'idlwave-documentation 'custom-loads '("idlwave")) (put 'footnote 'custom-loads '("footnote")) +(put 'pcomplete 'custom-loads '("pcmpl-cvs" "pcmpl-gnu" "pcmpl-linux" "pcmpl-rpm" "pcomplete" "em-cmpl")) (put 'calendar-tex 'custom-loads '("cal-tex")) +(put 'hi-lock-interactive-text-highlighting 'custom-loads '("hi-lock")) (put 'mail-hist 'custom-loads '("mail-hist")) (put 'gnus-article-emphasis 'custom-loads '("gnus-art")) (put 'dunnet 'custom-loads '("dunnet")) (put 'fortran 'custom-loads '("fortran")) +(put 'eshell-script 'custom-loads '("em-script")) (put 'feedmail-header 'custom-loads '("feedmail")) (put 'reftex-table-of-contents-browser 'custom-loads '("reftex-vars")) (put 'mspools 'custom-loads '("mspools")) @@ -38,6 +42,7 @@ (put 'icon 'custom-loads '("icon")) (put 'nnmail-procmail 'custom-loads '("nnmail")) (put 'desktop 'custom-loads '("desktop")) +(put 'eshell-cmpl 'custom-loads '("em-cmpl")) (put 'cperl-help-system 'custom-loads '("cperl-mode")) (put 'ps-print-miscellany 'custom-loads '("ps-print")) (put 'comint-completion 'custom-loads '("comint")) @@ -75,6 +80,7 @@ (put 'mpuz 'custom-loads '("mpuz")) (put 'find-file 'custom-loads '("files" "find-file")) (put 'fortran-comment 'custom-loads '("fortran")) +(put 'idlwave-online-help 'custom-loads '("idlwave")) (put 'viper 'custom-loads '("viper-ex" "viper-init" "viper-keym" "viper-macs" "viper-mous" "viper")) (put 'ps-print-page 'custom-loads '("ps-print")) (put 'postscript 'custom-loads '("ps-print" "ebnf2ps")) @@ -108,11 +114,13 @@ (put 'feedmail 'custom-loads '("feedmail")) (put 'gnus-agent 'custom-loads '("gnus-agent")) (put 'message-news 'custom-loads '("message")) +(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")) (put 'bib 'custom-loads '("bib-mode")) (put 'vhdl-align 'custom-loads '("vhdl-mode")) (put 'iswitchb 'custom-loads '("iswitchb")) (put 'custom-buffer 'custom-loads '("cus-edit")) (put 'vhdl-header 'custom-loads '("vhdl-mode")) +(put 'eshell-cmd 'custom-loads '("esh-cmd")) (put 'tex-run 'custom-loads '("tex-mode")) (put 'reftex-finding-files 'custom-loads '("reftex-vars")) (put 'iso-acc 'custom-loads '("iso-acc")) @@ -138,6 +146,7 @@ (put 'speedbar-faces 'custom-loads '("speedbar" "vhdl-mode")) (put 'rmail 'custom-loads '("paths" "rmail" "undigest")) (put 'ps-print-n-up 'custom-loads '("ps-print")) +(put 'eshell-arg 'custom-loads '("esh-arg")) (put 'ps-print-printer 'custom-loads '("ps-print")) (put 'message-various 'custom-loads '("message")) (put 'term 'custom-loads '("terminal" "term")) @@ -165,6 +174,7 @@ (put 'gnus-score 'custom-loads '("gnus-nocem" "gnus")) (put 'gnus-group-select 'custom-loads '("gnus-sum" "gnus")) (put 'archive-lzh 'custom-loads '("arc-mode")) +(put 'eshell-prompt 'custom-loads '("em-prompt")) (put 'vhdl-sequential-process 'custom-loads '("vhdl-mode")) (put 'simula 'custom-loads '("simula")) (put 'bs-appearence 'custom-loads '("bs")) @@ -174,6 +184,7 @@ (put 'generic 'custom-loads '("generic-x" "generic")) (put 'docs 'custom-loads '("info" "makeinfo" "texinfo")) (put 'indent 'custom-loads '("indent")) +(put 'eshell-alias 'custom-loads '("em-alias")) (put 'enriched 'custom-loads '("enriched")) (put 'gnus-threading 'custom-loads '("gnus-sum")) (put 'hide-ifdef 'custom-loads '("hideif")) @@ -186,9 +197,10 @@ (put 'idlwave-shell-initial-commands 'custom-loads '("idlw-shell")) (put 'tildify 'custom-loads '("tildify")) (put 'cperl-autoinsert-details 'custom-loads '("cperl-mode")) -(put 'help 'custom-loads '("help" "apropos" "cus-edit" "help-macro" "info-look" "info" "man" "tooltip" "woman")) +(put 'help 'custom-loads '("help-macro" "help" "apropos" "cus-edit" "info-look" "info" "man" "tooltip" "woman")) (put 'forms 'custom-loads '("forms")) (put 'widget-documentation 'custom-loads '("wid-edit")) +(put 'eshell-banner 'custom-loads '("em-banner")) (put 'gnus-score-various 'custom-loads '("gnus-score" "gnus")) (put 'cperl-faces 'custom-loads '("cperl-mode")) (put 'goto-address 'custom-loads '("goto-addr")) @@ -224,7 +236,9 @@ (put 'mail-extr 'custom-loads '("mail-extr")) (put 'double 'custom-loads '("double")) (put 'imenu 'custom-loads '("imenu")) +(put 'eshell-var 'custom-loads '("esh-var")) (put 'scribe 'custom-loads '("scribe")) +(put 'eshell-smart 'custom-loads '("em-smart")) (put 'server 'custom-loads '("server")) (put 'idlwave-shell-highlighting-and-faces 'custom-loads '("idlw-shell")) (put 'tcl 'custom-loads '("tcl")) @@ -242,6 +256,7 @@ (put 'nnmail-duplicate 'custom-loads '("nnmail")) (put 'handwrite 'custom-loads '("handwrite")) (put 'tags 'custom-loads '("speedbar")) +(put 'eshell-proc 'custom-loads '("esh-proc")) (put 'custom-browse 'custom-loads '("cus-edit")) (put 'generic-x 'custom-loads '("generic-x")) (put 'partial-completion 'custom-loads '("complete")) @@ -270,20 +285,23 @@ (put 'ebnf-optimization 'custom-loads '("ebnf2ps")) (put 'apropos 'custom-loads '("apropos")) (put 'gomoku 'custom-loads '("gomoku")) +(put 'eshell-pred 'custom-loads '("em-pred")) (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" "copyright" "compile" "ebrowse" "etags" "glasses" "make-mode" "rcompile")) (put 'gnus-topic 'custom-loads '("gnus-topic")) (put 'sgml 'custom-loads '("sgml-mode")) (put 'keyboard 'custom-loads '("simple" "chistory" "type-break")) +(put 'eshell-hist 'custom-loads '("em-hist")) (put 'viper-mouse 'custom-loads '("viper-mous")) (put 'ps-print-horizontal 'custom-loads '("ps-print")) (put 'woman 'custom-loads '("woman")) (put 'decipher 'custom-loads '("decipher")) +(put 'pcmpl-gnu 'custom-loads '("pcmpl-gnu")) (put 'ps-print-face 'custom-loads '("ps-print")) (put 'rmail-summary 'custom-loads '("rmail" "rmailsum")) (put 'metamail 'custom-loads '("metamail")) (put 'winner 'custom-loads '("winner")) (put 'ebrowse-faces 'custom-loads '("ebrowse")) -(put 'wp 'custom-loads '("cus-edit" "enriched" "lpr" "ps-print" "view" "ebnf2ps" "bib-mode" "nroff-mode" "refbib" "refer" "scribe" "tildify")) +(put 'wp 'custom-loads '("view" "cus-edit" "enriched" "lpr" "ps-print" "ebnf2ps" "bib-mode" "nroff-mode" "refbib" "refer" "scribe" "tildify")) (put 'reftex-citation-support 'custom-loads '("reftex-vars")) (put 'gnus-summary-choose 'custom-loads '("gnus-sum")) (put 'widget-browse 'custom-loads '("wid-browse")) @@ -295,7 +313,7 @@ (put 'vhdl-highlight-faces 'custom-loads '("vhdl-mode")) (put 'which-func 'custom-loads '("which-func")) (put 'pc-select 'custom-loads '("pc-select")) -(put 'i18n 'custom-loads '("cus-edit" "double" "ccl" "iso-acc" "iso-ascii" "ogonek")) +(put 'i18n 'custom-loads '("ccl" "cus-edit" "double" "iso-acc" "iso-ascii" "ogonek")) (put 'sh 'custom-loads '("sh-script")) (put 'message-headers 'custom-loads '("message")) (put 'idlwave-code-formatting 'custom-loads '("idlwave")) @@ -327,11 +345,13 @@ (put 'gnus-duplicate 'custom-loads '("gnus-dup")) (put 'find-function 'custom-loads '("find-func")) (put 'menu 'custom-loads '("faces" "tmm" "easymenu")) +(put 'eshell-test 'custom-loads '("esh-test")) (put 'vhdl-highlight 'custom-loads '("vhdl-mode")) (put 'widgets 'custom-loads '("wid-browse" "wid-edit")) (put 'log-view 'custom-loads '("log-view")) (put 'PostScript 'custom-loads '("ps-mode")) (put 'abbrev-mode 'custom-loads '("abbrev" "cus-edit" "mailabbrev")) +(put 'eshell-term 'custom-loads '("em-term")) (put 'earcon 'custom-loads '("earcon")) (put 'feedmail-headers 'custom-loads '("feedmail")) (put 'hypermedia 'custom-loads '("wid-edit" "metamail" "browse-url" "goto-addr")) @@ -354,6 +374,8 @@ (put 'change-log 'custom-loads '("add-log")) (put 'gnus-group-levels 'custom-loads '("gnus-group" "gnus-start" "gnus")) (put 'cperl 'custom-loads '("cperl-mode")) +(put 'pcmpl-cvs 'custom-loads '("pcmpl-cvs")) +(put 'eshell-mode 'custom-loads '("esh-mode")) (put 'files 'custom-loads '("files" "autoinsert" "autorevert" "cus-edit" "filecache" "recentf" "shadow" "ange-ftp")) (put 'pcl-cvs 'custom-loads '("cvs-status" "log-edit" "log-view" "pcvs-defs" "pcvs-info" "pcvs-parse" "pcvs")) (put 'rmail-files 'custom-loads '("rmail")) @@ -381,6 +403,7 @@ (put 'ispell 'custom-loads '("ispell")) (put 'auto-revert 'custom-loads '("autorevert")) (put 'advice 'custom-loads '("advice")) +(put 'eshell-util 'custom-loads '("esh-util")) (put 'picture 'custom-loads '("picture")) (put 'gnus-group 'custom-loads '("gnus-topic" "gnus")) (put 'eudc-bbdb 'custom-loads '("eudc-vars")) @@ -411,16 +434,19 @@ (put 'modeline 'custom-loads '("faces" "time")) (put 'archive-zoo 'custom-loads '("arc-mode")) (put 'gnus-group-level 'custom-loads '("gnus")) +(put 'idlwave-completion 'custom-loads '("idlwave")) +(put 'eshell-rebind 'custom-loads '("em-rebind")) (put 'bibtex 'custom-loads '("bibtex")) -(put 'faces 'custom-loads '("faces" "facemenu" "cus-edit" "font-lock" "hilit-chg" "paren" "ps-print" "speedbar" "time" "wid-edit" "woman" "gnus" "message" "cwarn" "make-mode")) +(put 'faces 'custom-loads '("faces" "facemenu" "cus-edit" "font-lock" "loaddefs" "hilit-chg" "paren" "ps-print" "speedbar" "time" "wid-edit" "woman" "gnus" "message" "cwarn" "make-mode")) (put 'gnus-summary-various 'custom-loads '("gnus-sum")) -(put 'applications 'custom-loads '("calendar" "cus-edit" "uniquify" "spell")) +(put 'applications 'custom-loads '("calendar" "cus-edit" "uniquify" "spell" "eshell")) (put 'ebrowse-member 'custom-loads '("ebrowse")) (put 'terminal 'custom-loads '("terminal")) (put 'shadow 'custom-loads '("shadowfile" "shadow")) (put 'hl-line 'custom-loads '("hl-line")) +(put 'eshell-glob 'custom-loads '("em-glob")) (put 'internal 'custom-loads '("startup" "cus-edit")) -(put 'lisp 'custom-loads '("simple" "lisp" "lisp-mode" "cmuscheme" "ielm" "xscheme" "advice" "bytecomp" "checkdoc" "cl-indent" "cust-print" "edebug" "elp" "find-func" "pp" "re-builder" "shadow" "trace" "scheme")) +(put 'lisp 'custom-loads '("simple" "lisp" "lisp-mode" "cmuscheme" "ielm" "xscheme" "advice" "bytecomp" "checkdoc" "cl-indent" "cust-print" "edebug" "eldoc" "elp" "find-func" "pp" "re-builder" "shadow" "trace" "scheme")) (put 'local 'custom-loads '("calendar")) (put 'rlogin 'custom-loads '("rlogin")) (put 'debugger 'custom-loads '("debug")) @@ -433,7 +459,7 @@ (put 'message-sending 'custom-loads '("message")) (put 'archive-arc 'custom-loads '("arc-mode")) (put 'rmail-output 'custom-loads '("rmailout")) -(put 'editing 'custom-loads '("simple" "indent" "paragraphs" "auto-show" "cus-edit" "faces" "outline" "hl-line" "hscroll" "vcursor" "view" "picture")) +(put 'editing 'custom-loads '("simple" "view" "indent" "paragraphs" "auto-show" "cus-edit" "faces" "outline" "hl-line" "hscroll" "vcursor" "picture")) (put 'crisp 'custom-loads '("crisp")) (put 'nroff 'custom-loads '("nroff-mode")) (put 'executable 'custom-loads '("executable")) @@ -441,6 +467,7 @@ (put 'copyright 'custom-loads '("copyright")) (put 'bytecomp 'custom-loads '("bytecomp")) (put 'message-insertion 'custom-loads '("message")) +(put 'pcmpl-unix 'custom-loads '("pcmpl-unix")) (put 'gnus-extract-post 'custom-loads '("gnus-uu")) (put 'reftex-viewing-cross-references 'custom-loads '("reftex-vars")) (put 'hanoi 'custom-loads '("hanoi")) @@ -476,10 +503,12 @@ (put 'uniquify 'custom-loads '("uniquify")) (put 'old-c++ 'custom-loads '("cplus-md")) (put 'ps-print-font 'custom-loads '("ps-mule" "ps-print")) +(put 'eshell-basic 'custom-loads '("em-basic")) (put 'vhdl-misc 'custom-loads '("vhdl-mode")) (put 'dired-x 'custom-loads '("dired-x")) (put 'spook 'custom-loads '("spook")) (put 'tex-file 'custom-loads '("tex-mode")) +(put 'eshell-dirs 'custom-loads '("em-dirs")) (put 'time-stamp 'custom-loads '("time-stamp")) (put 'todo 'custom-loads '("todo-mode")) (put 'ebnf-special 'custom-loads '("ebnf2ps")) @@ -488,13 +517,13 @@ (put 'gud 'custom-loads '("gud")) (put 'c-macro 'custom-loads '("cmacexp")) (put 'gnus-cache 'custom-loads '("gnus-cache" "gnus")) +(put 'eshell-module 'custom-loads '("esh-groups" "esh-module")) (put 'gnus-extract 'custom-loads '("gnus" "gnus-uu")) (put 'quickurl 'custom-loads '("quickurl")) (put 'browse-url 'custom-loads '("browse-url")) (put 'cust-print 'custom-loads '("cust-print")) (put 'gnus-article 'custom-loads '("gnus-art" "gnus-cite")) (put 'fortran-indent 'custom-loads '("fortran")) -(put 'idlwave-routine-info-and-completion 'custom-loads '("idlwave")) (put 'comment 'custom-loads '("newcomment")) (put 'hardware 'custom-loads '("battery")) (put 'edebug 'custom-loads '("edebug")) @@ -510,18 +539,21 @@ (put 'programming 'custom-loads '("cus-edit")) (put 'meta-font 'custom-loads '("meta-mode")) (put 'ps-print-zebra 'custom-loads '("ps-print")) +(put 'eshell-unix 'custom-loads '("em-unix")) +(put 'hi-lock-faces 'custom-loads '("hi-lock")) (put 'hideshow 'custom-loads '("hideshow")) (put 'viper-search 'custom-loads '("viper-init")) -(put 'mule 'custom-loads '("mule-cmds")) +(put 'mule 'custom-loads '("mule-cmds" "kkc")) (put 'glasses 'custom-loads '("glasses")) (put 'vhdl-style 'custom-loads '("vhdl-mode")) (put 'tempo 'custom-loads '("tempo")) (put 'c 'custom-loads '("tooltip" "cc-vars" "cmacexp" "cpp" "hideif")) (put 'nnmail-prepare 'custom-loads '("nnmail")) -(put 'processes 'custom-loads '("comint" "cus-edit" "shell" "term" "metamail" "compile" "executable" "sql" "flyspell" "rcompile" "rlogin")) +(put 'processes 'custom-loads '("comint" "cus-edit" "executable" "pcomplete" "shell" "term" "metamail" "compile" "sql" "flyspell" "rcompile" "rlogin")) (put 'ebnf2ps 'custom-loads '("ebnf2ps")) (put 'sendmail 'custom-loads '("sendmail")) (put 'gnus-article-signature 'custom-loads '("gnus-art")) +(put 'eshell-ls 'custom-loads '("em-ls")) (put 'idlwave 'custom-loads '("idlw-shell" "idlwave")) (put 'viper-ex 'custom-loads '("viper-ex")) (put 'gulp 'custom-loads '("gulp")) @@ -529,6 +561,7 @@ (put 'find-dired 'custom-loads '("find-dired")) (put 'delphi 'custom-loads '("delphi")) (put 're-builder 'custom-loads '("re-builder")) +(put 'eshell-io 'custom-loads '("esh-io")) (put 'killing 'custom-loads '("simple")) (put 'woman-interface 'custom-loads '("woman")) (put 'gnus-group-various 'custom-loads '("gnus-group" "gnus")) @@ -589,8 +622,6 @@ (custom-put-if-not 'input-mode-8-bit 'standard-value t) (custom-put-if-not 'elide-head 'custom-version "21.1") (custom-put-if-not 'elide-head 'group-documentation "Eliding copyright headers and the like in source files.") -(custom-put-if-not 'flyspell 'custom-version "20.3") -(custom-put-if-not 'flyspell 'group-documentation "Spellchecking on the fly.") (custom-put-if-not 'compilation-scroll-output 'custom-version "20.3") (custom-put-if-not 'compilation-scroll-output 'standard-value t) (custom-put-if-not 'vc-dired-recurse 'custom-version "20.3") @@ -605,6 +636,8 @@ (custom-put-if-not 'help-highlight-p 'standard-value t) (custom-put-if-not 'browse-url-mosaic-program 'custom-version "20.3") (custom-put-if-not 'browse-url-mosaic-program 'standard-value t) +(custom-put-if-not 'sql-oracle-options 'custom-version "20.8") +(custom-put-if-not 'sql-oracle-options 'standard-value t) (custom-put-if-not 'find-function-regexp 'custom-version "21.1") (custom-put-if-not 'find-function-regexp 'standard-value t) (custom-put-if-not 'vcursor-string 'custom-version "20.3") @@ -617,6 +650,8 @@ (custom-put-if-not 'browse-url-filename-alist 'standard-value t) (custom-put-if-not 'change-log-version-info-enabled 'custom-version "21.1") (custom-put-if-not 'change-log-version-info-enabled 'standard-value t) +(custom-put-if-not 'sql-electric-stuff 'custom-version "20.8") +(custom-put-if-not 'sql-electric-stuff 'standard-value t) (custom-put-if-not 'midnight 'custom-version "20.3") (custom-put-if-not 'midnight 'group-documentation "Run something every day at midnight.") (custom-put-if-not 'automatic-hscrolling 'custom-version "21.1") @@ -651,6 +686,8 @@ (custom-put-if-not 'diary-mail-days 'standard-value t) (custom-put-if-not 'diary-mail-addr 'custom-version "20.3") (custom-put-if-not 'diary-mail-addr 'standard-value t) +(custom-put-if-not 'font-lock-support-mode 'custom-version "21.1") +(custom-put-if-not 'font-lock-support-mode 'standard-value t) (custom-put-if-not 'compilation-error-screen-columns 'custom-version "20.4") (custom-put-if-not 'compilation-error-screen-columns 'standard-value t) (custom-put-if-not 'debugger-record-buffer 'custom-version "20.3") @@ -695,6 +732,8 @@ (custom-put-if-not 'cperl 'group-documentation "Major mode for editing Perl code.") (custom-put-if-not 'focus-follows-mouse 'custom-version "20.3") (custom-put-if-not 'focus-follows-mouse 'standard-value t) +(custom-put-if-not 'pcl-cvs 'custom-version "21.1") +(custom-put-if-not 'pcl-cvs 'group-documentation "Special support for the CVS versioning system.") (custom-put-if-not 'fortran-comment-line-start-skip 'custom-version "21.1") (custom-put-if-not 'fortran-comment-line-start-skip 'standard-value t) (custom-put-if-not 'checkdoc 'custom-version "20.3") @@ -733,8 +772,6 @@ (custom-put-if-not 'diary-unknown-time 'standard-value t) (custom-put-if-not 'browse-url-lynx-emacs-args 'custom-version "20.3") (custom-put-if-not 'browse-url-lynx-emacs-args 'standard-value t) -(custom-put-if-not 'todo 'custom-version "21.1") -(custom-put-if-not 'todo 'group-documentation "Maintain a list of todo items.") (custom-put-if-not 'tooltip 'custom-version "21.1") (custom-put-if-not 'tooltip 'group-documentation "Customization group for the `tooltip' package.") (custom-put-if-not 'quickurl 'custom-version "21.1") @@ -770,7 +807,7 @@ (custom-put-if-not 'eval-expression-print-level 'custom-version "21.1") (custom-put-if-not 'eval-expression-print-level 'standard-value t) -(defvar custom-versions-load-alist '(("20.3.3" "dos-vars") (21.1 "ange-ftp") ("20.4" "files" "sh-script" "help" "compile") ("21.1" "debug" "dabbrev" "files" "paths" "sgml-mode" "net-utils" "fortran" "etags" "cus-edit" "frame" "add-log" "find-func" "wid-edit" "simple") ("20.3" "desktop" "easymenu" "hscroll" "dabbrev" "ffap" "rmail" "paren" "mailabbrev" "frame" "uce" "mouse" "diary-lib" "sendmail" "debug" "hexl" "vcursor" "vc" "compile" "etags" "help" "browse-url" "add-log" "find-func" "vc-hooks" "cus-edit" "replace")) +(defvar custom-versions-load-alist '(("20.3.3" "dos-vars") (21.1 "ange-ftp") ("20.4" "files" "sh-script" "help" "compile") ("20.8" "sql") ("21.1" "debug" "dabbrev" "files" "paths" "sgml-mode" "net-utils" "font-lock" "fortran" "etags" "cus-edit" "frame" "add-log" "find-func" "wid-edit" "simple") ("20.3" "desktop" "easymenu" "hscroll" "dabbrev" "ffap" "rmail" "paren" "mailabbrev" "frame" "uce" "mouse" "diary-lib" "sendmail" "debug" "hexl" "vcursor" "vc" "compile" "etags" "help" "browse-url" "add-log" "find-func" "vc-hooks" "cus-edit" "replace")) "For internal use by custom.") (provide 'cus-load) -- cgit v1.2.3