/[emacs]/emacs/lisp/loaddefs.el
ViewVC logotype

Diff of /emacs/lisp/loaddefs.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2.93 by mast, Thu Jul 17 11:57:30 2003 UTC revision 2.94 by schwab, Sat Aug 2 22:07:46 2003 UTC
# Line 705  They specify the range of dates that the Line 705  They specify the range of dates that the
705    
706  ;;;### (autoloads (apropos-documentation apropos-value apropos apropos-documentation-property  ;;;### (autoloads (apropos-documentation apropos-value apropos apropos-documentation-property
707  ;;;;;;  apropos-command apropos-variable apropos-mode) "apropos"  ;;;;;;  apropos-command apropos-variable apropos-mode) "apropos"
708  ;;;;;;  "apropos.el" (16148 4632))  ;;;;;;  "apropos.el" (16172 7738))
709  ;;; Generated autoloads from apropos.el  ;;; Generated autoloads from apropos.el
710    
711  (autoload (quote apropos-mode) "apropos" "\  (autoload (quote apropos-mode) "apropos" "\
# Line 858  Entering array mode calls the function ` Line 858  Entering array mode calls the function `
858    
859  ;;;***  ;;;***
860    
861  ;;;### (autoloads (artist-mode) "artist" "textmodes/artist.el" (15829  ;;;### (autoloads (artist-mode) "artist" "textmodes/artist.el" (16154
862  ;;;;;;  28909))  ;;;;;;  52754))
863  ;;; Generated autoloads from textmodes/artist.el  ;;; Generated autoloads from textmodes/artist.el
864    
865  (autoload (quote artist-mode) "artist" "\  (autoload (quote artist-mode) "artist" "\
# Line 1244  Calls `update-directory-autoloads' on th Line 1244  Calls `update-directory-autoloads' on th
1244  ;;;***  ;;;***
1245    
1246  ;;;### (autoloads (global-auto-revert-mode turn-on-auto-revert-mode  ;;;### (autoloads (global-auto-revert-mode turn-on-auto-revert-mode
1247  ;;;;;;  auto-revert-mode) "autorevert" "autorevert.el" (15538 10657))  ;;;;;;  auto-revert-mode) "autorevert" "autorevert.el" (15538 43199))
1248  ;;; Generated autoloads from autorevert.el  ;;; Generated autoloads from autorevert.el
1249    
1250  (defvar auto-revert-mode nil "\  (defvar auto-revert-mode nil "\
# Line 1288  Use `auto-revert-mode' to revert a parti Line 1288  Use `auto-revert-mode' to revert a parti
1288  ;;;***  ;;;***
1289    
1290  ;;;### (autoloads (mouse-avoidance-mode mouse-avoidance-mode) "avoid"  ;;;### (autoloads (mouse-avoidance-mode mouse-avoidance-mode) "avoid"
1291  ;;;;;;  "avoid.el" (15197 22088))  ;;;;;;  "avoid.el" (15198 32214))
1292  ;;; Generated autoloads from avoid.el  ;;; Generated autoloads from avoid.el
1293    
1294  (defvar mouse-avoidance-mode nil "\  (defvar mouse-avoidance-mode nil "\
# Line 1354  Vectors work just like lists.  Nested ba Line 1354  Vectors work just like lists.  Nested ba
1354  ;;;***  ;;;***
1355    
1356  ;;;### (autoloads (display-battery battery) "battery" "battery.el"  ;;;### (autoloads (display-battery battery) "battery" "battery.el"
1357  ;;;;;;  (15380 36042))  ;;;;;;  (15380 36786))
1358  ;;; Generated autoloads from battery.el  ;;; Generated autoloads from battery.el
1359    
1360  (autoload (quote battery) "battery" "\  (autoload (quote battery) "battery" "\
# Line 1408  non-interactive use see also `benchmark- Line 1408  non-interactive use see also `benchmark-
1408    
1409  ;;;***  ;;;***
1410    
1411  ;;;### (autoloads (bibtex-mode) "bibtex" "textmodes/bibtex.el" (16135  ;;;### (autoloads (bibtex-mode) "bibtex" "textmodes/bibtex.el" (16136
1412  ;;;;;;  8992))  ;;;;;;  2982))
1413  ;;; Generated autoloads from textmodes/bibtex.el  ;;; Generated autoloads from textmodes/bibtex.el
1414    
1415  (autoload (quote bibtex-mode) "bibtex" "\  (autoload (quote bibtex-mode) "bibtex" "\
# Line 1637  a reflection. Line 1637  a reflection.
1637  ;;;;;;  bookmark-load bookmark-save bookmark-write bookmark-delete  ;;;;;;  bookmark-load bookmark-save bookmark-write bookmark-delete
1638  ;;;;;;  bookmark-insert bookmark-rename bookmark-insert-location  ;;;;;;  bookmark-insert bookmark-rename bookmark-insert-location
1639  ;;;;;;  bookmark-relocate bookmark-jump bookmark-set) "bookmark"  ;;;;;;  bookmark-relocate bookmark-jump bookmark-set) "bookmark"
1640  ;;;;;;  "bookmark.el" (15856 53268))  ;;;;;;  "bookmark.el" (16172 11473))
1641  ;;; Generated autoloads from bookmark.el  ;;; Generated autoloads from bookmark.el
1642   (define-key ctl-x-map "rb" 'bookmark-jump)   (define-key ctl-x-map "rb" 'bookmark-jump)
1643   (define-key ctl-x-map "rm" 'bookmark-set)   (define-key ctl-x-map "rm" 'bookmark-set)
# Line 1649  It is not bound to any key by default: t Line 1649  It is not bound to any key by default: t
1649  so that you have a bookmark prefix, just use `global-set-key' and bind a  so that you have a bookmark prefix, just use `global-set-key' and bind a
1650  key of your choice to `bookmark-map'.  All interactive bookmark  key of your choice to `bookmark-map'.  All interactive bookmark
1651  functions have a binding in this keymap.")  functions have a binding in this keymap.")
1652     (define-prefix-command 'bookmark-map)
1653  (define-prefix-command (quote bookmark-map))   (define-key bookmark-map "x" 'bookmark-set)
1654     (define-key bookmark-map "m" 'bookmark-set) ; "m" for "mark"
1655  (define-key bookmark-map "x" (quote bookmark-set))   (define-key bookmark-map "j" 'bookmark-jump)
1656     (define-key bookmark-map "g" 'bookmark-jump) ; "g" for "go"
1657  (define-key bookmark-map "m" (quote bookmark-set))   (define-key bookmark-map "i" 'bookmark-insert)
1658     (define-key bookmark-map "e" 'edit-bookmarks)
1659  (define-key bookmark-map "j" (quote bookmark-jump))   (define-key bookmark-map "f" 'bookmark-insert-location) ; "f" for "find"
1660     (define-key bookmark-map "r" 'bookmark-rename)
1661  (define-key bookmark-map "g" (quote bookmark-jump))   (define-key bookmark-map "d" 'bookmark-delete)
1662     (define-key bookmark-map "l" 'bookmark-load)
1663  (define-key bookmark-map "i" (quote bookmark-insert))   (define-key bookmark-map "w" 'bookmark-write)
1664     (define-key bookmark-map "s" 'bookmark-save)
 (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))  
1665    
1666  (autoload (quote bookmark-set) "bookmark" "\  (autoload (quote bookmark-set) "bookmark" "\
1667  Set a bookmark named NAME inside a file.  Set a bookmark named NAME inside a file.
# Line 1896  corresponding bookmark function from Lis Line 1883  corresponding bookmark function from Lis
1883  (defvar menu-bar-bookmark-map (make-sparse-keymap "Bookmark functions"))  (defvar menu-bar-bookmark-map (make-sparse-keymap "Bookmark functions"))
1884    
1885  (defalias (quote menu-bar-bookmark-map) (symbol-value (quote menu-bar-bookmark-map)))  (defalias (quote menu-bar-bookmark-map) (symbol-value (quote menu-bar-bookmark-map)))
1886     (define-key menu-bar-bookmark-map [load]
1887  (define-key menu-bar-bookmark-map [load] (quote ("Load a Bookmark File..." . bookmark-load)))    '("Load a Bookmark File..." . bookmark-load))
1888     (define-key menu-bar-bookmark-map [write]
1889  (define-key menu-bar-bookmark-map [write] (quote ("Save Bookmarks As..." . bookmark-write)))    '("Save Bookmarks As..." . bookmark-write))
1890     (define-key menu-bar-bookmark-map [save]
1891  (define-key menu-bar-bookmark-map [save] (quote ("Save Bookmarks" . bookmark-save)))    '("Save Bookmarks" . bookmark-save))
1892     (define-key menu-bar-bookmark-map [edit]
1893  (define-key menu-bar-bookmark-map [edit] (quote ("Edit Bookmark List" . bookmark-bmenu-list)))    '("Edit Bookmark List" . bookmark-bmenu-list))
1894     (define-key menu-bar-bookmark-map [delete]
1895  (define-key menu-bar-bookmark-map [delete] (quote ("Delete Bookmark" . bookmark-menu-delete)))    '("Delete Bookmark" . bookmark-menu-delete))
1896     (define-key menu-bar-bookmark-map [rename]
1897  (define-key menu-bar-bookmark-map [rename] (quote ("Rename Bookmark" . bookmark-menu-rename)))    '("Rename Bookmark" . bookmark-menu-rename))
1898     (define-key menu-bar-bookmark-map [locate]
1899  (define-key menu-bar-bookmark-map [locate] (quote ("Insert Location" . bookmark-menu-locate)))    '("Insert Location" . bookmark-menu-locate))
1900     (define-key menu-bar-bookmark-map [insert]
1901  (define-key menu-bar-bookmark-map [insert] (quote ("Insert Contents" . bookmark-menu-insert)))    '("Insert Contents" . bookmark-menu-insert))
1902     (define-key menu-bar-bookmark-map [set]
1903  (define-key menu-bar-bookmark-map [set] (quote ("Set Bookmark" . bookmark-set)))    '("Set Bookmark" . bookmark-set))
1904     (define-key menu-bar-bookmark-map [jump]
1905  (define-key menu-bar-bookmark-map [jump] (quote ("Jump to Bookmark" . bookmark-menu-jump)))    '("Jump to Bookmark" . bookmark-menu-jump))
1906    
1907  ;;;***  ;;;***
1908    
# Line 1927  corresponding bookmark function from Lis Line 1914  corresponding bookmark function from Lis
1914  ;;;;;;  browse-url-default-browser browse-url-at-mouse browse-url-at-point  ;;;;;;  browse-url-default-browser browse-url-at-mouse browse-url-at-point
1915  ;;;;;;  browse-url browse-url-of-region browse-url-of-dired-file  ;;;;;;  browse-url browse-url-of-region browse-url-of-dired-file
1916  ;;;;;;  browse-url-of-buffer browse-url-of-file browse-url-browser-function)  ;;;;;;  browse-url-of-buffer browse-url-of-file browse-url-browser-function)
1917  ;;;;;;  "browse-url" "net/browse-url.el" (16139 21086))  ;;;;;;  "browse-url" "net/browse-url.el" (16170 61442))
1918  ;;; Generated autoloads from net/browse-url.el  ;;; Generated autoloads from net/browse-url.el
1919    
1920  (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))) "\  (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))) "\
# Line 2210  Default to the URL around or before poin Line 2197  Default to the URL around or before poin
2197    
2198  ;;;***  ;;;***
2199    
2200  ;;;### (autoloads (snarf-bruces bruce) "bruce" "play/bruce.el" (15829  ;;;### (autoloads (snarf-bruces bruce) "bruce" "play/bruce.el" (15830
2201  ;;;;;;  28909))  ;;;;;;  37093))
2202  ;;; Generated autoloads from play/bruce.el  ;;; Generated autoloads from play/bruce.el
2203    
2204  (autoload (quote bruce) "bruce" "\  (autoload (quote bruce) "bruce" "\
# Line 2227  Return a vector containing the lines fro Line 2214  Return a vector containing the lines fro
2214  ;;;***  ;;;***
2215    
2216  ;;;### (autoloads (bs-show bs-customize bs-cycle-previous bs-cycle-next)  ;;;### (autoloads (bs-show bs-customize bs-cycle-previous bs-cycle-next)
2217  ;;;;;;  "bs" "bs.el" (15728 55517))  ;;;;;;  "bs" "bs.el" (15731 5408))
2218  ;;; Generated autoloads from bs.el  ;;; Generated autoloads from bs.el
2219    
2220  (autoload (quote bs-cycle-next) "bs" "\  (autoload (quote bs-cycle-next) "bs" "\
# Line 2357  Also see `make-text-button'. Line 2344  Also see `make-text-button'.
2344  ;;;;;;  batch-byte-compile-if-not-done display-call-tree byte-compile  ;;;;;;  batch-byte-compile-if-not-done display-call-tree byte-compile
2345  ;;;;;;  compile-defun byte-compile-file byte-recompile-directory  ;;;;;;  compile-defun byte-compile-file byte-recompile-directory
2346  ;;;;;;  byte-force-recompile) "bytecomp" "emacs-lisp/bytecomp.el"  ;;;;;;  byte-force-recompile) "bytecomp" "emacs-lisp/bytecomp.el"
2347  ;;;;;;  (16135 8990))  ;;;;;;  (16136 2981))
2348  ;;; Generated autoloads from emacs-lisp/bytecomp.el  ;;; Generated autoloads from emacs-lisp/bytecomp.el
2349    
2350  (autoload (quote byte-force-recompile) "bytecomp" "\  (autoload (quote byte-force-recompile) "bytecomp" "\
# Line 3843  Encode the text in the current buffer to Line 3830  Encode the text in the current buffer to
3830  ;;;***  ;;;***
3831    
3832  ;;;### (autoloads (command-history list-command-history repeat-matching-complex-command)  ;;;### (autoloads (command-history list-command-history repeat-matching-complex-command)
3833  ;;;;;;  "chistory" "chistory.el" (15877 48879))  ;;;;;;  "chistory" "chistory.el" (15878 5274))
3834  ;;; Generated autoloads from chistory.el  ;;; Generated autoloads from chistory.el
3835    
3836  (autoload (quote repeat-matching-complex-command) "chistory" "\  (autoload (quote repeat-matching-complex-command) "chistory" "\
# Line 3909  Not documented Line 3896  Not documented
3896  ;;;***  ;;;***
3897    
3898  ;;;### (autoloads (c-macro-expand) "cmacexp" "progmodes/cmacexp.el"  ;;;### (autoloads (c-macro-expand) "cmacexp" "progmodes/cmacexp.el"
3899  ;;;;;;  (15250 27620))  ;;;;;;  (15251 46612))
3900  ;;; Generated autoloads from progmodes/cmacexp.el  ;;; Generated autoloads from progmodes/cmacexp.el
3901    
3902  (autoload (quote c-macro-expand) "cmacexp" "\  (autoload (quote c-macro-expand) "cmacexp" "\
# Line 4021  read/written by MS-DOS software, or for Line 4008  read/written by MS-DOS software, or for
4008  ;;;### (autoloads (comint-redirect-results-list-from-process comint-redirect-results-list  ;;;### (autoloads (comint-redirect-results-list-from-process comint-redirect-results-list
4009  ;;;;;;  comint-redirect-send-command-to-process comint-redirect-send-command  ;;;;;;  comint-redirect-send-command-to-process comint-redirect-send-command
4010  ;;;;;;  comint-run make-comint make-comint-in-buffer) "comint" "comint.el"  ;;;;;;  comint-run make-comint make-comint-in-buffer) "comint" "comint.el"
4011  ;;;;;;  (16111 41824))  ;;;;;;  (16168 11508))
4012  ;;; Generated autoloads from comint.el  ;;; Generated autoloads from comint.el
4013    
4014  (autoload (quote make-comint-in-buffer) "comint" "\  (autoload (quote make-comint-in-buffer) "comint" "\
# Line 4117  If `compare-ignore-case' is non-nil, cha Line 4104  If `compare-ignore-case' is non-nil, cha
4104  ;;;### (autoloads (next-error compilation-minor-mode compilation-shell-minor-mode  ;;;### (autoloads (next-error compilation-minor-mode compilation-shell-minor-mode
4105  ;;;;;;  compilation-mode grep-tree grep-find grep compile compilation-search-path  ;;;;;;  compilation-mode grep-tree grep-find grep compile compilation-search-path
4106  ;;;;;;  compilation-ask-about-save compilation-window-height compilation-mode-hook)  ;;;;;;  compilation-ask-about-save compilation-window-height compilation-mode-hook)
4107  ;;;;;;  "compile" "progmodes/compile.el" (16139 20823))  ;;;;;;  "compile" "progmodes/compile.el" (16165 36290))
4108  ;;; Generated autoloads from progmodes/compile.el  ;;; Generated autoloads from progmodes/compile.el
4109    
4110  (defvar compilation-mode-hook nil "\  (defvar compilation-mode-hook nil "\
# Line 4556  Optional 3rd arg WITH-COMPOSITION-RULE i Line 4543  Optional 3rd arg WITH-COMPOSITION-RULE i
4543  ;;;***  ;;;***
4544    
4545  ;;;### (autoloads (shuffle-vector cookie-snarf cookie-insert cookie)  ;;;### (autoloads (shuffle-vector cookie-snarf cookie-insert cookie)
4546  ;;;;;;  "cookie1" "play/cookie1.el" (15365 62270))  ;;;;;;  "cookie1" "play/cookie1.el" (15366 772))
4547  ;;; Generated autoloads from play/cookie1.el  ;;; Generated autoloads from play/cookie1.el
4548    
4549  (autoload (quote cookie) "cookie1" "\  (autoload (quote cookie) "cookie1" "\
# Line 4802  Edit display information for cpp conditi Line 4789  Edit display information for cpp conditi
4789  ;;;***  ;;;***
4790    
4791  ;;;### (autoloads (crisp-mode crisp-mode) "crisp" "emulation/crisp.el"  ;;;### (autoloads (crisp-mode crisp-mode) "crisp" "emulation/crisp.el"
4792  ;;;;;;  (16011 28193))  ;;;;;;  (16012 41367))
4793  ;;; Generated autoloads from emulation/crisp.el  ;;; Generated autoloads from emulation/crisp.el
4794    
4795  (defvar crisp-mode nil "\  (defvar crisp-mode nil "\
# Line 5189  ARGS is defined as for `custom-theme-res Line 5176  ARGS is defined as for `custom-theme-res
5176  ;;;***  ;;;***
5177    
5178  ;;;### (autoloads (customize-create-theme) "cus-theme" "cus-theme.el"  ;;;### (autoloads (customize-create-theme) "cus-theme" "cus-theme.el"
5179  ;;;;;;  (16135 8990))  ;;;;;;  (16136 2980))
5180  ;;; Generated autoloads from cus-theme.el  ;;; Generated autoloads from cus-theme.el
5181    
5182  (autoload (quote customize-create-theme) "cus-theme" "\  (autoload (quote customize-create-theme) "cus-theme" "\
# Line 5211  Mode used for cvs status output. Line 5198  Mode used for cvs status output.
5198  ;;;***  ;;;***
5199    
5200  ;;;### (autoloads (global-cwarn-mode turn-on-cwarn-mode cwarn-mode)  ;;;### (autoloads (global-cwarn-mode turn-on-cwarn-mode cwarn-mode)
5201  ;;;;;;  "cwarn" "progmodes/cwarn.el" (15538 10657))  ;;;;;;  "cwarn" "progmodes/cwarn.el" (15538 43263))
5202  ;;; Generated autoloads from progmodes/cwarn.el  ;;; Generated autoloads from progmodes/cwarn.el
5203    
5204  (autoload (quote cwarn-mode) "cwarn" "\  (autoload (quote cwarn-mode) "cwarn" "\
# Line 5282  If the argument is nil, we return the di Line 5269  If the argument is nil, we return the di
5269  ;;;***  ;;;***
5270    
5271  ;;;### (autoloads (dabbrev-expand dabbrev-completion) "dabbrev" "dabbrev.el"  ;;;### (autoloads (dabbrev-expand dabbrev-completion) "dabbrev" "dabbrev.el"
5272  ;;;;;;  (16111 41824))  ;;;;;;  (16172 11529))
5273  ;;; Generated autoloads from dabbrev.el  ;;; Generated autoloads from dabbrev.el
5274     (define-key esc-map "/" 'dabbrev-expand)
5275  (define-key esc-map "/" (quote dabbrev-expand))   (define-key esc-map [?\C-/] 'dabbrev-completion)
   
 (define-key esc-map [67108911] (quote dabbrev-completion))  
5276    
5277  (autoload (quote dabbrev-completion) "dabbrev" "\  (autoload (quote dabbrev-completion) "dabbrev" "\
5278  Completion on current word.  Completion on current word.
# Line 5523  The most useful commands are: Line 5508  The most useful commands are:
5508  ;;;***  ;;;***
5509    
5510  ;;;### (autoloads (delimit-columns-rectangle delimit-columns-region  ;;;### (autoloads (delimit-columns-rectangle delimit-columns-region
5511  ;;;;;;  delimit-columns-customize) "delim-col" "delim-col.el" (15303  ;;;;;;  delimit-columns-customize) "delim-col" "delim-col.el" (15310
5512  ;;;;;;  63268))  ;;;;;;  56703))
5513  ;;; Generated autoloads from delim-col.el  ;;; Generated autoloads from delim-col.el
5514    
5515  (autoload (quote delimit-columns-customize) "delim-col" "\  (autoload (quote delimit-columns-customize) "delim-col" "\
# Line 5628  any selection. Line 5613  any selection.
5613  ;;;***  ;;;***
5614    
5615  ;;;### (autoloads (derived-mode-init-mode-variables define-derived-mode)  ;;;### (autoloads (derived-mode-init-mode-variables define-derived-mode)
5616  ;;;;;;  "derived" "emacs-lisp/derived.el" (16087 59607))  ;;;;;;  "derived" "emacs-lisp/derived.el" (16158 60820))
5617  ;;; Generated autoloads from emacs-lisp/derived.el  ;;; Generated autoloads from emacs-lisp/derived.el
5618    
5619  (autoload (quote define-derived-mode) "derived" "\  (autoload (quote define-derived-mode) "derived" "\
# Line 5674  the parent, and then sets the variable ` Line 5659  the parent, and then sets the variable `
5659  Note that if the documentation string had been left out, it would have  Note that if the documentation string had been left out, it would have
5660  been generated automatically, with a reference to the keymap.  been generated automatically, with a reference to the keymap.
5661    
5662    The new mode runs the hook constructed by the function
5663    `derived-mode-hook-name'.
5664    
5665  \(fn CHILD PARENT NAME &optional DOCSTRING &rest BODY)" nil (quote macro))  \(fn CHILD PARENT NAME &optional DOCSTRING &rest BODY)" nil (quote macro))
5666    
5667  (autoload (quote derived-mode-init-mode-variables) "derived" "\  (autoload (quote derived-mode-init-mode-variables) "derived" "\
# Line 5867  Minor mode for viewing/editing context d Line 5855  Minor mode for viewing/editing context d
5855  ;;;;;;  dired dired-copy-preserve-time dired-dwim-target dired-keep-marker-symlink  ;;;;;;  dired dired-copy-preserve-time dired-dwim-target dired-keep-marker-symlink
5856  ;;;;;;  dired-keep-marker-hardlink dired-keep-marker-copy dired-keep-marker-rename  ;;;;;;  dired-keep-marker-hardlink dired-keep-marker-copy dired-keep-marker-rename
5857  ;;;;;;  dired-trivial-filenames dired-ls-F-marks-symlinks dired-listing-switches)  ;;;;;;  dired-trivial-filenames dired-ls-F-marks-symlinks dired-listing-switches)
5858  ;;;;;;  "dired" "dired.el" (16140 30175))  ;;;;;;  "dired" "dired.el" (16159 27802))
5859  ;;; Generated autoloads from dired.el  ;;; Generated autoloads from dired.el
5860    
5861  (defvar dired-listing-switches "-al" "\  (defvar dired-listing-switches "-al" "\
# Line 6492  for users who call this function in `.em Line 6480  for users who call this function in `.em
6480  ;;;***  ;;;***
6481    
6482  ;;;### (autoloads (dissociated-press) "dissociate" "play/dissociate.el"  ;;;### (autoloads (dissociated-press) "dissociate" "play/dissociate.el"
6483  ;;;;;;  (15185 49575))  ;;;;;;  (15186 43694))
6484  ;;; Generated autoloads from play/dissociate.el  ;;; Generated autoloads from play/dissociate.el
6485    
6486  (autoload (quote dissociated-press) "dissociate" "\  (autoload (quote dissociated-press) "dissociate" "\
# Line 6551  Switch to *dungeon* buffer and start gam Line 6539  Switch to *dungeon* buffer and start gam
6539  ;;;***  ;;;***
6540    
6541  ;;;### (autoloads (gnus-earcon-display) "earcon" "gnus/earcon.el"  ;;;### (autoloads (gnus-earcon-display) "earcon" "gnus/earcon.el"
6542  ;;;;;;  (15232 59206))  ;;;;;;  (15235 28667))
6543  ;;; Generated autoloads from gnus/earcon.el  ;;; Generated autoloads from gnus/earcon.el
6544    
6545  (autoload (quote gnus-earcon-display) "earcon" "\  (autoload (quote gnus-earcon-display) "earcon" "\
# Line 7577  Initialize elint. Line 7565  Initialize elint.
7565  ;;;***  ;;;***
7566    
7567  ;;;### (autoloads (elp-results elp-instrument-package elp-instrument-list  ;;;### (autoloads (elp-results elp-instrument-package elp-instrument-list
7568  ;;;;;;  elp-instrument-function) "elp" "emacs-lisp/elp.el" (15402  ;;;;;;  elp-instrument-function) "elp" "emacs-lisp/elp.el" (15407
7569  ;;;;;;  37958))  ;;;;;;  8858))
7570  ;;; Generated autoloads from emacs-lisp/elp.el  ;;; Generated autoloads from emacs-lisp/elp.el
7571    
7572  (autoload (quote elp-instrument-function) "elp" "\  (autoload (quote elp-instrument-function) "elp" "\
# Line 7627  Prompts for bug subject.  Leaves you in Line 7615  Prompts for bug subject.  Leaves you in
7615  ;;;;;;  emerge-revisions emerge-files-with-ancestor-remote emerge-files-remote  ;;;;;;  emerge-revisions emerge-files-with-ancestor-remote emerge-files-remote
7616  ;;;;;;  emerge-files-with-ancestor-command emerge-files-command emerge-buffers-with-ancestor  ;;;;;;  emerge-files-with-ancestor-command emerge-files-command emerge-buffers-with-ancestor
7617  ;;;;;;  emerge-buffers emerge-files-with-ancestor emerge-files) "emerge"  ;;;;;;  emerge-buffers emerge-files-with-ancestor emerge-files) "emerge"
7618  ;;;;;;  "emerge.el" (16011 28192))  ;;;;;;  "emerge.el" (16172 12330))
7619  ;;; Generated autoloads from emerge.el  ;;; Generated autoloads from emerge.el
7620    
7621  (defvar menu-bar-emerge-menu (make-sparse-keymap "Emerge"))  (defvar menu-bar-emerge-menu (make-sparse-keymap "Emerge"))
7622     (fset 'menu-bar-emerge-menu (symbol-value 'menu-bar-emerge-menu))
7623  (fset (quote menu-bar-emerge-menu) (symbol-value (quote menu-bar-emerge-menu)))   (define-key menu-bar-emerge-menu [emerge-merge-directories]
7624      '("Merge Directories..." . emerge-merge-directories))
7625  (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]
7626      '("Revisions with Ancestor..." . emerge-revisions-with-ancestor))
7627  (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]
7628      '("Revisions..." . emerge-revisions))
7629  (define-key menu-bar-emerge-menu [emerge-revisions] (quote ("Revisions..." . emerge-revisions)))   (define-key menu-bar-emerge-menu [emerge-files-with-ancestor]
7630      '("Files with Ancestor..." . emerge-files-with-ancestor))
7631  (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]
7632      '("Files..." . emerge-files))
7633  (define-key menu-bar-emerge-menu [emerge-files] (quote ("Files..." . emerge-files)))   (define-key menu-bar-emerge-menu [emerge-buffers-with-ancestor]
7634      '("Buffers with Ancestor..." . emerge-buffers-with-ancestor))
7635  (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]
7636      '("Buffers..." . emerge-buffers))
 (define-key menu-bar-emerge-menu [emerge-buffers] (quote ("Buffers..." . emerge-buffers)))  
7637    
7638  (autoload (quote emerge-files) "emerge" "\  (autoload (quote emerge-files) "emerge" "\
7639  Run Emerge on two files.  Run Emerge on two files.
# Line 7734  as a multilingual text encoded in a codi Line 7721  as a multilingual text encoded in a codi
7721  ;;;***  ;;;***
7722    
7723  ;;;### (autoloads (enriched-decode enriched-encode enriched-mode)  ;;;### (autoloads (enriched-decode enriched-encode enriched-mode)
7724  ;;;;;;  "enriched" "textmodes/enriched.el" (16087 59699))  ;;;;;;  "enriched" "textmodes/enriched.el" (16153 36586))
7725  ;;; Generated autoloads from textmodes/enriched.el  ;;; Generated autoloads from textmodes/enriched.el
7726    
7727  (autoload (quote enriched-mode) "enriched" "\  (autoload (quote enriched-mode) "enriched" "\
# Line 7777  Emacs shell interactive mode. Line 7764  Emacs shell interactive mode.
7764    
7765  ;;;***  ;;;***
7766    
7767  ;;;### (autoloads (eshell-test) "esh-test" "eshell/esh-test.el" (15470  ;;;### (autoloads (eshell-test) "esh-test" "eshell/esh-test.el" (15472
7768  ;;;;;;  10698))  ;;;;;;  50922))
7769  ;;; Generated autoloads from eshell/esh-test.el  ;;; Generated autoloads from eshell/esh-test.el
7770    
7771  (autoload (quote eshell-test) "esh-test" "\  (autoload (quote eshell-test) "esh-test" "\
# Line 8381  This does nothing except loading eudc by Line 8368  This does nothing except loading eudc by
8368    
8369  ;;;### (autoloads (eudc-display-jpeg-as-button eudc-display-jpeg-inline  ;;;### (autoloads (eudc-display-jpeg-as-button eudc-display-jpeg-inline
8370  ;;;;;;  eudc-display-sound eudc-display-mail eudc-display-url eudc-display-generic-binary)  ;;;;;;  eudc-display-sound eudc-display-mail eudc-display-url eudc-display-generic-binary)
8371  ;;;;;;  "eudc-bob" "net/eudc-bob.el" (15429 13186))  ;;;;;;  "eudc-bob" "net/eudc-bob.el" (15429 17608))
8372  ;;; Generated autoloads from net/eudc-bob.el  ;;; Generated autoloads from net/eudc-bob.el
8373    
8374  (autoload (quote eudc-display-generic-binary) "eudc-bob" "\  (autoload (quote eudc-display-generic-binary) "eudc-bob" "\
# Line 8417  Display a button for the JPEG DATA. Line 8404  Display a button for the JPEG DATA.
8404  ;;;***  ;;;***
8405    
8406  ;;;### (autoloads (eudc-try-bbdb-insert eudc-insert-record-at-point-into-bbdb)  ;;;### (autoloads (eudc-try-bbdb-insert eudc-insert-record-at-point-into-bbdb)
8407  ;;;;;;  "eudc-export" "net/eudc-export.el" (15429 13344))  ;;;;;;  "eudc-export" "net/eudc-export.el" (15429 17608))
8408  ;;; Generated autoloads from net/eudc-export.el  ;;; Generated autoloads from net/eudc-export.el
8409    
8410  (autoload (quote eudc-insert-record-at-point-into-bbdb) "eudc-export" "\  (autoload (quote eudc-insert-record-at-point-into-bbdb) "eudc-export" "\
# Line 8434  Call `eudc-insert-record-at-point-into-b Line 8421  Call `eudc-insert-record-at-point-into-b
8421  ;;;***  ;;;***
8422    
8423  ;;;### (autoloads (eudc-edit-hotlist) "eudc-hotlist" "net/eudc-hotlist.el"  ;;;### (autoloads (eudc-edit-hotlist) "eudc-hotlist" "net/eudc-hotlist.el"
8424  ;;;;;;  (15429 13512))  ;;;;;;  (15429 17608))
8425  ;;; Generated autoloads from net/eudc-hotlist.el  ;;; Generated autoloads from net/eudc-hotlist.el
8426    
8427  (autoload (quote eudc-edit-hotlist) "eudc-hotlist" "\  (autoload (quote eudc-edit-hotlist) "eudc-hotlist" "\
# Line 8480  file modes. Line 8467  file modes.
8467  ;;;***  ;;;***
8468    
8469  ;;;### (autoloads (expand-jump-to-next-slot expand-jump-to-previous-slot  ;;;### (autoloads (expand-jump-to-next-slot expand-jump-to-previous-slot
8470  ;;;;;;  expand-add-abbrevs) "expand" "expand.el" (15363 54641))  ;;;;;;  expand-add-abbrevs) "expand" "expand.el" (15364 46020))
8471  ;;; Generated autoloads from expand.el  ;;; Generated autoloads from expand.el
8472    
8473  (autoload (quote expand-add-abbrevs) "expand" "\  (autoload (quote expand-add-abbrevs) "expand" "\
# Line 9182  Define some key bindings for the find-fu Line 9169  Define some key bindings for the find-fu
9169  ;;;***  ;;;***
9170    
9171  ;;;### (autoloads (find-lisp-find-dired-filter find-lisp-find-dired-subdirectories  ;;;### (autoloads (find-lisp-find-dired-filter find-lisp-find-dired-subdirectories
9172  ;;;;;;  find-lisp-find-dired) "find-lisp" "find-lisp.el" (15186 53885))  ;;;;;;  find-lisp-find-dired) "find-lisp" "find-lisp.el" (15188 556))
9173  ;;; Generated autoloads from find-lisp.el  ;;; Generated autoloads from find-lisp.el
9174    
9175  (autoload (quote find-lisp-find-dired) "find-lisp" "\  (autoload (quote find-lisp-find-dired) "find-lisp" "\
# Line 9695  If you want to set appearance of fringes Line 9682  If you want to set appearance of fringes
9682    
9683  ;;;***  ;;;***
9684    
9685  ;;;### (autoloads (gdba) "gdb-ui" "gdb-ui.el" (16139 21084))  ;;;### (autoloads (gdba) "gdb-ui" "gdb-ui.el" (16165 36282))
9686  ;;; Generated autoloads from gdb-ui.el  ;;; Generated autoloads from gdb-ui.el
9687    
9688  (autoload (quote gdba) "gdb-ui" "\  (autoload (quote gdba) "gdb-ui" "\
# Line 9754  The following interactive lisp functions Line 9741  The following interactive lisp functions
9741  ;;;***  ;;;***
9742    
9743  ;;;### (autoloads (generic-mode define-generic-mode) "generic" "generic.el"  ;;;### (autoloads (generic-mode define-generic-mode) "generic" "generic.el"
9744  ;;;;;;  (15186 56482))  ;;;;;;  (15188 557))
9745  ;;; Generated autoloads from generic.el  ;;; Generated autoloads from generic.el
9746    
9747  (autoload (quote define-generic-mode) "generic" "\  (autoload (quote define-generic-mode) "generic" "\
# Line 9803  Some generic modes are defined in `gener Line 9790  Some generic modes are defined in `gener
9790  ;;;***  ;;;***
9791    
9792  ;;;### (autoloads (glasses-mode) "glasses" "progmodes/glasses.el"  ;;;### (autoloads (glasses-mode) "glasses" "progmodes/glasses.el"
9793  ;;;;;;  (15251 15718))  ;;;;;;  (15251 46612))
9794  ;;; Generated autoloads from progmodes/glasses.el  ;;; Generated autoloads from progmodes/glasses.el
9795    
9796  (autoload (quote glasses-mode) "glasses" "\  (autoload (quote glasses-mode) "glasses" "\
# Line 9906  Make the current buffer look like a nice Line 9893  Make the current buffer look like a nice
9893  ;;;***  ;;;***
9894    
9895  ;;;### (autoloads (gnus-audio-play) "gnus-audio" "gnus/gnus-audio.el"  ;;;### (autoloads (gnus-audio-play) "gnus-audio" "gnus/gnus-audio.el"
9896  ;;;;;;  (15185 54813))  ;;;;;;  (15186 43688))
9897  ;;; Generated autoloads from gnus/gnus-audio.el  ;;; Generated autoloads from gnus/gnus-audio.el
9898    
9899  (autoload (quote gnus-audio-play) "gnus-audio" "\  (autoload (quote gnus-audio-play) "gnus-audio" "\
# Line 9959  Pop up a frame and enter GROUP. Line 9946  Pop up a frame and enter GROUP.
9946  ;;;***  ;;;***
9947    
9948  ;;;### (autoloads (gnus-batch-score) "gnus-kill" "gnus/gnus-kill.el"  ;;;### (autoloads (gnus-batch-score) "gnus-kill" "gnus/gnus-kill.el"
9949  ;;;;;;  (14813 3418))  ;;;;;;  (14813 33717))
9950  ;;; Generated autoloads from gnus/gnus-kill.el  ;;; Generated autoloads from gnus/gnus-kill.el
9951    
9952  (defalias (quote gnus-batch-kill) (quote gnus-batch-score))  (defalias (quote gnus-batch-kill) (quote gnus-batch-score))
# Line 10092  Calling (gnus-group-split-fancy nil nil Line 10079  Calling (gnus-group-split-fancy nil nil
10079  ;;;***  ;;;***
10080    
10081  ;;;### (autoloads (gnus-change-server) "gnus-move" "gnus/gnus-move.el"  ;;;### (autoloads (gnus-change-server) "gnus-move" "gnus/gnus-move.el"
10082  ;;;;;;  (14791 27652))  ;;;;;;  (14792 28984))
10083  ;;; Generated autoloads from gnus/gnus-move.el  ;;; Generated autoloads from gnus/gnus-move.el
10084    
10085  (autoload (quote gnus-change-server) "gnus-move" "\  (autoload (quote gnus-change-server) "gnus-move" "\
# Line 10137  rather than using this function. Line 10124  rather than using this function.
10124  ;;;***  ;;;***
10125    
10126  ;;;### (autoloads (gnus-batch-brew-soup) "gnus-soup" "gnus/gnus-soup.el"  ;;;### (autoloads (gnus-batch-brew-soup) "gnus-soup" "gnus/gnus-soup.el"
10127  ;;;;;;  (14791 27652))  ;;;;;;  (14792 28985))
10128  ;;; Generated autoloads from gnus/gnus-soup.el  ;;; Generated autoloads from gnus/gnus-soup.el
10129    
10130  (autoload (quote gnus-batch-brew-soup) "gnus-soup" "\  (autoload (quote gnus-batch-brew-soup) "gnus-soup" "\
# Line 10157  Note -- this function hasn't been implem Line 10144  Note -- this function hasn't been implem
10144  ;;;***  ;;;***
10145    
10146  ;;;### (autoloads (gnus-update-format) "gnus-spec" "gnus/gnus-spec.el"  ;;;### (autoloads (gnus-update-format) "gnus-spec" "gnus/gnus-spec.el"
10147  ;;;;;;  (14860 12426))  ;;;;;;  (14870 42286))
10148  ;;; Generated autoloads from gnus/gnus-spec.el  ;;; Generated autoloads from gnus/gnus-spec.el
10149    
10150  (autoload (quote gnus-update-format) "gnus-spec" "\  (autoload (quote gnus-update-format) "gnus-spec" "\
# Line 10256  Also fontifies the buffer appropriately Line 10243  Also fontifies the buffer appropriately
10243    
10244  ;;;***  ;;;***
10245    
10246  ;;;### (autoloads (gs-load-image) "gs" "gs.el" (15288 14339))  ;;;### (autoloads (gs-load-image) "gs" "gs.el" (15289 33013))
10247  ;;; Generated autoloads from gs.el  ;;; Generated autoloads from gs.el
10248    
10249  (autoload (quote gs-load-image) "gs" "\  (autoload (quote gs-load-image) "gs" "\
# Line 10270  the form \"WINDOW-ID PIXMAP-ID\".  Value Line 10257  the form \"WINDOW-ID PIXMAP-ID\".  Value
10257  ;;;***  ;;;***
10258    
10259  ;;;### (autoloads (gdb-script-mode bashdb jdb pdb perldb xdb dbx  ;;;### (autoloads (gdb-script-mode bashdb jdb pdb perldb xdb dbx
10260  ;;;;;;  sdb gdb) "gud" "progmodes/gud.el" (16131 19793))  ;;;;;;  sdb gdb) "gud" "progmodes/gud.el" (16165 36290))
10261  ;;; Generated autoloads from progmodes/gud.el  ;;; Generated autoloads from progmodes/gud.el
10262    
10263  (autoload (quote gdb) "gud" "\  (autoload (quote gdb) "gud" "\
# Line 10841  how the hiding is done: Line 10828  how the hiding is done:
10828  ;;;***  ;;;***
10829    
10830  ;;;### (autoloads (hs-minor-mode hs-hide-comments-when-hiding-all)  ;;;### (autoloads (hs-minor-mode hs-hide-comments-when-hiding-all)
10831  ;;;;;;  "hideshow" "progmodes/hideshow.el" (15589 6174))  ;;;;;;  "hideshow" "progmodes/hideshow.el" (16157 43520))
10832  ;;; Generated autoloads from progmodes/hideshow.el  ;;; Generated autoloads from progmodes/hideshow.el
10833    
10834  (defvar hs-hide-comments-when-hiding-all t "\  (defvar hs-hide-comments-when-hiding-all t "\
# Line 10863  defined as text surrounded by START and Line 10850  defined as text surrounded by START and
10850  As a special case, START may be a list of the form (COMPLEX-START  As a special case, START may be a list of the form (COMPLEX-START
10851  MDATA-SELECTOR), where COMPLEX-START is a regexp w/ multiple parts and  MDATA-SELECTOR), where COMPLEX-START is a regexp w/ multiple parts and
10852  MDATA-SELECTOR an integer that specifies which sub-match is the proper  MDATA-SELECTOR an integer that specifies which sub-match is the proper
10853  place to adjust point, before calling `hs-forward-sexp-func'.  For  place to adjust point, before calling `hs-forward-sexp-func'.  Point
10854  example, see the `hs-special-modes-alist' entry for `bibtex-mode'.  is adjusted to the beginning of the specified match.  For example,
10855    see the `hs-special-modes-alist' entry for `bibtex-mode'.
10856    
10857  For some major modes, `forward-sexp' does not work properly.  In those  For some major modes, `forward-sexp' does not work properly.  In those
10858  cases, FORWARD-SEXP-FUNC specifies another function to use instead.  cases, FORWARD-SEXP-FUNC specifies another function to use instead.
# Line 11204  Also see `automatic-hscrolling'. Line 11192  Also see `automatic-hscrolling'.
11192  ;;;;;;  ibuffer-backward-filter-group ibuffer-forward-filter-group  ;;;;;;  ibuffer-backward-filter-group ibuffer-forward-filter-group
11193  ;;;;;;  ibuffer-toggle-filter-group ibuffer-mouse-toggle-filter-group  ;;;;;;  ibuffer-toggle-filter-group ibuffer-mouse-toggle-filter-group
11194  ;;;;;;  ibuffer-interactive-filter-by-mode ibuffer-mouse-filter-by-mode  ;;;;;;  ibuffer-interactive-filter-by-mode ibuffer-mouse-filter-by-mode
11195  ;;;;;;  ibuffer-auto-mode) "ibuf-ext" "ibuf-ext.el" (16135 8990))  ;;;;;;  ibuffer-auto-mode) "ibuf-ext" "ibuf-ext.el" (16136 2981))
11196  ;;; Generated autoloads from ibuf-ext.el  ;;; Generated autoloads from ibuf-ext.el
11197    
11198  (autoload (quote ibuffer-auto-mode) "ibuf-ext" "\  (autoload (quote ibuffer-auto-mode) "ibuf-ext" "\
# Line 11644  bound to the current value of the filter Line 11632  bound to the current value of the filter
11632  ;;;***  ;;;***
11633    
11634  ;;;### (autoloads (ibuffer ibuffer-other-window ibuffer-list-buffers)  ;;;### (autoloads (ibuffer ibuffer-other-window ibuffer-list-buffers)
11635  ;;;;;;  "ibuffer" "ibuffer.el" (16135 8990))  ;;;;;;  "ibuffer" "ibuffer.el" (16136 2981))
11636  ;;; Generated autoloads from ibuffer.el  ;;; Generated autoloads from ibuffer.el
11637    
11638  (autoload (quote ibuffer-list-buffers) "ibuffer" "\  (autoload (quote ibuffer-list-buffers) "ibuffer" "\
# Line 11768  See also the variable `idlwave-shell-pro Line 11756  See also the variable `idlwave-shell-pro
11756  ;;;***  ;;;***
11757    
11758  ;;;### (autoloads (idlwave-mode) "idlwave" "progmodes/idlwave.el"  ;;;### (autoloads (idlwave-mode) "idlwave" "progmodes/idlwave.el"
11759  ;;;;;;  (16057 36339))  ;;;;;;  (16157 43521))
11760  ;;; Generated autoloads from progmodes/idlwave.el  ;;; Generated autoloads from progmodes/idlwave.el
11761    
11762  (autoload (quote idlwave-mode) "idlwave" "\  (autoload (quote idlwave-mode) "idlwave" "\
# Line 12585  of `inferior-lisp-program').  Runs the h Line 12573  of `inferior-lisp-program').  Runs the h
12573  ;;;### (autoloads (Info-speedbar-browser Info-goto-emacs-key-command-node  ;;;### (autoloads (Info-speedbar-browser Info-goto-emacs-key-command-node
12574  ;;;;;;  Info-goto-emacs-command-node Info-index Info-directory info-standalone  ;;;;;;  Info-goto-emacs-command-node Info-index Info-directory info-standalone
12575  ;;;;;;  info-emacs-manual info info-other-window) "info" "info.el"  ;;;;;;  info-emacs-manual info info-other-window) "info" "info.el"
12576  ;;;;;;  (16149 47790))  ;;;;;;  (16149 52643))
12577  ;;; Generated autoloads from info.el  ;;; Generated autoloads from info.el
12578    
12579  (autoload (quote info-other-window) "info" "\  (autoload (quote info-other-window) "info" "\
# Line 12772  For example, invoke \"emacs -batch -f ba Line 12760  For example, invoke \"emacs -batch -f ba
12760    
12761  ;;;### (autoloads (isearch-process-search-multibyte-characters isearch-toggle-input-method  ;;;### (autoloads (isearch-process-search-multibyte-characters isearch-toggle-input-method
12762  ;;;;;;  isearch-toggle-specified-input-method) "isearch-x" "international/isearch-x.el"  ;;;;;;  isearch-toggle-specified-input-method) "isearch-x" "international/isearch-x.el"
12763  ;;;;;;  (15251 19613))  ;;;;;;  (15251 46612))
12764  ;;; Generated autoloads from international/isearch-x.el  ;;; Generated autoloads from international/isearch-x.el
12765    
12766  (autoload (quote isearch-toggle-specified-input-method) "isearch-x" "\  (autoload (quote isearch-toggle-specified-input-method) "isearch-x" "\
# Line 12923  Add submenus to the Files menu, to conve Line 12911  Add submenus to the Files menu, to conve
12911  ;;;;;;  ispell-region ispell-change-dictionary ispell-kill-ispell  ;;;;;;  ispell-region ispell-change-dictionary ispell-kill-ispell
12912  ;;;;;;  ispell-help ispell-pdict-save ispell-word ispell-dictionary-alist  ;;;;;;  ispell-help ispell-pdict-save ispell-word ispell-dictionary-alist
12913  ;;;;;;  ispell-local-dictionary-alist ispell-personal-dictionary)  ;;;;;;  ispell-local-dictionary-alist ispell-personal-dictionary)
12914  ;;;;;;  "ispell" "textmodes/ispell.el" (16111 41838))  ;;;;;;  "ispell" "textmodes/ispell.el" (16172 11073))
12915  ;;; Generated autoloads from textmodes/ispell.el  ;;; Generated autoloads from textmodes/ispell.el
12916    
12917  (defvar ispell-personal-dictionary nil "\  (defvar ispell-personal-dictionary nil "\
# Line 13048  Same format as `ispell-skip-region-alist Line 13036  Same format as `ispell-skip-region-alist
13036  Note - substrings of other matches must come last  Note - substrings of other matches must come last
13037   (e.g. \"<[tT][tT]/\" and \"<[^           (e.g. \"<[tT][tT]/\" and \"<[^        
13038  >]\").")  >]\").")
13039     (define-key esc-map "$" 'ispell-word)
 (define-key esc-map "$" (quote ispell-word))  
13040    
13041  (autoload (quote ispell-word) "ispell" "\  (autoload (quote ispell-word) "ispell" "\
13042  Check spelling of word under or before the cursor.  Check spelling of word under or before the cursor.
# Line 13483  the context of text formatting. Line 13470  the context of text formatting.
13470    
13471  ;;;***  ;;;***
13472    
13473  ;;;### (autoloads (kkc-region) "kkc" "international/kkc.el" (15941  ;;;### (autoloads (kkc-region) "kkc" "international/kkc.el" (16153
13474  ;;;;;;  42961))  ;;;;;;  36586))
13475  ;;; Generated autoloads from international/kkc.el  ;;; Generated autoloads from international/kkc.el
13476    
13477  (defvar kkc-after-update-conversion-functions nil "\  (defvar kkc-after-update-conversion-functions nil "\
# Line 13612  If kbd macro currently being defined end Line 13599  If kbd macro currently being defined end
13599  ;;;***  ;;;***
13600    
13601  ;;;### (autoloads (setup-korean-environment-internal) "korea-util"  ;;;### (autoloads (setup-korean-environment-internal) "korea-util"
13602  ;;;;;;  "language/korea-util.el" (15185 62673))  ;;;;;;  "language/korea-util.el" (15186 43691))
13603  ;;; Generated autoloads from language/korea-util.el  ;;; Generated autoloads from language/korea-util.el
13604    
13605  (defvar default-korean-keyboard (if (string-match "3" (or (getenv "HANGUL_KEYBOARD_TYPE") "")) "3" "") "\  (defvar default-korean-keyboard (if (string-match "3" (or (getenv "HANGUL_KEYBOARD_TYPE") "")) "3" "") "\
# Line 13822  Unconditionally turn on Lazy Lock mode. Line 13809  Unconditionally turn on Lazy Lock mode.
13809  ;;;***  ;;;***
13810    
13811  ;;;### (autoloads (ledit-from-lisp-mode ledit-mode) "ledit" "ledit.el"  ;;;### (autoloads (ledit-from-lisp-mode ledit-mode) "ledit" "ledit.el"
13812  ;;;;;;  (15185 49574))  ;;;;;;  (15186 43677))
13813  ;;; Generated autoloads from ledit.el  ;;; Generated autoloads from ledit.el
13814    
13815  (defconst ledit-save-files t "\  (defconst ledit-save-files t "\
# Line 13935  Major mode for browsing CVS log output. Line 13922  Major mode for browsing CVS log output.
13922  ;;;***  ;;;***
13923    
13924  ;;;### (autoloads (print-region lpr-region print-buffer lpr-buffer  ;;;### (autoloads (print-region lpr-region print-buffer lpr-buffer
13925  ;;;;;;  lpr-command lpr-switches printer-name) "lpr" "lpr.el" (15941  ;;;;;;  lpr-command lpr-switches printer-name) "lpr" "lpr.el" (16171
13926  ;;;;;;  42956))  ;;;;;;  46717))
13927  ;;; Generated autoloads from lpr.el  ;;; Generated autoloads from lpr.el
13928    
13929  (defvar lpr-windows-system (memq system-type (quote (emx win32 w32 mswindows ms-dos windows-nt))))  (defvar lpr-windows-system (memq system-type (quote (emx win32 w32 mswindows ms-dos windows-nt))))
# Line 14068  A major mode to edit m4 macro files. Line 14055  A major mode to edit m4 macro files.
14055  ;;;***  ;;;***
14056    
14057  ;;;### (autoloads (apply-macro-to-region-lines kbd-macro-query insert-kbd-macro  ;;;### (autoloads (apply-macro-to-region-lines kbd-macro-query insert-kbd-macro
14058  ;;;;;;  name-last-kbd-macro) "macros" "macros.el" (15941 42956))  ;;;;;;  name-last-kbd-macro) "macros" "macros.el" (16158 60820))
14059  ;;; Generated autoloads from macros.el  ;;; Generated autoloads from macros.el
14060    
14061  (autoload (quote name-last-kbd-macro) "macros" "\  (autoload (quote name-last-kbd-macro) "macros" "\
# Line 14479  yourself the value of `master-of' by cal Line 14466  yourself the value of `master-of' by cal
14466    
14467  ;;;***  ;;;***
14468    
14469  ;;;### (autoloads (menu-bar-mode) "menu-bar" "menu-bar.el" (16131  ;;;### (autoloads (menu-bar-mode) "menu-bar" "menu-bar.el" (16161
14470  ;;;;;;  19792))  ;;;;;;  47189))
14471  ;;; Generated autoloads from menu-bar.el  ;;; Generated autoloads from menu-bar.el
14472    
14473  (put (quote menu-bar-mode) (quote standard-value) (quote (t)))  (put (quote menu-bar-mode) (quote standard-value) (quote (t)))
# Line 14929  Display version information about MH-E a Line 14916  Display version information about MH-E a
14916  ;;;***  ;;;***
14917    
14918  ;;;### (autoloads (midnight-delay-set clean-buffer-list) "midnight"  ;;;### (autoloads (midnight-delay-set clean-buffer-list) "midnight"
14919  ;;;;;;  "midnight.el" (15185 62672))  ;;;;;;  "midnight.el" (15186 43679))
14920  ;;; Generated autoloads from midnight.el  ;;; Generated autoloads from midnight.el
14921    
14922  (autoload (quote clean-buffer-list) "midnight" "\  (autoload (quote clean-buffer-list) "midnight" "\
# Line 15092  Convert morse coded text in region to or Line 15079  Convert morse coded text in region to or
15079    
15080  ;;;***  ;;;***
15081    
15082  ;;;### (autoloads (mouse-sel-mode) "mouse-sel" "mouse-sel.el" (15961  ;;;### (autoloads (mouse-sel-mode) "mouse-sel" "mouse-sel.el" (16161
15083  ;;;;;;  24151))  ;;;;;;  47189))
15084  ;;; Generated autoloads from mouse-sel.el  ;;; Generated autoloads from mouse-sel.el
15085    
15086  (defvar mouse-sel-mode nil "\  (defvar mouse-sel-mode nil "\
# Line 15576  Open a network connection to HOST on POR Line 15563  Open a network connection to HOST on POR
15563  ;;;;;;  comment-region uncomment-region comment-kill comment-set-column  ;;;;;;  comment-region uncomment-region comment-kill comment-set-column
15564  ;;;;;;  comment-indent comment-indent-default comment-normalize-vars  ;;;;;;  comment-indent comment-indent-default comment-normalize-vars
15565  ;;;;;;  comment-multi-line comment-padding comment-style comment-column)  ;;;;;;  comment-multi-line comment-padding comment-style comment-column)
15566  ;;;;;;  "newcomment" "newcomment.el" (16135 8990))  ;;;;;;  "newcomment" "newcomment.el" (16136 2981))
15567  ;;; Generated autoloads from newcomment.el  ;;; Generated autoloads from newcomment.el
15568    
15569  (defalias (quote indent-for-comment) (quote comment-indent))  (defalias (quote indent-for-comment) (quote comment-indent))
# Line 15811  Revert posting and mailing methods to th Line 15798  Revert posting and mailing methods to th
15798  ;;;***  ;;;***
15799    
15800  ;;;### (autoloads (disable-command enable-command disabled-command-hook)  ;;;### (autoloads (disable-command enable-command disabled-command-hook)
15801  ;;;;;;  "novice" "novice.el" (15513 5696))  ;;;;;;  "novice" "novice.el" (15513 43128))
15802  ;;; Generated autoloads from novice.el  ;;; Generated autoloads from novice.el
15803    
15804  (defvar disabled-command-hook (quote disabled-command-hook) "\  (defvar disabled-command-hook (quote disabled-command-hook) "\
# Line 16013  The Custom feature is intended to make t Line 16000  The Custom feature is intended to make t
16000  ;;;***  ;;;***
16001    
16002  ;;;### (autoloads (outline-minor-mode outline-mode) "outline" "outline.el"  ;;;### (autoloads (outline-minor-mode outline-mode) "outline" "outline.el"
16003  ;;;;;;  (16087 59778))  ;;;;;;  (16168 11508))
16004  ;;; Generated autoloads from outline.el  ;;; Generated autoloads from outline.el
16005    
16006  (autoload (quote outline-mode) "outline" "\  (autoload (quote outline-mode) "outline" "\
# Line 16145  no args, if that value is non-nil. Line 16132  no args, if that value is non-nil.
16132  ;;;***  ;;;***
16133    
16134  ;;;### (autoloads (pc-bindings-mode) "pc-mode" "emulation/pc-mode.el"  ;;;### (autoloads (pc-bindings-mode) "pc-mode" "emulation/pc-mode.el"
16135  ;;;;;;  (15214 27238))  ;;;;;;  (15223 38063))
16136  ;;; Generated autoloads from emulation/pc-mode.el  ;;; Generated autoloads from emulation/pc-mode.el
16137    
16138  (autoload (quote pc-bindings-mode) "pc-mode" "\  (autoload (quote pc-bindings-mode) "pc-mode" "\
# Line 16249  Completion rules for the `cvs' command. Line 16236  Completion rules for the `cvs' command.
16236  ;;;***  ;;;***
16237    
16238  ;;;### (autoloads (pcomplete/tar pcomplete/make pcomplete/bzip2 pcomplete/gzip)  ;;;### (autoloads (pcomplete/tar pcomplete/make pcomplete/bzip2 pcomplete/gzip)
16239  ;;;;;;  "pcmpl-gnu" "pcmpl-gnu.el" (15185 62672))  ;;;;;;  "pcmpl-gnu" "pcmpl-gnu.el" (15186 43679))
16240  ;;; Generated autoloads from pcmpl-gnu.el  ;;; Generated autoloads from pcmpl-gnu.el
16241    
16242  (autoload (quote pcomplete/gzip) "pcmpl-gnu" "\  (autoload (quote pcomplete/gzip) "pcmpl-gnu" "\
# Line 16277  Completion for the GNU tar utility. Line 16264  Completion for the GNU tar utility.
16264  ;;;***  ;;;***
16265    
16266  ;;;### (autoloads (pcomplete/mount pcomplete/umount pcomplete/kill)  ;;;### (autoloads (pcomplete/mount pcomplete/umount pcomplete/kill)
16267  ;;;;;;  "pcmpl-linux" "pcmpl-linux.el" (15185 62672))  ;;;;;;  "pcmpl-linux" "pcmpl-linux.el" (15186 43679))
16268  ;;; Generated autoloads from pcmpl-linux.el  ;;; Generated autoloads from pcmpl-linux.el
16269    
16270  (autoload (quote pcomplete/kill) "pcmpl-linux" "\  (autoload (quote pcomplete/kill) "pcmpl-linux" "\
# Line 16297  Completion for GNU/Linux `mount'. Line 16284  Completion for GNU/Linux `mount'.
16284    
16285  ;;;***  ;;;***
16286    
16287  ;;;### (autoloads (pcomplete/rpm) "pcmpl-rpm" "pcmpl-rpm.el" (15185  ;;;### (autoloads (pcomplete/rpm) "pcmpl-rpm" "pcmpl-rpm.el" (15186
16288  ;;;;;;  62672))  ;;;;;;  43679))
16289  ;;; Generated autoloads from pcmpl-rpm.el  ;;; Generated autoloads from pcmpl-rpm.el
16290    
16291  (autoload (quote pcomplete/rpm) "pcmpl-rpm" "\  (autoload (quote pcomplete/rpm) "pcmpl-rpm" "\
# Line 16314  You can use \\[eshell-report-bug] to do Line 16301  You can use \\[eshell-report-bug] to do
16301    
16302  ;;;### (autoloads (pcomplete/chgrp pcomplete/chown pcomplete/which  ;;;### (autoloads (pcomplete/chgrp pcomplete/chown pcomplete/which
16303  ;;;;;;  pcomplete/xargs pcomplete/rm pcomplete/rmdir pcomplete/cd)  ;;;;;;  pcomplete/xargs pcomplete/rm pcomplete/rmdir pcomplete/cd)
16304  ;;;;;;  "pcmpl-unix" "pcmpl-unix.el" (15185 62672))  ;;;;;;  "pcmpl-unix" "pcmpl-unix.el" (15186 43679))
16305  ;;; Generated autoloads from pcmpl-unix.el  ;;; Generated autoloads from pcmpl-unix.el
16306    
16307  (autoload (quote pcomplete/cd) "pcmpl-unix" "\  (autoload (quote pcomplete/cd) "pcmpl-unix" "\
# Line 17302  are both set to t. Line 17289  are both set to t.
17289  ;;;***  ;;;***
17290    
17291  ;;;### (autoloads (run-prolog prolog-mode) "prolog" "progmodes/prolog.el"  ;;;### (autoloads (run-prolog prolog-mode) "prolog" "progmodes/prolog.el"
17292  ;;;;;;  (15610 3872))  ;;;;;;  (15611 12634))
17293  ;;; Generated autoloads from progmodes/prolog.el  ;;; Generated autoloads from progmodes/prolog.el
17294    
17295  (autoload (quote prolog-mode) "prolog" "\  (autoload (quote prolog-mode) "prolog" "\
# Line 17708  If EXTENSION is any other symbol, it is Line 17695  If EXTENSION is any other symbol, it is
17695  ;;;;;;  quail-defrule quail-install-decode-map quail-install-map  ;;;;;;  quail-defrule quail-install-decode-map quail-install-map
17696  ;;;;;;  quail-define-rules quail-show-keyboard-layout quail-set-keyboard-layout  ;;;;;;  quail-define-rules quail-show-keyboard-layout quail-set-keyboard-layout
17697  ;;;;;;  quail-define-package quail-use-package quail-title) "quail"  ;;;;;;  quail-define-package quail-use-package quail-title) "quail"
17698  ;;;;;;  "international/quail.el" (16025 36884))  ;;;;;;  "international/quail.el" (16162 48286))
17699  ;;; Generated autoloads from international/quail.el  ;;; Generated autoloads from international/quail.el
17700    
17701  (autoload (quote quail-title) "quail" "\  (autoload (quote quail-title) "quail" "\
# Line 18369  can be modified by the global variable ` Line 18356  can be modified by the global variable `
18356  ;;;***  ;;;***
18357    
18358  ;;;### (autoloads (reporter-submit-bug-report) "reporter" "mail/reporter.el"  ;;;### (autoloads (reporter-submit-bug-report) "reporter" "mail/reporter.el"
18359  ;;;;;;  (15356 45077))  ;;;;;;  (15356 55960))
18360  ;;; Generated autoloads from mail/reporter.el  ;;; Generated autoloads from mail/reporter.el
18361    
18362  (autoload (quote reporter-submit-bug-report) "reporter" "\  (autoload (quote reporter-submit-bug-report) "reporter" "\
# Line 18401  mail-sending package is used for editing Line 18388  mail-sending package is used for editing
18388  ;;;***  ;;;***
18389    
18390  ;;;### (autoloads (reposition-window) "reposition" "reposition.el"  ;;;### (autoloads (reposition-window) "reposition" "reposition.el"
18391  ;;;;;;  (15363 54485))  ;;;;;;  (15364 46020))
18392  ;;; Generated autoloads from reposition.el  ;;; Generated autoloads from reposition.el
18393    
18394  (autoload (quote reposition-window) "reposition" "\  (autoload (quote reposition-window) "reposition" "\
# Line 18832  Set PASSWORD to be used for retrieving m Line 18819  Set PASSWORD to be used for retrieving m
18819  ;;;***  ;;;***
18820    
18821  ;;;### (autoloads (rmail-edit-current-message) "rmailedit" "mail/rmailedit.el"  ;;;### (autoloads (rmail-edit-current-message) "rmailedit" "mail/rmailedit.el"
18822  ;;;;;;  (15829 28908))  ;;;;;;  (15830 37093))
18823  ;;; Generated autoloads from mail/rmailedit.el  ;;; Generated autoloads from mail/rmailedit.el
18824    
18825  (autoload (quote rmail-edit-current-message) "rmailedit" "\  (autoload (quote rmail-edit-current-message) "rmailedit" "\
# Line 18844  Edit the contents of this message. Line 18831  Edit the contents of this message.
18831    
18832  ;;;### (autoloads (rmail-next-labeled-message rmail-previous-labeled-message  ;;;### (autoloads (rmail-next-labeled-message rmail-previous-labeled-message
18833  ;;;;;;  rmail-read-label rmail-kill-label rmail-add-label) "rmailkwd"  ;;;;;;  rmail-read-label rmail-kill-label rmail-add-label) "rmailkwd"
18834  ;;;;;;  "mail/rmailkwd.el" (15185 49575))  ;;;;;;  "mail/rmailkwd.el" (15186 43692))
18835  ;;; Generated autoloads from mail/rmailkwd.el  ;;; Generated autoloads from mail/rmailkwd.el
18836    
18837  (autoload (quote rmail-add-label) "rmailkwd" "\  (autoload (quote rmail-add-label) "rmailkwd" "\
# Line 18883  With prefix argument N moves forward N m Line 18870  With prefix argument N moves forward N m
18870  ;;;***  ;;;***
18871    
18872  ;;;### (autoloads (set-rmail-inbox-list) "rmailmsc" "mail/rmailmsc.el"  ;;;### (autoloads (set-rmail-inbox-list) "rmailmsc" "mail/rmailmsc.el"
18873  ;;;;;;  (15185 49575))  ;;;;;;  (15186 43692))
18874  ;;; Generated autoloads from mail/rmailmsc.el  ;;; Generated autoloads from mail/rmailmsc.el
18875    
18876  (autoload (quote set-rmail-inbox-list) "rmailmsc" "\  (autoload (quote set-rmail-inbox-list) "rmailmsc" "\
# Line 19522  that variable's value is a string. Line 19509  that variable's value is a string.
19509  ;;;***  ;;;***
19510    
19511  ;;;### (autoloads (gnus-score-mode) "score-mode" "gnus/score-mode.el"  ;;;### (autoloads (gnus-score-mode) "score-mode" "gnus/score-mode.el"
19512  ;;;;;;  (14791 27653))  ;;;;;;  (14792 28989))
19513  ;;; Generated autoloads from gnus/score-mode.el  ;;; Generated autoloads from gnus/score-mode.el
19514    
19515  (autoload (quote gnus-score-mode) "score-mode" "\  (autoload (quote gnus-score-mode) "score-mode" "\
# Line 19794  Like `mail' command, but display mail bu Line 19781  Like `mail' command, but display mail bu
19781  ;;;***  ;;;***
19782    
19783  ;;;### (autoloads (server-mode server-start) "server" "server.el"  ;;;### (autoloads (server-mode server-start) "server" "server.el"
19784  ;;;;;;  (16025 36883))  ;;;;;;  (16161 47189))
19785  ;;; Generated autoloads from server.el  ;;; Generated autoloads from server.el
19786    
19787  (autoload (quote server-start) "server" "\  (autoload (quote server-start) "server" "\
# Line 19826  Server mode runs a process that accepts Line 19813  Server mode runs a process that accepts
19813    
19814  ;;;***  ;;;***
19815    
19816  ;;;### (autoloads (ses-mode) "ses" "ses.el" (15941 42956))  ;;;### (autoloads (ses-mode) "ses" "ses.el" (16161 47189))
19817  ;;; Generated autoloads from ses.el  ;;; Generated autoloads from ses.el
19818    
19819  (autoload (quote ses-mode) "ses" "\  (autoload (quote ses-mode) "ses" "\
# Line 19912  To work around that, do: Line 19899  To work around that, do:
19899  ;;;***  ;;;***
19900    
19901  ;;;### (autoloads (sh-mode) "sh-script" "progmodes/sh-script.el"  ;;;### (autoloads (sh-mode) "sh-script" "progmodes/sh-script.el"
19902  ;;;;;;  (16135 8991))  ;;;;;;  (16172 5865))
19903  ;;; Generated autoloads from progmodes/sh-script.el  ;;; Generated autoloads from progmodes/sh-script.el
19904    
 (put (quote sh-mode) (quote mode-class) (quote special))  
   
19905  (autoload (quote sh-mode) "sh-script" "\  (autoload (quote sh-mode) "sh-script" "\
19906  Major mode for editing shell scripts.  Major mode for editing shell scripts.
19907  This mode works for many shells, since they all have roughly the same syntax,  This mode works for many shells, since they all have roughly the same syntax,
# Line 20343  Snake mode keybindings: Line 20328  Snake mode keybindings:
20328  ;;;***  ;;;***
20329    
20330  ;;;### (autoloads (snmpv2-mode snmp-mode) "snmp-mode" "net/snmp-mode.el"  ;;;### (autoloads (snmpv2-mode snmp-mode) "snmp-mode" "net/snmp-mode.el"
20331  ;;;;;;  (15491 16844))  ;;;;;;  (15491 28594))
20332  ;;; Generated autoloads from net/snmp-mode.el  ;;; Generated autoloads from net/snmp-mode.el
20333    
20334  (autoload (quote snmp-mode) "snmp-mode" "\  (autoload (quote snmp-mode) "snmp-mode" "\
# Line 20691  selected.  If the speedbar frame is acti Line 20676  selected.  If the speedbar frame is acti
20676  ;;;***  ;;;***
20677    
20678  ;;;### (autoloads (spell-string spell-region spell-word spell-buffer)  ;;;### (autoloads (spell-string spell-region spell-word spell-buffer)
20679  ;;;;;;  "spell" "textmodes/spell.el" (15185 49575))  ;;;;;;  "spell" "textmodes/spell.el" (15186 43697))
20680  ;;; Generated autoloads from textmodes/spell.el  ;;; Generated autoloads from textmodes/spell.el
20681    
20682  (put (quote spell-filter) (quote risky-local-variable) t)  (put (quote spell-filter) (quote risky-local-variable) t)
# Line 20727  Check spelling of string supplied as arg Line 20712  Check spelling of string supplied as arg
20712    
20713  ;;;***  ;;;***
20714    
20715  ;;;### (autoloads (snarf-spooks spook) "spook" "play/spook.el" (14816  ;;;### (autoloads (snarf-spooks spook) "spook" "play/spook.el" (14817
20716  ;;;;;;  44944))  ;;;;;;  31868))
20717  ;;; Generated autoloads from play/spook.el  ;;; Generated autoloads from play/spook.el
20718    
20719  (autoload (quote spook) "spook" "\  (autoload (quote spook) "spook" "\
# Line 21255  Read a complex stroke and insert its gly Line 21240  Read a complex stroke and insert its gly
21240  ;;;***  ;;;***
21241    
21242  ;;;### (autoloads (studlify-buffer studlify-word studlify-region)  ;;;### (autoloads (studlify-buffer studlify-word studlify-region)
21243  ;;;;;;  "studly" "play/studly.el" (15365 61265))  ;;;;;;  "studly" "play/studly.el" (15366 772))
21244  ;;; Generated autoloads from play/studly.el  ;;; Generated autoloads from play/studly.el
21245    
21246  (autoload (quote studlify-region) "studly" "\  (autoload (quote studlify-region) "studly" "\
# Line 21309  before, and `sc-post-hook' is run after Line 21294  before, and `sc-post-hook' is run after
21294  ;;;***  ;;;***
21295    
21296  ;;;### (autoloads (syntax-ppss) "syntax" "emacs-lisp/syntax.el" (16149  ;;;### (autoloads (syntax-ppss) "syntax" "emacs-lisp/syntax.el" (16149
21297  ;;;;;;  47790))  ;;;;;;  52644))
21298  ;;; Generated autoloads from emacs-lisp/syntax.el  ;;; Generated autoloads from emacs-lisp/syntax.el
21299    
21300  (autoload (quote syntax-ppss) "syntax" "\  (autoload (quote syntax-ppss) "syntax" "\
# Line 22083  Start a terminal-emulator in a new buffe Line 22068  Start a terminal-emulator in a new buffe
22068    
22069  ;;;***  ;;;***
22070    
22071  ;;;### (autoloads (terminal-emulator) "terminal" "terminal.el" (15490  ;;;### (autoloads (terminal-emulator) "terminal" "terminal.el" (15491
22072  ;;;;;;  38811))  ;;;;;;  28591))
22073  ;;; Generated autoloads from terminal.el  ;;; Generated autoloads from terminal.el
22074    
22075  (autoload (quote terminal-emulator) "terminal" "\  (autoload (quote terminal-emulator) "terminal" "\
# Line 22121  subprocess started. Line 22106  subprocess started.
22106  ;;;***  ;;;***
22107    
22108  ;;;### (autoloads (testcover-this-defun testcover-start) "testcover"  ;;;### (autoloads (testcover-this-defun testcover-start) "testcover"
22109  ;;;;;;  "emacs-lisp/testcover.el" (16011 28192))  ;;;;;;  "emacs-lisp/testcover.el" (16161 47190))
22110  ;;; Generated autoloads from emacs-lisp/testcover.el  ;;; Generated autoloads from emacs-lisp/testcover.el
22111    
22112  (autoload (quote testcover-start) "testcover" "\  (autoload (quote testcover-start) "testcover" "\
# Line 23169  PATTERN regexp. Line 23154  PATTERN regexp.
23154  ;;;***  ;;;***
23155    
23156  ;;;### (autoloads (tmm-prompt tmm-menubar-mouse tmm-menubar) "tmm"  ;;;### (autoloads (tmm-prompt tmm-menubar-mouse tmm-menubar) "tmm"
23157  ;;;;;;  "tmm.el" (15556 35357))  ;;;;;;  "tmm.el" (15557 10300))
23158  ;;; Generated autoloads from tmm.el  ;;; Generated autoloads from tmm.el
23159   (define-key global-map "\M-`" 'tmm-menubar)   (define-key global-map "\M-`" 'tmm-menubar)
23160   (define-key global-map [f10] 'tmm-menubar)   (define-key global-map [f10] 'tmm-menubar)
# Line 23210  Its value should be an event that has a Line 23195  Its value should be an event that has a
23195    
23196  ;;;### (autoloads (todo-show todo-cp todo-mode todo-print todo-top-priorities  ;;;### (autoloads (todo-show todo-cp todo-mode todo-print todo-top-priorities
23197  ;;;;;;  todo-insert-item todo-add-item-non-interactively todo-add-category)  ;;;;;;  todo-insert-item todo-add-item-non-interactively todo-add-category)
23198  ;;;;;;  "todo-mode" "calendar/todo-mode.el" (15381 46974))  ;;;;;;  "todo-mode" "calendar/todo-mode.el" (15381 53844))
23199  ;;; Generated autoloads from calendar/todo-mode.el  ;;; Generated autoloads from calendar/todo-mode.el
23200    
23201  (autoload (quote todo-add-category) "todo-mode" "\  (autoload (quote todo-add-category) "todo-mode" "\
# Line 23352  MAP must contain appropriate binding for Line 23337  MAP must contain appropriate binding for
23337  ;;;***  ;;;***
23338    
23339  ;;;### (autoloads (tooltip-mode tooltip-mode) "tooltip" "tooltip.el"  ;;;### (autoloads (tooltip-mode tooltip-mode) "tooltip" "tooltip.el"
23340  ;;;;;;  (15941 42957))  ;;;;;;  (16158 60820))
23341  ;;; Generated autoloads from tooltip.el  ;;; Generated autoloads from tooltip.el
23342    
23343  (autoload (quote tooltip-mode) "tooltip" "\  (autoload (quote tooltip-mode) "tooltip" "\
# Line 23386  Turn on TPU/edt emulation. Line 23371  Turn on TPU/edt emulation.
23371  ;;;***  ;;;***
23372    
23373  ;;;### (autoloads (tpu-set-cursor-bound tpu-set-cursor-free tpu-set-scroll-margins)  ;;;### (autoloads (tpu-set-cursor-bound tpu-set-cursor-free tpu-set-scroll-margins)
23374  ;;;;;;  "tpu-extras" "emulation/tpu-extras.el" (15186 56483))  ;;;;;;  "tpu-extras" "emulation/tpu-extras.el" (15188 565))
23375  ;;; Generated autoloads from emulation/tpu-extras.el  ;;; Generated autoloads from emulation/tpu-extras.el
23376    
23377  (autoload (quote tpu-set-scroll-margins) "tpu-extras" "\  (autoload (quote tpu-set-scroll-margins) "tpu-extras" "\
# Line 23453  the window or buffer configuration at al Line 23438  the window or buffer configuration at al
23438    
23439  ;;;### (autoloads (tramp-completion-file-name-handler tramp-file-name-handler  ;;;### (autoloads (tramp-completion-file-name-handler tramp-file-name-handler
23440  ;;;;;;  tramp-completion-file-name-regexp tramp-file-name-regexp)  ;;;;;;  tramp-completion-file-name-regexp tramp-file-name-regexp)
23441  ;;;;;;  "tramp" "net/tramp.el" (16111 41831))  ;;;;;;  "tramp" "net/tramp.el" (16156 22664))
23442  ;;; Generated autoloads from net/tramp.el  ;;; Generated autoloads from net/tramp.el
23443    
23444  (defvar tramp-unified-filenames (not (featurep (quote xemacs))) "\  (defvar tramp-unified-filenames (not (featurep (quote xemacs))) "\
# Line 23532  Falls back to normal file name handler i Line 23517  Falls back to normal file name handler i
23517  ;;;***  ;;;***
23518    
23519  ;;;### (autoloads (2C-split 2C-associate-buffer 2C-two-columns) "two-column"  ;;;### (autoloads (2C-split 2C-associate-buffer 2C-two-columns) "two-column"
23520  ;;;;;;  "textmodes/two-column.el" (15304 37383))  ;;;;;;  "textmodes/two-column.el" (16153 36586))
23521  ;;; Generated autoloads from textmodes/two-column.el  ;;; Generated autoloads from textmodes/two-column.el
23522   (autoload '2C-command "two-column" () t 'keymap)   (autoload '2C-command "two-column" () t 'keymap)
23523   (global-set-key "\C-x6" '2C-command)   (global-set-key "\C-x6" '2C-command)
# Line 23741  FRAC should be the inverse of the fracti Line 23726  FRAC should be the inverse of the fracti
23726  ;;;***  ;;;***
23727    
23728  ;;;### (autoloads (ununderline-region underline-region) "underline"  ;;;### (autoloads (ununderline-region underline-region) "underline"
23729  ;;;;;;  "textmodes/underline.el" (15185 49575))  ;;;;;;  "textmodes/underline.el" (15186 43697))
23730  ;;; Generated autoloads from textmodes/underline.el  ;;; Generated autoloads from textmodes/underline.el
23731    
23732  (autoload (quote underline-region) "underline" "\  (autoload (quote underline-region) "underline" "\
# Line 23781  following the containing message. Line 23766  following the containing message.
23766  ;;;***  ;;;***
23767    
23768  ;;;### (autoloads (unrmail batch-unrmail) "unrmail" "mail/unrmail.el"  ;;;### (autoloads (unrmail batch-unrmail) "unrmail" "mail/unrmail.el"
23769  ;;;;;;  (15763 44954))  ;;;;;;  (15764 7537))
23770  ;;; Generated autoloads from mail/unrmail.el  ;;; Generated autoloads from mail/unrmail.el
23771    
23772  (autoload (quote batch-unrmail) "unrmail" "\  (autoload (quote batch-unrmail) "unrmail" "\
# Line 23800  Convert Rmail file FILE to system inbox Line 23785  Convert Rmail file FILE to system inbox
23785    
23786  ;;;***  ;;;***
23787    
23788  ;;;### (autoloads (unsafep) "unsafep" "emacs-lisp/unsafep.el" (15941  ;;;### (autoloads (unsafep) "unsafep" "emacs-lisp/unsafep.el" (16161
23789  ;;;;;;  42958))  ;;;;;;  47190))
23790  ;;; Generated autoloads from emacs-lisp/unsafep.el  ;;; Generated autoloads from emacs-lisp/unsafep.el
23791    
23792  (autoload (quote unsafep) "unsafep" "\  (autoload (quote unsafep) "unsafep" "\
# Line 23843  The buffer in question is current when t Line 23828  The buffer in question is current when t
23828  ;;;***  ;;;***
23829    
23830  ;;;### (autoloads (uudecode-decode-region uudecode-decode-region-external)  ;;;### (autoloads (uudecode-decode-region uudecode-decode-region-external)
23831  ;;;;;;  "uudecode" "gnus/uudecode.el" (15185 54813))  ;;;;;;  "uudecode" "gnus/uudecode.el" (15186 43690))
23832  ;;; Generated autoloads from gnus/uudecode.el  ;;; Generated autoloads from gnus/uudecode.el
23833    
23834  (autoload (quote uudecode-decode-region-external) "uudecode" "\  (autoload (quote uudecode-decode-region-external) "uudecode" "\
# Line 24148  colors. `vc-annotate-background' specifi Line 24133  colors. `vc-annotate-background' specifi
24133    
24134  ;;;***  ;;;***
24135    
24136  ;;;### (autoloads nil "vc-cvs" "vc-cvs.el" (16135 8990))  ;;;### (autoloads nil "vc-cvs" "vc-cvs.el" (16136 2981))
24137  ;;; Generated autoloads from vc-cvs.el  ;;; Generated autoloads from vc-cvs.el
24138   (defun vc-cvs-registered (f)   (defun vc-cvs-registered (f)
24139    (when (file-readable-p (expand-file-name    (when (file-readable-p (expand-file-name
# Line 24207  find any project directory." (let ((proj Line 24192  find any project directory." (let ((proj
24192    
24193  ;;;***  ;;;***
24194    
24195  ;;;### (autoloads nil "vc-svn" "vc-svn.el" (16135 8990))  ;;;### (autoloads nil "vc-svn" "vc-svn.el" (16158 60820))
24196  ;;; Generated autoloads from vc-svn.el  ;;; Generated autoloads from vc-svn.el
24197   (defun vc-svn-registered (f)   (defun vc-svn-registered (f)
24198    (when (file-readable-p (expand-file-name    (when (file-readable-p (expand-file-name
# Line 25450  With arg, turn Winner mode on if and onl Line 25435  With arg, turn Winner mode on if and onl
25435  ;;;***  ;;;***
25436    
25437  ;;;### (autoloads (woman-find-file woman-dired-find-file woman) "woman"  ;;;### (autoloads (woman-find-file woman-dired-find-file woman) "woman"
25438  ;;;;;;  "woman.el" (16011 28192))  ;;;;;;  "woman.el" (16012 41365))
25439  ;;; Generated autoloads from woman.el  ;;; Generated autoloads from woman.el
25440    
25441  (autoload (quote woman) "woman" "\  (autoload (quote woman) "woman" "\
# Line 25647  Turn it on to use emacs mouse commands, Line 25632  Turn it on to use emacs mouse commands,
25632  ;;;***  ;;;***
25633    
25634  ;;;### (autoloads (psychoanalyze-pinhead apropos-zippy insert-zippyism  ;;;### (autoloads (psychoanalyze-pinhead apropos-zippy insert-zippyism
25635  ;;;;;;  yow) "yow" "play/yow.el" (15397 31808))  ;;;;;;  yow) "yow" "play/yow.el" (15407 8860))
25636  ;;; Generated autoloads from play/yow.el  ;;; Generated autoloads from play/yow.el
25637    
25638  (autoload (quote yow) "yow" "\  (autoload (quote yow) "yow" "\
# Line 25836  Zone-mode does two things: Line 25821  Zone-mode does two things:
25821  ;;;;;;  "textmodes/texnfo-upd.el" "textmodes/text-mode.el" "timezone.el"  ;;;;;;  "textmodes/texnfo-upd.el" "textmodes/text-mode.el" "timezone.el"
25822  ;;;;;;  "uniquify.el" "vc-hooks.el" "vcursor.el" "version.el" "vms-patch.el"  ;;;;;;  "uniquify.el" "vc-hooks.el" "vcursor.el" "version.el" "vms-patch.el"
25823  ;;;;;;  "vmsproc.el" "vt-control.el" "vt100-led.el" "w32-fns.el"  ;;;;;;  "vmsproc.el" "vt-control.el" "vt100-led.el" "w32-fns.el"
25824  ;;;;;;  "w32-vars.el" "widget.el" "window.el") (16150 35885 616236))  ;;;;;;  "w32-vars.el" "widget.el" "window.el") (16172 12844 213501))
25825    
25826  ;;;***  ;;;***
25827    

Legend:
Removed from v.2.93  
changed lines
  Added in v.2.94

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26