Show
Ignore:
Timestamp:
11/26/05 10:45:09 (3 years ago)
Author:
miyoshi
Message:

Sync up with Emacs CVS HEAD.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/lisp/cus-load.el

    r3945 r3990  
    2929(put 'savehist 'custom-loads '(savehist)) 
    3030(put 'fancy-splash-screen 'custom-loads '("startup")) 
    31 (put 'hi-lock-interactive-text-highlighting 'custom-loads '(hi-lock)) 
    3231(put 'mail-hist 'custom-loads '(mail-hist)) 
    3332(put 'gnus-article-emphasis 'custom-loads '(gnus-art)) 
     
    113112(put 'vhdl-compile 'custom-loads '(vhdl-mode)) 
    114113(put 'ebrowse-tree 'custom-loads '(ebrowse)) 
    115 (put 'font-lock-highlighting-faces 'custom-loads '(font-lock)) 
    116114(put 'flyspell 'custom-loads '(flyspell)) 
    117115(put 'python 'custom-loads '(python)) 
     
    260258(put 'gnus-group-visual 'custom-loads '(gnus-group gnus)) 
    261259(put 'paren-matching 'custom-loads '(simple paren)) 
    262 (put 'font-lock 'custom-loads '(fast-lock font-lock font-core jit-lock lazy-lock)) 
     260(put 'font-lock 'custom-loads '(fast-lock font-lock font-core hi-lock jit-lock lazy-lock)) 
    263261(put 'auto-save 'custom-loads '("files" "startup")) 
    264262(put 'lazy-highlight 'custom-loads '("isearch" ispell "replace")) 
     
    435433(put 'gnus-duplicate 'custom-loads '(gnus-dup)) 
    436434(put 'wdired 'custom-loads '(wdired)) 
     435(put 'hi-lock 'custom-loads '(hi-lock)) 
    437436(put 'find-function 'custom-loads '(find-func)) 
    438437(put 'menu 'custom-loads '(menu-bar easymenu faces tmm)) 
     
    535534(put 'icomplete 'custom-loads '(icomplete)) 
    536535(put 'LaTeX 'custom-loads '(reftex-vars)) 
     536(put 'font-lock-faces 'custom-loads '(font-lock)) 
    537537(put 'scrolling 'custom-loads '(frame)) 
    538538(put 'org-link 'custom-loads '(org)) 
     
    548548(put 'mh-inc 'custom-loads '(mh-customize)) 
    549549(put 'bibtex 'custom-loads '(bibtex)) 
    550 (put 'faces 'custom-loads '(faces button cus-edit cwarn dired time facemenu font-lock gnus hi-lock hilit-chg make-mode message mh-customize ps-print paren speedbar whitespace wid-edit woman)) 
     550(put 'faces 'custom-loads '(faces button cus-edit cwarn dired time facemenu font-lock gnus hi-lock hilit-chg make-mode message mh-customize ps-print rcirc paren speedbar whitespace wid-edit woman)) 
    551551(put 'gnus-summary-various 'custom-loads '(gnus-sum)) 
    552 (put 'applications 'custom-loads '(calc calendar eshell cus-edit ispell newsticker ses spell uniquify)) 
     552(put 'applications 'custom-loads '(calc calendar eshell cus-edit ispell newsticker rcirc ses spell uniquify)) 
    553553(put 'ebrowse-member 'custom-loads '(ebrowse)) 
    554554(put 'terminal 'custom-loads '(terminal)) 
     
    674674(put 'PostScript-edit 'custom-loads '(ps-mode)) 
    675675(put 'calendar 'custom-loads '(calendar solar icalendar midnight org todo-mode)) 
     676(put 'rcirc-faces 'custom-loads '(rcirc)) 
    676677(put 'spam-ifile 'custom-loads '(spam)) 
    677678(put 'programming 'custom-loads '(cus-edit)) 
     
    716717(put 'pgg-pgp 'custom-loads '(pgg-pgp)) 
    717718(put 'gnus-group-various 'custom-loads '(gnus-group gnus gnus-start)) 
    718 ;;; These are for handling :version.  We need to have a minimum of 
    719 ;;; information so `customize-changed-options' could do its job. 
     719;; These are for handling :version.  We need to have a minimum of 
     720;; information so `customize-changed-options' could do its job. 
    720721 
    721 ;;; For groups we set `custom-version', `group-documentation' and 
    722 ;;; `custom-tag' (which are shown in the customize buffer), so we 
    723 ;;; don't have to load the file containing the group. 
     722;; For groups we set `custom-version', `group-documentation' and 
     723;; `custom-tag' (which are shown in the customize buffer), so we 
     724;; don't have to load the file containing the group. 
    724725 
    725 ;;; `custom-versions-load-alist' is an alist that has as car a version 
    726 ;;; number and as elts the files that have variables or faces that 
    727 ;;; contain that version. These files should be loaded before showing 
    728 ;;; the customization buffer that `customize-changed-options' 
    729 ;;; generates. 
     726;; `custom-versions-load-alist' is an alist that has as car a version 
     727;; number and as elts the files that have variables or faces that 
     728;; contain that version. These files should be loaded before showing 
     729;; the customization buffer that `customize-changed-options' 
     730;; generates. 
    730731 
    731 ;;; This macro is used so we don't modify the information about 
    732 ;;; variables and groups if it's already set. (We don't know when 
    733 ;;; cus-load.el is going to be loaded and at that time some of the 
    734 ;;; files might be loaded and some others might not). 
     732;; This macro is used so we don't modify the information about 
     733;; variables and groups if it's already set. (We don't know when 
     734;; cus-load.el is going to be loaded and at that time some of the 
     735;; files might be loaded and some others might not). 
    735736(defmacro custom-put-if-not (symbol propname value) 
    736737  `(unless (get ,symbol ,propname) 
     
    817818(custom-put-if-not 'ps-print-printer 'group-documentation "Printer customization.") 
    818819(custom-put-if-not 'ps-print-printer 'custom-tag "Printer") 
     820(custom-put-if-not 'rcirc 'custom-version "22.1") 
     821(custom-put-if-not 'rcirc 'group-documentation "Simple IRC client.") 
    819822(custom-put-if-not 'url 'custom-version "22.1") 
    820823(custom-put-if-not 'url 'group-documentation "Uniform Resource Locator tool.") 
     
    983986(custom-put-if-not 'delphi 'group-documentation "Major mode for editing Delphi source in Emacs.") 
    984987 
    985 (defvar custom-versions-load-alist '(("21.2" mm-util) ("20.3.3" "dos-vars") ("20.1" time-stamp) ("21" printing) ("19.29" time-stamp) ("21.3" sql hscroll gnus-agent ange-ftp printing) ("20.3" easymenu hscroll dabbrev ffap xscheme rmail paren mailabbrev frame uce mouse which-func diary-lib sendmail simple debug msb avoid hexl vcursor vc compile etags browse-url add-log find-func cus-edit "replace") ("21.1" server debug rmailedit ezimage tooltip dabbrev latin1-disp gnus-start hideshow cus-edit strokes "paths" sgml-mode net-utils cperl-mode ange-ftp font-lock gnus-nocem vc-hooks paren fortran solar etags rmail sb-image vc-sccs vc gnus-group gnus-sum smtpmail "isearch" add-log sendmail find-func wid-edit vc-rcs gnus-art "files" frame nnmail message ps-print vc-cvs simple faces gnus-agent flyspell rmailsum browse-url) ("20.4" crisp "files" help sh-script compile auto-show hilit-chg) ("20" ps-print printing ebnf2ps) ("20.8" sql) ("22.1" imenu gnus-score font-lock mule smiley add-log bookmark footnote shadowfile server custom gnus-int gnus-group gnus-win tcl descr-text latin1-disp fortran fringe gnus-delay tex-mode sgml-mode sql gnus-util mail-extr sh-script hl-line make-mode mml2015 vc-cvs ielm "files" nnimap generic-x imap gnus-start mml-sec comint vc-mcvs desktop locate gnus-msg compare-w info dnd vc-hooks uudecode gnus-agent spam find-dired diff-mode ange-ftp mml gnus-fun ispell gnus-spec "paragraphs" warnings gnus faces mouse smtpmail sendmail appt dabbrev "utf-8" pop3 smime time binhex dired rmail mm-url gdb-ui vc-svn mm-decode x-dnd gnus-srvr "replace" vc pgg-def mm-uu autorevert mail-source flow-fill diary-lib iswitchb find-func gnus-art gnus-cite tls nnmail deuglify calendar compile starttls simple cus-edit gnus-sum grep keypad message)) 
     988(defvar custom-versions-load-alist '(("21.2" mm-util) ("20.3.3" "dos-vars") ("20.1" time-stamp) ("21" printing) ("19.29" time-stamp) ("21.3" sql hscroll gnus-agent ange-ftp printing) ("20.3" easymenu hscroll dabbrev ffap xscheme rmail paren mailabbrev frame uce mouse which-func diary-lib sendmail simple debug msb avoid hexl vcursor vc compile etags browse-url add-log find-func cus-edit "replace") ("21.1" server debug rmailedit ezimage tooltip dabbrev latin1-disp gnus-start hideshow cus-edit strokes "paths" sgml-mode net-utils cperl-mode ange-ftp font-lock gnus-nocem vc-hooks paren fortran solar etags rmail sb-image vc-sccs vc gnus-group gnus-sum smtpmail "isearch" add-log sendmail find-func wid-edit vc-rcs gnus-art "files" frame nnmail message ps-print vc-cvs simple faces gnus-agent flyspell rmailsum browse-url) ("20.4" crisp "files" help sh-script compile auto-show hilit-chg) ("20" ps-print printing ebnf2ps) ("20.8" sql) ("22.1" imenu gnus-score font-lock mule smiley add-log bookmark footnote shadowfile server custom gnus-int gnus-group gnus-win tcl descr-text latin1-disp fortran fringe gnus-delay rfn-eshadow tex-mode sgml-mode sql gnus-util mail-extr sh-script hl-line make-mode mml2015 vc-cvs ielm "files" nnimap generic-x imap gnus-start mml-sec comint vc-mcvs desktop locate gnus-msg compare-w info dnd vc-hooks uudecode gnus-agent spam find-dired diff-mode ange-ftp mml gnus-fun ispell gnus-spec "paragraphs" warnings gnus faces mouse smtpmail sendmail appt dabbrev "utf-8" pop3 smime time binhex dired rmail mm-url gdb-ui vc-svn mm-decode x-dnd gnus-srvr "replace" vc pgg-def mm-uu autorevert mail-source flow-fill diary-lib iswitchb find-func gnus-art gnus-cite tls nnmail deuglify calendar compile starttls simple cus-edit gnus-sum grep keypad message)) 
    986989 "For internal use by custom.") 
    987990 
    988991(provide 'cus-load) 
    989992 
    990 ;;; Local Variables: 
    991 ;;; version-control: never 
    992 ;;; no-byte-compile: t 
    993 ;;; no-update-autoloads: t 
    994 ;;; End: 
     993;; Local Variables: 
     994;; version-control: never 
     995;; no-byte-compile: t 
     996;; no-update-autoloads: t 
     997;; End: 
    995998;;; cus-load.el ends here