emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/cus-load.el


From: Kim F. Storm
Subject: [Emacs-diffs] Changes to emacs/lisp/cus-load.el
Date: Sat, 13 Jul 2002 19:06:20 -0400

Index: emacs/lisp/cus-load.el
diff -c emacs/lisp/cus-load.el:1.44 emacs/lisp/cus-load.el:1.45
*** emacs/lisp/cus-load.el:1.44 Tue May  7 21:04:38 2002
--- emacs/lisp/cus-load.el      Sat Jul 13 19:06:20 2002
***************
*** 37,44 ****
  (put 'ps-print-vertical 'custom-loads '("ps-print"))
  (put 'supercite-hooks 'custom-loads '("supercite"))
  (put 'vhdl-menu 'custom-loads '("vhdl-mode"))
- (put 'gnus-newsrc 'custom-loads '("gnus-start"))
  (put 'chinese-calendar 'custom-loads '("cal-china"))
  (put 'expand 'custom-loads '("expand"))
  (put 'bookmark 'custom-loads '("bookmark"))
  (put 'icon 'custom-loads '("icon"))
--- 37,44 ----
  (put 'ps-print-vertical 'custom-loads '("ps-print"))
  (put 'supercite-hooks 'custom-loads '("supercite"))
  (put 'vhdl-menu 'custom-loads '("vhdl-mode"))
  (put 'chinese-calendar 'custom-loads '("cal-china"))
+ (put 'gnus-newsrc 'custom-loads '("gnus-start"))
  (put 'expand 'custom-loads '("expand"))
  (put 'bookmark 'custom-loads '("bookmark"))
  (put 'icon 'custom-loads '("icon"))
***************
*** 59,64 ****
--- 59,65 ----
  (put 'ps-print-background 'custom-loads '("ps-print"))
  (put 'auto-show 'custom-loads '("auto-show"))
  (put 'gnus-score-expire 'custom-loads '("gnus-kill" "gnus-score"))
+ (put 'tramp 'custom-loads '("tramp"))
  (put 'supercite-frames 'custom-loads '("supercite"))
  (put 'dirtrack 'custom-loads '("dirtrack"))
  (put 'ediff-window 'custom-loads '("ediff-help" "ediff-wind"))
***************
*** 144,150 ****
  (put 'mouse 'custom-loads '("faces" "mouse" "menu-bar" "avoid" "mouse-sel" 
"msb" "mwheel" "strokes" "tooltip" "goto-addr" "artist"))
  (put 'nnmail-various 'custom-loads '("nnmail" "nntp"))
  (put 'smiley 'custom-loads '("smiley-ems"))
! (put 'extensions 'custom-loads '("generic" "time-stamp" "wid-edit" 
"cust-print" "eldoc" "page-ext"))
  (put 'tetris 'custom-loads '("tetris"))
  (put 'ebnf-displacement 'custom-loads '("ebnf2ps"))
  (put 'appt 'custom-loads '("appt"))
--- 145,151 ----
  (put 'mouse 'custom-loads '("faces" "mouse" "menu-bar" "avoid" "mouse-sel" 
"msb" "mwheel" "strokes" "tooltip" "goto-addr" "artist"))
  (put 'nnmail-various 'custom-loads '("nnmail" "nntp"))
  (put 'smiley 'custom-loads '("smiley-ems"))
! (put 'extensions 'custom-loads '("generic" "ido" "time-stamp" "wid-edit" 
"cust-print" "eldoc" "page-ext"))
  (put 'tetris 'custom-loads '("tetris"))
  (put 'ebnf-displacement 'custom-loads '("ebnf2ps"))
  (put 'appt 'custom-loads '("appt"))
***************
*** 216,227 ****
  (put 'gnus-nocem 'custom-loads '("gnus-nocem" "gnus-sum"))
  (put 'gnus-group-visual 'custom-loads '("gnus-group" "gnus"))
  (put 'paren-matching 'custom-loads '("simple" "paren"))
! (put 'font-lock 'custom-loads '("faces" "frame" "font-lock"))
  (put 'auto-save 'custom-loads '("files" "startup"))
  (put 'tpu 'custom-loads '("tpu-edt" "tpu-extras"))
  (put 'w32 'custom-loads '("w32-vars"))
- (put 'gnus-cite 'custom-loads '("gnus-cite"))
  (put 'viper-hooks 'custom-loads '("viper-init"))
  (put 'gnus-demon 'custom-loads '("gnus-demon"))
  (put 'reftex-optimizations-for-large-documents 'custom-loads '("reftex-vars"))
  (put 'viper-misc 'custom-loads '("viper-cmd" "viper-init" "viper"))
--- 217,228 ----
  (put 'gnus-nocem 'custom-loads '("gnus-nocem" "gnus-sum"))
  (put 'gnus-group-visual 'custom-loads '("gnus-group" "gnus"))
  (put 'paren-matching 'custom-loads '("simple" "paren"))
! (put 'font-lock 'custom-loads '("faces" "frame" "font-core" "font-lock"))
  (put 'auto-save 'custom-loads '("files" "startup"))
  (put 'tpu 'custom-loads '("tpu-edt" "tpu-extras"))
  (put 'w32 'custom-loads '("w32-vars"))
  (put 'viper-hooks 'custom-loads '("viper-init"))
+ (put 'gnus-cite 'custom-loads '("gnus-cite"))
  (put 'gnus-demon 'custom-loads '("gnus-demon"))
  (put 'reftex-optimizations-for-large-documents 'custom-loads '("reftex-vars"))
  (put 'viper-misc 'custom-loads '("viper-cmd" "viper-init" "viper"))
***************
*** 275,281 ****
  (put 'generic-x 'custom-loads '("generic-x"))
  (put 'partial-completion 'custom-loads '("complete"))
  (put 'whitespace 'custom-loads '("whitespace"))
! (put 'maint 'custom-loads '("gulp" "lisp-mnt" "emacsbug"))
  (put 'pages 'custom-loads '("page-ext"))
  (put 'message-interface 'custom-loads '("message"))
  (put 'diary 'custom-loads '("calendar" "diary-lib" "solar"))
--- 276,282 ----
  (put 'generic-x 'custom-loads '("generic-x"))
  (put 'partial-completion 'custom-loads '("complete"))
  (put 'whitespace 'custom-loads '("whitespace"))
! (put 'maint 'custom-loads '("emacsbug" "gulp" "lisp-mnt"))
  (put 'pages 'custom-loads '("page-ext"))
  (put 'message-interface 'custom-loads '("message"))
  (put 'diary 'custom-loads '("calendar" "diary-lib" "solar"))
***************
*** 302,314 ****
  (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" "rcompile" "copyright" "compile" "ebrowse" 
"etags" "glasses" "make-mode"))
  (put 'gnus-topic 'custom-loads '("gnus-topic"))
  (put 'sgml 'custom-loads '("sgml-mode"))
! (put 'keyboard 'custom-loads '("mule" "keypad" "chistory" "type-break"))
  (put 'isearch-faces 'custom-loads '("isearch"))
- (put 'viper-mouse 'custom-loads '("viper-mous"))
  (put 'eshell-hist 'custom-loads '("em-hist"))
  (put 'ps-print-horizontal 'custom-loads '("ps-print"))
  (put 'woman 'custom-loads '("woman"))
  (put 'decipher 'custom-loads '("decipher"))
--- 303,315 ----
  (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" "rcompile" "compile" "ebrowse" 
"etags" "glasses" "make-mode"))
  (put 'gnus-topic 'custom-loads '("gnus-topic"))
  (put 'sgml 'custom-loads '("sgml-mode"))
! (put 'keyboard 'custom-loads '("mule" "keypad" "chistory" "kmacro" 
"type-break"))
  (put 'isearch-faces 'custom-loads '("isearch"))
  (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"))
***************
*** 353,359 ****
  (put 'comm 'custom-loads '("eudc-vars" "ldap" "net-utils"))
  (put 'type-break 'custom-loads '("type-break"))
  (put 'mh 'custom-loads '("mh-comp" "mh-e" "mh-utils"))
! (put 'convenience 'custom-loads '("abbrev" "autoinsert" "autorevert" "bs" 
"calculator" "complete" "completion" "dabbrev" "ffap" "filecache" "filesets" 
"follow" "hippie-exp" "ibuffer" "imenu" "iswitchb" "repeat" "speedbar" 
"whitespace" "windmove" "cua-base" "pc-select"))
  (put 'lm 'custom-loads '("landmark"))
  (put 'ruler-mode 'custom-loads '("ruler-mode"))
  (put 'idlwave-routine-info 'custom-loads '("idlwave"))
--- 354,360 ----
  (put 'comm 'custom-loads '("eudc-vars" "ldap" "net-utils"))
  (put 'type-break 'custom-loads '("type-break"))
  (put 'mh 'custom-loads '("mh-comp" "mh-e" "mh-utils"))
! (put 'convenience 'custom-loads '("abbrev" "autoinsert" "autorevert" "bs" 
"calculator" "complete" "completion" "dabbrev" "ffap" "filecache" "filesets" 
"follow" "hippie-exp" "ibuffer" "ido" "imenu" "iswitchb" "kmacro" "repeat" 
"speedbar" "whitespace" "windmove" "cua-base" "pc-select"))
  (put 'lm 'custom-loads '("landmark"))
  (put 'ruler-mode 'custom-loads '("ruler-mode"))
  (put 'idlwave-routine-info 'custom-loads '("idlwave"))
***************
*** 372,381 ****
  (put 'log-view 'custom-loads '("log-view"))
  (put 'PostScript 'custom-loads '("ps-mode"))
  (put 'abbrev-mode 'custom-loads '("abbrev" "cus-edit" "mailabbrev"))
- (put 'earcon 'custom-loads '("earcon"))
  (put 'eshell-term 'custom-loads '("em-term"))
  (put 'feedmail-headers 'custom-loads '("feedmail"))
! (put 'hypermedia 'custom-loads '("wid-edit" "browse-url" "goto-addr" 
"metamail"))
  (put 'image 'custom-loads '("image-file"))
  (put 'ff 'custom-loads '("find-file"))
  (put 'prolog 'custom-loads '("prolog"))
--- 373,382 ----
  (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"))
  (put 'image 'custom-loads '("image-file"))
  (put 'ff 'custom-loads '("find-file"))
  (put 'prolog 'custom-loads '("prolog"))
***************
*** 390,395 ****
--- 391,397 ----
  (put 'speedbar-vc 'custom-loads '("speedbar"))
  (put 'jit-lock 'custom-loads '("jit-lock"))
  (put 'save-place 'custom-loads '("saveplace"))
+ (put 'msb 'custom-loads '("mwheel"))
  (put 'bs 'custom-loads '("bs"))
  (put 'eldoc 'custom-loads '("eldoc"))
  (put 'change-log 'custom-loads '("add-log"))
***************
*** 399,405 ****
  (put 'nil 'custom-loads '("button"))
  (put 'pcmpl-cvs 'custom-loads '("pcmpl-cvs"))
  (put 'eshell-mode 'custom-loads '("esh-mode"))
! (put 'files 'custom-loads '("mule" "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"))
  (put 'gnus-summary-format 'custom-loads '("gnus-sum" "gnus"))
--- 401,407 ----
  (put 'nil 'custom-loads '("button"))
  (put 'pcmpl-cvs 'custom-loads '("pcmpl-cvs"))
  (put 'eshell-mode 'custom-loads '("esh-mode"))
! (put 'files 'custom-loads '("mule" "files" "autoinsert" "autorevert" 
"cus-edit" "filecache" "recentf" "shadow" "ange-ftp" "tramp"))
  (put 'pcl-cvs 'custom-loads '("cvs-status" "log-edit" "log-view" "pcvs-defs" 
"pcvs-info" "pcvs-parse" "pcvs"))
  (put 'rmail-files 'custom-loads '("rmail"))
  (put 'gnus-summary-format 'custom-loads '("gnus-sum" "gnus"))
***************
*** 444,449 ****
--- 446,452 ----
  (put 'octave 'custom-loads '("octave-inf" "octave-mod"))
  (put 'editing-basics 'custom-loads '("simple" "files" "cua-base" "pc-select"))
  (put 'hscroll 'custom-loads '("hscroll"))
+ (put 'kmacro 'custom-loads '("kmacro"))
  (put 'fortune-signature 'custom-loads '("fortune"))
  (put 'nnmail-expire 'custom-loads '("gnus" "nnmail"))
  (put 'gnus-article-saving 'custom-loads '("gnus-art"))
***************
*** 498,505 ****
  (put 'reftex-index-support 'custom-loads '("reftex-vars"))
  (put 'pascal 'custom-loads '("pascal"))
  (put 'rmail-retrieve 'custom-loads '("rmail" "rmailsum"))
! (put 'data 'custom-loads '("text-mode" "arc-mode" "forms" "hexl" "jka-compr" 
"saveplace" "sort" "tar-mode" "time-stamp" "snmp-mode" "timeclock"))
! (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"))
  (put 'paren-blinking 'custom-loads '("simple"))
  (put 'gnus-summary-sort 'custom-loads '("gnus-sum"))
  (put 'fast-lock 'custom-loads '("fast-lock"))
--- 501,508 ----
  (put 'reftex-index-support 'custom-loads '("reftex-vars"))
  (put 'pascal 'custom-loads '("pascal"))
  (put 'rmail-retrieve 'custom-loads '("rmail" "rmailsum"))
! (put 'data 'custom-loads '("text-mode" "arc-mode" "forms" "hexl" "jka-compr" 
"saveplace" "sort" "tar-mode" "time-stamp" "timeclock" "snmp-mode"))
! (put 'mail 'custom-loads '("simple" "startup" "time" "gnus" "mail-utils" 
"mm-decode" "message" "imap" "starttls" "emacsbug" "feedmail" "mail-extr" 
"mail-hist" "mailalias" "metamail" "mh-e" "mspools" "rmail" "sendmail" 
"smtpmail" "supercite" "uce" "eudc-vars" "fortune"))
  (put 'paren-blinking 'custom-loads '("simple"))
  (put 'gnus-summary-sort 'custom-loads '("gnus-sum"))
  (put 'fast-lock 'custom-loads '("fast-lock"))
***************
*** 539,544 ****
--- 542,548 ----
  (put 'todo 'custom-loads '("todo-mode"))
  (put 'ebnf-special 'custom-loads '("ebnf2ps"))
  (put 'gnus-article-highlight 'custom-loads '("gnus-art"))
+ (put 'ido 'custom-loads '("ido"))
  (put 'tooltip 'custom-loads '("tooltip"))
  (put 'gud 'custom-loads '("gud" "tooltip"))
  (put 'c-macro 'custom-loads '("cmacexp"))
***************
*** 577,583 ****
  (put 'tempo 'custom-loads '("tempo"))
  (put 'c 'custom-loads '("cc-vars" "cmacexp" "cpp" "hideif"))
  (put 'nnmail-prepare 'custom-loads '("nnmail"))
! (put 'processes 'custom-loads '("ansi-color" "comint" "cus-edit" "executable" 
"pcomplete" "shell" "term" "rcompile" "rlogin" "metamail" "compile" "sql" 
"flyspell"))
  (put 'ebnf2ps 'custom-loads '("ebnf2ps"))
  (put 'sendmail 'custom-loads '("sendmail"))
  (put 'gnus-article-signature 'custom-loads '("gnus-art"))
--- 581,587 ----
  (put 'tempo 'custom-loads '("tempo"))
  (put 'c 'custom-loads '("cc-vars" "cmacexp" "cpp" "hideif"))
  (put 'nnmail-prepare 'custom-loads '("nnmail"))
! (put 'processes 'custom-loads '("ansi-color" "comint" "cus-edit" "executable" 
"pcomplete" "shell" "term" "metamail" "rcompile" "rlogin" "compile" "sql" 
"flyspell"))
  (put 'ebnf2ps 'custom-loads '("ebnf2ps"))
  (put 'sendmail 'custom-loads '("sendmail"))
  (put 'gnus-article-signature 'custom-loads '("gnus-art"))
***************
*** 655,662 ****
  (custom-put-if-not 'eval-expression-debug-on-error 'standard-value t)
  (custom-put-if-not 'browse-url-lynx-input-field 'custom-version "20.3")
  (custom-put-if-not 'browse-url-lynx-input-field 'standard-value t)
- (custom-put-if-not 'help-highlight-face 'custom-version "20.3")
- (custom-put-if-not 'help-highlight-face 'standard-value t)
  (custom-put-if-not 'ldap 'custom-version "21.1")
  (custom-put-if-not 'ldap 'group-documentation "Lightweight Directory Access 
Protocol.")
  (custom-put-if-not 'vc-cvs-header 'custom-version "21.1")
--- 659,664 ----
***************
*** 685,699 ****
  (custom-put-if-not 'elide-head 'group-documentation "Eliding copyright 
headers and the like in source files.")
  (custom-put-if-not 'ps-line-number-color 'custom-version "21.1")
  (custom-put-if-not 'ps-line-number-color 'standard-value t)
  (custom-put-if-not 'confirm-kill-emacs 'custom-version "21.1")
  (custom-put-if-not 'confirm-kill-emacs 'standard-value t)
  (custom-put-if-not 'change-log-conditionals-face 'custom-version "21.1")
  (custom-put-if-not 'change-log-conditionals-face 'group-documentation nil)
  (custom-put-if-not 'mail-source 'custom-version "21.1")
  (custom-put-if-not 'mail-source 'group-documentation "The mail-fetching 
library.")
! (custom-put-if-not 'smtpmail-auth-credentials 'custom-version "21.3")
  (custom-put-if-not 'smtpmail-auth-credentials 'standard-value t)
! (custom-put-if-not 'minibuffer-prompt 'custom-version "21.3")
  (custom-put-if-not 'minibuffer-prompt 'group-documentation nil)
  (custom-put-if-not 'speedbar-visiting-tag-hook 'custom-version "21.1")
  (custom-put-if-not 'speedbar-visiting-tag-hook 'standard-value t)
--- 687,703 ----
  (custom-put-if-not 'elide-head 'group-documentation "Eliding copyright 
headers and the like in source files.")
  (custom-put-if-not 'ps-line-number-color 'custom-version "21.1")
  (custom-put-if-not 'ps-line-number-color 'standard-value t)
+ (custom-put-if-not 'dabbrev-case-distinction 'custom-version "21.4")
+ (custom-put-if-not 'dabbrev-case-distinction 'standard-value t)
  (custom-put-if-not 'confirm-kill-emacs 'custom-version "21.1")
  (custom-put-if-not 'confirm-kill-emacs 'standard-value t)
  (custom-put-if-not 'change-log-conditionals-face 'custom-version "21.1")
  (custom-put-if-not 'change-log-conditionals-face 'group-documentation nil)
  (custom-put-if-not 'mail-source 'custom-version "21.1")
  (custom-put-if-not 'mail-source 'group-documentation "The mail-fetching 
library.")
! (custom-put-if-not 'smtpmail-auth-credentials 'custom-version "21.4")
  (custom-put-if-not 'smtpmail-auth-credentials 'standard-value t)
! (custom-put-if-not 'minibuffer-prompt 'custom-version "21.4")
  (custom-put-if-not 'minibuffer-prompt 'group-documentation nil)
  (custom-put-if-not 'speedbar-visiting-tag-hook 'custom-version "21.1")
  (custom-put-if-not 'speedbar-visiting-tag-hook 'standard-value t)
***************
*** 715,721 ****
  (custom-put-if-not 'vc-dired-recurse 'standard-value t)
  (custom-put-if-not 'ps-begin-cut-regexp 'custom-version "21.1")
  (custom-put-if-not 'ps-begin-cut-regexp 'standard-value t)
! (custom-put-if-not 'ange-ftp-passive-host-alist 'custom-version 21.3)
  (custom-put-if-not 'ange-ftp-passive-host-alist 'standard-value t)
  (custom-put-if-not 'flyspell-deplacement-commands 'custom-version "21.1")
  (custom-put-if-not 'flyspell-deplacement-commands 'standard-value t)
--- 719,725 ----
  (custom-put-if-not 'vc-dired-recurse 'standard-value t)
  (custom-put-if-not 'ps-begin-cut-regexp 'custom-version "21.1")
  (custom-put-if-not 'ps-begin-cut-regexp 'standard-value t)
! (custom-put-if-not 'ange-ftp-passive-host-alist 'custom-version "21.4")
  (custom-put-if-not 'ange-ftp-passive-host-alist 'standard-value t)
  (custom-put-if-not 'flyspell-deplacement-commands 'custom-version "21.1")
  (custom-put-if-not 'flyspell-deplacement-commands 'standard-value t)
***************
*** 731,738 ****
  (custom-put-if-not 'widget-image-enable 'standard-value t)
  (custom-put-if-not 'ps-line-spacing 'custom-version "21.1")
  (custom-put-if-not 'ps-line-spacing 'standard-value t)
- (custom-put-if-not 'help-highlight-p 'custom-version "20.3")
- (custom-put-if-not 'help-highlight-p 'standard-value t)
  (custom-put-if-not 'ange-ftp-raw-login 'custom-version "21.3")
  (custom-put-if-not 'ange-ftp-raw-login 'standard-value t)
  (custom-put-if-not 'ps-paragraph-spacing 'custom-version "21.1")
--- 735,740 ----
***************
*** 741,747 ****
  (custom-put-if-not 'auto-hscroll-mode 'standard-value t)
  (custom-put-if-not 'flyspell-incorrect-hook 'custom-version "21.1")
  (custom-put-if-not 'flyspell-incorrect-hook 'standard-value t)
! (custom-put-if-not 'mode-line-inactive 'custom-version "21.2")
  (custom-put-if-not 'mode-line-inactive 'group-documentation nil)
  (custom-put-if-not 'browse-url-mosaic-program 'custom-version "20.3")
  (custom-put-if-not 'browse-url-mosaic-program 'standard-value t)
--- 743,749 ----
  (custom-put-if-not 'auto-hscroll-mode 'standard-value t)
  (custom-put-if-not 'flyspell-incorrect-hook 'custom-version "21.1")
  (custom-put-if-not 'flyspell-incorrect-hook 'standard-value t)
! (custom-put-if-not 'mode-line-inactive 'custom-version "21.4")
  (custom-put-if-not 'mode-line-inactive 'group-documentation nil)
  (custom-put-if-not 'browse-url-mosaic-program 'custom-version "20.3")
  (custom-put-if-not 'browse-url-mosaic-program 'standard-value t)
***************
*** 753,760 ****
  (custom-put-if-not 
'flyspell-dictionaries-that-consider-dash-as-word-delimiter '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 'ps-footer-lines 'custom-version "21.1")
  (custom-put-if-not 'ps-footer-lines 'standard-value t)
  (custom-put-if-not 'vcursor-string 'custom-version "20.3")
--- 755,760 ----
***************
*** 777,783 ****
  (custom-put-if-not 'tildify 'group-documentation "Adding missing hard spaces 
or other text fragments into texts.")
  (custom-put-if-not 'normal-erase-is-backspace 'custom-version "21.1")
  (custom-put-if-not 'normal-erase-is-backspace 'standard-value t)
! (custom-put-if-not 'vc-cvs-global-switches 'custom-version "21.3")
  (custom-put-if-not 'vc-cvs-global-switches 'standard-value t)
  (custom-put-if-not 'gnus-article-banner-alist 'custom-version "21.1")
  (custom-put-if-not 'gnus-article-banner-alist 'standard-value t)
--- 777,783 ----
  (custom-put-if-not 'tildify 'group-documentation "Adding missing hard spaces 
or other text fragments into texts.")
  (custom-put-if-not 'normal-erase-is-backspace 'custom-version "21.1")
  (custom-put-if-not 'normal-erase-is-backspace 'standard-value t)
! (custom-put-if-not 'vc-cvs-global-switches 'custom-version "21.4")
  (custom-put-if-not 'vc-cvs-global-switches 'standard-value t)
  (custom-put-if-not 'gnus-article-banner-alist 'custom-version "21.1")
  (custom-put-if-not 'gnus-article-banner-alist 'standard-value t)
***************
*** 785,791 ****
  (custom-put-if-not 'region 'group-documentation nil)
  (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 'w32 'custom-version "21.3")
  (custom-put-if-not 'w32 'group-documentation "MS-Windows specific features")
  (custom-put-if-not 'find-file-suppress-same-file-warnings 'custom-version 
"21.1")
  (custom-put-if-not 'find-file-suppress-same-file-warnings 'standard-value t)
--- 785,791 ----
  (custom-put-if-not 'region 'group-documentation nil)
  (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 'w32 'custom-version "21.4")
  (custom-put-if-not 'w32 'group-documentation "MS-Windows specific features")
  (custom-put-if-not 'find-file-suppress-same-file-warnings 'custom-version 
"21.1")
  (custom-put-if-not 'find-file-suppress-same-file-warnings 'standard-value t)
***************
*** 836,842 ****
  (custom-put-if-not 'sql-db2-options 'standard-value t)
  (custom-put-if-not 'cwarn 'custom-version "21.1")
  (custom-put-if-not 'cwarn 'group-documentation "Highlight suspicious C and 
C++ constructions.")
! (custom-put-if-not 'sgml-xml-mode 'custom-version "21.2")
  (custom-put-if-not 'sgml-xml-mode 'standard-value t)
  (custom-put-if-not 'message-buffer-naming-style 'custom-version "21.1")
  (custom-put-if-not 'message-buffer-naming-style 'standard-value t)
--- 836,842 ----
  (custom-put-if-not 'sql-db2-options 'standard-value t)
  (custom-put-if-not 'cwarn 'custom-version "21.1")
  (custom-put-if-not 'cwarn 'group-documentation "Highlight suspicious C and 
C++ constructions.")
! (custom-put-if-not 'sgml-xml-mode 'custom-version "21.4")
  (custom-put-if-not 'sgml-xml-mode 'standard-value t)
  (custom-put-if-not 'message-buffer-naming-style 'custom-version "21.1")
  (custom-put-if-not 'message-buffer-naming-style 'standard-value t)
***************
*** 860,869 ****
  (custom-put-if-not 'vc-diff-switches 'standard-value t)
  (custom-put-if-not 'vcursor-interpret-input 'custom-version "20.3")
  (custom-put-if-not 'vcursor-interpret-input 'standard-value t)
- (custom-put-if-not 'gnus-audio 'custom-version "21.1")
- (custom-put-if-not 'gnus-audio 'group-documentation "Playing sound in Gnus.")
  (custom-put-if-not 'diary-sabbath-candles-minutes 'custom-version "21.1")
  (custom-put-if-not 'diary-sabbath-candles-minutes 'standard-value t)
  (custom-put-if-not 'trailing-whitespace 'custom-version "21.1")
  (custom-put-if-not 'trailing-whitespace 'group-documentation nil)
  (custom-put-if-not 'fortran-comment-line-start 'custom-version "21.1")
--- 860,869 ----
  (custom-put-if-not 'vc-diff-switches 'standard-value t)
  (custom-put-if-not 'vcursor-interpret-input 'custom-version "20.3")
  (custom-put-if-not 'vcursor-interpret-input 'standard-value t)
  (custom-put-if-not 'diary-sabbath-candles-minutes 'custom-version "21.1")
  (custom-put-if-not 'diary-sabbath-candles-minutes 'standard-value t)
+ (custom-put-if-not 'gnus-audio 'custom-version "21.1")
+ (custom-put-if-not 'gnus-audio 'group-documentation "Playing sound in Gnus.")
  (custom-put-if-not 'trailing-whitespace 'custom-version "21.1")
  (custom-put-if-not 'trailing-whitespace 'group-documentation nil)
  (custom-put-if-not 'fortran-comment-line-start 'custom-version "21.1")
***************
*** 888,893 ****
--- 888,895 ----
  (custom-put-if-not 'find-function-recenter-line 'standard-value t)
  (custom-put-if-not 'tags-tag-face 'custom-version "21.1")
  (custom-put-if-not 'tags-tag-face 'standard-value t)
+ (custom-put-if-not 'fortran-directive-re 'custom-version "21.4")
+ (custom-put-if-not 'fortran-directive-re 'standard-value t)
  (custom-put-if-not 'change-log-list-face 'custom-version "21.1")
  (custom-put-if-not 'change-log-list-face 'group-documentation nil)
  (custom-put-if-not 'vc-rcs-register-switches 'custom-version "21.1")
***************
*** 912,924 ****
  (custom-put-if-not 'query-replace-to-history-variable 'standard-value t)
  (custom-put-if-not 'gnus-mime-multipart-functions 'custom-version "21.1")
  (custom-put-if-not 'gnus-mime-multipart-functions 'standard-value t)
! (custom-put-if-not 'query-replace-skip-read-only 'custom-version "21.3")
  (custom-put-if-not 'query-replace-skip-read-only 'standard-value t)
  (custom-put-if-not 'which-func 'custom-version "20.3")
  (custom-put-if-not 'which-func 'group-documentation "Mode to display the 
current function name in the modeline.")
  (custom-put-if-not 'read-mail-command 'custom-version "21.1")
  (custom-put-if-not 'read-mail-command 'standard-value t)
! (custom-put-if-not 'ange-ftp-try-passive-mode 'custom-version 21.1)
  (custom-put-if-not 'ange-ftp-try-passive-mode 'standard-value t)
  (custom-put-if-not 'rmail-automatic-folder-directives 'custom-version "21.1")
  (custom-put-if-not 'rmail-automatic-folder-directives 'standard-value t)
--- 914,928 ----
  (custom-put-if-not 'query-replace-to-history-variable 'standard-value t)
  (custom-put-if-not 'gnus-mime-multipart-functions 'custom-version "21.1")
  (custom-put-if-not 'gnus-mime-multipart-functions 'standard-value t)
! (custom-put-if-not 'query-replace-skip-read-only 'custom-version "21.4")
  (custom-put-if-not 'query-replace-skip-read-only 'standard-value t)
+ (custom-put-if-not 'safe-local-eval-forms 'custom-version "21.4")
+ (custom-put-if-not 'safe-local-eval-forms 'standard-value t)
  (custom-put-if-not 'which-func 'custom-version "20.3")
  (custom-put-if-not 'which-func 'group-documentation "Mode to display the 
current function name in the modeline.")
  (custom-put-if-not 'read-mail-command 'custom-version "21.1")
  (custom-put-if-not 'read-mail-command 'standard-value t)
! (custom-put-if-not 'ange-ftp-try-passive-mode 'custom-version "21.1")
  (custom-put-if-not 'ange-ftp-try-passive-mode 'standard-value t)
  (custom-put-if-not 'rmail-automatic-folder-directives 'custom-version "21.1")
  (custom-put-if-not 'rmail-automatic-folder-directives 'standard-value t)
***************
*** 944,950 ****
  (custom-put-if-not 'calculator 'group-documentation "Simple Emacs 
calculator.")
  (custom-put-if-not 'custom-button-pressed-face 'custom-version "21.1")
  (custom-put-if-not 'custom-button-pressed-face 'group-documentation nil)
! (custom-put-if-not 'ruler-mode 'custom-version "21.3")
  (custom-put-if-not 'ruler-mode 'group-documentation "Display a ruler in the 
header line.")
  (custom-put-if-not 'dos-codepage-setup-hook 'custom-version "20.3.3")
  (custom-put-if-not 'dos-codepage-setup-hook 'standard-value t)
--- 948,954 ----
  (custom-put-if-not 'calculator 'group-documentation "Simple Emacs 
calculator.")
  (custom-put-if-not 'custom-button-pressed-face 'custom-version "21.1")
  (custom-put-if-not 'custom-button-pressed-face 'group-documentation nil)
! (custom-put-if-not 'ruler-mode 'custom-version "21.4")
  (custom-put-if-not 'ruler-mode 'group-documentation "Display a ruler in the 
header line.")
  (custom-put-if-not 'dos-codepage-setup-hook 'custom-version "20.3.3")
  (custom-put-if-not 'dos-codepage-setup-hook 'standard-value t)
***************
*** 952,958 ****
  (custom-put-if-not 'change-log-version-number-regexp-list 'standard-value t)
  (custom-put-if-not 'menu 'custom-version "21.1")
  (custom-put-if-not 'menu 'group-documentation "Input from the menus.")
! (custom-put-if-not 'dired-view-command-alist 'custom-version 21.4)
  (custom-put-if-not 'dired-view-command-alist 'standard-value t)
  (custom-put-if-not 'gnus-nocem-check-from 'custom-version "21.1")
  (custom-put-if-not 'gnus-nocem-check-from 'standard-value t)
--- 956,962 ----
  (custom-put-if-not 'change-log-version-number-regexp-list 'standard-value t)
  (custom-put-if-not 'menu 'custom-version "21.1")
  (custom-put-if-not 'menu 'group-documentation "Input from the menus.")
! (custom-put-if-not 'dired-view-command-alist 'custom-version "21.4")
  (custom-put-if-not 'dired-view-command-alist 'standard-value t)
  (custom-put-if-not 'gnus-nocem-check-from 'custom-version "21.1")
  (custom-put-if-not 'gnus-nocem-check-from 'standard-value t)
***************
*** 968,973 ****
--- 972,979 ----
  (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 'grep-tree-command 'custom-version "21.4")
+ (custom-put-if-not 'grep-tree-command 'standard-value t)
  (custom-put-if-not 'message-forward-as-mime 'custom-version "21.1")
  (custom-put-if-not 'message-forward-as-mime 'standard-value t)
  (custom-put-if-not 'pcl-cvs 'custom-version "21.1")
***************
*** 996,1002 ****
  (custom-put-if-not 'message-forward-ignored-headers 'standard-value t)
  (custom-put-if-not 'eudc 'custom-version "21.1")
  (custom-put-if-not 'eudc 'group-documentation "Emacs Unified Directory 
Client.")
! (custom-put-if-not 'yank-excluded-properties 'custom-version 21.4)
  (custom-put-if-not 'yank-excluded-properties 'standard-value t)
  (custom-put-if-not 'scrolling 'custom-version "21.1")
  (custom-put-if-not 'scrolling 'group-documentation "Scrolling windows.")
--- 1002,1008 ----
  (custom-put-if-not 'message-forward-ignored-headers 'standard-value t)
  (custom-put-if-not 'eudc 'custom-version "21.1")
  (custom-put-if-not 'eudc 'group-documentation "Emacs Unified Directory 
Client.")
! (custom-put-if-not 'yank-excluded-properties 'custom-version "21.4")
  (custom-put-if-not 'yank-excluded-properties 'standard-value t)
  (custom-put-if-not 'scrolling 'custom-version "21.1")
  (custom-put-if-not 'scrolling 'group-documentation "Scrolling windows.")
***************
*** 1036,1042 ****
  (custom-put-if-not 'gnus-inhibit-user-auto-expire 'standard-value t)
  (custom-put-if-not 'show-paren-ring-bell-on-mismatch 'custom-version "20.3")
  (custom-put-if-not 'show-paren-ring-bell-on-mismatch 'standard-value t)
! (custom-put-if-not 'add-log-always-start-new-record 'custom-version "21.2")
  (custom-put-if-not 'add-log-always-start-new-record 'standard-value t)
  (custom-put-if-not 'rmail-default-body-file 'custom-version "20.3")
  (custom-put-if-not 'rmail-default-body-file 'standard-value t)
--- 1042,1048 ----
  (custom-put-if-not 'gnus-inhibit-user-auto-expire 'standard-value t)
  (custom-put-if-not 'show-paren-ring-bell-on-mismatch 'custom-version "20.3")
  (custom-put-if-not 'show-paren-ring-bell-on-mismatch 'standard-value t)
! (custom-put-if-not 'add-log-always-start-new-record 'custom-version "21.4")
  (custom-put-if-not 'add-log-always-start-new-record 'standard-value t)
  (custom-put-if-not 'rmail-default-body-file 'custom-version "20.3")
  (custom-put-if-not 'rmail-default-body-file 'standard-value t)
***************
*** 1044,1052 ****
  (custom-put-if-not 'gnus-emphasize-whitespace-regexp 'standard-value t)
  (custom-put-if-not 'gnus-summary-show-article-charset-alist 'custom-version 
"21.1")
  (custom-put-if-not 'gnus-summary-show-article-charset-alist 'standard-value t)
! (custom-put-if-not 'mail-use-dsn 'custom-version "21.3")
  (custom-put-if-not 'mail-use-dsn 'standard-value t)
! (custom-put-if-not 'xscheme-start-hook 'custom-version 20.3)
  (custom-put-if-not 'xscheme-start-hook 'standard-value t)
  (custom-put-if-not 'vc-dired-listing-switches 'custom-version "21.1")
  (custom-put-if-not 'vc-dired-listing-switches 'standard-value t)
--- 1050,1058 ----
  (custom-put-if-not 'gnus-emphasize-whitespace-regexp 'standard-value t)
  (custom-put-if-not 'gnus-summary-show-article-charset-alist 'custom-version 
"21.1")
  (custom-put-if-not 'gnus-summary-show-article-charset-alist 'standard-value t)
! (custom-put-if-not 'mail-use-dsn 'custom-version "21.4")
  (custom-put-if-not 'mail-use-dsn 'standard-value t)
! (custom-put-if-not 'xscheme-start-hook 'custom-version "20.3")
  (custom-put-if-not 'xscheme-start-hook 'standard-value t)
  (custom-put-if-not 'vc-dired-listing-switches 'custom-version "21.1")
  (custom-put-if-not 'vc-dired-listing-switches 'standard-value t)
***************
*** 1056,1062 ****
  (custom-put-if-not 'keyboard-coding-system 'standard-value t)
  (custom-put-if-not 'sql-sybase-options 'custom-version "20.8")
  (custom-put-if-not 'sql-sybase-options 'standard-value t)
! (custom-put-if-not 'vc-cvs-sticky-tag-display 'custom-version "21.3")
  (custom-put-if-not 'vc-cvs-sticky-tag-display 'standard-value t)
  (custom-put-if-not 'gnus-read-newsrc-file 'custom-version "21.1")
  (custom-put-if-not 'gnus-read-newsrc-file 'standard-value t)
--- 1062,1068 ----
  (custom-put-if-not 'keyboard-coding-system 'standard-value t)
  (custom-put-if-not 'sql-sybase-options 'custom-version "20.8")
  (custom-put-if-not 'sql-sybase-options 'standard-value t)
! (custom-put-if-not 'vc-cvs-sticky-tag-display 'custom-version "21.4")
  (custom-put-if-not 'vc-cvs-sticky-tag-display 'standard-value t)
  (custom-put-if-not 'gnus-read-newsrc-file 'custom-version "21.1")
  (custom-put-if-not 'gnus-read-newsrc-file 'standard-value t)
***************
*** 1136,1143 ****
  (custom-put-if-not 'ps-print-upside-down 'standard-value t)
  (custom-put-if-not 'mailcap 'custom-version "21.1")
  (custom-put-if-not 'mailcap 'group-documentation "Definition of viewers for 
MIME types.")
- (custom-put-if-not 'find-variable-regexp 'custom-version "21.1")
- (custom-put-if-not 'find-variable-regexp 'standard-value t)
  (custom-put-if-not 'rmail-edit-mode-hook 'custom-version "21.1")
  (custom-put-if-not 'rmail-edit-mode-hook 'standard-value t)
  (custom-put-if-not 'header-line 'custom-version "21.1")
--- 1142,1147 ----
***************
*** 1154,1160 ****
  (custom-put-if-not 'vc-dired-terse-display 'standard-value t)
  (custom-put-if-not 'server-kill-new-buffers 'custom-version "21.1")
  (custom-put-if-not 'server-kill-new-buffers 'standard-value t)
! (custom-put-if-not 'vc-cvs-sticky-date-format-string 'custom-version "21.3")
  (custom-put-if-not 'vc-cvs-sticky-date-format-string 'standard-value t)
  (custom-put-if-not 'speedbar-hide-button-brackets-flag 'custom-version "21.1")
  (custom-put-if-not 'speedbar-hide-button-brackets-flag 'standard-value t)
--- 1158,1164 ----
  (custom-put-if-not 'vc-dired-terse-display 'standard-value t)
  (custom-put-if-not 'server-kill-new-buffers 'custom-version "21.1")
  (custom-put-if-not 'server-kill-new-buffers 'standard-value t)
! (custom-put-if-not 'vc-cvs-sticky-date-format-string 'custom-version "21.4")
  (custom-put-if-not 'vc-cvs-sticky-date-format-string 'standard-value t)
  (custom-put-if-not 'speedbar-hide-button-brackets-flag 'custom-version "21.1")
  (custom-put-if-not 'speedbar-hide-button-brackets-flag 'standard-value t)
***************
*** 1163,1169 ****
  (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 "xscheme") (21.4 "simple" "dired") 
("20.3.3" "dos-vars") (21.1 "ange-ftp") ("20.4" "files" "help" "sh-script" 
"compile") ("21.2" "add-log" "sgml-mode") (21.3 "ange-ftp") ("21.3" "sendmail" 
"replace" "hscroll" "vc-cvs" "ange-ftp" "smtpmail") ("20.3" "desktop" 
"easymenu" "hscroll" "dabbrev" "ffap" "rmail" "paren" "mailabbrev" "frame" 
"uce" "mouse" "diary-lib" "sendmail" "simple" "debug" "hexl" "vcursor" "vc" 
"compile" "etags" "help-mode" "browse-url" "add-log" "find-func" "cus-edit" 
"replace") ("21.1" "server" "debug" "rmailedit" "dabbrev" "isearch" 
"gnus-start" "mule" "hideshow" "sendmail" "paths" "sgml-mode" "net-utils" 
"cperl-mode" "rmail" "font-lock" "gnus-nocem" "vc-hooks" "paren" "faces" 
"vc-rcs" "fortran" "solar" "vc" "etags" "cus-edit" "vc-sccs" "gnus-group" 
"gnus-sum" "smtpmail" "add-log" "find-func" "frame" "wid-edit" "files" "nnmail" 
"message" "ps-print" "vc-cvs" "simple" "gnus-agent" "flyspell" "gnus-art" 
"browse-url" "speedbar") ("20.8" "sql"))
   "For internal use by custom.")
  
  (provide 'cus-load)
--- 1167,1173 ----
  (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") ("20.4" "files" 
"help" "sh-script" "compile") ("21.3" "hscroll" "ange-ftp") ("21.4" "sendmail" 
"add-log" "simple" "compile" "dired" "files" "replace" "fortran" "sgml-mode" 
"vc-cvs" "ange-ftp" "smtpmail" "dabbrev") ("20.3" "desktop" "easymenu" 
"hscroll" "dabbrev" "ffap" "xscheme" "rmail" "paren" "mailabbrev" "frame" "uce" 
"mouse" "diary-lib" "sendmail" "simple" "debug" "hexl" "vcursor" "vc" "compile" 
"etags" "browse-url" "add-log" "find-func" "cus-edit" "replace") ("21.1" 
"server" "debug" "rmailedit" "dabbrev" "isearch" "gnus-start" "mule" "hideshow" 
"sendmail" "paths" "sgml-mode" "net-utils" "cperl-mode" "rmail" "ange-ftp" 
"font-lock" "gnus-nocem" "vc-hooks" "paren" "faces" "vc-rcs" "fortran" "solar" 
"vc" "etags" "cus-edit" "vc-sccs" "gnus-group" "gnus-sum" "smtpmail" "add-log" 
"frame" "wid-edit" "files" "nnmail" "message" "ps-print" "vc-cvs" "simple" 
"gnus-agent" "flyspell" "gnus-art" "browse-url" "speedbar") ("20.8" "sql"))
   "For internal use by custom.")
  
  (provide 'cus-load)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]