/[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.60 by rms, Thu Jan 17 22:21:17 2002 UTC revision 2.61 by jasonr, Sun Jan 20 16:01:56 2002 UTC
# Line 5  Line 5 
5    
6  ;;;### (autoloads (5x5-crack 5x5-crack-xor-mutate 5x5-crack-mutating-best  ;;;### (autoloads (5x5-crack 5x5-crack-xor-mutate 5x5-crack-mutating-best
7  ;;;;;;  5x5-crack-mutating-current 5x5-crack-randomly 5x5) "5x5"  ;;;;;;  5x5-crack-mutating-current 5x5-crack-randomly 5x5) "5x5"
8  ;;;;;;  "play/5x5.el" (15382 32124))  ;;;;;;  "play/5x5.el" (15390 29811))
9  ;;; Generated autoloads from play/5x5.el  ;;; Generated autoloads from play/5x5.el
10    
11  (autoload (quote 5x5) "5x5" "\  (autoload (quote 5x5) "5x5" "\
# Line 225  Fix any old-style date entries in the cu Line 225  Fix any old-style date entries in the cu
225  ;;;***  ;;;***
226    
227  ;;;### (autoloads (defadvice ad-add-advice ad-default-compilation-action  ;;;### (autoloads (defadvice ad-add-advice ad-default-compilation-action
228  ;;;;;;  ad-redefinition-action) "advice" "emacs-lisp/advice.el" (15381  ;;;;;;  ad-redefinition-action) "advice" "emacs-lisp/advice.el" (15390
229  ;;;;;;  49865))  ;;;;;;  29801))
230  ;;; Generated autoloads from emacs-lisp/advice.el  ;;; Generated autoloads from emacs-lisp/advice.el
231    
232  (defvar ad-redefinition-action (quote warn) "\  (defvar ad-redefinition-action (quote warn) "\
# Line 393  A replacement function for `newline-and- Line 393  A replacement function for `newline-and-
393  ;;;***  ;;;***
394    
395  ;;;### (autoloads (ange-ftp-hook-function ange-ftp-reread-dir) "ange-ftp"  ;;;### (autoloads (ange-ftp-hook-function ange-ftp-reread-dir) "ange-ftp"
396  ;;;;;;  "net/ange-ftp.el" (15430 10854))  ;;;;;;  "net/ange-ftp.el" (15431 8678))
397  ;;; Generated autoloads from net/ange-ftp.el  ;;; Generated autoloads from net/ange-ftp.el
398   (defalias 'ange-ftp-re-read-dir 'ange-ftp-reread-dir)   (defalias 'ange-ftp-re-read-dir 'ange-ftp-reread-dir)
399    
# Line 1016  insert a template for the file depending Line 1016  insert a template for the file depending
1016    
1017  ;;;### (autoloads (batch-update-autoloads update-autoloads-from-directories  ;;;### (autoloads (batch-update-autoloads update-autoloads-from-directories
1018  ;;;;;;  update-file-autoloads) "autoload" "emacs-lisp/autoload.el"  ;;;;;;  update-file-autoloads) "autoload" "emacs-lisp/autoload.el"
1019  ;;;;;;  (15428 59144))  ;;;;;;  (15429 52066))
1020  ;;; Generated autoloads from emacs-lisp/autoload.el  ;;; Generated autoloads from emacs-lisp/autoload.el
1021    
1022  (autoload (quote update-file-autoloads) "autoload" "\  (autoload (quote update-file-autoloads) "autoload" "\
# Line 1668  corresponding bookmark function from Lis Line 1668  corresponding bookmark function from Lis
1668  ;;;;;;  browse-url-of-buffer browse-url-of-file browse-url-generic-program  ;;;;;;  browse-url-of-buffer browse-url-of-file browse-url-generic-program
1669  ;;;;;;  browse-url-save-file browse-url-new-window-flag browse-url-galeon-program  ;;;;;;  browse-url-save-file browse-url-new-window-flag browse-url-galeon-program
1670  ;;;;;;  browse-url-browser-display browse-url-browser-function) "browse-url"  ;;;;;;  browse-url-browser-display browse-url-browser-function) "browse-url"
1671  ;;;;;;  "net/browse-url.el" (15425 4824))  ;;;;;;  "net/browse-url.el" (15425 25184))
1672  ;;; Generated autoloads from net/browse-url.el  ;;; Generated autoloads from net/browse-url.el
1673    
1674  (defvar browse-url-browser-function (if (memq system-type (quote (windows-nt ms-dos))) (quote browse-url-default-windows-browser) (quote browse-url-default-browser)) "\  (defvar browse-url-browser-function (if (memq system-type (quote (windows-nt ms-dos))) (quote browse-url-default-windows-browser) (quote browse-url-default-browser)) "\
# Line 1962  name of buffer configuration." t nil) Line 1962  name of buffer configuration." t nil)
1962  ;;;***  ;;;***
1963    
1964  ;;;### (autoloads (insert-text-button make-text-button insert-button  ;;;### (autoloads (insert-text-button make-text-button insert-button
1965  ;;;;;;  make-button define-button-type) "button" "button.el" (15413  ;;;;;;  make-button define-button-type) "button" "button.el" (15414
1966  ;;;;;;  39886))  ;;;;;;  16309))
1967  ;;; Generated autoloads from button.el  ;;; Generated autoloads from button.el
1968    
1969  (defvar button-map (let ((map (make-sparse-keymap))) (define-key map " " (quote push-button)) (define-key map [mouse-2] (quote push-button)) map) "\  (defvar button-map (let ((map (make-sparse-keymap))) (define-key map " " (quote push-button)) (define-key map [mouse-2] (quote push-button)) map) "\
# Line 2233  See the documentation for `calculator-mo Line 2233  See the documentation for `calculator-mo
2233  ;;;;;;  calendar-remove-frame-by-deleting mark-diary-entries-in-calendar  ;;;;;;  calendar-remove-frame-by-deleting mark-diary-entries-in-calendar
2234  ;;;;;;  number-of-diary-entries view-diary-entries-initially calendar-offset  ;;;;;;  number-of-diary-entries view-diary-entries-initially calendar-offset
2235  ;;;;;;  calendar-week-start-day) "calendar" "calendar/calendar.el"  ;;;;;;  calendar-week-start-day) "calendar" "calendar/calendar.el"
2236  ;;;;;;  (15427 41557))  ;;;;;;  (15429 52065))
2237  ;;; Generated autoloads from calendar/calendar.el  ;;; Generated autoloads from calendar/calendar.el
2238    
2239  (defvar calendar-week-start-day 0 "\  (defvar calendar-week-start-day 0 "\
# Line 3437  read/written by MS-DOS software, or for Line 3437  read/written by MS-DOS software, or for
3437  ;;;### (autoloads (comint-redirect-results-list-from-process comint-redirect-results-list  ;;;### (autoloads (comint-redirect-results-list-from-process comint-redirect-results-list
3438  ;;;;;;  comint-redirect-send-command-to-process comint-redirect-send-command  ;;;;;;  comint-redirect-send-command-to-process comint-redirect-send-command
3439  ;;;;;;  comint-run make-comint make-comint-in-buffer) "comint" "comint.el"  ;;;;;;  comint-run make-comint make-comint-in-buffer) "comint" "comint.el"
3440  ;;;;;;  (15430 10231))  ;;;;;;  (15433 15822))
3441  ;;; Generated autoloads from comint.el  ;;; Generated autoloads from comint.el
3442    
3443  (autoload (quote make-comint-in-buffer) "comint" "\  (autoload (quote make-comint-in-buffer) "comint" "\
# Line 3907  Randomly permute the elements of VECTOR Line 3907  Randomly permute the elements of VECTOR
3907  ;;;***  ;;;***
3908    
3909  ;;;### (autoloads (copyright copyright-update) "copyright" "emacs-lisp/copyright.el"  ;;;### (autoloads (copyright copyright-update) "copyright" "emacs-lisp/copyright.el"
3910  ;;;;;;  (15425 60053))  ;;;;;;  (15427 18595))
3911  ;;; Generated autoloads from emacs-lisp/copyright.el  ;;; Generated autoloads from emacs-lisp/copyright.el
3912    
3913  (autoload (quote copyright-update) "copyright" "\  (autoload (quote copyright-update) "copyright" "\
# Line 4654  START and END delimits the corners of te Line 4654  START and END delimits the corners of te
4654    
4655  ;;;***  ;;;***
4656    
4657  ;;;### (autoloads (delphi-mode) "delphi" "progmodes/delphi.el" (15372  ;;;### (autoloads (delphi-mode) "delphi" "progmodes/delphi.el" (15373
4658  ;;;;;;  32434))  ;;;;;;  8004))
4659  ;;; Generated autoloads from progmodes/delphi.el  ;;; Generated autoloads from progmodes/delphi.el
4660    
4661  (autoload (quote delphi-mode) "delphi" "\  (autoload (quote delphi-mode) "delphi" "\
# Line 4799  to provide correct modes for autoloaded Line 4799  to provide correct modes for autoloaded
4799  ;;;***  ;;;***
4800    
4801  ;;;### (autoloads (diary-mail-entries diary) "diary-lib" "calendar/diary-lib.el"  ;;;### (autoloads (diary-mail-entries diary) "diary-lib" "calendar/diary-lib.el"
4802  ;;;;;;  (15413 39891))  ;;;;;;  (15414 16315))
4803  ;;; Generated autoloads from calendar/diary-lib.el  ;;; Generated autoloads from calendar/diary-lib.el
4804    
4805  (autoload (quote diary) "diary-lib" "\  (autoload (quote diary) "diary-lib" "\
# Line 4877  Minor mode for viewing/editing context d Line 4877  Minor mode for viewing/editing context d
4877  ;;;;;;  dired dired-copy-preserve-time dired-dwim-target dired-keep-marker-symlink  ;;;;;;  dired dired-copy-preserve-time dired-dwim-target dired-keep-marker-symlink
4878  ;;;;;;  dired-keep-marker-hardlink dired-keep-marker-copy dired-keep-marker-rename  ;;;;;;  dired-keep-marker-hardlink dired-keep-marker-copy dired-keep-marker-rename
4879  ;;;;;;  dired-trivial-filenames dired-ls-F-marks-symlinks dired-listing-switches)  ;;;;;;  dired-trivial-filenames dired-ls-F-marks-symlinks dired-listing-switches)
4880  ;;;;;;  "dired" "dired.el" (15425 1683))  ;;;;;;  "dired" "dired.el" (15425 25183))
4881  ;;; Generated autoloads from dired.el  ;;; Generated autoloads from dired.el
4882    
4883  (defvar dired-listing-switches "-al" "\  (defvar dired-listing-switches "-al" "\
# Line 4984  Like `dired' but returns the dired buffe Line 4984  Like `dired' but returns the dired buffe
4984  ;;;;;;  dired-do-compress dired-compress-file dired-do-kill-lines  ;;;;;;  dired-do-compress dired-compress-file dired-do-kill-lines
4985  ;;;;;;  dired-do-shell-command dired-do-print dired-do-chown dired-do-chgrp  ;;;;;;  dired-do-shell-command dired-do-print dired-do-chown dired-do-chgrp
4986  ;;;;;;  dired-do-chmod dired-backup-diff dired-diff) "dired-aux"  ;;;;;;  dired-do-chmod dired-backup-diff dired-diff) "dired-aux"
4987  ;;;;;;  "dired-aux.el" (15425 58597))  ;;;;;;  "dired-aux.el" (15427 18577))
4988  ;;; Generated autoloads from dired-aux.el  ;;; Generated autoloads from dired-aux.el
4989    
4990  (autoload (quote dired-diff) "dired-aux" "\  (autoload (quote dired-diff) "dired-aux" "\
# Line 6025  With optional NODE, goes to that node." Line 6025  With optional NODE, goes to that node."
6025  ;;;***  ;;;***
6026    
6027  ;;;### (autoloads (ediff-customize) "ediff-help" "ediff-help.el"  ;;;### (autoloads (ediff-customize) "ediff-help" "ediff-help.el"
6028  ;;;;;;  (15418 36355))  ;;;;;;  (15419 18608))
6029  ;;; Generated autoloads from ediff-help.el  ;;; Generated autoloads from ediff-help.el
6030    
6031  (autoload (quote ediff-customize) "ediff-help" nil t nil)  (autoload (quote ediff-customize) "ediff-help" nil t nil)
# Line 6033  With optional NODE, goes to that node." Line 6033  With optional NODE, goes to that node."
6033  ;;;***  ;;;***
6034    
6035  ;;;### (autoloads (ediff-show-registry) "ediff-mult" "ediff-mult.el"  ;;;### (autoloads (ediff-show-registry) "ediff-mult" "ediff-mult.el"
6036  ;;;;;;  (15418 36355))  ;;;;;;  (15419 18610))
6037  ;;; Generated autoloads from ediff-mult.el  ;;; Generated autoloads from ediff-mult.el
6038    
6039  (autoload (quote ediff-show-registry) "ediff-mult" "\  (autoload (quote ediff-show-registry) "ediff-mult" "\
# Line 6044  Display Ediff's registry." t nil) Line 6044  Display Ediff's registry." t nil)
6044  ;;;***  ;;;***
6045    
6046  ;;;### (autoloads (ediff-toggle-use-toolbar ediff-toggle-multiframe)  ;;;### (autoloads (ediff-toggle-use-toolbar ediff-toggle-multiframe)
6047  ;;;;;;  "ediff-util" "ediff-util.el" (15418 36357))  ;;;;;;  "ediff-util" "ediff-util.el" (15419 18612))
6048  ;;; Generated autoloads from ediff-util.el  ;;; Generated autoloads from ediff-util.el
6049    
6050  (autoload (quote ediff-toggle-multiframe) "ediff-util" "\  (autoload (quote ediff-toggle-multiframe) "ediff-util" "\
# Line 6105  or nil, use a compact 80-column format." Line 6105  or nil, use a compact 80-column format."
6105  ;;;***  ;;;***
6106    
6107  ;;;### (autoloads (edt-emulation-on edt-set-scroll-margins) "edt"  ;;;### (autoloads (edt-emulation-on edt-set-scroll-margins) "edt"
6108  ;;;;;;  "emulation/edt.el" (15425 1710))  ;;;;;;  "emulation/edt.el" (15425 25184))
6109  ;;; Generated autoloads from emulation/edt.el  ;;; Generated autoloads from emulation/edt.el
6110    
6111  (autoload (quote edt-set-scroll-margins) "edt" "\  (autoload (quote edt-set-scroll-margins) "edt" "\
# Line 6365  Test Eshell to verify that it works as e Line 6365  Test Eshell to verify that it works as e
6365  ;;;***  ;;;***
6366    
6367  ;;;### (autoloads (eshell-report-bug eshell-command-result eshell-command  ;;;### (autoloads (eshell-report-bug eshell-command-result eshell-command
6368  ;;;;;;  eshell) "eshell" "eshell/eshell.el" (15425 1710))  ;;;;;;  eshell) "eshell" "eshell/eshell.el" (15425 25184))
6369  ;;; Generated autoloads from eshell/eshell.el  ;;; Generated autoloads from eshell/eshell.el
6370    
6371  (autoload (quote eshell) "eshell" "\  (autoload (quote eshell) "eshell" "\
# Line 7015  with no args, if that value is non-nil." Line 7015  with no args, if that value is non-nil."
7015  ;;;;;;  facemenu-remove-special facemenu-remove-all facemenu-remove-face-props  ;;;;;;  facemenu-remove-special facemenu-remove-all facemenu-remove-face-props
7016  ;;;;;;  facemenu-set-read-only facemenu-set-intangible facemenu-set-invisible  ;;;;;;  facemenu-set-read-only facemenu-set-intangible facemenu-set-invisible
7017  ;;;;;;  facemenu-set-face-from-menu facemenu-set-background facemenu-set-foreground  ;;;;;;  facemenu-set-face-from-menu facemenu-set-background facemenu-set-foreground
7018  ;;;;;;  facemenu-set-face) "facemenu" "facemenu.el" (15413 39887))  ;;;;;;  facemenu-set-face) "facemenu" "facemenu.el" (15414 16309))
7019  ;;; Generated autoloads from facemenu.el  ;;; Generated autoloads from facemenu.el
7020   (define-key global-map "\M-g" 'facemenu-keymap)   (define-key global-map "\M-g" 'facemenu-keymap)
7021   (autoload 'facemenu-keymap "facemenu" "Keymap for face-changing commands." t 'keymap)   (autoload 'facemenu-keymap "facemenu" "Keymap for face-changing commands." t 'keymap)
# Line 7549  to get the effect of a C-q." nil nil) Line 7549  to get the effect of a C-q." nil nil)
7549    
7550  ;;;### (autoloads (flyspell-buffer flyspell-region flyspell-mode-off  ;;;### (autoloads (flyspell-buffer flyspell-region flyspell-mode-off
7551  ;;;;;;  flyspell-mode flyspell-prog-mode flyspell-mode-line-string)  ;;;;;;  flyspell-mode flyspell-prog-mode flyspell-mode-line-string)
7552  ;;;;;;  "flyspell" "textmodes/flyspell.el" (15425 1711))  ;;;;;;  "flyspell" "textmodes/flyspell.el" (15425 25185))
7553  ;;; Generated autoloads from textmodes/flyspell.el  ;;; Generated autoloads from textmodes/flyspell.el
7554    
7555  (defvar flyspell-mode-line-string " Fly" "\  (defvar flyspell-mode-line-string " Fly" "\
# Line 7814  It returns a name of the created fontset Line 7814  It returns a name of the created fontset
7814    
7815  ;;;***  ;;;***
7816    
 ;;;### (autoloads (ada-mode ada-add-extensions) "foo" "progmodes/foo.el"  
 ;;;;;;  (15340 34856))  
 ;;; Generated autoloads from progmodes/foo.el  
   
 (autoload (quote ada-add-extensions) "foo" "\  
 Define SPEC and BODY as being valid extensions for Ada files.  
 Going from body to spec with `ff-find-other-file' used these  
 extensions.  
 SPEC and BODY are two regular expressions that must match against the file  
 name" nil nil)  
   
 (autoload (quote ada-mode) "foo" "\  
 Ada mode is the major mode for editing Ada code.  
   
 Bindings are as follows: (Note: 'LFD' is control-j.)  
   
  Indent line                                          '\\[ada-tab]'  
  Indent line, insert newline and indent the new line. '\\[newline-and-indent]'  
   
  Re-format the parameter-list point is in             '\\[ada-format-paramlist]'  
  Indent all lines in region                           '\\[ada-indent-region]'  
   
  Adjust case of identifiers and keywords in region    '\\[ada-adjust-case-region]'  
  Adjust case of identifiers and keywords in buffer    '\\[ada-adjust-case-buffer]'  
   
  Fill comment paragraph, justify and append postfix   '\\[fill-paragraph]'  
   
  Next func/proc/task '\\[ada-next-procedure]'  Previous func/proc/task '\\[ada-previous-procedure]'  
  Next package        '\\[ada-next-package]'  Previous package        '\\[ada-previous-package]'  
   
  Goto matching start of current 'end ...;'            '\\[ada-move-to-start]'  
  Goto end of current block                            '\\[ada-move-to-end]'  
   
 Comments are handled using standard GNU Emacs conventions, including:  
  Start a comment                                      '\\[indent-for-comment]'  
  Comment region                                       '\\[comment-region]'  
  Uncomment region                                     '\\[ada-uncomment-region]'  
  Continue comment on next line                        '\\[indent-new-comment-line]'  
   
 If you use imenu.el:  
  Display index-menu of functions & procedures         '\\[imenu]'  
   
 If you use find-file.el:  
  Switch to other file (Body <-> Spec)                 '\\[ff-find-other-file]'  
                                                    or '\\[ff-mouse-find-other-file]  
  Switch to other file in other window                 '\\[ada-ff-other-window]'  
                                                    or '\\[ff-mouse-find-other-file-other-window]  
  If you use this function in a spec and no body is available, it gets created with body stubs.  
   
 If you use ada-xref.el:  
  Goto declaration:          '\\[ada-point-and-xref]' on the identifier  
                          or '\\[ada-goto-declaration]' with point on the identifier  
  Complete identifier:       '\\[ada-complete-identifier]'" t nil)  
   
 ;;;***  
   
7817  ;;;### (autoloads (footnote-mode) "footnote" "mail/footnote.el" (15400  ;;;### (autoloads (footnote-mode) "footnote" "mail/footnote.el" (15400
7818  ;;;;;;  1477))  ;;;;;;  1477))
7819  ;;; Generated autoloads from mail/footnote.el  ;;; Generated autoloads from mail/footnote.el
# Line 8196  Generate NOV files recursively starting Line 8140  Generate NOV files recursively starting
8140  ;;;***  ;;;***
8141    
8142  ;;;### (autoloads (gnus-fetch-group-other-frame gnus-fetch-group)  ;;;### (autoloads (gnus-fetch-group-other-frame gnus-fetch-group)
8143  ;;;;;;  "gnus-group" "gnus/gnus-group.el" (15374 23509))  ;;;;;;  "gnus-group" "gnus/gnus-group.el" (15377 9264))
8144  ;;; Generated autoloads from gnus/gnus-group.el  ;;; Generated autoloads from gnus/gnus-group.el
8145    
8146  (autoload (quote gnus-fetch-group) "gnus-group" "\  (autoload (quote gnus-fetch-group) "gnus-group" "\
# Line 8479  the form \"WINDOW-ID PIXMAP-ID\".  Value Line 8423  the form \"WINDOW-ID PIXMAP-ID\".  Value
8423  ;;;***  ;;;***
8424    
8425  ;;;### (autoloads (jdb pdb perldb xdb dbx sdb gdb) "gud" "gud.el"  ;;;### (autoloads (jdb pdb perldb xdb dbx sdb gdb) "gud" "gud.el"
8426  ;;;;;;  (15425 58597))  ;;;;;;  (15433 15825))
8427  ;;; Generated autoloads from gud.el  ;;; Generated autoloads from gud.el
8428    
8429  (autoload (quote gdb) "gud" "\  (autoload (quote gdb) "gud" "\
# Line 8519  and source-file directory for your debug Line 8463  and source-file directory for your debug
8463  Run jdb with command line COMMAND-LINE in a buffer.  Run jdb with command line COMMAND-LINE in a buffer.
8464  The buffer is named \"*gud*\" if no initial class is given or  The buffer is named \"*gud*\" if no initial class is given or
8465  \"*gud-<initial-class-basename>*\" if there is.  If the \"-classpath\"  \"*gud-<initial-class-basename>*\" if there is.  If the \"-classpath\"
8466  switch is given, omit all whitespace between it and it's value." t nil)  switch is given, omit all whitespace between it and its value.
8467    
8468    See `gud-jdb-use-classpath' and `gud-jdb-classpath' documentation for
8469    information on how jdb accesses source files. Alternatively (if
8470    `gud-jdb-use-classpath' is nil), see `gud-jdb-directories' for the
8471    original source file access method.
8472    
8473    For general information about commands available to control jdb from
8474    gud, see `gud-mode'." t nil)
8475   (add-hook 'same-window-regexps "\\*gud-.*\\*\\(\\|<[0-9]+>\\)")   (add-hook 'same-window-regexps "\\*gud-.*\\*\\(\\|<[0-9]+>\\)")
8476    
8477  ;;;***  ;;;***
# Line 8629  A value of nil means skip the middle ste Line 8581  A value of nil means skip the middle ste
8581    
8582  ;;;### (autoloads (help-xref-on-pp help-insert-xref-button help-xref-button  ;;;### (autoloads (help-xref-on-pp help-insert-xref-button help-xref-button
8583  ;;;;;;  help-make-xrefs help-setup-xref help-mode-finish help-mode-setup  ;;;;;;  help-make-xrefs help-setup-xref help-mode-finish help-mode-setup
8584  ;;;;;;  help-mode) "help-mode" "help-mode.el" (15425 1683))  ;;;;;;  help-mode) "help-mode" "help-mode.el" (15425 25183))
8585  ;;; Generated autoloads from help-mode.el  ;;; Generated autoloads from help-mode.el
8586    
8587  (autoload (quote help-mode) "help-mode" "\  (autoload (quote help-mode) "help-mode" "\
# Line 9158  argument VERBOSE non-nil makes the funct Line 9110  argument VERBOSE non-nil makes the funct
9110  ;;;***  ;;;***
9111    
9112  ;;;### (autoloads (global-hl-line-mode hl-line-mode) "hl-line" "hl-line.el"  ;;;### (autoloads (global-hl-line-mode hl-line-mode) "hl-line" "hl-line.el"
9113  ;;;;;;  (15371 46416))  ;;;;;;  (15434 54698))
9114  ;;; Generated autoloads from hl-line.el  ;;; Generated autoloads from hl-line.el
9115    
9116  (autoload (quote hl-line-mode) "hl-line" "\  (autoload (quote hl-line-mode) "hl-line" "\
# Line 9240  Also see `automatic-hscrolling'." t nil) Line 9192  Also see `automatic-hscrolling'." t nil)
9192  ;;;;;;  ibuffer-decompose-filter ibuffer-pop-filter ibuffer-filter-disable  ;;;;;;  ibuffer-decompose-filter ibuffer-pop-filter ibuffer-filter-disable
9193  ;;;;;;  ibuffer-included-in-filters-p ibuffer-interactive-filter-by-mode  ;;;;;;  ibuffer-included-in-filters-p ibuffer-interactive-filter-by-mode
9194  ;;;;;;  ibuffer-mouse-filter-by-mode ibuffer-auto-mode) "ibuf-ext"  ;;;;;;  ibuffer-mouse-filter-by-mode ibuffer-auto-mode) "ibuf-ext"
9195  ;;;;;;  "ibuf-ext.el" (15431 12518))  ;;;;;;  "ibuf-ext.el" (15431 12536))
9196  ;;; Generated autoloads from ibuf-ext.el  ;;; Generated autoloads from ibuf-ext.el
9197    
9198  (autoload (quote ibuffer-auto-mode) "ibuf-ext" "\  (autoload (quote ibuffer-auto-mode) "ibuf-ext" "\
# Line 11042  Major mode for browsing CVS log output." Line 10994  Major mode for browsing CVS log output."
10994    
10995  ;;;***  ;;;***
10996    
 ;;;### (autoloads (ange-ftp-hook-function ange-ftp-reread-dir) "loser-ftp"  
 ;;;;;;  "net/loser-ftp.el" (15405 1195))  
 ;;; Generated autoloads from net/loser-ftp.el  
  (defalias 'ange-ftp-re-read-dir 'ange-ftp-reread-dir)  
   
 (autoload (quote ange-ftp-reread-dir) "loser-ftp" "\  
 Reread remote directory DIR to update the directory cache.  
 The implementation of remote ftp file names caches directory contents  
 for speed.  Therefore, when new remote files are created, Emacs  
 may not know they exist.  You can use this command to reread a specific  
 directory, so that Emacs will know its current contents." t nil)  
   
 (autoload (quote ange-ftp-hook-function) "loser-ftp" nil nil nil)  
   
 (or (assoc "^/[^/:]*[^/:.]:" file-name-handler-alist) (setq file-name-handler-alist (cons (quote ("^/[^/:]*[^/:.]:" . ange-ftp-hook-function)) file-name-handler-alist)))  
   
 (or (assoc "^/[^/:]*\\'" file-name-handler-alist) (setq file-name-handler-alist (cons (quote ("^/[^/:]*\\'" . ange-ftp-completion-hook-function)) file-name-handler-alist)))  
   
 ;;;***  
   
10997  ;;;### (autoloads (print-region lpr-region print-buffer lpr-buffer  ;;;### (autoloads (print-region lpr-region print-buffer lpr-buffer
10998  ;;;;;;  lpr-command lpr-switches printer-name) "lpr" "lpr.el" (15371  ;;;;;;  lpr-command lpr-switches printer-name) "lpr" "lpr.el" (15371
10999  ;;;;;;  46416))  ;;;;;;  46416))
# Line 11877  to its second argument TM." nil nil) Line 11809  to its second argument TM." nil nil)
11809  ;;;***  ;;;***
11810    
11811  ;;;### (autoloads (minibuffer-electric-default-mode) "minibuf-eldef"  ;;;### (autoloads (minibuffer-electric-default-mode) "minibuf-eldef"
11812  ;;;;;;  "minibuf-eldef.el" (15382 32124))  ;;;;;;  "minibuf-eldef.el" (15390 29799))
11813  ;;; Generated autoloads from minibuf-eldef.el  ;;; Generated autoloads from minibuf-eldef.el
11814    
11815  (defvar minibuffer-electric-default-mode nil "\  (defvar minibuffer-electric-default-mode nil "\
# Line 14242  With zero or negative ARG turn mode off. Line 14174  With zero or negative ARG turn mode off.
14174    
14175  ;;;### (autoloads (read-file-name-electric-shadow-mode read-file-name-electric-shadow-tty-properties  ;;;### (autoloads (read-file-name-electric-shadow-mode read-file-name-electric-shadow-tty-properties
14176  ;;;;;;  read-file-name-electric-shadow-properties) "rfn-eshadow"  ;;;;;;  read-file-name-electric-shadow-properties) "rfn-eshadow"
14177  ;;;;;;  "rfn-eshadow.el" (15382 32124))  ;;;;;;  "rfn-eshadow.el" (15390 29799))
14178  ;;; Generated autoloads from rfn-eshadow.el  ;;; Generated autoloads from rfn-eshadow.el
14179    
14180  (defvar read-file-name-electric-shadow-properties (quote (face read-file-name-electric-shadow field shadow)) "\  (defvar read-file-name-electric-shadow-properties (quote (face read-file-name-electric-shadow field shadow)) "\
# Line 14341  variable." t nil) Line 14273  variable." t nil)
14273  ;;;;;;  rmail-mail-new-frame rmail-primary-inbox-list rmail-delete-after-output  ;;;;;;  rmail-mail-new-frame rmail-primary-inbox-list rmail-delete-after-output
14274  ;;;;;;  rmail-highlight-face rmail-highlighted-headers rmail-retry-ignored-headers  ;;;;;;  rmail-highlight-face rmail-highlighted-headers rmail-retry-ignored-headers
14275  ;;;;;;  rmail-displayed-headers rmail-ignored-headers rmail-dont-reply-to-names)  ;;;;;;  rmail-displayed-headers rmail-ignored-headers rmail-dont-reply-to-names)
14276  ;;;;;;  "rmail" "mail/rmail.el" (15425 1691))  ;;;;;;  "rmail" "mail/rmail.el" (15425 25184))
14277  ;;; Generated autoloads from mail/rmail.el  ;;; Generated autoloads from mail/rmail.el
14278    
14279  (defvar rmail-dont-reply-to-names nil "\  (defvar rmail-dont-reply-to-names nil "\
# Line 14824  This function is obsolete." t nil) Line 14756  This function is obsolete." t nil)
14756    
14757  ;;;***  ;;;***
14758    
14759  ;;;### (autoloads (ruler-mode) "ruler-mode" "ruler-mode.el" (15425  ;;;### (autoloads (ruler-mode) "ruler-mode" "ruler-mode.el" (15434
14760  ;;;;;;  58604))  ;;;;;;  54698))
14761  ;;; Generated autoloads from ruler-mode.el  ;;; Generated autoloads from ruler-mode.el
14762    
14763  (autoload (quote ruler-mode) "ruler-mode" "\  (autoload (quote ruler-mode) "ruler-mode" "\
# Line 15201  Toggle Scroll-All minor mode." t nil) Line 15133  Toggle Scroll-All minor mode." t nil)
15133  ;;;;;;  mail-archive-file-name mail-header-separator send-mail-function  ;;;;;;  mail-archive-file-name mail-header-separator send-mail-function
15134  ;;;;;;  mail-yank-ignored-headers mail-interactive mail-self-blind  ;;;;;;  mail-yank-ignored-headers mail-interactive mail-self-blind
15135  ;;;;;;  mail-specify-envelope-from mail-from-style) "sendmail" "mail/sendmail.el"  ;;;;;;  mail-specify-envelope-from mail-from-style) "sendmail" "mail/sendmail.el"
15136  ;;;;;;  (15414 2805))  ;;;;;;  (15414 16316))
15137  ;;; Generated autoloads from mail/sendmail.el  ;;; Generated autoloads from mail/sendmail.el
15138    
15139  (defvar mail-from-style (quote angles) "\  (defvar mail-from-style (quote angles) "\
# Line 16195  Return a vector containing the lines fro Line 16127  Return a vector containing the lines fro
16127    
16128  ;;;### (autoloads (sql-db2 sql-interbase sql-postgres sql-ms sql-ingres  ;;;### (autoloads (sql-db2 sql-interbase sql-postgres sql-ms sql-ingres
16129  ;;;;;;  sql-solid sql-mysql sql-informix sql-sybase sql-oracle sql-mode  ;;;;;;  sql-solid sql-mysql sql-informix sql-sybase sql-oracle sql-mode
16130  ;;;;;;  sql-help) "sql" "progmodes/sql.el" (15430 10999))  ;;;;;;  sql-help) "sql" "progmodes/sql.el" (15431 8678))
16131  ;;; Generated autoloads from progmodes/sql.el  ;;; Generated autoloads from progmodes/sql.el
16132    
16133  (autoload (quote sql-help) "sql" "\  (autoload (quote sql-help) "sql" "\
# Line 16762  Prefix argument means invert sense of `t Line 16694  Prefix argument means invert sense of `t
16694    
16695  ;;;***  ;;;***
16696    
16697  ;;;### (autoloads (rsh telnet) "telnet" "net/telnet.el" (15430 10946))  ;;;### (autoloads (rsh telnet) "telnet" "net/telnet.el" (15431 8678))
16698  ;;; Generated autoloads from net/telnet.el  ;;; Generated autoloads from net/telnet.el
16699   (add-hook 'same-window-regexps "\\*telnet-.*\\*\\(\\|<[0-9]+>\\)")   (add-hook 'same-window-regexps "\\*telnet-.*\\*\\(\\|<[0-9]+>\\)")
16700    
# Line 17229  value of `texinfo-mode-hook'." t nil) Line 17161  value of `texinfo-mode-hook'." t nil)
17161    
17162  ;;;### (autoloads (thai-composition-function thai-post-read-conversion  ;;;### (autoloads (thai-composition-function thai-post-read-conversion
17163  ;;;;;;  thai-compose-buffer thai-compose-string thai-compose-region)  ;;;;;;  thai-compose-buffer thai-compose-string thai-compose-region)
17164  ;;;;;;  "thai-util" "language/thai-util.el" (15382 32124))  ;;;;;;  "thai-util" "language/thai-util.el" (15390 29811))
17165  ;;; Generated autoloads from language/thai-util.el  ;;; Generated autoloads from language/thai-util.el
17166    
17167  (autoload (quote thai-compose-region) "thai-util" "\  (autoload (quote thai-compose-region) "thai-util" "\
# Line 17298  a symbol as a valid THING." nil nil) Line 17230  a symbol as a valid THING." nil nil)
17230  ;;;;;;  tibetan-compose-buffer tibetan-decompose-buffer tibetan-composition-function  ;;;;;;  tibetan-compose-buffer tibetan-decompose-buffer tibetan-composition-function
17231  ;;;;;;  tibetan-decompose-string tibetan-decompose-region tibetan-compose-region  ;;;;;;  tibetan-decompose-string tibetan-decompose-region tibetan-compose-region
17232  ;;;;;;  tibetan-compose-string tibetan-transcription-to-tibetan tibetan-tibetan-to-transcription  ;;;;;;  tibetan-compose-string tibetan-transcription-to-tibetan tibetan-tibetan-to-transcription
17233  ;;;;;;  tibetan-char-p) "tibet-util" "language/tibet-util.el" (15371  ;;;;;;  tibetan-char-p) "tibet-util" "language/tibet-util.el" (15434
17234  ;;;;;;  46423))  ;;;;;;  54698))
17235  ;;; Generated autoloads from language/tibet-util.el  ;;; Generated autoloads from language/tibet-util.el
17236    
17237  (autoload (quote tibetan-char-p) "tibet-util" "\  (autoload (quote tibetan-char-p) "tibet-util" "\
# Line 17322  Compose Tibetan text the region BEG and Line 17254  Compose Tibetan text the region BEG and
17254  (autoload (quote tibetan-decompose-region) "tibet-util" "\  (autoload (quote tibetan-decompose-region) "tibet-util" "\
17255  Decompose Tibetan text in the region FROM and TO.  Decompose Tibetan text in the region FROM and TO.
17256  This is different from decompose-region because precomposed Tibetan characters  This is different from decompose-region because precomposed Tibetan characters
17257  are decomposed into normal Tiebtan character sequences." t nil)  are decomposed into normal Tibetan character sequences." t nil)
17258    
17259  (autoload (quote tibetan-decompose-string) "tibet-util" "\  (autoload (quote tibetan-decompose-string) "tibet-util" "\
17260  Decompose Tibetan string STR.  Decompose Tibetan string STR.
17261  This is different from decompose-string because precomposed Tibetan characters  This is different from decompose-string because precomposed Tibetan characters
17262  are decomposed into normal Tiebtan character sequences." nil nil)  are decomposed into normal Tibetan character sequences." nil nil)
17263    
17264  (autoload (quote tibetan-composition-function) "tibet-util" nil nil nil)  (autoload (quote tibetan-composition-function) "tibet-util" nil nil nil)
17265    
# Line 17366  This function performs no refilling of t Line 17298  This function performs no refilling of t
17298  ;;;***  ;;;***
17299    
17300  ;;;### (autoloads (display-time-mode display-time display-time-day-and-date)  ;;;### (autoloads (display-time-mode display-time display-time-day-and-date)
17301  ;;;;;;  "time" "time.el" (15413 39890))  ;;;;;;  "time" "time.el" (15434 54698))
17302  ;;; Generated autoloads from time.el  ;;; Generated autoloads from time.el
17303    
17304  (defvar display-time-day-and-date nil "\  (defvar display-time-day-and-date nil "\
# Line 17636  Its value should be an event that has a Line 17568  Its value should be an event that has a
17568    
17569  ;;;### (autoloads (todo-show todo-cp todo-mode todo-print todo-top-priorities  ;;;### (autoloads (todo-show todo-cp todo-mode todo-print todo-top-priorities
17570  ;;;;;;  todo-insert-item todo-add-item-non-interactively todo-add-category)  ;;;;;;  todo-insert-item todo-add-item-non-interactively todo-add-category)
17571  ;;;;;;  "todo-mode" "calendar/todo-mode.el" (15382 32124))  ;;;;;;  "todo-mode" "calendar/todo-mode.el" (15390 29801))
17572  ;;; Generated autoloads from calendar/todo-mode.el  ;;; Generated autoloads from calendar/todo-mode.el
17573    
17574  (autoload (quote todo-add-category) "todo-mode" "\  (autoload (quote todo-add-category) "todo-mode" "\
# Line 18380  colors. `vc-annotate-background' specifi Line 18312  colors. `vc-annotate-background' specifi
18312    
18313  ;;;***  ;;;***
18314    
18315  ;;;### (autoloads nil "vc-cvs" "vc-cvs.el" (15425 1686))  ;;;### (autoloads nil "vc-cvs" "vc-cvs.el" (15425 25184))
18316  ;;; Generated autoloads from vc-cvs.el  ;;; Generated autoloads from vc-cvs.el
18317   (defun vc-cvs-registered (f)   (defun vc-cvs-registered (f)
18318    (when (file-readable-p (expand-file-name    (when (file-readable-p (expand-file-name
# Line 18987  Turn on Viper emulation of Vi." t nil) Line 18919  Turn on Viper emulation of Vi." t nil)
18919    
18920  ;;;***  ;;;***
18921    
18922  ;;;### (autoloads (webjump) "webjump" "net/webjump.el" (15382 32124))  ;;;### (autoloads (webjump) "webjump" "net/webjump.el" (15390 29811))
18923  ;;; Generated autoloads from net/webjump.el  ;;; Generated autoloads from net/webjump.el
18924    
18925  (autoload (quote webjump) "webjump" "\  (autoload (quote webjump) "webjump" "\
# Line 19431  Zone out, completely." t nil) Line 19363  Zone out, completely." t nil)
19363  ;;;***  ;;;***
19364    
19365  ;;;### (autoloads (zone-mode zone-mode-update-serial-hook) "zone-mode"  ;;;### (autoloads (zone-mode zone-mode-update-serial-hook) "zone-mode"
19366  ;;;;;;  "net/zone-mode.el" (15382 32124))  ;;;;;;  "net/zone-mode.el" (15390 29811))
19367  ;;; Generated autoloads from net/zone-mode.el  ;;; Generated autoloads from net/zone-mode.el
19368    
19369  (autoload (quote zone-mode-update-serial-hook) "zone-mode" "\  (autoload (quote zone-mode-update-serial-hook) "zone-mode" "\
# Line 19449  Zone-mode does two things: Line 19381  Zone-mode does two things:
19381    
19382  ;;;***  ;;;***
19383    
19384  ;;;### (autoloads nil nil ("help.el" "ediff-hook.el" "term/x-win.el"  ;;;### (autoloads nil nil ("mouse.el" "obsolete/mlsupport.el" "obsolete/hilit19.el"
19385  ;;;;;;  "term/tty-colors.el" "term/sun-mouse.el" "net/ldap.el" "net/eudcb-ph.el"  ;;;;;;  "obsolete/cplus-md.el" "mail/mh-pick.el" "language/vietnamese.el"
19386  ;;;;;;  "net/eudcb-ldap.el" "net/eudcb-bbdb.el" "net/eudc-vars.el"  ;;;;;;  "language/utf-8-lang.el" "language/tibetan.el" "language/thai.el"
19387  ;;;;;;  "international/mule-cmds.el" "international/deadkey.el" "emacs-lisp/lisp-mode.el"  ;;;;;;  "language/slovak.el" "language/lao.el" "language/korean.el"
19388  ;;;;;;  "startup.el" "loadup.el" "isearch.foo.el" "foof.el" "finder-inf.el"  ;;;;;;  "language/japanese.el" "language/indian.el" "language/hebrew.el"
19389  ;;;;;;  "faces.el" "progmodes/mantemp.el" "progmodes/idlw-toolbar.el"  ;;;;;;  "language/greek.el" "language/georgian.el" "language/european.el"
19390  ;;;;;;  "progmodes/idlw-rinfo.el" "progmodes/ebnf-yac.el" "progmodes/ebnf-otz.el"  ;;;;;;  "language/czech.el" "language/cyrillic.el" "language/chinese.el"
19391  ;;;;;;  "progmodes/ebnf-iso.el" "progmodes/ebnf-bnf.el" "progmodes/cc-menus.el"  ;;;;;;  "international/utf-8.el" "international/utf-8-subst.el" "international/ogonek.el"
19392  ;;;;;;  "progmodes/cc-engine.el" "progmodes/cc-defs.el" "progmodes/cc-compat.el"  ;;;;;;  "international/mule.el" "international/mule-conf.el" "international/iso-insert.el"
19393  ;;;;;;  "progmodes/cc-cmds.el" "progmodes/cc-bytecomp.el" "progmodes/cc-align.el"  ;;;;;;  "international/characters.el" "calc/calc-mtx.el" "calc/calc-math.el"
19394  ;;;;;;  "progmodes/ada-xref.el" "progmodes/ada-prj.el" "play/meese.el"  ;;;;;;  "calc/calc-maint.el" "calc/calc-forms.el" "gnus/nntp.el"
19395  ;;;;;;  "play/gametree.el" "play/gamegrid.el" "obsolete/x-menu.el"  ;;;;;;  "gnus/nnspool.el" "gnus/nnmail.el" "gnus/mm-view.el" "gnus/mm-util.el"
19396  ;;;;;;  "obsolete/x-apollo.el" "obsolete/uncompress.el" "obsolete/sun-fns.el"  ;;;;;;  "gnus/mailcap.el" "gnus/imap.el" "gnus/gnus-sum.el" "gnus/gnus-cite.el"
19397  ;;;;;;  "obsolete/sun-curs.el" "obsolete/sc.el" "obsolete/rnews.el"  ;;;;;;  "eshell/esh-groups.el" "eshell/em-ls.el" "emulation/viper-util.el"
19398  ;;;;;;  "obsolete/profile.el" "obsolete/ooutline.el" "obsolete/c-mode.el"  ;;;;;;  "emulation/viper-mous.el" "emulation/viper-macs.el" "emulation/viper-keym.el"
19399  ;;;;;;  "mail/vms-pmail.el" "mail/uce.el" "mail/rfc822.el" "mail/rfc2368.el"  ;;;;;;  "emulation/viper-init.el" "emulation/viper-ex.el" "emulation/viper-cmd.el"
19400  ;;;;;;  "mail/mspools.el" "mail/mh-seq.el" "mail/mh-funcs.el" "mail/mailpost.el"  ;;;;;;  "emulation/tpu-mapper.el" "emulation/edt-mapper.el" "emacs-lisp/lisp.el"
19401  ;;;;;;  "mail/mailheader.el" "mail/blessmail.el" "language/romanian.el"  ;;;;;;  "emacs-lisp/lisp-mnt.el" "emacs-lisp/find-gc.el" "emacs-lisp/ewoc.el"
19402  ;;;;;;  "language/misc-lang.el" "language/ethiopic.el" "language/english.el"  ;;;;;;  "emacs-lisp/cl-macs.el" "emacs-lisp/byte-opt.el" "emacs-lisp/authors.el"
19403  ;;;;;;  "language/devanagari.el" "international/swedish.el" "international/latin-9.el"  ;;;;;;  "textmodes/reftex-global.el" "textmodes/makeinfo.el" "textmodes/fill.el"
19404  ;;;;;;  "international/latin-8.el" "international/latin-5.el" "international/latin-4.el"  ;;;;;;  "term/internal.el" "xscheme.el" "xml.el" "vt-control.el"
19405  ;;;;;;  "international/latin-3.el" "international/latin-2.el" "international/latin-1.el"  ;;;;;;  "version.el" "vc-hooks.el" "tempo.el" "subr.el" "simple.el"
19406  ;;;;;;  "international/ja-dic-utl.el" "international/ja-dic-cnv.el"  ;;;;;;  "select.el" "replace.el" "pcvs-util.el" "pcvs-info.el" "menu-bar.el"
19407  ;;;;;;  "international/iso-swed.el" "international/iso-ascii.el"  ;;;;;;  "isearch.el" "indent.el" "generic-x.el" "format.el" "foldout.el"
19408  ;;;;;;  "calc/calcsel2.el" "calc/calccomp.el" "calc/calcalg3.el"  ;;;;;;  "float-sup.el" "files.el" "ediff-wind.el" "ediff-vers.el"
19409  ;;;;;;  "calc/calcalg2.el" "calc/calc-yank.el" "calc/calc-vec.el"  ;;;;;;  "ediff-ptch.el" "ediff-merg.el" "ediff-init.el" "ediff-diff.el"
19410  ;;;;;;  "calc/calc-units.el" "calc/calc-undo.el" "calc/calc-trail.el"  ;;;;;;  "custom.el" "case-table.el" "buff-menu.el" "bindings.el"
19411  ;;;;;;  "calc/calc-stuff.el" "calc/calc-store.el" "calc/calc-stat.el"  ;;;;;;  "allout.el" "abbrevlist.el" "abbrev.el" "byte-run.el" "cdl.el"
19412  ;;;;;;  "calc/calc-sel.el" "calc/calc-rules.el" "calc/calc-rewr.el"  ;;;;;;  "cus-dep.el" "cus-load.el" "cus-start.el" "dos-fns.el" "dos-vars.el"
19413  ;;;;;;  "calc/calc-prog.el" "calc/calc-poly.el" "calc/calc-mode.el"  ;;;;;;  "dos-w32.el" "electric.el" "emacs-lock.el" "env.el" "forms-d2.el"
19414  ;;;;;;  "calc/calc-misc.el" "calc/calc-map.el" "calc/calc-macs.el"  ;;;;;;  "forms-pass.el" "frame.el" "kermit.el" "map-ynp.el" "misc.el"
19415  ;;;;;;  "calc/calc-lang.el" "calc/calc-keypd.el" "calc/calc-incom.el"  ;;;;;;  "mouse-copy.el" "mouse-drag.el" "patcomp.el" "paths.el" "pcvs-parse.el"
19416  ;;;;;;  "calc/calc-help.el" "calc/calc-graph.el" "calc/calc-funcs.el"  ;;;;;;  "regi.el" "register.el" "s-region.el" "saveplace.el" "scroll-bar.el"
19417  ;;;;;;  "calc/calc-frac.el" "calc/calc-fin.el" "calc/calc-embed.el"  ;;;;;;  "soundex.el" "subdirs.el" "tcp.el" "timezone.el" "uniquify.el"
19418  ;;;;;;  "calc/calc-cplx.el" "calc/calc-comb.el" "calc/calc-bin.el"  ;;;;;;  "unused.el" "vcursor.el" "vms-patch.el" "vmsproc.el" "vt100-led.el"
19419  ;;;;;;  "calc/calc-arith.el" "calc/calc-alg.el" "calc/calc-aent.el"  ;;;;;;  "widget.el" "term/AT386.el" "term/apollo.el" "term/bg-mouse.el"
19420  ;;;;;;  "gnus/webmail.el" "gnus/utf7.el" "gnus/starttls.el" "gnus/rfc2231.el"  ;;;;;;  "term/bobcat.el" "term/iris-ansi.el" "term/keyswap.el" "term/linux.el"
19421  ;;;;;;  "gnus/rfc2104.el" "gnus/rfc2047.el" "gnus/rfc2045.el" "gnus/rfc1843.el"  ;;;;;;  "term/lk201.el" "term/mac-win.el" "term/news.el" "term/pc-win.el"
19422  ;;;;;;  "gnus/qp.el" "gnus/pop3.el" "gnus/parse-time.el" "gnus/nnweb.el"  ;;;;;;  "term/sun.el" "term/sup-mouse.el" "term/tvi970.el" "term/vt100.el"
19423  ;;;;;;  "gnus/nnwarchive.el" "gnus/nnvirtual.el" "gnus/nnultimate.el"  ;;;;;;  "term/vt102.el" "term/vt125.el" "term/vt200.el" "term/vt201.el"
19424  ;;;;;;  "gnus/nnslashdot.el" "gnus/nnoo.el" "gnus/nnmh.el" "gnus/nnmbox.el"  ;;;;;;  "term/vt220.el" "term/vt240.el" "term/vt300.el" "term/vt320.el"
19425  ;;;;;;  "gnus/nnlistserv.el" "gnus/nnimap.el" "gnus/nnheader.el"  ;;;;;;  "term/vt400.el" "term/vt420.el" "term/wyse50.el" "term/xterm.el"
19426  ;;;;;;  "gnus/nngateway.el" "gnus/nneething.el" "gnus/nndraft.el"  ;;;;;;  "textmodes/bib-mode.el" "textmodes/page-ext.el" "textmodes/page.el"
19427  ;;;;;;  "gnus/nndir.el" "gnus/nnbabyl.el" "gnus/nnagent.el" "gnus/mml.el"  ;;;;;;  "textmodes/paragraphs.el" "textmodes/refbib.el" "textmodes/refer.el"
19428  ;;;;;;  "gnus/mm-encode.el" "gnus/mm-decode.el" "gnus/mm-bodies.el"  ;;;;;;  "textmodes/reftex-auc.el" "textmodes/reftex-dcr.el" "textmodes/reftex-parse.el"
19429  ;;;;;;  "gnus/messcompat.el" "gnus/mail-source.el" "gnus/mail-prsvr.el"  ;;;;;;  "textmodes/reftex-ref.el" "textmodes/reftex-sel.el" "textmodes/reftex-toc.el"
19430  ;;;;;;  "gnus/mail-parse.el" "gnus/ietf-drums.el" "gnus/gnus-vm.el"  ;;;;;;  "textmodes/reftex-vars.el" "textmodes/texnfo-upd.el" "textmodes/text-mode.el"
19431  ;;;;;;  "gnus/gnus-uu.el" "gnus/gnus-util.el" "gnus/gnus-undo.el"  ;;;;;;  "calendar/cal-china.el" "calendar/cal-coptic.el" "calendar/cal-french.el"
19432  ;;;;;;  "gnus/gnus-topic.el" "gnus/gnus-srvr.el" "gnus/gnus-setup.el"  ;;;;;;  "calendar/cal-islam.el" "calendar/cal-iso.el" "calendar/cal-julian.el"
19433  ;;;;;;  "gnus/gnus-score.el" "gnus/gnus-salt.el" "gnus/gnus-range.el"  ;;;;;;  "calendar/cal-mayan.el" "calendar/cal-menu.el" "calendar/cal-move.el"
19434  ;;;;;;  "gnus/gnus-nocem.el" "gnus/gnus-mh.el" "gnus/gnus-logic.el"  ;;;;;;  "calendar/cal-persia.el" "calendar/cal-tex.el" "calendar/cal-x.el"
19435  ;;;;;;  "gnus/gnus-int.el" "gnus/gnus-gl.el" "gnus/gnus-ems.el" "gnus/gnus-eform.el"  ;;;;;;  "emacs-lisp/assoc.el" "emacs-lisp/cl-compat.el" "emacs-lisp/cl-extra.el"
19436  ;;;;;;  "gnus/gnus-dup.el" "gnus/gnus-draft.el" "gnus/gnus-demon.el"  ;;;;;;  "emacs-lisp/cl-seq.el" "emacs-lisp/cl-specs.el" "emacs-lisp/cust-print.el"
19437  ;;;;;;  "gnus/gnus-cus.el" "gnus/gnus-bcklg.el" "gnus/gnus-async.el"  ;;;;;;  "emacs-lisp/float.el" "emacs-lisp/gulp.el" "emacs-lisp/levents.el"
19438  ;;;;;;  "gnus/format-spec.el" "gnus/flow-fill.el" "eshell/esh-var.el"  ;;;;;;  "emacs-lisp/lmenu.el" "emacs-lisp/lselect.el" "emacs-lisp/lucid.el"
19439  ;;;;;;  "eshell/esh-util.el" "eshell/esh-proc.el" "eshell/esh-opt.el"  ;;;;;;  "emacs-lisp/sregex.el" "emulation/edt-lk201.el" "emulation/edt-pc.el"
19440  ;;;;;;  "eshell/esh-module.el" "eshell/esh-maint.el" "eshell/esh-io.el"  ;;;;;;  "emulation/edt-vt100.el" "eshell/em-alias.el" "eshell/em-banner.el"
19441  ;;;;;;  "eshell/esh-ext.el" "eshell/esh-cmd.el" "eshell/esh-arg.el"  ;;;;;;  "eshell/em-basic.el" "eshell/em-cmpl.el" "eshell/em-dirs.el"
19442  ;;;;;;  "eshell/em-xtra.el" "eshell/em-unix.el" "eshell/em-term.el"  ;;;;;;  "eshell/em-glob.el" "eshell/em-hist.el" "eshell/em-pred.el"
19443  ;;;;;;  "eshell/em-smart.el" "eshell/em-script.el" "eshell/em-rebind.el"  ;;;;;;  "eshell/em-prompt.el" "eshell/em-rebind.el" "eshell/em-script.el"
19444  ;;;;;;  "eshell/em-prompt.el" "eshell/em-pred.el" "eshell/em-hist.el"  ;;;;;;  "eshell/em-smart.el" "eshell/em-term.el" "eshell/em-unix.el"
19445  ;;;;;;  "eshell/em-glob.el" "eshell/em-dirs.el" "eshell/em-cmpl.el"  ;;;;;;  "eshell/em-xtra.el" "eshell/esh-arg.el" "eshell/esh-cmd.el"
19446  ;;;;;;  "eshell/em-basic.el" "eshell/em-banner.el" "eshell/em-alias.el"  ;;;;;;  "eshell/esh-ext.el" "eshell/esh-io.el" "eshell/esh-maint.el"
19447  ;;;;;;  "emulation/edt-vt100.el" "emulation/edt-pc.el" "emulation/edt-lk201.el"  ;;;;;;  "eshell/esh-module.el" "eshell/esh-opt.el" "eshell/esh-proc.el"
19448  ;;;;;;  "emacs-lisp/sregex.el" "emacs-lisp/lucid.el" "emacs-lisp/lselect.el"  ;;;;;;  "eshell/esh-util.el" "eshell/esh-var.el" "gnus/flow-fill.el"
19449  ;;;;;;  "emacs-lisp/lmenu.el" "emacs-lisp/levents.el" "emacs-lisp/gulp.el"  ;;;;;;  "gnus/format-spec.el" "gnus/gnus-async.el" "gnus/gnus-bcklg.el"
19450  ;;;;;;  "emacs-lisp/float.el" "emacs-lisp/cust-print.el" "emacs-lisp/cl-specs.el"  ;;;;;;  "gnus/gnus-cus.el" "gnus/gnus-demon.el" "gnus/gnus-draft.el"
19451  ;;;;;;  "emacs-lisp/cl-seq.el" "emacs-lisp/cl-extra.el" "emacs-lisp/cl-compat.el"  ;;;;;;  "gnus/gnus-dup.el" "gnus/gnus-eform.el" "gnus/gnus-ems.el"
19452  ;;;;;;  "emacs-lisp/assoc.el" "calendar/cal-x.el" "calendar/cal-tex.el"  ;;;;;;  "gnus/gnus-gl.el" "gnus/gnus-int.el" "gnus/gnus-logic.el"
19453  ;;;;;;  "calendar/cal-persia.el" "calendar/cal-move.el" "calendar/cal-menu.el"  ;;;;;;  "gnus/gnus-mh.el" "gnus/gnus-nocem.el" "gnus/gnus-range.el"
19454  ;;;;;;  "calendar/cal-mayan.el" "calendar/cal-julian.el" "calendar/cal-iso.el"  ;;;;;;  "gnus/gnus-salt.el" "gnus/gnus-score.el" "gnus/gnus-setup.el"
19455  ;;;;;;  "calendar/cal-islam.el" "calendar/cal-french.el" "calendar/cal-coptic.el"  ;;;;;;  "gnus/gnus-srvr.el" "gnus/gnus-topic.el" "gnus/gnus-undo.el"
19456  ;;;;;;  "calendar/cal-china.el" "textmodes/text-mode.el" "textmodes/texnfo-upd.el"  ;;;;;;  "gnus/gnus-util.el" "gnus/gnus-uu.el" "gnus/gnus-vm.el" "gnus/ietf-drums.el"
19457  ;;;;;;  "textmodes/reftex-vars.el" "textmodes/reftex-toc.el" "textmodes/reftex-sel.el"  ;;;;;;  "gnus/mail-parse.el" "gnus/mail-prsvr.el" "gnus/mail-source.el"
19458  ;;;;;;  "textmodes/reftex-ref.el" "textmodes/reftex-parse.el" "textmodes/reftex-dcr.el"  ;;;;;;  "gnus/messcompat.el" "gnus/mm-bodies.el" "gnus/mm-decode.el"
19459  ;;;;;;  "textmodes/reftex-auc.el" "textmodes/refer.el" "textmodes/refbib.el"  ;;;;;;  "gnus/mm-encode.el" "gnus/mml.el" "gnus/nnagent.el" "gnus/nnbabyl.el"
19460  ;;;;;;  "textmodes/paragraphs.el" "textmodes/page.el" "textmodes/page-ext.el"  ;;;;;;  "gnus/nndir.el" "gnus/nndraft.el" "gnus/nneething.el" "gnus/nngateway.el"
19461  ;;;;;;  "textmodes/bib-mode.el" "term/xterm.el" "term/wyse50.el"  ;;;;;;  "gnus/nnheader.el" "gnus/nnimap.el" "gnus/nnlistserv.el"
19462  ;;;;;;  "term/vt420.el" "term/vt400.el" "term/vt320.el" "term/vt300.el"  ;;;;;;  "gnus/nnmbox.el" "gnus/nnmh.el" "gnus/nnoo.el" "gnus/nnslashdot.el"
19463  ;;;;;;  "term/vt240.el" "term/vt220.el" "term/vt201.el" "term/vt200.el"  ;;;;;;  "gnus/nnultimate.el" "gnus/nnvirtual.el" "gnus/nnwarchive.el"
19464  ;;;;;;  "term/vt125.el" "term/vt102.el" "term/vt100.el" "term/tvi970.el"  ;;;;;;  "gnus/nnweb.el" "gnus/parse-time.el" "gnus/pop3.el" "gnus/qp.el"
19465  ;;;;;;  "term/sup-mouse.el" "term/sun.el" "term/pc-win.el" "term/news.el"  ;;;;;;  "gnus/rfc1843.el" "gnus/rfc2045.el" "gnus/rfc2047.el" "gnus/rfc2104.el"
19466  ;;;;;;  "term/mac-win.el" "term/lk201.el" "term/linux.el" "term/keyswap.el"  ;;;;;;  "gnus/rfc2231.el" "gnus/starttls.el" "gnus/utf7.el" "gnus/webmail.el"
19467  ;;;;;;  "term/iris-ansi.el" "term/bobcat.el" "term/bg-mouse.el" "term/apollo.el"  ;;;;;;  "calc/calc-aent.el" "calc/calc-alg.el" "calc/calc-arith.el"
19468  ;;;;;;  "term/AT386.el" "widget.el" "w32-fns.el" "vt100-led.el" "vmsproc.el"  ;;;;;;  "calc/calc-bin.el" "calc/calc-comb.el" "calc/calc-cplx.el"
19469  ;;;;;;  "vms-patch.el" "vcursor.el" "unused.el" "uniquify.el" "timezone.el"  ;;;;;;  "calc/calc-embed.el" "calc/calc-fin.el" "calc/calc-frac.el"
19470  ;;;;;;  "tcp.el" "subdirs.el" "soundex.el" "scroll-bar.el" "saveplace.el"  ;;;;;;  "calc/calc-funcs.el" "calc/calc-graph.el" "calc/calc-help.el"
19471  ;;;;;;  "s-region.el" "register.el" "regi.el" "pcvs-parse.el" "paths.el"  ;;;;;;  "calc/calc-incom.el" "calc/calc-keypd.el" "calc/calc-lang.el"
19472  ;;;;;;  "patcomp.el" "mouse-drag.el" "mouse-copy.el" "misc.el" "map-ynp.el"  ;;;;;;  "calc/calc-macs.el" "calc/calc-map.el" "calc/calc-misc.el"
19473  ;;;;;;  "kermit.el" "frame.el" "forms-pass.el" "forms-d2.el" "env.el"  ;;;;;;  "calc/calc-mode.el" "calc/calc-poly.el" "calc/calc-prog.el"
19474  ;;;;;;  "emacs-lock.el" "electric.el" "dos-w32.el" "dos-vars.el"  ;;;;;;  "calc/calc-rewr.el" "calc/calc-rules.el" "calc/calc-sel.el"
19475  ;;;;;;  "dos-fns.el" "cus-start.el" "cus-load.el" "cus-dep.el" "cdl.el"  ;;;;;;  "calc/calc-stat.el" "calc/calc-store.el" "calc/calc-stuff.el"
19476  ;;;;;;  "byte-run.el" "abbrev.el" "abbrevlist.el" "allout.el" "bindings.el"  ;;;;;;  "calc/calc-trail.el" "calc/calc-undo.el" "calc/calc-units.el"
19477  ;;;;;;  "buff-menu.el" "case-table.el" "custom.el" "ediff-diff.el"  ;;;;;;  "calc/calc-vec.el" "calc/calc-yank.el" "calc/calcalg2.el"
19478  ;;;;;;  "ediff-init.el" "ediff-merg.el" "ediff-ptch.el" "ediff-vers.el"  ;;;;;;  "calc/calcalg3.el" "calc/calccomp.el" "calc/calcsel2.el"
19479  ;;;;;;  "ediff-wind.el" "files.el" "float-sup.el" "foldout.el" "format.el"  ;;;;;;  "international/iso-ascii.el" "international/iso-swed.el"
19480  ;;;;;;  "generic-x.el" "indent.el" "isearch.el" "menu-bar.el" "pcvs-info.el"  ;;;;;;  "international/ja-dic-cnv.el" "international/ja-dic-utl.el"
19481  ;;;;;;  "pcvs-util.el" "replace.el" "select.el" "simple.el" "subr.el"  ;;;;;;  "international/latin-1.el" "international/latin-2.el" "international/latin-3.el"
19482  ;;;;;;  "tempo.el" "vc-hooks.el" "version.el" "vt-control.el" "window.el"  ;;;;;;  "international/latin-4.el" "international/latin-5.el" "international/latin-8.el"
19483  ;;;;;;  "xml.el" "xscheme.el" "term/internal.el" "textmodes/fill.el"  ;;;;;;  "international/latin-9.el" "international/swedish.el" "language/devanagari.el"
19484  ;;;;;;  "textmodes/makeinfo.el" "textmodes/reftex-global.el" "emacs-lisp/authors.el"  ;;;;;;  "language/english.el" "language/ethiopic.el" "language/misc-lang.el"
19485  ;;;;;;  "emacs-lisp/byte-opt.el" "emacs-lisp/cl-macs.el" "emacs-lisp/ewoc.el"  ;;;;;;  "language/romanian.el" "mail/blessmail.el" "mail/mailheader.el"
19486  ;;;;;;  "emacs-lisp/find-gc.el" "emacs-lisp/lisp-mnt.el" "emacs-lisp/lisp.el"  ;;;;;;  "mail/mailpost.el" "mail/mh-funcs.el" "mail/mh-seq.el" "mail/mspools.el"
19487  ;;;;;;  "emulation/edt-mapper.el" "emulation/tpu-mapper.el" "emulation/viper-cmd.el"  ;;;;;;  "mail/rfc2368.el" "mail/rfc822.el" "mail/uce.el" "mail/vms-pmail.el"
19488  ;;;;;;  "emulation/viper-ex.el" "emulation/viper-init.el" "emulation/viper-keym.el"  ;;;;;;  "obsolete/c-mode.el" "obsolete/ooutline.el" "obsolete/profile.el"
19489  ;;;;;;  "emulation/viper-macs.el" "emulation/viper-mous.el" "emulation/viper-util.el"  ;;;;;;  "obsolete/rnews.el" "obsolete/sc.el" "obsolete/sun-curs.el"
19490  ;;;;;;  "eshell/em-ls.el" "eshell/esh-groups.el" "gnus/gnus-cite.el"  ;;;;;;  "obsolete/sun-fns.el" "obsolete/uncompress.el" "obsolete/x-apollo.el"
19491  ;;;;;;  "gnus/gnus-sum.el" "gnus/imap.el" "gnus/mailcap.el" "gnus/mm-util.el"  ;;;;;;  "obsolete/x-menu.el" "play/gamegrid.el" "play/gametree.el"
19492  ;;;;;;  "gnus/mm-view.el" "gnus/nnmail.el" "gnus/nnspool.el" "gnus/nntp.el"  ;;;;;;  "play/meese.el" "progmodes/ada-prj.el" "progmodes/ada-xref.el"
19493  ;;;;;;  "calc/calc-forms.el" "calc/calc-maint.el" "calc/calc-math.el"  ;;;;;;  "progmodes/cc-align.el" "progmodes/cc-bytecomp.el" "progmodes/cc-cmds.el"
19494  ;;;;;;  "calc/calc-mtx.el" "international/characters.el" "international/iso-insert.el"  ;;;;;;  "progmodes/cc-compat.el" "progmodes/cc-defs.el" "progmodes/cc-engine.el"
19495  ;;;;;;  "international/mule-conf.el" "international/mule.el" "international/ogonek.el"  ;;;;;;  "progmodes/cc-menus.el" "progmodes/ebnf-bnf.el" "progmodes/ebnf-iso.el"
19496  ;;;;;;  "international/utf-8-subst.el" "international/utf-8.el" "language/chinese.el"  ;;;;;;  "progmodes/ebnf-otz.el" "progmodes/ebnf-yac.el" "progmodes/idlw-rinfo.el"
19497  ;;;;;;  "language/cyrillic.el" "language/czech.el" "language/european.el"  ;;;;;;  "progmodes/idlw-toolbar.el" "progmodes/mantemp.el" "faces.el"
19498  ;;;;;;  "language/georgian.el" "language/greek.el" "language/hebrew.el"  ;;;;;;  "finder-inf.el" "startup.el" "emacs-lisp/lisp-mode.el" "international/mule-cmds.el"
19499  ;;;;;;  "language/indian.el" "language/japanese.el" "language/korean.el"  ;;;;;;  "net/eudc-vars.el" "net/eudcb-bbdb.el" "net/eudcb-ldap.el"
19500  ;;;;;;  "language/lao.el" "language/slovak.el" "language/thai.el"  ;;;;;;  "net/eudcb-ph.el" "net/ldap.el" "term/sun-mouse.el" "term/tty-colors.el"
19501  ;;;;;;  "language/tibetan.el" "language/utf-8-lang.el" "language/vietnamese.el"  ;;;;;;  "term/x-win.el" "ediff-hook.el" "help.el" "loadup.el" "w32-fns.el"
19502  ;;;;;;  "mail/mh-pick.el" "obsolete/cplus-md.el" "obsolete/hilit19.el"  ;;;;;;  "w32-vars.el" "window.el" "term/w32-win.el") (15434 58567
19503  ;;;;;;  "obsolete/mlsupport.el" "mouse.el" "term/w32-win.el") (15431  ;;;;;;  893452))
 ;;;;;;  19967 601252))  
19504    
19505  ;;;***  ;;;***
19506    

Legend:
Removed from v.2.60  
changed lines
  Added in v.2.61

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