emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Andreas Schwab
Subject: [Emacs-diffs] Changes to emacs/lisp/loaddefs.el
Date: Sat, 02 Aug 2003 18:07:47 -0400

Index: emacs/lisp/loaddefs.el
diff -c emacs/lisp/loaddefs.el:2.93 emacs/lisp/loaddefs.el:2.94
*** emacs/lisp/loaddefs.el:2.93 Thu Jul 17 07:57:30 2003
--- emacs/lisp/loaddefs.el      Sat Aug  2 18:07:46 2003
***************
*** 705,711 ****
  
  ;;;### (autoloads (apropos-documentation apropos-value apropos 
apropos-documentation-property
  ;;;;;;  apropos-command apropos-variable apropos-mode) "apropos"
! ;;;;;;  "apropos.el" (16148 4632))
  ;;; Generated autoloads from apropos.el
  
  (autoload (quote apropos-mode) "apropos" "\
--- 705,711 ----
  
  ;;;### (autoloads (apropos-documentation apropos-value apropos 
apropos-documentation-property
  ;;;;;;  apropos-command apropos-variable apropos-mode) "apropos"
! ;;;;;;  "apropos.el" (16172 7738))
  ;;; Generated autoloads from apropos.el
  
  (autoload (quote apropos-mode) "apropos" "\
***************
*** 858,865 ****
  
  ;;;***
  
! ;;;### (autoloads (artist-mode) "artist" "textmodes/artist.el" (15829
! ;;;;;;  28909))
  ;;; Generated autoloads from textmodes/artist.el
  
  (autoload (quote artist-mode) "artist" "\
--- 858,865 ----
  
  ;;;***
  
! ;;;### (autoloads (artist-mode) "artist" "textmodes/artist.el" (16154
! ;;;;;;  52754))
  ;;; Generated autoloads from textmodes/artist.el
  
  (autoload (quote artist-mode) "artist" "\
***************
*** 1244,1250 ****
  ;;;***
  
  ;;;### (autoloads (global-auto-revert-mode turn-on-auto-revert-mode
! ;;;;;;  auto-revert-mode) "autorevert" "autorevert.el" (15538 10657))
  ;;; Generated autoloads from autorevert.el
  
  (defvar auto-revert-mode nil "\
--- 1244,1250 ----
  ;;;***
  
  ;;;### (autoloads (global-auto-revert-mode turn-on-auto-revert-mode
! ;;;;;;  auto-revert-mode) "autorevert" "autorevert.el" (15538 43199))
  ;;; Generated autoloads from autorevert.el
  
  (defvar auto-revert-mode nil "\
***************
*** 1288,1294 ****
  ;;;***
  
  ;;;### (autoloads (mouse-avoidance-mode mouse-avoidance-mode) "avoid"
! ;;;;;;  "avoid.el" (15197 22088))
  ;;; Generated autoloads from avoid.el
  
  (defvar mouse-avoidance-mode nil "\
--- 1288,1294 ----
  ;;;***
  
  ;;;### (autoloads (mouse-avoidance-mode mouse-avoidance-mode) "avoid"
! ;;;;;;  "avoid.el" (15198 32214))
  ;;; Generated autoloads from avoid.el
  
  (defvar mouse-avoidance-mode nil "\
***************
*** 1354,1360 ****
  ;;;***
  
  ;;;### (autoloads (display-battery battery) "battery" "battery.el"
! ;;;;;;  (15380 36042))
  ;;; Generated autoloads from battery.el
  
  (autoload (quote battery) "battery" "\
--- 1354,1360 ----
  ;;;***
  
  ;;;### (autoloads (display-battery battery) "battery" "battery.el"
! ;;;;;;  (15380 36786))
  ;;; Generated autoloads from battery.el
  
  (autoload (quote battery) "battery" "\
***************
*** 1408,1415 ****
  
  ;;;***
  
! ;;;### (autoloads (bibtex-mode) "bibtex" "textmodes/bibtex.el" (16135
! ;;;;;;  8992))
  ;;; Generated autoloads from textmodes/bibtex.el
  
  (autoload (quote bibtex-mode) "bibtex" "\
--- 1408,1415 ----
  
  ;;;***
  
! ;;;### (autoloads (bibtex-mode) "bibtex" "textmodes/bibtex.el" (16136
! ;;;;;;  2982))
  ;;; Generated autoloads from textmodes/bibtex.el
  
  (autoload (quote bibtex-mode) "bibtex" "\
***************
*** 1637,1643 ****
  ;;;;;;  bookmark-load bookmark-save bookmark-write bookmark-delete
  ;;;;;;  bookmark-insert bookmark-rename bookmark-insert-location
  ;;;;;;  bookmark-relocate bookmark-jump bookmark-set) "bookmark"
! ;;;;;;  "bookmark.el" (15856 53268))
  ;;; Generated autoloads from bookmark.el
   (define-key ctl-x-map "rb" 'bookmark-jump)
   (define-key ctl-x-map "rm" 'bookmark-set)
--- 1637,1643 ----
  ;;;;;;  bookmark-load bookmark-save bookmark-write bookmark-delete
  ;;;;;;  bookmark-insert bookmark-rename bookmark-insert-location
  ;;;;;;  bookmark-relocate bookmark-jump bookmark-set) "bookmark"
! ;;;;;;  "bookmark.el" (16172 11473))
  ;;; Generated autoloads from bookmark.el
   (define-key ctl-x-map "rb" 'bookmark-jump)
   (define-key ctl-x-map "rm" 'bookmark-set)
***************
*** 1649,1680 ****
  so that you have a bookmark prefix, just use `global-set-key' and bind a
  key of your choice to `bookmark-map'.  All interactive bookmark
  functions have a binding in this keymap.")
! 
! (define-prefix-command (quote bookmark-map))
! 
! (define-key bookmark-map "x" (quote bookmark-set))
! 
! (define-key bookmark-map "m" (quote bookmark-set))
! 
! (define-key bookmark-map "j" (quote bookmark-jump))
! 
! (define-key bookmark-map "g" (quote bookmark-jump))
! 
! (define-key bookmark-map "i" (quote bookmark-insert))
! 
! (define-key bookmark-map "e" (quote edit-bookmarks))
! 
! (define-key bookmark-map "f" (quote bookmark-insert-location))
! 
! (define-key bookmark-map "r" (quote bookmark-rename))
! 
! (define-key bookmark-map "d" (quote bookmark-delete))
! 
! (define-key bookmark-map "l" (quote bookmark-load))
! 
! (define-key bookmark-map "w" (quote bookmark-write))
! 
! (define-key bookmark-map "s" (quote bookmark-save))
  
  (autoload (quote bookmark-set) "bookmark" "\
  Set a bookmark named NAME inside a file.
--- 1649,1667 ----
  so that you have a bookmark prefix, just use `global-set-key' and bind a
  key of your choice to `bookmark-map'.  All interactive bookmark
  functions have a binding in this keymap.")
!  (define-prefix-command 'bookmark-map)
!  (define-key bookmark-map "x" 'bookmark-set)
!  (define-key bookmark-map "m" 'bookmark-set) ; "m" for "mark"
!  (define-key bookmark-map "j" 'bookmark-jump)
!  (define-key bookmark-map "g" 'bookmark-jump) ; "g" for "go"
!  (define-key bookmark-map "i" 'bookmark-insert)
!  (define-key bookmark-map "e" 'edit-bookmarks)
!  (define-key bookmark-map "f" 'bookmark-insert-location) ; "f" for "find"
!  (define-key bookmark-map "r" 'bookmark-rename)
!  (define-key bookmark-map "d" 'bookmark-delete)
!  (define-key bookmark-map "l" 'bookmark-load)
!  (define-key bookmark-map "w" 'bookmark-write)
!  (define-key bookmark-map "s" 'bookmark-save)
  
  (autoload (quote bookmark-set) "bookmark" "\
  Set a bookmark named NAME inside a file.
***************
*** 1896,1921 ****
  (defvar menu-bar-bookmark-map (make-sparse-keymap "Bookmark functions"))
  
  (defalias (quote menu-bar-bookmark-map) (symbol-value (quote 
menu-bar-bookmark-map)))
! 
! (define-key menu-bar-bookmark-map [load] (quote ("Load a Bookmark File..." . 
bookmark-load)))
! 
! (define-key menu-bar-bookmark-map [write] (quote ("Save Bookmarks As..." . 
bookmark-write)))
! 
! (define-key menu-bar-bookmark-map [save] (quote ("Save Bookmarks" . 
bookmark-save)))
! 
! (define-key menu-bar-bookmark-map [edit] (quote ("Edit Bookmark List" . 
bookmark-bmenu-list)))
! 
! (define-key menu-bar-bookmark-map [delete] (quote ("Delete Bookmark" . 
bookmark-menu-delete)))
! 
! (define-key menu-bar-bookmark-map [rename] (quote ("Rename Bookmark" . 
bookmark-menu-rename)))
! 
! (define-key menu-bar-bookmark-map [locate] (quote ("Insert Location" . 
bookmark-menu-locate)))
! 
! (define-key menu-bar-bookmark-map [insert] (quote ("Insert Contents" . 
bookmark-menu-insert)))
! 
! (define-key menu-bar-bookmark-map [set] (quote ("Set Bookmark" . 
bookmark-set)))
! 
! (define-key menu-bar-bookmark-map [jump] (quote ("Jump to Bookmark" . 
bookmark-menu-jump)))
  
  ;;;***
  
--- 1883,1908 ----
  (defvar menu-bar-bookmark-map (make-sparse-keymap "Bookmark functions"))
  
  (defalias (quote menu-bar-bookmark-map) (symbol-value (quote 
menu-bar-bookmark-map)))
!  (define-key menu-bar-bookmark-map [load]
!   '("Load a Bookmark File..." . bookmark-load))
!  (define-key menu-bar-bookmark-map [write]
!   '("Save Bookmarks As..." . bookmark-write))
!  (define-key menu-bar-bookmark-map [save]
!   '("Save Bookmarks" . bookmark-save))
!  (define-key menu-bar-bookmark-map [edit]
!   '("Edit Bookmark List" . bookmark-bmenu-list))
!  (define-key menu-bar-bookmark-map [delete]
!   '("Delete Bookmark" . bookmark-menu-delete))
!  (define-key menu-bar-bookmark-map [rename]
!   '("Rename Bookmark" . bookmark-menu-rename))
!  (define-key menu-bar-bookmark-map [locate]
!   '("Insert Location" . bookmark-menu-locate))
!  (define-key menu-bar-bookmark-map [insert]
!   '("Insert Contents" . bookmark-menu-insert))
!  (define-key menu-bar-bookmark-map [set]
!   '("Set Bookmark" . bookmark-set))
!  (define-key menu-bar-bookmark-map [jump]
!   '("Jump to Bookmark" . bookmark-menu-jump))
  
  ;;;***
  
***************
*** 1927,1933 ****
  ;;;;;;  browse-url-default-browser browse-url-at-mouse browse-url-at-point
  ;;;;;;  browse-url browse-url-of-region browse-url-of-dired-file
  ;;;;;;  browse-url-of-buffer browse-url-of-file browse-url-browser-function)
! ;;;;;;  "browse-url" "net/browse-url.el" (16139 21086))
  ;;; Generated autoloads from net/browse-url.el
  
  (defvar browse-url-browser-function (cond ((memq system-type (quote 
(windows-nt ms-dos cygwin))) (quote browse-url-default-windows-browser)) ((memq 
system-type (quote (darwin))) (quote browse-url-default-macosx-browser)) (t 
(quote browse-url-default-browser))) "\
--- 1914,1920 ----
  ;;;;;;  browse-url-default-browser browse-url-at-mouse browse-url-at-point
  ;;;;;;  browse-url browse-url-of-region browse-url-of-dired-file
  ;;;;;;  browse-url-of-buffer browse-url-of-file browse-url-browser-function)
! ;;;;;;  "browse-url" "net/browse-url.el" (16170 61442))
  ;;; Generated autoloads from net/browse-url.el
  
  (defvar browse-url-browser-function (cond ((memq system-type (quote 
(windows-nt ms-dos cygwin))) (quote browse-url-default-windows-browser)) ((memq 
system-type (quote (darwin))) (quote browse-url-default-macosx-browser)) (t 
(quote browse-url-default-browser))) "\
***************
*** 2210,2217 ****
  
  ;;;***
  
! ;;;### (autoloads (snarf-bruces bruce) "bruce" "play/bruce.el" (15829
! ;;;;;;  28909))
  ;;; Generated autoloads from play/bruce.el
  
  (autoload (quote bruce) "bruce" "\
--- 2197,2204 ----
  
  ;;;***
  
! ;;;### (autoloads (snarf-bruces bruce) "bruce" "play/bruce.el" (15830
! ;;;;;;  37093))
  ;;; Generated autoloads from play/bruce.el
  
  (autoload (quote bruce) "bruce" "\
***************
*** 2227,2233 ****
  ;;;***
  
  ;;;### (autoloads (bs-show bs-customize bs-cycle-previous bs-cycle-next)
! ;;;;;;  "bs" "bs.el" (15728 55517))
  ;;; Generated autoloads from bs.el
  
  (autoload (quote bs-cycle-next) "bs" "\
--- 2214,2220 ----
  ;;;***
  
  ;;;### (autoloads (bs-show bs-customize bs-cycle-previous bs-cycle-next)
! ;;;;;;  "bs" "bs.el" (15731 5408))
  ;;; Generated autoloads from bs.el
  
  (autoload (quote bs-cycle-next) "bs" "\
***************
*** 2357,2363 ****
  ;;;;;;  batch-byte-compile-if-not-done display-call-tree byte-compile
  ;;;;;;  compile-defun byte-compile-file byte-recompile-directory
  ;;;;;;  byte-force-recompile) "bytecomp" "emacs-lisp/bytecomp.el"
! ;;;;;;  (16135 8990))
  ;;; Generated autoloads from emacs-lisp/bytecomp.el
  
  (autoload (quote byte-force-recompile) "bytecomp" "\
--- 2344,2350 ----
  ;;;;;;  batch-byte-compile-if-not-done display-call-tree byte-compile
  ;;;;;;  compile-defun byte-compile-file byte-recompile-directory
  ;;;;;;  byte-force-recompile) "bytecomp" "emacs-lisp/bytecomp.el"
! ;;;;;;  (16136 2981))
  ;;; Generated autoloads from emacs-lisp/bytecomp.el
  
  (autoload (quote byte-force-recompile) "bytecomp" "\
***************
*** 3843,3849 ****
  ;;;***
  
  ;;;### (autoloads (command-history list-command-history 
repeat-matching-complex-command)
! ;;;;;;  "chistory" "chistory.el" (15877 48879))
  ;;; Generated autoloads from chistory.el
  
  (autoload (quote repeat-matching-complex-command) "chistory" "\
--- 3830,3836 ----
  ;;;***
  
  ;;;### (autoloads (command-history list-command-history 
repeat-matching-complex-command)
! ;;;;;;  "chistory" "chistory.el" (15878 5274))
  ;;; Generated autoloads from chistory.el
  
  (autoload (quote repeat-matching-complex-command) "chistory" "\
***************
*** 3909,3915 ****
  ;;;***
  
  ;;;### (autoloads (c-macro-expand) "cmacexp" "progmodes/cmacexp.el"
! ;;;;;;  (15250 27620))
  ;;; Generated autoloads from progmodes/cmacexp.el
  
  (autoload (quote c-macro-expand) "cmacexp" "\
--- 3896,3902 ----
  ;;;***
  
  ;;;### (autoloads (c-macro-expand) "cmacexp" "progmodes/cmacexp.el"
! ;;;;;;  (15251 46612))
  ;;; Generated autoloads from progmodes/cmacexp.el
  
  (autoload (quote c-macro-expand) "cmacexp" "\
***************
*** 4021,4027 ****
  ;;;### (autoloads (comint-redirect-results-list-from-process 
comint-redirect-results-list
  ;;;;;;  comint-redirect-send-command-to-process comint-redirect-send-command
  ;;;;;;  comint-run make-comint make-comint-in-buffer) "comint" "comint.el"
! ;;;;;;  (16111 41824))
  ;;; Generated autoloads from comint.el
  
  (autoload (quote make-comint-in-buffer) "comint" "\
--- 4008,4014 ----
  ;;;### (autoloads (comint-redirect-results-list-from-process 
comint-redirect-results-list
  ;;;;;;  comint-redirect-send-command-to-process comint-redirect-send-command
  ;;;;;;  comint-run make-comint make-comint-in-buffer) "comint" "comint.el"
! ;;;;;;  (16168 11508))
  ;;; Generated autoloads from comint.el
  
  (autoload (quote make-comint-in-buffer) "comint" "\
***************
*** 4117,4123 ****
  ;;;### (autoloads (next-error compilation-minor-mode 
compilation-shell-minor-mode
  ;;;;;;  compilation-mode grep-tree grep-find grep compile 
compilation-search-path
  ;;;;;;  compilation-ask-about-save compilation-window-height 
compilation-mode-hook)
! ;;;;;;  "compile" "progmodes/compile.el" (16139 20823))
  ;;; Generated autoloads from progmodes/compile.el
  
  (defvar compilation-mode-hook nil "\
--- 4104,4110 ----
  ;;;### (autoloads (next-error compilation-minor-mode 
compilation-shell-minor-mode
  ;;;;;;  compilation-mode grep-tree grep-find grep compile 
compilation-search-path
  ;;;;;;  compilation-ask-about-save compilation-window-height 
compilation-mode-hook)
! ;;;;;;  "compile" "progmodes/compile.el" (16165 36290))
  ;;; Generated autoloads from progmodes/compile.el
  
  (defvar compilation-mode-hook nil "\
***************
*** 4556,4562 ****
  ;;;***
  
  ;;;### (autoloads (shuffle-vector cookie-snarf cookie-insert cookie)
! ;;;;;;  "cookie1" "play/cookie1.el" (15365 62270))
  ;;; Generated autoloads from play/cookie1.el
  
  (autoload (quote cookie) "cookie1" "\
--- 4543,4549 ----
  ;;;***
  
  ;;;### (autoloads (shuffle-vector cookie-snarf cookie-insert cookie)
! ;;;;;;  "cookie1" "play/cookie1.el" (15366 772))
  ;;; Generated autoloads from play/cookie1.el
  
  (autoload (quote cookie) "cookie1" "\
***************
*** 4802,4808 ****
  ;;;***
  
  ;;;### (autoloads (crisp-mode crisp-mode) "crisp" "emulation/crisp.el"
! ;;;;;;  (16011 28193))
  ;;; Generated autoloads from emulation/crisp.el
  
  (defvar crisp-mode nil "\
--- 4789,4795 ----
  ;;;***
  
  ;;;### (autoloads (crisp-mode crisp-mode) "crisp" "emulation/crisp.el"
! ;;;;;;  (16012 41367))
  ;;; Generated autoloads from emulation/crisp.el
  
  (defvar crisp-mode nil "\
***************
*** 5189,5195 ****
  ;;;***
  
  ;;;### (autoloads (customize-create-theme) "cus-theme" "cus-theme.el"
! ;;;;;;  (16135 8990))
  ;;; Generated autoloads from cus-theme.el
  
  (autoload (quote customize-create-theme) "cus-theme" "\
--- 5176,5182 ----
  ;;;***
  
  ;;;### (autoloads (customize-create-theme) "cus-theme" "cus-theme.el"
! ;;;;;;  (16136 2980))
  ;;; Generated autoloads from cus-theme.el
  
  (autoload (quote customize-create-theme) "cus-theme" "\
***************
*** 5211,5217 ****
  ;;;***
  
  ;;;### (autoloads (global-cwarn-mode turn-on-cwarn-mode cwarn-mode)
! ;;;;;;  "cwarn" "progmodes/cwarn.el" (15538 10657))
  ;;; Generated autoloads from progmodes/cwarn.el
  
  (autoload (quote cwarn-mode) "cwarn" "\
--- 5198,5204 ----
  ;;;***
  
  ;;;### (autoloads (global-cwarn-mode turn-on-cwarn-mode cwarn-mode)
! ;;;;;;  "cwarn" "progmodes/cwarn.el" (15538 43263))
  ;;; Generated autoloads from progmodes/cwarn.el
  
  (autoload (quote cwarn-mode) "cwarn" "\
***************
*** 5282,5293 ****
  ;;;***
  
  ;;;### (autoloads (dabbrev-expand dabbrev-completion) "dabbrev" "dabbrev.el"
! ;;;;;;  (16111 41824))
  ;;; Generated autoloads from dabbrev.el
! 
! (define-key esc-map "/" (quote dabbrev-expand))
! 
! (define-key esc-map [67108911] (quote dabbrev-completion))
  
  (autoload (quote dabbrev-completion) "dabbrev" "\
  Completion on current word.
--- 5269,5278 ----
  ;;;***
  
  ;;;### (autoloads (dabbrev-expand dabbrev-completion) "dabbrev" "dabbrev.el"
! ;;;;;;  (16172 11529))
  ;;; Generated autoloads from dabbrev.el
!  (define-key esc-map "/" 'dabbrev-expand)
!  (define-key esc-map [?\C-/] 'dabbrev-completion)
  
  (autoload (quote dabbrev-completion) "dabbrev" "\
  Completion on current word.
***************
*** 5523,5530 ****
  ;;;***
  
  ;;;### (autoloads (delimit-columns-rectangle delimit-columns-region
! ;;;;;;  delimit-columns-customize) "delim-col" "delim-col.el" (15303
! ;;;;;;  63268))
  ;;; Generated autoloads from delim-col.el
  
  (autoload (quote delimit-columns-customize) "delim-col" "\
--- 5508,5515 ----
  ;;;***
  
  ;;;### (autoloads (delimit-columns-rectangle delimit-columns-region
! ;;;;;;  delimit-columns-customize) "delim-col" "delim-col.el" (15310
! ;;;;;;  56703))
  ;;; Generated autoloads from delim-col.el
  
  (autoload (quote delimit-columns-customize) "delim-col" "\
***************
*** 5628,5634 ****
  ;;;***
  
  ;;;### (autoloads (derived-mode-init-mode-variables define-derived-mode)
! ;;;;;;  "derived" "emacs-lisp/derived.el" (16087 59607))
  ;;; Generated autoloads from emacs-lisp/derived.el
  
  (autoload (quote define-derived-mode) "derived" "\
--- 5613,5619 ----
  ;;;***
  
  ;;;### (autoloads (derived-mode-init-mode-variables define-derived-mode)
! ;;;;;;  "derived" "emacs-lisp/derived.el" (16158 60820))
  ;;; Generated autoloads from emacs-lisp/derived.el
  
  (autoload (quote define-derived-mode) "derived" "\
***************
*** 5674,5679 ****
--- 5659,5667 ----
  Note that if the documentation string had been left out, it would have
  been generated automatically, with a reference to the keymap.
  
+ The new mode runs the hook constructed by the function
+ `derived-mode-hook-name'.
+ 
  \(fn CHILD PARENT NAME &optional DOCSTRING &rest BODY)" nil (quote macro))
  
  (autoload (quote derived-mode-init-mode-variables) "derived" "\
***************
*** 5867,5873 ****
  ;;;;;;  dired dired-copy-preserve-time dired-dwim-target 
dired-keep-marker-symlink
  ;;;;;;  dired-keep-marker-hardlink dired-keep-marker-copy 
dired-keep-marker-rename
  ;;;;;;  dired-trivial-filenames dired-ls-F-marks-symlinks 
dired-listing-switches)
! ;;;;;;  "dired" "dired.el" (16140 30175))
  ;;; Generated autoloads from dired.el
  
  (defvar dired-listing-switches "-al" "\
--- 5855,5861 ----
  ;;;;;;  dired dired-copy-preserve-time dired-dwim-target 
dired-keep-marker-symlink
  ;;;;;;  dired-keep-marker-hardlink dired-keep-marker-copy 
dired-keep-marker-rename
  ;;;;;;  dired-trivial-filenames dired-ls-F-marks-symlinks 
dired-listing-switches)
! ;;;;;;  "dired" "dired.el" (16159 27802))
  ;;; Generated autoloads from dired.el
  
  (defvar dired-listing-switches "-al" "\
***************
*** 6492,6498 ****
  ;;;***
  
  ;;;### (autoloads (dissociated-press) "dissociate" "play/dissociate.el"
! ;;;;;;  (15185 49575))
  ;;; Generated autoloads from play/dissociate.el
  
  (autoload (quote dissociated-press) "dissociate" "\
--- 6480,6486 ----
  ;;;***
  
  ;;;### (autoloads (dissociated-press) "dissociate" "play/dissociate.el"
! ;;;;;;  (15186 43694))
  ;;; Generated autoloads from play/dissociate.el
  
  (autoload (quote dissociated-press) "dissociate" "\
***************
*** 6551,6557 ****
  ;;;***
  
  ;;;### (autoloads (gnus-earcon-display) "earcon" "gnus/earcon.el"
! ;;;;;;  (15232 59206))
  ;;; Generated autoloads from gnus/earcon.el
  
  (autoload (quote gnus-earcon-display) "earcon" "\
--- 6539,6545 ----
  ;;;***
  
  ;;;### (autoloads (gnus-earcon-display) "earcon" "gnus/earcon.el"
! ;;;;;;  (15235 28667))
  ;;; Generated autoloads from gnus/earcon.el
  
  (autoload (quote gnus-earcon-display) "earcon" "\
***************
*** 7577,7584 ****
  ;;;***
  
  ;;;### (autoloads (elp-results elp-instrument-package elp-instrument-list
! ;;;;;;  elp-instrument-function) "elp" "emacs-lisp/elp.el" (15402
! ;;;;;;  37958))
  ;;; Generated autoloads from emacs-lisp/elp.el
  
  (autoload (quote elp-instrument-function) "elp" "\
--- 7565,7572 ----
  ;;;***
  
  ;;;### (autoloads (elp-results elp-instrument-package elp-instrument-list
! ;;;;;;  elp-instrument-function) "elp" "emacs-lisp/elp.el" (15407
! ;;;;;;  8858))
  ;;; Generated autoloads from emacs-lisp/elp.el
  
  (autoload (quote elp-instrument-function) "elp" "\
***************
*** 7627,7652 ****
  ;;;;;;  emerge-revisions emerge-files-with-ancestor-remote emerge-files-remote
  ;;;;;;  emerge-files-with-ancestor-command emerge-files-command 
emerge-buffers-with-ancestor
  ;;;;;;  emerge-buffers emerge-files-with-ancestor emerge-files) "emerge"
! ;;;;;;  "emerge.el" (16011 28192))
  ;;; Generated autoloads from emerge.el
  
  (defvar menu-bar-emerge-menu (make-sparse-keymap "Emerge"))
! 
! (fset (quote menu-bar-emerge-menu) (symbol-value (quote 
menu-bar-emerge-menu)))
! 
! (define-key menu-bar-emerge-menu [emerge-merge-directories] (quote ("Merge 
Directories..." . emerge-merge-directories)))
! 
! (define-key menu-bar-emerge-menu [emerge-revisions-with-ancestor] (quote 
("Revisions with Ancestor..." . emerge-revisions-with-ancestor)))
! 
! (define-key menu-bar-emerge-menu [emerge-revisions] (quote ("Revisions..." . 
emerge-revisions)))
! 
! (define-key menu-bar-emerge-menu [emerge-files-with-ancestor] (quote ("Files 
with Ancestor..." . emerge-files-with-ancestor)))
! 
! (define-key menu-bar-emerge-menu [emerge-files] (quote ("Files..." . 
emerge-files)))
! 
! (define-key menu-bar-emerge-menu [emerge-buffers-with-ancestor] (quote 
("Buffers with Ancestor..." . emerge-buffers-with-ancestor)))
! 
! (define-key menu-bar-emerge-menu [emerge-buffers] (quote ("Buffers..." . 
emerge-buffers)))
  
  (autoload (quote emerge-files) "emerge" "\
  Run Emerge on two files.
--- 7615,7639 ----
  ;;;;;;  emerge-revisions emerge-files-with-ancestor-remote emerge-files-remote
  ;;;;;;  emerge-files-with-ancestor-command emerge-files-command 
emerge-buffers-with-ancestor
  ;;;;;;  emerge-buffers emerge-files-with-ancestor emerge-files) "emerge"
! ;;;;;;  "emerge.el" (16172 12330))
  ;;; Generated autoloads from emerge.el
  
  (defvar menu-bar-emerge-menu (make-sparse-keymap "Emerge"))
!  (fset 'menu-bar-emerge-menu (symbol-value 'menu-bar-emerge-menu))
!  (define-key menu-bar-emerge-menu [emerge-merge-directories]
!   '("Merge Directories..." . emerge-merge-directories))
!  (define-key menu-bar-emerge-menu [emerge-revisions-with-ancestor]
!   '("Revisions with Ancestor..." . emerge-revisions-with-ancestor))
!  (define-key menu-bar-emerge-menu [emerge-revisions]
!   '("Revisions..." . emerge-revisions))
!  (define-key menu-bar-emerge-menu [emerge-files-with-ancestor]
!   '("Files with Ancestor..." . emerge-files-with-ancestor))
!  (define-key menu-bar-emerge-menu [emerge-files]
!   '("Files..." . emerge-files))
!  (define-key menu-bar-emerge-menu [emerge-buffers-with-ancestor]
!   '("Buffers with Ancestor..." . emerge-buffers-with-ancestor))
!  (define-key menu-bar-emerge-menu [emerge-buffers]
!   '("Buffers..." . emerge-buffers))
  
  (autoload (quote emerge-files) "emerge" "\
  Run Emerge on two files.
***************
*** 7734,7740 ****
  ;;;***
  
  ;;;### (autoloads (enriched-decode enriched-encode enriched-mode)
! ;;;;;;  "enriched" "textmodes/enriched.el" (16087 59699))
  ;;; Generated autoloads from textmodes/enriched.el
  
  (autoload (quote enriched-mode) "enriched" "\
--- 7721,7727 ----
  ;;;***
  
  ;;;### (autoloads (enriched-decode enriched-encode enriched-mode)
! ;;;;;;  "enriched" "textmodes/enriched.el" (16153 36586))
  ;;; Generated autoloads from textmodes/enriched.el
  
  (autoload (quote enriched-mode) "enriched" "\
***************
*** 7777,7784 ****
  
  ;;;***
  
! ;;;### (autoloads (eshell-test) "esh-test" "eshell/esh-test.el" (15470
! ;;;;;;  10698))
  ;;; Generated autoloads from eshell/esh-test.el
  
  (autoload (quote eshell-test) "esh-test" "\
--- 7764,7771 ----
  
  ;;;***
  
! ;;;### (autoloads (eshell-test) "esh-test" "eshell/esh-test.el" (15472
! ;;;;;;  50922))
  ;;; Generated autoloads from eshell/esh-test.el
  
  (autoload (quote eshell-test) "esh-test" "\
***************
*** 8381,8387 ****
  
  ;;;### (autoloads (eudc-display-jpeg-as-button eudc-display-jpeg-inline
  ;;;;;;  eudc-display-sound eudc-display-mail eudc-display-url 
eudc-display-generic-binary)
! ;;;;;;  "eudc-bob" "net/eudc-bob.el" (15429 13186))
  ;;; Generated autoloads from net/eudc-bob.el
  
  (autoload (quote eudc-display-generic-binary) "eudc-bob" "\
--- 8368,8374 ----
  
  ;;;### (autoloads (eudc-display-jpeg-as-button eudc-display-jpeg-inline
  ;;;;;;  eudc-display-sound eudc-display-mail eudc-display-url 
eudc-display-generic-binary)
! ;;;;;;  "eudc-bob" "net/eudc-bob.el" (15429 17608))
  ;;; Generated autoloads from net/eudc-bob.el
  
  (autoload (quote eudc-display-generic-binary) "eudc-bob" "\
***************
*** 8417,8423 ****
  ;;;***
  
  ;;;### (autoloads (eudc-try-bbdb-insert eudc-insert-record-at-point-into-bbdb)
! ;;;;;;  "eudc-export" "net/eudc-export.el" (15429 13344))
  ;;; Generated autoloads from net/eudc-export.el
  
  (autoload (quote eudc-insert-record-at-point-into-bbdb) "eudc-export" "\
--- 8404,8410 ----
  ;;;***
  
  ;;;### (autoloads (eudc-try-bbdb-insert eudc-insert-record-at-point-into-bbdb)
! ;;;;;;  "eudc-export" "net/eudc-export.el" (15429 17608))
  ;;; Generated autoloads from net/eudc-export.el
  
  (autoload (quote eudc-insert-record-at-point-into-bbdb) "eudc-export" "\
***************
*** 8434,8440 ****
  ;;;***
  
  ;;;### (autoloads (eudc-edit-hotlist) "eudc-hotlist" "net/eudc-hotlist.el"
! ;;;;;;  (15429 13512))
  ;;; Generated autoloads from net/eudc-hotlist.el
  
  (autoload (quote eudc-edit-hotlist) "eudc-hotlist" "\
--- 8421,8427 ----
  ;;;***
  
  ;;;### (autoloads (eudc-edit-hotlist) "eudc-hotlist" "net/eudc-hotlist.el"
! ;;;;;;  (15429 17608))
  ;;; Generated autoloads from net/eudc-hotlist.el
  
  (autoload (quote eudc-edit-hotlist) "eudc-hotlist" "\
***************
*** 8480,8486 ****
  ;;;***
  
  ;;;### (autoloads (expand-jump-to-next-slot expand-jump-to-previous-slot
! ;;;;;;  expand-add-abbrevs) "expand" "expand.el" (15363 54641))
  ;;; Generated autoloads from expand.el
  
  (autoload (quote expand-add-abbrevs) "expand" "\
--- 8467,8473 ----
  ;;;***
  
  ;;;### (autoloads (expand-jump-to-next-slot expand-jump-to-previous-slot
! ;;;;;;  expand-add-abbrevs) "expand" "expand.el" (15364 46020))
  ;;; Generated autoloads from expand.el
  
  (autoload (quote expand-add-abbrevs) "expand" "\
***************
*** 9182,9188 ****
  ;;;***
  
  ;;;### (autoloads (find-lisp-find-dired-filter 
find-lisp-find-dired-subdirectories
! ;;;;;;  find-lisp-find-dired) "find-lisp" "find-lisp.el" (15186 53885))
  ;;; Generated autoloads from find-lisp.el
  
  (autoload (quote find-lisp-find-dired) "find-lisp" "\
--- 9169,9175 ----
  ;;;***
  
  ;;;### (autoloads (find-lisp-find-dired-filter 
find-lisp-find-dired-subdirectories
! ;;;;;;  find-lisp-find-dired) "find-lisp" "find-lisp.el" (15188 556))
  ;;; Generated autoloads from find-lisp.el
  
  (autoload (quote find-lisp-find-dired) "find-lisp" "\
***************
*** 9695,9701 ****
  
  ;;;***
  
! ;;;### (autoloads (gdba) "gdb-ui" "gdb-ui.el" (16139 21084))
  ;;; Generated autoloads from gdb-ui.el
  
  (autoload (quote gdba) "gdb-ui" "\
--- 9682,9688 ----
  
  ;;;***
  
! ;;;### (autoloads (gdba) "gdb-ui" "gdb-ui.el" (16165 36282))
  ;;; Generated autoloads from gdb-ui.el
  
  (autoload (quote gdba) "gdb-ui" "\
***************
*** 9754,9760 ****
  ;;;***
  
  ;;;### (autoloads (generic-mode define-generic-mode) "generic" "generic.el"
! ;;;;;;  (15186 56482))
  ;;; Generated autoloads from generic.el
  
  (autoload (quote define-generic-mode) "generic" "\
--- 9741,9747 ----
  ;;;***
  
  ;;;### (autoloads (generic-mode define-generic-mode) "generic" "generic.el"
! ;;;;;;  (15188 557))
  ;;; Generated autoloads from generic.el
  
  (autoload (quote define-generic-mode) "generic" "\
***************
*** 9803,9809 ****
  ;;;***
  
  ;;;### (autoloads (glasses-mode) "glasses" "progmodes/glasses.el"
! ;;;;;;  (15251 15718))
  ;;; Generated autoloads from progmodes/glasses.el
  
  (autoload (quote glasses-mode) "glasses" "\
--- 9790,9796 ----
  ;;;***
  
  ;;;### (autoloads (glasses-mode) "glasses" "progmodes/glasses.el"
! ;;;;;;  (15251 46612))
  ;;; Generated autoloads from progmodes/glasses.el
  
  (autoload (quote glasses-mode) "glasses" "\
***************
*** 9906,9912 ****
  ;;;***
  
  ;;;### (autoloads (gnus-audio-play) "gnus-audio" "gnus/gnus-audio.el"
! ;;;;;;  (15185 54813))
  ;;; Generated autoloads from gnus/gnus-audio.el
  
  (autoload (quote gnus-audio-play) "gnus-audio" "\
--- 9893,9899 ----
  ;;;***
  
  ;;;### (autoloads (gnus-audio-play) "gnus-audio" "gnus/gnus-audio.el"
! ;;;;;;  (15186 43688))
  ;;; Generated autoloads from gnus/gnus-audio.el
  
  (autoload (quote gnus-audio-play) "gnus-audio" "\
***************
*** 9959,9965 ****
  ;;;***
  
  ;;;### (autoloads (gnus-batch-score) "gnus-kill" "gnus/gnus-kill.el"
! ;;;;;;  (14813 3418))
  ;;; Generated autoloads from gnus/gnus-kill.el
  
  (defalias (quote gnus-batch-kill) (quote gnus-batch-score))
--- 9946,9952 ----
  ;;;***
  
  ;;;### (autoloads (gnus-batch-score) "gnus-kill" "gnus/gnus-kill.el"
! ;;;;;;  (14813 33717))
  ;;; Generated autoloads from gnus/gnus-kill.el
  
  (defalias (quote gnus-batch-kill) (quote gnus-batch-score))
***************
*** 10092,10098 ****
  ;;;***
  
  ;;;### (autoloads (gnus-change-server) "gnus-move" "gnus/gnus-move.el"
! ;;;;;;  (14791 27652))
  ;;; Generated autoloads from gnus/gnus-move.el
  
  (autoload (quote gnus-change-server) "gnus-move" "\
--- 10079,10085 ----
  ;;;***
  
  ;;;### (autoloads (gnus-change-server) "gnus-move" "gnus/gnus-move.el"
! ;;;;;;  (14792 28984))
  ;;; Generated autoloads from gnus/gnus-move.el
  
  (autoload (quote gnus-change-server) "gnus-move" "\
***************
*** 10137,10143 ****
  ;;;***
  
  ;;;### (autoloads (gnus-batch-brew-soup) "gnus-soup" "gnus/gnus-soup.el"
! ;;;;;;  (14791 27652))
  ;;; Generated autoloads from gnus/gnus-soup.el
  
  (autoload (quote gnus-batch-brew-soup) "gnus-soup" "\
--- 10124,10130 ----
  ;;;***
  
  ;;;### (autoloads (gnus-batch-brew-soup) "gnus-soup" "gnus/gnus-soup.el"
! ;;;;;;  (14792 28985))
  ;;; Generated autoloads from gnus/gnus-soup.el
  
  (autoload (quote gnus-batch-brew-soup) "gnus-soup" "\
***************
*** 10157,10163 ****
  ;;;***
  
  ;;;### (autoloads (gnus-update-format) "gnus-spec" "gnus/gnus-spec.el"
! ;;;;;;  (14860 12426))
  ;;; Generated autoloads from gnus/gnus-spec.el
  
  (autoload (quote gnus-update-format) "gnus-spec" "\
--- 10144,10150 ----
  ;;;***
  
  ;;;### (autoloads (gnus-update-format) "gnus-spec" "gnus/gnus-spec.el"
! ;;;;;;  (14870 42286))
  ;;; Generated autoloads from gnus/gnus-spec.el
  
  (autoload (quote gnus-update-format) "gnus-spec" "\
***************
*** 10256,10262 ****
  
  ;;;***
  
! ;;;### (autoloads (gs-load-image) "gs" "gs.el" (15288 14339))
  ;;; Generated autoloads from gs.el
  
  (autoload (quote gs-load-image) "gs" "\
--- 10243,10249 ----
  
  ;;;***
  
! ;;;### (autoloads (gs-load-image) "gs" "gs.el" (15289 33013))
  ;;; Generated autoloads from gs.el
  
  (autoload (quote gs-load-image) "gs" "\
***************
*** 10270,10276 ****
  ;;;***
  
  ;;;### (autoloads (gdb-script-mode bashdb jdb pdb perldb xdb dbx
! ;;;;;;  sdb gdb) "gud" "progmodes/gud.el" (16131 19793))
  ;;; Generated autoloads from progmodes/gud.el
  
  (autoload (quote gdb) "gud" "\
--- 10257,10263 ----
  ;;;***
  
  ;;;### (autoloads (gdb-script-mode bashdb jdb pdb perldb xdb dbx
! ;;;;;;  sdb gdb) "gud" "progmodes/gud.el" (16165 36290))
  ;;; Generated autoloads from progmodes/gud.el
  
  (autoload (quote gdb) "gud" "\
***************
*** 10841,10847 ****
  ;;;***
  
  ;;;### (autoloads (hs-minor-mode hs-hide-comments-when-hiding-all)
! ;;;;;;  "hideshow" "progmodes/hideshow.el" (15589 6174))
  ;;; Generated autoloads from progmodes/hideshow.el
  
  (defvar hs-hide-comments-when-hiding-all t "\
--- 10828,10834 ----
  ;;;***
  
  ;;;### (autoloads (hs-minor-mode hs-hide-comments-when-hiding-all)
! ;;;;;;  "hideshow" "progmodes/hideshow.el" (16157 43520))
  ;;; Generated autoloads from progmodes/hideshow.el
  
  (defvar hs-hide-comments-when-hiding-all t "\
***************
*** 10863,10870 ****
  As a special case, START may be a list of the form (COMPLEX-START
  MDATA-SELECTOR), where COMPLEX-START is a regexp w/ multiple parts and
  MDATA-SELECTOR an integer that specifies which sub-match is the proper
! place to adjust point, before calling `hs-forward-sexp-func'.  For
! example, see the `hs-special-modes-alist' entry for `bibtex-mode'.
  
  For some major modes, `forward-sexp' does not work properly.  In those
  cases, FORWARD-SEXP-FUNC specifies another function to use instead.
--- 10850,10858 ----
  As a special case, START may be a list of the form (COMPLEX-START
  MDATA-SELECTOR), where COMPLEX-START is a regexp w/ multiple parts and
  MDATA-SELECTOR an integer that specifies which sub-match is the proper
! place to adjust point, before calling `hs-forward-sexp-func'.  Point
! is adjusted to the beginning of the specified match.  For example,
! see the `hs-special-modes-alist' entry for `bibtex-mode'.
  
  For some major modes, `forward-sexp' does not work properly.  In those
  cases, FORWARD-SEXP-FUNC specifies another function to use instead.
***************
*** 11204,11210 ****
  ;;;;;;  ibuffer-backward-filter-group ibuffer-forward-filter-group
  ;;;;;;  ibuffer-toggle-filter-group ibuffer-mouse-toggle-filter-group
  ;;;;;;  ibuffer-interactive-filter-by-mode ibuffer-mouse-filter-by-mode
! ;;;;;;  ibuffer-auto-mode) "ibuf-ext" "ibuf-ext.el" (16135 8990))
  ;;; Generated autoloads from ibuf-ext.el
  
  (autoload (quote ibuffer-auto-mode) "ibuf-ext" "\
--- 11192,11198 ----
  ;;;;;;  ibuffer-backward-filter-group ibuffer-forward-filter-group
  ;;;;;;  ibuffer-toggle-filter-group ibuffer-mouse-toggle-filter-group
  ;;;;;;  ibuffer-interactive-filter-by-mode ibuffer-mouse-filter-by-mode
! ;;;;;;  ibuffer-auto-mode) "ibuf-ext" "ibuf-ext.el" (16136 2981))
  ;;; Generated autoloads from ibuf-ext.el
  
  (autoload (quote ibuffer-auto-mode) "ibuf-ext" "\
***************
*** 11644,11650 ****
  ;;;***
  
  ;;;### (autoloads (ibuffer ibuffer-other-window ibuffer-list-buffers)
! ;;;;;;  "ibuffer" "ibuffer.el" (16135 8990))
  ;;; Generated autoloads from ibuffer.el
  
  (autoload (quote ibuffer-list-buffers) "ibuffer" "\
--- 11632,11638 ----
  ;;;***
  
  ;;;### (autoloads (ibuffer ibuffer-other-window ibuffer-list-buffers)
! ;;;;;;  "ibuffer" "ibuffer.el" (16136 2981))
  ;;; Generated autoloads from ibuffer.el
  
  (autoload (quote ibuffer-list-buffers) "ibuffer" "\
***************
*** 11768,11774 ****
  ;;;***
  
  ;;;### (autoloads (idlwave-mode) "idlwave" "progmodes/idlwave.el"
! ;;;;;;  (16057 36339))
  ;;; Generated autoloads from progmodes/idlwave.el
  
  (autoload (quote idlwave-mode) "idlwave" "\
--- 11756,11762 ----
  ;;;***
  
  ;;;### (autoloads (idlwave-mode) "idlwave" "progmodes/idlwave.el"
! ;;;;;;  (16157 43521))
  ;;; Generated autoloads from progmodes/idlwave.el
  
  (autoload (quote idlwave-mode) "idlwave" "\
***************
*** 12585,12591 ****
  ;;;### (autoloads (Info-speedbar-browser Info-goto-emacs-key-command-node
  ;;;;;;  Info-goto-emacs-command-node Info-index Info-directory info-standalone
  ;;;;;;  info-emacs-manual info info-other-window) "info" "info.el"
! ;;;;;;  (16149 47790))
  ;;; Generated autoloads from info.el
  
  (autoload (quote info-other-window) "info" "\
--- 12573,12579 ----
  ;;;### (autoloads (Info-speedbar-browser Info-goto-emacs-key-command-node
  ;;;;;;  Info-goto-emacs-command-node Info-index Info-directory info-standalone
  ;;;;;;  info-emacs-manual info info-other-window) "info" "info.el"
! ;;;;;;  (16149 52643))
  ;;; Generated autoloads from info.el
  
  (autoload (quote info-other-window) "info" "\
***************
*** 12772,12778 ****
  
  ;;;### (autoloads (isearch-process-search-multibyte-characters 
isearch-toggle-input-method
  ;;;;;;  isearch-toggle-specified-input-method) "isearch-x" 
"international/isearch-x.el"
! ;;;;;;  (15251 19613))
  ;;; Generated autoloads from international/isearch-x.el
  
  (autoload (quote isearch-toggle-specified-input-method) "isearch-x" "\
--- 12760,12766 ----
  
  ;;;### (autoloads (isearch-process-search-multibyte-characters 
isearch-toggle-input-method
  ;;;;;;  isearch-toggle-specified-input-method) "isearch-x" 
"international/isearch-x.el"
! ;;;;;;  (15251 46612))
  ;;; Generated autoloads from international/isearch-x.el
  
  (autoload (quote isearch-toggle-specified-input-method) "isearch-x" "\
***************
*** 12923,12929 ****
  ;;;;;;  ispell-region ispell-change-dictionary ispell-kill-ispell
  ;;;;;;  ispell-help ispell-pdict-save ispell-word ispell-dictionary-alist
  ;;;;;;  ispell-local-dictionary-alist ispell-personal-dictionary)
! ;;;;;;  "ispell" "textmodes/ispell.el" (16111 41838))
  ;;; Generated autoloads from textmodes/ispell.el
  
  (defvar ispell-personal-dictionary nil "\
--- 12911,12917 ----
  ;;;;;;  ispell-region ispell-change-dictionary ispell-kill-ispell
  ;;;;;;  ispell-help ispell-pdict-save ispell-word ispell-dictionary-alist
  ;;;;;;  ispell-local-dictionary-alist ispell-personal-dictionary)
! ;;;;;;  "ispell" "textmodes/ispell.el" (16172 11073))
  ;;; Generated autoloads from textmodes/ispell.el
  
  (defvar ispell-personal-dictionary nil "\
***************
*** 13048,13055 ****
  Note - substrings of other matches must come last
   (e.g. \"<[tT][tT]/\" and \"<[^       
  >]\").")
! 
! (define-key esc-map "$" (quote ispell-word))
  
  (autoload (quote ispell-word) "ispell" "\
  Check spelling of word under or before the cursor.
--- 13036,13042 ----
  Note - substrings of other matches must come last
   (e.g. \"<[tT][tT]/\" and \"<[^       
  >]\").")
!  (define-key esc-map "$" 'ispell-word)
  
  (autoload (quote ispell-word) "ispell" "\
  Check spelling of word under or before the cursor.
***************
*** 13483,13490 ****
  
  ;;;***
  
! ;;;### (autoloads (kkc-region) "kkc" "international/kkc.el" (15941
! ;;;;;;  42961))
  ;;; Generated autoloads from international/kkc.el
  
  (defvar kkc-after-update-conversion-functions nil "\
--- 13470,13477 ----
  
  ;;;***
  
! ;;;### (autoloads (kkc-region) "kkc" "international/kkc.el" (16153
! ;;;;;;  36586))
  ;;; Generated autoloads from international/kkc.el
  
  (defvar kkc-after-update-conversion-functions nil "\
***************
*** 13612,13618 ****
  ;;;***
  
  ;;;### (autoloads (setup-korean-environment-internal) "korea-util"
! ;;;;;;  "language/korea-util.el" (15185 62673))
  ;;; Generated autoloads from language/korea-util.el
  
  (defvar default-korean-keyboard (if (string-match "3" (or (getenv 
"HANGUL_KEYBOARD_TYPE") "")) "3" "") "\
--- 13599,13605 ----
  ;;;***
  
  ;;;### (autoloads (setup-korean-environment-internal) "korea-util"
! ;;;;;;  "language/korea-util.el" (15186 43691))
  ;;; Generated autoloads from language/korea-util.el
  
  (defvar default-korean-keyboard (if (string-match "3" (or (getenv 
"HANGUL_KEYBOARD_TYPE") "")) "3" "") "\
***************
*** 13822,13828 ****
  ;;;***
  
  ;;;### (autoloads (ledit-from-lisp-mode ledit-mode) "ledit" "ledit.el"
! ;;;;;;  (15185 49574))
  ;;; Generated autoloads from ledit.el
  
  (defconst ledit-save-files t "\
--- 13809,13815 ----
  ;;;***
  
  ;;;### (autoloads (ledit-from-lisp-mode ledit-mode) "ledit" "ledit.el"
! ;;;;;;  (15186 43677))
  ;;; Generated autoloads from ledit.el
  
  (defconst ledit-save-files t "\
***************
*** 13935,13942 ****
  ;;;***
  
  ;;;### (autoloads (print-region lpr-region print-buffer lpr-buffer
! ;;;;;;  lpr-command lpr-switches printer-name) "lpr" "lpr.el" (15941
! ;;;;;;  42956))
  ;;; Generated autoloads from lpr.el
  
  (defvar lpr-windows-system (memq system-type (quote (emx win32 w32 mswindows 
ms-dos windows-nt))))
--- 13922,13929 ----
  ;;;***
  
  ;;;### (autoloads (print-region lpr-region print-buffer lpr-buffer
! ;;;;;;  lpr-command lpr-switches printer-name) "lpr" "lpr.el" (16171
! ;;;;;;  46717))
  ;;; Generated autoloads from lpr.el
  
  (defvar lpr-windows-system (memq system-type (quote (emx win32 w32 mswindows 
ms-dos windows-nt))))
***************
*** 14068,14074 ****
  ;;;***
  
  ;;;### (autoloads (apply-macro-to-region-lines kbd-macro-query 
insert-kbd-macro
! ;;;;;;  name-last-kbd-macro) "macros" "macros.el" (15941 42956))
  ;;; Generated autoloads from macros.el
  
  (autoload (quote name-last-kbd-macro) "macros" "\
--- 14055,14061 ----
  ;;;***
  
  ;;;### (autoloads (apply-macro-to-region-lines kbd-macro-query 
insert-kbd-macro
! ;;;;;;  name-last-kbd-macro) "macros" "macros.el" (16158 60820))
  ;;; Generated autoloads from macros.el
  
  (autoload (quote name-last-kbd-macro) "macros" "\
***************
*** 14479,14486 ****
  
  ;;;***
  
! ;;;### (autoloads (menu-bar-mode) "menu-bar" "menu-bar.el" (16131
! ;;;;;;  19792))
  ;;; Generated autoloads from menu-bar.el
  
  (put (quote menu-bar-mode) (quote standard-value) (quote (t)))
--- 14466,14473 ----
  
  ;;;***
  
! ;;;### (autoloads (menu-bar-mode) "menu-bar" "menu-bar.el" (16161
! ;;;;;;  47189))
  ;;; Generated autoloads from menu-bar.el
  
  (put (quote menu-bar-mode) (quote standard-value) (quote (t)))
***************
*** 14929,14935 ****
  ;;;***
  
  ;;;### (autoloads (midnight-delay-set clean-buffer-list) "midnight"
! ;;;;;;  "midnight.el" (15185 62672))
  ;;; Generated autoloads from midnight.el
  
  (autoload (quote clean-buffer-list) "midnight" "\
--- 14916,14922 ----
  ;;;***
  
  ;;;### (autoloads (midnight-delay-set clean-buffer-list) "midnight"
! ;;;;;;  "midnight.el" (15186 43679))
  ;;; Generated autoloads from midnight.el
  
  (autoload (quote clean-buffer-list) "midnight" "\
***************
*** 15092,15099 ****
  
  ;;;***
  
! ;;;### (autoloads (mouse-sel-mode) "mouse-sel" "mouse-sel.el" (15961
! ;;;;;;  24151))
  ;;; Generated autoloads from mouse-sel.el
  
  (defvar mouse-sel-mode nil "\
--- 15079,15086 ----
  
  ;;;***
  
! ;;;### (autoloads (mouse-sel-mode) "mouse-sel" "mouse-sel.el" (16161
! ;;;;;;  47189))
  ;;; Generated autoloads from mouse-sel.el
  
  (defvar mouse-sel-mode nil "\
***************
*** 15576,15582 ****
  ;;;;;;  comment-region uncomment-region comment-kill comment-set-column
  ;;;;;;  comment-indent comment-indent-default comment-normalize-vars
  ;;;;;;  comment-multi-line comment-padding comment-style comment-column)
! ;;;;;;  "newcomment" "newcomment.el" (16135 8990))
  ;;; Generated autoloads from newcomment.el
  
  (defalias (quote indent-for-comment) (quote comment-indent))
--- 15563,15569 ----
  ;;;;;;  comment-region uncomment-region comment-kill comment-set-column
  ;;;;;;  comment-indent comment-indent-default comment-normalize-vars
  ;;;;;;  comment-multi-line comment-padding comment-style comment-column)
! ;;;;;;  "newcomment" "newcomment.el" (16136 2981))
  ;;; Generated autoloads from newcomment.el
  
  (defalias (quote indent-for-comment) (quote comment-indent))
***************
*** 15811,15817 ****
  ;;;***
  
  ;;;### (autoloads (disable-command enable-command disabled-command-hook)
! ;;;;;;  "novice" "novice.el" (15513 5696))
  ;;; Generated autoloads from novice.el
  
  (defvar disabled-command-hook (quote disabled-command-hook) "\
--- 15798,15804 ----
  ;;;***
  
  ;;;### (autoloads (disable-command enable-command disabled-command-hook)
! ;;;;;;  "novice" "novice.el" (15513 43128))
  ;;; Generated autoloads from novice.el
  
  (defvar disabled-command-hook (quote disabled-command-hook) "\
***************
*** 16013,16019 ****
  ;;;***
  
  ;;;### (autoloads (outline-minor-mode outline-mode) "outline" "outline.el"
! ;;;;;;  (16087 59778))
  ;;; Generated autoloads from outline.el
  
  (autoload (quote outline-mode) "outline" "\
--- 16000,16006 ----
  ;;;***
  
  ;;;### (autoloads (outline-minor-mode outline-mode) "outline" "outline.el"
! ;;;;;;  (16168 11508))
  ;;; Generated autoloads from outline.el
  
  (autoload (quote outline-mode) "outline" "\
***************
*** 16145,16151 ****
  ;;;***
  
  ;;;### (autoloads (pc-bindings-mode) "pc-mode" "emulation/pc-mode.el"
! ;;;;;;  (15214 27238))
  ;;; Generated autoloads from emulation/pc-mode.el
  
  (autoload (quote pc-bindings-mode) "pc-mode" "\
--- 16132,16138 ----
  ;;;***
  
  ;;;### (autoloads (pc-bindings-mode) "pc-mode" "emulation/pc-mode.el"
! ;;;;;;  (15223 38063))
  ;;; Generated autoloads from emulation/pc-mode.el
  
  (autoload (quote pc-bindings-mode) "pc-mode" "\
***************
*** 16249,16255 ****
  ;;;***
  
  ;;;### (autoloads (pcomplete/tar pcomplete/make pcomplete/bzip2 
pcomplete/gzip)
! ;;;;;;  "pcmpl-gnu" "pcmpl-gnu.el" (15185 62672))
  ;;; Generated autoloads from pcmpl-gnu.el
  
  (autoload (quote pcomplete/gzip) "pcmpl-gnu" "\
--- 16236,16242 ----
  ;;;***
  
  ;;;### (autoloads (pcomplete/tar pcomplete/make pcomplete/bzip2 
pcomplete/gzip)
! ;;;;;;  "pcmpl-gnu" "pcmpl-gnu.el" (15186 43679))
  ;;; Generated autoloads from pcmpl-gnu.el
  
  (autoload (quote pcomplete/gzip) "pcmpl-gnu" "\
***************
*** 16277,16283 ****
  ;;;***
  
  ;;;### (autoloads (pcomplete/mount pcomplete/umount pcomplete/kill)
! ;;;;;;  "pcmpl-linux" "pcmpl-linux.el" (15185 62672))
  ;;; Generated autoloads from pcmpl-linux.el
  
  (autoload (quote pcomplete/kill) "pcmpl-linux" "\
--- 16264,16270 ----
  ;;;***
  
  ;;;### (autoloads (pcomplete/mount pcomplete/umount pcomplete/kill)
! ;;;;;;  "pcmpl-linux" "pcmpl-linux.el" (15186 43679))
  ;;; Generated autoloads from pcmpl-linux.el
  
  (autoload (quote pcomplete/kill) "pcmpl-linux" "\
***************
*** 16297,16304 ****
  
  ;;;***
  
! ;;;### (autoloads (pcomplete/rpm) "pcmpl-rpm" "pcmpl-rpm.el" (15185
! ;;;;;;  62672))
  ;;; Generated autoloads from pcmpl-rpm.el
  
  (autoload (quote pcomplete/rpm) "pcmpl-rpm" "\
--- 16284,16291 ----
  
  ;;;***
  
! ;;;### (autoloads (pcomplete/rpm) "pcmpl-rpm" "pcmpl-rpm.el" (15186
! ;;;;;;  43679))
  ;;; Generated autoloads from pcmpl-rpm.el
  
  (autoload (quote pcomplete/rpm) "pcmpl-rpm" "\
***************
*** 16314,16320 ****
  
  ;;;### (autoloads (pcomplete/chgrp pcomplete/chown pcomplete/which
  ;;;;;;  pcomplete/xargs pcomplete/rm pcomplete/rmdir pcomplete/cd)
! ;;;;;;  "pcmpl-unix" "pcmpl-unix.el" (15185 62672))
  ;;; Generated autoloads from pcmpl-unix.el
  
  (autoload (quote pcomplete/cd) "pcmpl-unix" "\
--- 16301,16307 ----
  
  ;;;### (autoloads (pcomplete/chgrp pcomplete/chown pcomplete/which
  ;;;;;;  pcomplete/xargs pcomplete/rm pcomplete/rmdir pcomplete/cd)
! ;;;;;;  "pcmpl-unix" "pcmpl-unix.el" (15186 43679))
  ;;; Generated autoloads from pcmpl-unix.el
  
  (autoload (quote pcomplete/cd) "pcmpl-unix" "\
***************
*** 17302,17308 ****
  ;;;***
  
  ;;;### (autoloads (run-prolog prolog-mode) "prolog" "progmodes/prolog.el"
! ;;;;;;  (15610 3872))
  ;;; Generated autoloads from progmodes/prolog.el
  
  (autoload (quote prolog-mode) "prolog" "\
--- 17289,17295 ----
  ;;;***
  
  ;;;### (autoloads (run-prolog prolog-mode) "prolog" "progmodes/prolog.el"
! ;;;;;;  (15611 12634))
  ;;; Generated autoloads from progmodes/prolog.el
  
  (autoload (quote prolog-mode) "prolog" "\
***************
*** 17708,17714 ****
  ;;;;;;  quail-defrule quail-install-decode-map quail-install-map
  ;;;;;;  quail-define-rules quail-show-keyboard-layout 
quail-set-keyboard-layout
  ;;;;;;  quail-define-package quail-use-package quail-title) "quail"
! ;;;;;;  "international/quail.el" (16025 36884))
  ;;; Generated autoloads from international/quail.el
  
  (autoload (quote quail-title) "quail" "\
--- 17695,17701 ----
  ;;;;;;  quail-defrule quail-install-decode-map quail-install-map
  ;;;;;;  quail-define-rules quail-show-keyboard-layout 
quail-set-keyboard-layout
  ;;;;;;  quail-define-package quail-use-package quail-title) "quail"
! ;;;;;;  "international/quail.el" (16162 48286))
  ;;; Generated autoloads from international/quail.el
  
  (autoload (quote quail-title) "quail" "\
***************
*** 18369,18375 ****
  ;;;***
  
  ;;;### (autoloads (reporter-submit-bug-report) "reporter" "mail/reporter.el"
! ;;;;;;  (15356 45077))
  ;;; Generated autoloads from mail/reporter.el
  
  (autoload (quote reporter-submit-bug-report) "reporter" "\
--- 18356,18362 ----
  ;;;***
  
  ;;;### (autoloads (reporter-submit-bug-report) "reporter" "mail/reporter.el"
! ;;;;;;  (15356 55960))
  ;;; Generated autoloads from mail/reporter.el
  
  (autoload (quote reporter-submit-bug-report) "reporter" "\
***************
*** 18401,18407 ****
  ;;;***
  
  ;;;### (autoloads (reposition-window) "reposition" "reposition.el"
! ;;;;;;  (15363 54485))
  ;;; Generated autoloads from reposition.el
  
  (autoload (quote reposition-window) "reposition" "\
--- 18388,18394 ----
  ;;;***
  
  ;;;### (autoloads (reposition-window) "reposition" "reposition.el"
! ;;;;;;  (15364 46020))
  ;;; Generated autoloads from reposition.el
  
  (autoload (quote reposition-window) "reposition" "\
***************
*** 18832,18838 ****
  ;;;***
  
  ;;;### (autoloads (rmail-edit-current-message) "rmailedit" "mail/rmailedit.el"
! ;;;;;;  (15829 28908))
  ;;; Generated autoloads from mail/rmailedit.el
  
  (autoload (quote rmail-edit-current-message) "rmailedit" "\
--- 18819,18825 ----
  ;;;***
  
  ;;;### (autoloads (rmail-edit-current-message) "rmailedit" "mail/rmailedit.el"
! ;;;;;;  (15830 37093))
  ;;; Generated autoloads from mail/rmailedit.el
  
  (autoload (quote rmail-edit-current-message) "rmailedit" "\
***************
*** 18844,18850 ****
  
  ;;;### (autoloads (rmail-next-labeled-message rmail-previous-labeled-message
  ;;;;;;  rmail-read-label rmail-kill-label rmail-add-label) "rmailkwd"
! ;;;;;;  "mail/rmailkwd.el" (15185 49575))
  ;;; Generated autoloads from mail/rmailkwd.el
  
  (autoload (quote rmail-add-label) "rmailkwd" "\
--- 18831,18837 ----
  
  ;;;### (autoloads (rmail-next-labeled-message rmail-previous-labeled-message
  ;;;;;;  rmail-read-label rmail-kill-label rmail-add-label) "rmailkwd"
! ;;;;;;  "mail/rmailkwd.el" (15186 43692))
  ;;; Generated autoloads from mail/rmailkwd.el
  
  (autoload (quote rmail-add-label) "rmailkwd" "\
***************
*** 18883,18889 ****
  ;;;***
  
  ;;;### (autoloads (set-rmail-inbox-list) "rmailmsc" "mail/rmailmsc.el"
! ;;;;;;  (15185 49575))
  ;;; Generated autoloads from mail/rmailmsc.el
  
  (autoload (quote set-rmail-inbox-list) "rmailmsc" "\
--- 18870,18876 ----
  ;;;***
  
  ;;;### (autoloads (set-rmail-inbox-list) "rmailmsc" "mail/rmailmsc.el"
! ;;;;;;  (15186 43692))
  ;;; Generated autoloads from mail/rmailmsc.el
  
  (autoload (quote set-rmail-inbox-list) "rmailmsc" "\
***************
*** 19522,19528 ****
  ;;;***
  
  ;;;### (autoloads (gnus-score-mode) "score-mode" "gnus/score-mode.el"
! ;;;;;;  (14791 27653))
  ;;; Generated autoloads from gnus/score-mode.el
  
  (autoload (quote gnus-score-mode) "score-mode" "\
--- 19509,19515 ----
  ;;;***
  
  ;;;### (autoloads (gnus-score-mode) "score-mode" "gnus/score-mode.el"
! ;;;;;;  (14792 28989))
  ;;; Generated autoloads from gnus/score-mode.el
  
  (autoload (quote gnus-score-mode) "score-mode" "\
***************
*** 19794,19800 ****
  ;;;***
  
  ;;;### (autoloads (server-mode server-start) "server" "server.el"
! ;;;;;;  (16025 36883))
  ;;; Generated autoloads from server.el
  
  (autoload (quote server-start) "server" "\
--- 19781,19787 ----
  ;;;***
  
  ;;;### (autoloads (server-mode server-start) "server" "server.el"
! ;;;;;;  (16161 47189))
  ;;; Generated autoloads from server.el
  
  (autoload (quote server-start) "server" "\
***************
*** 19826,19832 ****
  
  ;;;***
  
! ;;;### (autoloads (ses-mode) "ses" "ses.el" (15941 42956))
  ;;; Generated autoloads from ses.el
  
  (autoload (quote ses-mode) "ses" "\
--- 19813,19819 ----
  
  ;;;***
  
! ;;;### (autoloads (ses-mode) "ses" "ses.el" (16161 47189))
  ;;; Generated autoloads from ses.el
  
  (autoload (quote ses-mode) "ses" "\
***************
*** 19912,19922 ****
  ;;;***
  
  ;;;### (autoloads (sh-mode) "sh-script" "progmodes/sh-script.el"
! ;;;;;;  (16135 8991))
  ;;; Generated autoloads from progmodes/sh-script.el
  
- (put (quote sh-mode) (quote mode-class) (quote special))
- 
  (autoload (quote sh-mode) "sh-script" "\
  Major mode for editing shell scripts.
  This mode works for many shells, since they all have roughly the same syntax,
--- 19899,19907 ----
  ;;;***
  
  ;;;### (autoloads (sh-mode) "sh-script" "progmodes/sh-script.el"
! ;;;;;;  (16172 5865))
  ;;; Generated autoloads from progmodes/sh-script.el
  
  (autoload (quote sh-mode) "sh-script" "\
  Major mode for editing shell scripts.
  This mode works for many shells, since they all have roughly the same syntax,
***************
*** 20343,20349 ****
  ;;;***
  
  ;;;### (autoloads (snmpv2-mode snmp-mode) "snmp-mode" "net/snmp-mode.el"
! ;;;;;;  (15491 16844))
  ;;; Generated autoloads from net/snmp-mode.el
  
  (autoload (quote snmp-mode) "snmp-mode" "\
--- 20328,20334 ----
  ;;;***
  
  ;;;### (autoloads (snmpv2-mode snmp-mode) "snmp-mode" "net/snmp-mode.el"
! ;;;;;;  (15491 28594))
  ;;; Generated autoloads from net/snmp-mode.el
  
  (autoload (quote snmp-mode) "snmp-mode" "\
***************
*** 20691,20697 ****
  ;;;***
  
  ;;;### (autoloads (spell-string spell-region spell-word spell-buffer)
! ;;;;;;  "spell" "textmodes/spell.el" (15185 49575))
  ;;; Generated autoloads from textmodes/spell.el
  
  (put (quote spell-filter) (quote risky-local-variable) t)
--- 20676,20682 ----
  ;;;***
  
  ;;;### (autoloads (spell-string spell-region spell-word spell-buffer)
! ;;;;;;  "spell" "textmodes/spell.el" (15186 43697))
  ;;; Generated autoloads from textmodes/spell.el
  
  (put (quote spell-filter) (quote risky-local-variable) t)
***************
*** 20727,20734 ****
  
  ;;;***
  
! ;;;### (autoloads (snarf-spooks spook) "spook" "play/spook.el" (14816
! ;;;;;;  44944))
  ;;; Generated autoloads from play/spook.el
  
  (autoload (quote spook) "spook" "\
--- 20712,20719 ----
  
  ;;;***
  
! ;;;### (autoloads (snarf-spooks spook) "spook" "play/spook.el" (14817
! ;;;;;;  31868))
  ;;; Generated autoloads from play/spook.el
  
  (autoload (quote spook) "spook" "\
***************
*** 21255,21261 ****
  ;;;***
  
  ;;;### (autoloads (studlify-buffer studlify-word studlify-region)
! ;;;;;;  "studly" "play/studly.el" (15365 61265))
  ;;; Generated autoloads from play/studly.el
  
  (autoload (quote studlify-region) "studly" "\
--- 21240,21246 ----
  ;;;***
  
  ;;;### (autoloads (studlify-buffer studlify-word studlify-region)
! ;;;;;;  "studly" "play/studly.el" (15366 772))
  ;;; Generated autoloads from play/studly.el
  
  (autoload (quote studlify-region) "studly" "\
***************
*** 21309,21315 ****
  ;;;***
  
  ;;;### (autoloads (syntax-ppss) "syntax" "emacs-lisp/syntax.el" (16149
! ;;;;;;  47790))
  ;;; Generated autoloads from emacs-lisp/syntax.el
  
  (autoload (quote syntax-ppss) "syntax" "\
--- 21294,21300 ----
  ;;;***
  
  ;;;### (autoloads (syntax-ppss) "syntax" "emacs-lisp/syntax.el" (16149
! ;;;;;;  52644))
  ;;; Generated autoloads from emacs-lisp/syntax.el
  
  (autoload (quote syntax-ppss) "syntax" "\
***************
*** 22083,22090 ****
  
  ;;;***
  
! ;;;### (autoloads (terminal-emulator) "terminal" "terminal.el" (15490
! ;;;;;;  38811))
  ;;; Generated autoloads from terminal.el
  
  (autoload (quote terminal-emulator) "terminal" "\
--- 22068,22075 ----
  
  ;;;***
  
! ;;;### (autoloads (terminal-emulator) "terminal" "terminal.el" (15491
! ;;;;;;  28591))
  ;;; Generated autoloads from terminal.el
  
  (autoload (quote terminal-emulator) "terminal" "\
***************
*** 22121,22127 ****
  ;;;***
  
  ;;;### (autoloads (testcover-this-defun testcover-start) "testcover"
! ;;;;;;  "emacs-lisp/testcover.el" (16011 28192))
  ;;; Generated autoloads from emacs-lisp/testcover.el
  
  (autoload (quote testcover-start) "testcover" "\
--- 22106,22112 ----
  ;;;***
  
  ;;;### (autoloads (testcover-this-defun testcover-start) "testcover"
! ;;;;;;  "emacs-lisp/testcover.el" (16161 47190))
  ;;; Generated autoloads from emacs-lisp/testcover.el
  
  (autoload (quote testcover-start) "testcover" "\
***************
*** 23169,23175 ****
  ;;;***
  
  ;;;### (autoloads (tmm-prompt tmm-menubar-mouse tmm-menubar) "tmm"
! ;;;;;;  "tmm.el" (15556 35357))
  ;;; Generated autoloads from tmm.el
   (define-key global-map "\M-`" 'tmm-menubar)
   (define-key global-map [f10] 'tmm-menubar)
--- 23154,23160 ----
  ;;;***
  
  ;;;### (autoloads (tmm-prompt tmm-menubar-mouse tmm-menubar) "tmm"
! ;;;;;;  "tmm.el" (15557 10300))
  ;;; Generated autoloads from tmm.el
   (define-key global-map "\M-`" 'tmm-menubar)
   (define-key global-map [f10] 'tmm-menubar)
***************
*** 23210,23216 ****
  
  ;;;### (autoloads (todo-show todo-cp todo-mode todo-print todo-top-priorities
  ;;;;;;  todo-insert-item todo-add-item-non-interactively todo-add-category)
! ;;;;;;  "todo-mode" "calendar/todo-mode.el" (15381 46974))
  ;;; Generated autoloads from calendar/todo-mode.el
  
  (autoload (quote todo-add-category) "todo-mode" "\
--- 23195,23201 ----
  
  ;;;### (autoloads (todo-show todo-cp todo-mode todo-print todo-top-priorities
  ;;;;;;  todo-insert-item todo-add-item-non-interactively todo-add-category)
! ;;;;;;  "todo-mode" "calendar/todo-mode.el" (15381 53844))
  ;;; Generated autoloads from calendar/todo-mode.el
  
  (autoload (quote todo-add-category) "todo-mode" "\
***************
*** 23352,23358 ****
  ;;;***
  
  ;;;### (autoloads (tooltip-mode tooltip-mode) "tooltip" "tooltip.el"
! ;;;;;;  (15941 42957))
  ;;; Generated autoloads from tooltip.el
  
  (autoload (quote tooltip-mode) "tooltip" "\
--- 23337,23343 ----
  ;;;***
  
  ;;;### (autoloads (tooltip-mode tooltip-mode) "tooltip" "tooltip.el"
! ;;;;;;  (16158 60820))
  ;;; Generated autoloads from tooltip.el
  
  (autoload (quote tooltip-mode) "tooltip" "\
***************
*** 23386,23392 ****
  ;;;***
  
  ;;;### (autoloads (tpu-set-cursor-bound tpu-set-cursor-free 
tpu-set-scroll-margins)
! ;;;;;;  "tpu-extras" "emulation/tpu-extras.el" (15186 56483))
  ;;; Generated autoloads from emulation/tpu-extras.el
  
  (autoload (quote tpu-set-scroll-margins) "tpu-extras" "\
--- 23371,23377 ----
  ;;;***
  
  ;;;### (autoloads (tpu-set-cursor-bound tpu-set-cursor-free 
tpu-set-scroll-margins)
! ;;;;;;  "tpu-extras" "emulation/tpu-extras.el" (15188 565))
  ;;; Generated autoloads from emulation/tpu-extras.el
  
  (autoload (quote tpu-set-scroll-margins) "tpu-extras" "\
***************
*** 23453,23459 ****
  
  ;;;### (autoloads (tramp-completion-file-name-handler tramp-file-name-handler
  ;;;;;;  tramp-completion-file-name-regexp tramp-file-name-regexp)
! ;;;;;;  "tramp" "net/tramp.el" (16111 41831))
  ;;; Generated autoloads from net/tramp.el
  
  (defvar tramp-unified-filenames (not (featurep (quote xemacs))) "\
--- 23438,23444 ----
  
  ;;;### (autoloads (tramp-completion-file-name-handler tramp-file-name-handler
  ;;;;;;  tramp-completion-file-name-regexp tramp-file-name-regexp)
! ;;;;;;  "tramp" "net/tramp.el" (16156 22664))
  ;;; Generated autoloads from net/tramp.el
  
  (defvar tramp-unified-filenames (not (featurep (quote xemacs))) "\
***************
*** 23532,23538 ****
  ;;;***
  
  ;;;### (autoloads (2C-split 2C-associate-buffer 2C-two-columns) "two-column"
! ;;;;;;  "textmodes/two-column.el" (15304 37383))
  ;;; Generated autoloads from textmodes/two-column.el
   (autoload '2C-command "two-column" () t 'keymap)
   (global-set-key "\C-x6" '2C-command)
--- 23517,23523 ----
  ;;;***
  
  ;;;### (autoloads (2C-split 2C-associate-buffer 2C-two-columns) "two-column"
! ;;;;;;  "textmodes/two-column.el" (16153 36586))
  ;;; Generated autoloads from textmodes/two-column.el
   (autoload '2C-command "two-column" () t 'keymap)
   (global-set-key "\C-x6" '2C-command)
***************
*** 23741,23747 ****
  ;;;***
  
  ;;;### (autoloads (ununderline-region underline-region) "underline"
! ;;;;;;  "textmodes/underline.el" (15185 49575))
  ;;; Generated autoloads from textmodes/underline.el
  
  (autoload (quote underline-region) "underline" "\
--- 23726,23732 ----
  ;;;***
  
  ;;;### (autoloads (ununderline-region underline-region) "underline"
! ;;;;;;  "textmodes/underline.el" (15186 43697))
  ;;; Generated autoloads from textmodes/underline.el
  
  (autoload (quote underline-region) "underline" "\
***************
*** 23781,23787 ****
  ;;;***
  
  ;;;### (autoloads (unrmail batch-unrmail) "unrmail" "mail/unrmail.el"
! ;;;;;;  (15763 44954))
  ;;; Generated autoloads from mail/unrmail.el
  
  (autoload (quote batch-unrmail) "unrmail" "\
--- 23766,23772 ----
  ;;;***
  
  ;;;### (autoloads (unrmail batch-unrmail) "unrmail" "mail/unrmail.el"
! ;;;;;;  (15764 7537))
  ;;; Generated autoloads from mail/unrmail.el
  
  (autoload (quote batch-unrmail) "unrmail" "\
***************
*** 23800,23807 ****
  
  ;;;***
  
! ;;;### (autoloads (unsafep) "unsafep" "emacs-lisp/unsafep.el" (15941
! ;;;;;;  42958))
  ;;; Generated autoloads from emacs-lisp/unsafep.el
  
  (autoload (quote unsafep) "unsafep" "\
--- 23785,23792 ----
  
  ;;;***
  
! ;;;### (autoloads (unsafep) "unsafep" "emacs-lisp/unsafep.el" (16161
! ;;;;;;  47190))
  ;;; Generated autoloads from emacs-lisp/unsafep.el
  
  (autoload (quote unsafep) "unsafep" "\
***************
*** 23843,23849 ****
  ;;;***
  
  ;;;### (autoloads (uudecode-decode-region uudecode-decode-region-external)
! ;;;;;;  "uudecode" "gnus/uudecode.el" (15185 54813))
  ;;; Generated autoloads from gnus/uudecode.el
  
  (autoload (quote uudecode-decode-region-external) "uudecode" "\
--- 23828,23834 ----
  ;;;***
  
  ;;;### (autoloads (uudecode-decode-region uudecode-decode-region-external)
! ;;;;;;  "uudecode" "gnus/uudecode.el" (15186 43690))
  ;;; Generated autoloads from gnus/uudecode.el
  
  (autoload (quote uudecode-decode-region-external) "uudecode" "\
***************
*** 24148,24154 ****
  
  ;;;***
  
! ;;;### (autoloads nil "vc-cvs" "vc-cvs.el" (16135 8990))
  ;;; Generated autoloads from vc-cvs.el
   (defun vc-cvs-registered (f)
    (when (file-readable-p (expand-file-name
--- 24133,24139 ----
  
  ;;;***
  
! ;;;### (autoloads nil "vc-cvs" "vc-cvs.el" (16136 2981))
  ;;; Generated autoloads from vc-cvs.el
   (defun vc-cvs-registered (f)
    (when (file-readable-p (expand-file-name
***************
*** 24207,24213 ****
  
  ;;;***
  
! ;;;### (autoloads nil "vc-svn" "vc-svn.el" (16135 8990))
  ;;; Generated autoloads from vc-svn.el
   (defun vc-svn-registered (f)
    (when (file-readable-p (expand-file-name
--- 24192,24198 ----
  
  ;;;***
  
! ;;;### (autoloads nil "vc-svn" "vc-svn.el" (16158 60820))
  ;;; Generated autoloads from vc-svn.el
   (defun vc-svn-registered (f)
    (when (file-readable-p (expand-file-name
***************
*** 25450,25456 ****
  ;;;***
  
  ;;;### (autoloads (woman-find-file woman-dired-find-file woman) "woman"
! ;;;;;;  "woman.el" (16011 28192))
  ;;; Generated autoloads from woman.el
  
  (autoload (quote woman) "woman" "\
--- 25435,25441 ----
  ;;;***
  
  ;;;### (autoloads (woman-find-file woman-dired-find-file woman) "woman"
! ;;;;;;  "woman.el" (16012 41365))
  ;;; Generated autoloads from woman.el
  
  (autoload (quote woman) "woman" "\
***************
*** 25647,25653 ****
  ;;;***
  
  ;;;### (autoloads (psychoanalyze-pinhead apropos-zippy insert-zippyism
! ;;;;;;  yow) "yow" "play/yow.el" (15397 31808))
  ;;; Generated autoloads from play/yow.el
  
  (autoload (quote yow) "yow" "\
--- 25632,25638 ----
  ;;;***
  
  ;;;### (autoloads (psychoanalyze-pinhead apropos-zippy insert-zippyism
! ;;;;;;  yow) "yow" "play/yow.el" (15407 8860))
  ;;; Generated autoloads from play/yow.el
  
  (autoload (quote yow) "yow" "\
***************
*** 25836,25842 ****
  ;;;;;;  "textmodes/texnfo-upd.el" "textmodes/text-mode.el" "timezone.el"
  ;;;;;;  "uniquify.el" "vc-hooks.el" "vcursor.el" "version.el" "vms-patch.el"
  ;;;;;;  "vmsproc.el" "vt-control.el" "vt100-led.el" "w32-fns.el"
! ;;;;;;  "w32-vars.el" "widget.el" "window.el") (16150 35885 616236))
  
  ;;;***
  
--- 25821,25827 ----
  ;;;;;;  "textmodes/texnfo-upd.el" "textmodes/text-mode.el" "timezone.el"
  ;;;;;;  "uniquify.el" "vc-hooks.el" "vcursor.el" "version.el" "vms-patch.el"
  ;;;;;;  "vmsproc.el" "vt-control.el" "vt100-led.el" "w32-fns.el"
! ;;;;;;  "w32-vars.el" "widget.el" "window.el") (16172 12844 213501))
  
  ;;;***
  




reply via email to

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