comparison lisp/loaddefs.el @ 39590:b7761d10bdc5

*** empty log message ***
author Gerd Moellmann <gerd@gnu.org>
date Fri, 05 Oct 2001 10:40:42 +0000
parents cd28910ebc9a
children c0a3d55aa5d8
comparison
equal deleted inserted replaced
39589:f5a85ada51c9 39590:b7761d10bdc5
383 A replacement function for `newline-and-indent', aligning as it goes." t nil) 383 A replacement function for `newline-and-indent', aligning as it goes." t nil)
384 384
385 ;;;*** 385 ;;;***
386 386
387 ;;;### (autoloads (ange-ftp-hook-function ange-ftp-reread-dir) "ange-ftp" 387 ;;;### (autoloads (ange-ftp-hook-function ange-ftp-reread-dir) "ange-ftp"
388 ;;;;;; "net/ange-ftp.el" (15186 41423)) 388 ;;;;;; "net/ange-ftp.el" (15292 1106))
389 ;;; Generated autoloads from net/ange-ftp.el 389 ;;; Generated autoloads from net/ange-ftp.el
390 (defalias 'ange-ftp-re-read-dir 'ange-ftp-reread-dir) 390 (defalias 'ange-ftp-re-read-dir 'ange-ftp-reread-dir)
391 391
392 (autoload (quote ange-ftp-reread-dir) "ange-ftp" "\ 392 (autoload (quote ange-ftp-reread-dir) "ange-ftp" "\
393 Reread remote directory DIR to update the directory cache. 393 Reread remote directory DIR to update the directory cache.
531 They specify the range of dates that the diary is being processed for." nil nil) 531 They specify the range of dates that the diary is being processed for." nil nil)
532 532
533 ;;;*** 533 ;;;***
534 534
535 ;;;### (autoloads (apropos-documentation apropos-value apropos apropos-command 535 ;;;### (autoloads (apropos-documentation apropos-value apropos apropos-command
536 ;;;;;; apropos-variable apropos-mode) "apropos" "apropos.el" (15187 536 ;;;;;; apropos-variable apropos-mode) "apropos" "apropos.el" (15284
537 ;;;;;; 6158)) 537 ;;;;;; 8839))
538 ;;; Generated autoloads from apropos.el 538 ;;; Generated autoloads from apropos.el
539 539
540 (autoload (quote apropos-mode) "apropos" "\ 540 (autoload (quote apropos-mode) "apropos" "\
541 Major mode for following hyperlinks in output of apropos commands. 541 Major mode for following hyperlinks in output of apropos commands.
542 542
1006 1006
1007 ;;;*** 1007 ;;;***
1008 1008
1009 ;;;### (autoloads (batch-update-autoloads update-autoloads-from-directories 1009 ;;;### (autoloads (batch-update-autoloads update-autoloads-from-directories
1010 ;;;;;; update-file-autoloads) "autoload" "emacs-lisp/autoload.el" 1010 ;;;;;; update-file-autoloads) "autoload" "emacs-lisp/autoload.el"
1011 ;;;;;; (15187 6159)) 1011 ;;;;;; (15293 33677))
1012 ;;; Generated autoloads from emacs-lisp/autoload.el 1012 ;;; Generated autoloads from emacs-lisp/autoload.el
1013 1013
1014 (autoload (quote update-file-autoloads) "autoload" "\ 1014 (autoload (quote update-file-autoloads) "autoload" "\
1015 Update the autoloads for FILE in `generated-autoload-file' 1015 Update the autoloads for FILE in `generated-autoload-file'
1016 \(which FILE might bind in its local variables)." t nil) 1016 \(which FILE might bind in its local variables).
1017 Return FILE if there was no autoload cookie in it." t nil)
1017 1018
1018 (autoload (quote update-autoloads-from-directories) "autoload" "\ 1019 (autoload (quote update-autoloads-from-directories) "autoload" "\
1019 Update loaddefs.el with all the current autoloads from DIRS, and no old ones. 1020 Update loaddefs.el with all the current autoloads from DIRS, and no old ones.
1020 This uses `update-file-autoloads' (which see) do its work." t nil) 1021 This uses `update-file-autoloads' (which see) do its work." t nil)
1021 1022
1873 Return a vector containing the lines from `bruce-phrases-file'." nil nil) 1874 Return a vector containing the lines from `bruce-phrases-file'." nil nil)
1874 1875
1875 ;;;*** 1876 ;;;***
1876 1877
1877 ;;;### (autoloads (bs-show bs-customize bs-cycle-previous bs-cycle-next) 1878 ;;;### (autoloads (bs-show bs-customize bs-cycle-previous bs-cycle-next)
1878 ;;;;;; "bs" "bs.el" (15151 3015)) 1879 ;;;;;; "bs" "bs.el" (15293 33676))
1879 ;;; Generated autoloads from bs.el 1880 ;;; Generated autoloads from bs.el
1880 1881
1881 (autoload (quote bs-cycle-next) "bs" "\ 1882 (autoload (quote bs-cycle-next) "bs" "\
1882 Select next buffer defined by buffer cycling. 1883 Select next buffer defined by buffer cycling.
1883 The buffers taking part in buffer cycling are defined 1884 The buffers taking part in buffer cycling are defined
1908 ;;;*** 1909 ;;;***
1909 1910
1910 ;;;### (autoloads (batch-byte-recompile-directory batch-byte-compile 1911 ;;;### (autoloads (batch-byte-recompile-directory batch-byte-compile
1911 ;;;;;; display-call-tree byte-compile compile-defun byte-compile-file 1912 ;;;;;; display-call-tree byte-compile compile-defun byte-compile-file
1912 ;;;;;; byte-recompile-directory byte-force-recompile) "bytecomp" 1913 ;;;;;; byte-recompile-directory byte-force-recompile) "bytecomp"
1913 ;;;;;; "emacs-lisp/bytecomp.el" (15235 24851)) 1914 ;;;;;; "emacs-lisp/bytecomp.el" (15293 33957))
1914 ;;; Generated autoloads from emacs-lisp/bytecomp.el 1915 ;;; Generated autoloads from emacs-lisp/bytecomp.el
1915 1916
1916 (autoload (quote byte-force-recompile) "bytecomp" "\ 1917 (autoload (quote byte-force-recompile) "bytecomp" "\
1917 Recompile every `.el' file in DIRECTORY that already has a `.elc' file. 1918 Recompile every `.el' file in DIRECTORY that already has a `.elc' file.
1918 Files in subdirectories of DIRECTORY are processed also." t nil) 1919 Files in subdirectories of DIRECTORY are processed also." t nil)
1933 recompile every `.el' file that already has a `.elc' file." t nil) 1934 recompile every `.el' file that already has a `.elc' file." t nil)
1934 1935
1935 (autoload (quote byte-compile-file) "bytecomp" "\ 1936 (autoload (quote byte-compile-file) "bytecomp" "\
1936 Compile a file of Lisp code named FILENAME into a file of byte code. 1937 Compile a file of Lisp code named FILENAME into a file of byte code.
1937 The output file's name is made by appending `c' to the end of FILENAME. 1938 The output file's name is made by appending `c' to the end of FILENAME.
1938 With prefix arg (noninteractively: 2nd arg), load the file after compiling. 1939 With prefix arg (noninteractively: 2nd arg), LOAD the file after compiling.
1939 The value is t if there were no errors, nil if errors." t nil) 1940 The value is t if there were no errors, nil if errors." t nil)
1940 1941
1941 (autoload (quote compile-defun) "bytecomp" "\ 1942 (autoload (quote compile-defun) "bytecomp" "\
1942 Compile and evaluate the current top-level form. 1943 Compile and evaluate the current top-level form.
1943 Print the result in the minibuffer. 1944 Print the result in the minibuffer.
2020 ;;;;;; calendar-load-hook all-islamic-calendar-holidays all-christian-calendar-holidays 2021 ;;;;;; calendar-load-hook all-islamic-calendar-holidays all-christian-calendar-holidays
2021 ;;;;;; all-hebrew-calendar-holidays mark-holidays-in-calendar view-calendar-holidays-initially 2022 ;;;;;; all-hebrew-calendar-holidays mark-holidays-in-calendar view-calendar-holidays-initially
2022 ;;;;;; calendar-remove-frame-by-deleting mark-diary-entries-in-calendar 2023 ;;;;;; calendar-remove-frame-by-deleting mark-diary-entries-in-calendar
2023 ;;;;;; number-of-diary-entries view-diary-entries-initially calendar-offset 2024 ;;;;;; number-of-diary-entries view-diary-entries-initially calendar-offset
2024 ;;;;;; calendar-week-start-day) "calendar" "calendar/calendar.el" 2025 ;;;;;; calendar-week-start-day) "calendar" "calendar/calendar.el"
2025 ;;;;;; (15218 39937)) 2026 ;;;;;; (15288 21990))
2026 ;;; Generated autoloads from calendar/calendar.el 2027 ;;; Generated autoloads from calendar/calendar.el
2027 2028
2028 (defvar calendar-week-start-day 0 "\ 2029 (defvar calendar-week-start-day 0 "\
2029 *The day of the week on which a week in the calendar begins. 2030 *The day of the week on which a week in the calendar begins.
2030 0 means Sunday (default), 1 means Monday, and so on.") 2031 0 means Sunday (default), 1 means Monday, and so on.")
4504 any selection." t nil) 4505 any selection." t nil)
4505 4506
4506 ;;;*** 4507 ;;;***
4507 4508
4508 ;;;### (autoloads (derived-mode-init-mode-variables define-derived-mode) 4509 ;;;### (autoloads (derived-mode-init-mode-variables define-derived-mode)
4509 ;;;;;; "derived" "derived.el" (15186 41418)) 4510 ;;;;;; "derived" "derived.el" (15293 33676))
4510 ;;; Generated autoloads from derived.el 4511 ;;; Generated autoloads from derived.el
4511 4512
4512 (autoload (quote define-derived-mode) "derived" "\ 4513 (autoload (quote define-derived-mode) "derived" "\
4513 Create a new mode as a variant of an existing mode. 4514 Create a new mode as a variant of an existing mode.
4514 4515
4515 The arguments to this command are as follow: 4516 The arguments to this command are as follow:
4516 4517
4517 CHILD: the name of the command for the derived mode. 4518 CHILD: the name of the command for the derived mode.
4518 PARENT: the name of the command for the parent mode (e.g. `text-mode'). 4519 PARENT: the name of the command for the parent mode (e.g. `text-mode')
4520 or nil if there is no parent.
4519 NAME: a string which will appear in the status line (e.g. \"Hypertext\") 4521 NAME: a string which will appear in the status line (e.g. \"Hypertext\")
4520 DOCSTRING: an optional documentation string--if you do not supply one, 4522 DOCSTRING: an optional documentation string--if you do not supply one,
4521 the function will attempt to invent something useful. 4523 the function will attempt to invent something useful.
4522 BODY: forms to execute just before running the 4524 BODY: forms to execute just before running the
4523 hooks for the new mode. 4525 hooks for the new mode.
5619 With prefix arg NOCONFIRM, execute current line as-is without editing." t nil) 5621 With prefix arg NOCONFIRM, execute current line as-is without editing." t nil)
5620 5622
5621 ;;;*** 5623 ;;;***
5622 5624
5623 ;;;### (autoloads (edebug-eval-top-level-form def-edebug-spec edebug-all-forms 5625 ;;;### (autoloads (edebug-eval-top-level-form def-edebug-spec edebug-all-forms
5624 ;;;;;; edebug-all-defs) "edebug" "emacs-lisp/edebug.el" (15256 45098)) 5626 ;;;;;; edebug-all-defs) "edebug" "emacs-lisp/edebug.el" (15288 6986))
5625 ;;; Generated autoloads from emacs-lisp/edebug.el 5627 ;;; Generated autoloads from emacs-lisp/edebug.el
5626 5628
5627 (defvar edebug-all-defs nil "\ 5629 (defvar edebug-all-defs nil "\
5628 *If non-nil, evaluation of any defining forms will instrument for Edebug. 5630 *If non-nil, evaluation of any defining forms will instrument for Edebug.
5629 This applies to `eval-defun', `eval-region', `eval-buffer', and 5631 This applies to `eval-defun', `eval-region', `eval-buffer', and
5850 (cond ((string-match "XEmacs" emacs-version) (defvar ediff-menu (quote ("Compare" ["Two Files..." ediff-files t] ["Two Buffers..." ediff-buffers t] ["Three Files..." ediff-files3 t] ["Three Buffers..." ediff-buffers3 t] "---" ["Two Directories..." ediff-directories t] ["Three Directories..." ediff-directories3 t] "---" ["File with Revision..." ediff-revision t] ["Directory Revisions..." ediff-directory-revisions t] "---" ["Windows Word-by-word..." ediff-windows-wordwise t] ["Windows Line-by-line..." ediff-windows-linewise t] "---" ["Regions Word-by-word..." ediff-regions-wordwise t] ["Regions Line-by-line..." ediff-regions-linewise t]))) (defvar ediff-merge-menu (quote ("Merge" ["Files..." ediff-merge-files t] ["Files with Ancestor..." ediff-merge-files-with-ancestor t] ["Buffers..." ediff-merge-buffers t] ["Buffers with Ancestor..." ediff-merge-buffers-with-ancestor t] "---" ["Directories..." ediff-merge-directories t] ["Directories with Ancestor..." ediff-merge-directories-with-ancestor t] "---" ["Revisions..." ediff-merge-revisions t] ["Revisions with Ancestor..." ediff-merge-revisions-with-ancestor t] ["Directory Revisions..." ediff-merge-directory-revisions t] ["Directory Revisions with Ancestor..." ediff-merge-directory-revisions-with-ancestor t]))) (defvar epatch-menu (quote ("Apply Patch" ["To a file..." ediff-patch-file t] ["To a buffer..." ediff-patch-buffer t]))) (defvar ediff-misc-menu (quote ("Ediff Miscellanea" ["Ediff Manual..." ediff-documentation t] ["Customize Ediff..." ediff-customize t] ["List Ediff Sessions..." ediff-show-registry t] ["Use separate frame for Ediff control buffer..." ediff-toggle-multiframe :style toggle :selected (if (and (featurep (quote ediff-util)) (boundp (quote ediff-window-setup-function))) (eq ediff-window-setup-function (quote ediff-setup-windows-multiframe)))] ["Use a toolbar with Ediff control buffer" ediff-toggle-use-toolbar :style toggle :selected (if (featurep (quote ediff-tbar)) (ediff-use-toolbar-p))]))) (if (and (featurep (quote menubar)) (not (featurep (quote infodock))) (not (featurep (quote ediff-hook)))) (ediff-xemacs-init-menus))) ((featurep (quote menu-bar)) (defvar menu-bar-ediff-misc-menu (make-sparse-keymap "Ediff Miscellanea")) (fset (quote menu-bar-ediff-misc-menu) (symbol-value (quote menu-bar-ediff-misc-menu))) (defvar menu-bar-epatch-menu (make-sparse-keymap "Apply Patch")) (fset (quote menu-bar-epatch-menu) (symbol-value (quote menu-bar-epatch-menu))) (defvar menu-bar-ediff-merge-menu (make-sparse-keymap "Merge")) (fset (quote menu-bar-ediff-merge-menu) (symbol-value (quote menu-bar-ediff-merge-menu))) (defvar menu-bar-ediff-menu (make-sparse-keymap "Compare")) (fset (quote menu-bar-ediff-menu) (symbol-value (quote menu-bar-ediff-menu))) (define-key menu-bar-ediff-menu [window] (quote ("This Window and Next Window" . compare-windows))) (define-key menu-bar-ediff-menu [ediff-windows-linewise] (quote ("Windows Line-by-line..." . ediff-windows-linewise))) (define-key menu-bar-ediff-menu [ediff-windows-wordwise] (quote ("Windows Word-by-word..." . ediff-windows-wordwise))) (define-key menu-bar-ediff-menu [separator-ediff-windows] (quote ("--"))) (define-key menu-bar-ediff-menu [ediff-regions-linewise] (quote ("Regions Line-by-line..." . ediff-regions-linewise))) (define-key menu-bar-ediff-menu [ediff-regions-wordwise] (quote ("Regions Word-by-word..." . ediff-regions-wordwise))) (define-key menu-bar-ediff-menu [separator-ediff-regions] (quote ("--"))) (define-key menu-bar-ediff-menu [ediff-dir-revision] (quote ("Directory Revisions..." . ediff-directory-revisions))) (define-key menu-bar-ediff-menu [ediff-revision] (quote ("File with Revision..." . ediff-revision))) (define-key menu-bar-ediff-menu [separator-ediff-directories] (quote ("--"))) (define-key menu-bar-ediff-menu [ediff-directories3] (quote ("Three Directories..." . ediff-directories3))) (define-key menu-bar-ediff-menu [ediff-directories] (quote ("Two Directories..." . ediff-directories))) (define-key menu-bar-ediff-menu [separator-ediff-files] (quote ("--"))) (define-key menu-bar-ediff-menu [ediff-buffers3] (quote ("Three Buffers..." . ediff-buffers3))) (define-key menu-bar-ediff-menu [ediff-files3] (quote ("Three Files..." . ediff-files3))) (define-key menu-bar-ediff-menu [ediff-buffers] (quote ("Two Buffers..." . ediff-buffers))) (define-key menu-bar-ediff-menu [ediff-files] (quote ("Two Files..." . ediff-files))) (define-key menu-bar-ediff-merge-menu [ediff-merge-dir-revisions-with-ancestor] (quote ("Directory Revisions with Ancestor..." . ediff-merge-directory-revisions-with-ancestor))) (define-key menu-bar-ediff-merge-menu [ediff-merge-dir-revisions] (quote ("Directory Revisions..." . ediff-merge-directory-revisions))) (define-key menu-bar-ediff-merge-menu [ediff-merge-revisions-with-ancestor] (quote ("Revisions with Ancestor..." . ediff-merge-revisions-with-ancestor))) (define-key menu-bar-ediff-merge-menu [ediff-merge-revisions] (quote ("Revisions..." . ediff-merge-revisions))) (define-key menu-bar-ediff-merge-menu [separator-ediff-merge] (quote ("--"))) (define-key menu-bar-ediff-merge-menu [ediff-merge-directories-with-ancestor] (quote ("Directories with Ancestor..." . ediff-merge-directories-with-ancestor))) (define-key menu-bar-ediff-merge-menu [ediff-merge-directories] (quote ("Directories..." . ediff-merge-directories))) (define-key menu-bar-ediff-merge-menu [separator-ediff-merge-dirs] (quote ("--"))) (define-key menu-bar-ediff-merge-menu [ediff-merge-buffers-with-ancestor] (quote ("Buffers with Ancestor..." . ediff-merge-buffers-with-ancestor))) (define-key menu-bar-ediff-merge-menu [ediff-merge-buffers] (quote ("Buffers..." . ediff-merge-buffers))) (define-key menu-bar-ediff-merge-menu [ediff-merge-files-with-ancestor] (quote ("Files with Ancestor..." . ediff-merge-files-with-ancestor))) (define-key menu-bar-ediff-merge-menu [ediff-merge-files] (quote ("Files..." . ediff-merge-files))) (define-key menu-bar-epatch-menu [ediff-patch-buffer] (quote ("To a Buffer..." . ediff-patch-buffer))) (define-key menu-bar-epatch-menu [ediff-patch-file] (quote ("To a File..." . ediff-patch-file))) (define-key menu-bar-ediff-misc-menu [emultiframe] (quote ("Toggle use of separate control buffer frame..." . ediff-toggle-multiframe))) (define-key menu-bar-ediff-misc-menu [eregistry] (quote ("List Ediff Sessions..." . ediff-show-registry))) (define-key menu-bar-ediff-misc-menu [ediff-cust] (quote ("Customize Ediff..." . ediff-customize))) (define-key menu-bar-ediff-misc-menu [ediff-doc] (quote ("Ediff Manual..." . ediff-documentation))))) 5852 (cond ((string-match "XEmacs" emacs-version) (defvar ediff-menu (quote ("Compare" ["Two Files..." ediff-files t] ["Two Buffers..." ediff-buffers t] ["Three Files..." ediff-files3 t] ["Three Buffers..." ediff-buffers3 t] "---" ["Two Directories..." ediff-directories t] ["Three Directories..." ediff-directories3 t] "---" ["File with Revision..." ediff-revision t] ["Directory Revisions..." ediff-directory-revisions t] "---" ["Windows Word-by-word..." ediff-windows-wordwise t] ["Windows Line-by-line..." ediff-windows-linewise t] "---" ["Regions Word-by-word..." ediff-regions-wordwise t] ["Regions Line-by-line..." ediff-regions-linewise t]))) (defvar ediff-merge-menu (quote ("Merge" ["Files..." ediff-merge-files t] ["Files with Ancestor..." ediff-merge-files-with-ancestor t] ["Buffers..." ediff-merge-buffers t] ["Buffers with Ancestor..." ediff-merge-buffers-with-ancestor t] "---" ["Directories..." ediff-merge-directories t] ["Directories with Ancestor..." ediff-merge-directories-with-ancestor t] "---" ["Revisions..." ediff-merge-revisions t] ["Revisions with Ancestor..." ediff-merge-revisions-with-ancestor t] ["Directory Revisions..." ediff-merge-directory-revisions t] ["Directory Revisions with Ancestor..." ediff-merge-directory-revisions-with-ancestor t]))) (defvar epatch-menu (quote ("Apply Patch" ["To a file..." ediff-patch-file t] ["To a buffer..." ediff-patch-buffer t]))) (defvar ediff-misc-menu (quote ("Ediff Miscellanea" ["Ediff Manual..." ediff-documentation t] ["Customize Ediff..." ediff-customize t] ["List Ediff Sessions..." ediff-show-registry t] ["Use separate frame for Ediff control buffer..." ediff-toggle-multiframe :style toggle :selected (if (and (featurep (quote ediff-util)) (boundp (quote ediff-window-setup-function))) (eq ediff-window-setup-function (quote ediff-setup-windows-multiframe)))] ["Use a toolbar with Ediff control buffer" ediff-toggle-use-toolbar :style toggle :selected (if (featurep (quote ediff-tbar)) (ediff-use-toolbar-p))]))) (if (and (featurep (quote menubar)) (not (featurep (quote infodock))) (not (featurep (quote ediff-hook)))) (ediff-xemacs-init-menus))) ((featurep (quote menu-bar)) (defvar menu-bar-ediff-misc-menu (make-sparse-keymap "Ediff Miscellanea")) (fset (quote menu-bar-ediff-misc-menu) (symbol-value (quote menu-bar-ediff-misc-menu))) (defvar menu-bar-epatch-menu (make-sparse-keymap "Apply Patch")) (fset (quote menu-bar-epatch-menu) (symbol-value (quote menu-bar-epatch-menu))) (defvar menu-bar-ediff-merge-menu (make-sparse-keymap "Merge")) (fset (quote menu-bar-ediff-merge-menu) (symbol-value (quote menu-bar-ediff-merge-menu))) (defvar menu-bar-ediff-menu (make-sparse-keymap "Compare")) (fset (quote menu-bar-ediff-menu) (symbol-value (quote menu-bar-ediff-menu))) (define-key menu-bar-ediff-menu [window] (quote ("This Window and Next Window" . compare-windows))) (define-key menu-bar-ediff-menu [ediff-windows-linewise] (quote ("Windows Line-by-line..." . ediff-windows-linewise))) (define-key menu-bar-ediff-menu [ediff-windows-wordwise] (quote ("Windows Word-by-word..." . ediff-windows-wordwise))) (define-key menu-bar-ediff-menu [separator-ediff-windows] (quote ("--"))) (define-key menu-bar-ediff-menu [ediff-regions-linewise] (quote ("Regions Line-by-line..." . ediff-regions-linewise))) (define-key menu-bar-ediff-menu [ediff-regions-wordwise] (quote ("Regions Word-by-word..." . ediff-regions-wordwise))) (define-key menu-bar-ediff-menu [separator-ediff-regions] (quote ("--"))) (define-key menu-bar-ediff-menu [ediff-dir-revision] (quote ("Directory Revisions..." . ediff-directory-revisions))) (define-key menu-bar-ediff-menu [ediff-revision] (quote ("File with Revision..." . ediff-revision))) (define-key menu-bar-ediff-menu [separator-ediff-directories] (quote ("--"))) (define-key menu-bar-ediff-menu [ediff-directories3] (quote ("Three Directories..." . ediff-directories3))) (define-key menu-bar-ediff-menu [ediff-directories] (quote ("Two Directories..." . ediff-directories))) (define-key menu-bar-ediff-menu [separator-ediff-files] (quote ("--"))) (define-key menu-bar-ediff-menu [ediff-buffers3] (quote ("Three Buffers..." . ediff-buffers3))) (define-key menu-bar-ediff-menu [ediff-files3] (quote ("Three Files..." . ediff-files3))) (define-key menu-bar-ediff-menu [ediff-buffers] (quote ("Two Buffers..." . ediff-buffers))) (define-key menu-bar-ediff-menu [ediff-files] (quote ("Two Files..." . ediff-files))) (define-key menu-bar-ediff-merge-menu [ediff-merge-dir-revisions-with-ancestor] (quote ("Directory Revisions with Ancestor..." . ediff-merge-directory-revisions-with-ancestor))) (define-key menu-bar-ediff-merge-menu [ediff-merge-dir-revisions] (quote ("Directory Revisions..." . ediff-merge-directory-revisions))) (define-key menu-bar-ediff-merge-menu [ediff-merge-revisions-with-ancestor] (quote ("Revisions with Ancestor..." . ediff-merge-revisions-with-ancestor))) (define-key menu-bar-ediff-merge-menu [ediff-merge-revisions] (quote ("Revisions..." . ediff-merge-revisions))) (define-key menu-bar-ediff-merge-menu [separator-ediff-merge] (quote ("--"))) (define-key menu-bar-ediff-merge-menu [ediff-merge-directories-with-ancestor] (quote ("Directories with Ancestor..." . ediff-merge-directories-with-ancestor))) (define-key menu-bar-ediff-merge-menu [ediff-merge-directories] (quote ("Directories..." . ediff-merge-directories))) (define-key menu-bar-ediff-merge-menu [separator-ediff-merge-dirs] (quote ("--"))) (define-key menu-bar-ediff-merge-menu [ediff-merge-buffers-with-ancestor] (quote ("Buffers with Ancestor..." . ediff-merge-buffers-with-ancestor))) (define-key menu-bar-ediff-merge-menu [ediff-merge-buffers] (quote ("Buffers..." . ediff-merge-buffers))) (define-key menu-bar-ediff-merge-menu [ediff-merge-files-with-ancestor] (quote ("Files with Ancestor..." . ediff-merge-files-with-ancestor))) (define-key menu-bar-ediff-merge-menu [ediff-merge-files] (quote ("Files..." . ediff-merge-files))) (define-key menu-bar-epatch-menu [ediff-patch-buffer] (quote ("To a Buffer..." . ediff-patch-buffer))) (define-key menu-bar-epatch-menu [ediff-patch-file] (quote ("To a File..." . ediff-patch-file))) (define-key menu-bar-ediff-misc-menu [emultiframe] (quote ("Toggle use of separate control buffer frame..." . ediff-toggle-multiframe))) (define-key menu-bar-ediff-misc-menu [eregistry] (quote ("List Ediff Sessions..." . ediff-show-registry))) (define-key menu-bar-ediff-misc-menu [ediff-cust] (quote ("Customize Ediff..." . ediff-customize))) (define-key menu-bar-ediff-misc-menu [ediff-doc] (quote ("Ediff Manual..." . ediff-documentation)))))
5851 5853
5852 ;;;*** 5854 ;;;***
5853 5855
5854 ;;;### (autoloads (ediff-show-registry) "ediff-mult" "ediff-mult.el" 5856 ;;;### (autoloads (ediff-show-registry) "ediff-mult" "ediff-mult.el"
5855 ;;;;;; (15263 27093)) 5857 ;;;;;; (15284 8839))
5856 ;;; Generated autoloads from ediff-mult.el 5858 ;;; Generated autoloads from ediff-mult.el
5857 5859
5858 (autoload (quote ediff-show-registry) "ediff-mult" "\ 5860 (autoload (quote ediff-show-registry) "ediff-mult" "\
5859 Display Ediff's registry." t nil) 5861 Display Ediff's registry." t nil)
5860 5862
6996 6998
6997 ;;;*** 6999 ;;;***
6998 7000
6999 ;;;### (autoloads (feedmail-queue-reminder feedmail-run-the-queue 7001 ;;;### (autoloads (feedmail-queue-reminder feedmail-run-the-queue
7000 ;;;;;; feedmail-run-the-queue-global-prompt feedmail-run-the-queue-no-prompts 7002 ;;;;;; feedmail-run-the-queue-global-prompt feedmail-run-the-queue-no-prompts
7001 ;;;;;; feedmail-send-it) "feedmail" "mail/feedmail.el" (15187 6159)) 7003 ;;;;;; feedmail-send-it) "feedmail" "mail/feedmail.el" (15283 1359))
7002 ;;; Generated autoloads from mail/feedmail.el 7004 ;;; Generated autoloads from mail/feedmail.el
7003 7005
7004 (autoload (quote feedmail-send-it) "feedmail" "\ 7006 (autoload (quote feedmail-send-it) "feedmail" "\
7005 Send the current mail buffer using the Feedmail package. 7007 Send the current mail buffer using the Feedmail package.
7006 This is a suitable value for `send-mail-function'. It can be used 7008 This is a suitable value for `send-mail-function'. It can be used
8187 Use \\[describe-mode] for more info." t nil) 8189 Use \\[describe-mode] for more info." t nil)
8188 8190
8189 ;;;*** 8191 ;;;***
8190 8192
8191 ;;;### (autoloads (goto-address goto-address-at-point goto-address-at-mouse) 8193 ;;;### (autoloads (goto-address goto-address-at-point goto-address-at-mouse)
8192 ;;;;;; "goto-addr" "net/goto-addr.el" (15186 41423)) 8194 ;;;;;; "goto-addr" "net/goto-addr.el" (15293 33678))
8193 ;;; Generated autoloads from net/goto-addr.el 8195 ;;; Generated autoloads from net/goto-addr.el
8194 8196
8195 (autoload (quote goto-address-at-mouse) "goto-addr" "\ 8197 (autoload (quote goto-address-at-mouse) "goto-addr" "\
8196 Send to the e-mail address or load the URL clicked with the mouse. 8198 Send to the e-mail address or load the URL clicked with the mouse.
8197 Send mail to address at position of mouse click. See documentation for 8199 Send mail to address at position of mouse click. See documentation for
8213 Also fontifies the buffer appropriately (see `goto-address-fontify-p' and 8215 Also fontifies the buffer appropriately (see `goto-address-fontify-p' and
8214 `goto-address-highlight-p' for more information)." t nil) 8216 `goto-address-highlight-p' for more information)." t nil)
8215 8217
8216 ;;;*** 8218 ;;;***
8217 8219
8218 ;;;### (autoloads (gs-load-image) "gs" "gs.el" (15269 60460)) 8220 ;;;### (autoloads (gs-load-image) "gs" "gs.el" (15288 14302))
8219 ;;; Generated autoloads from gs.el 8221 ;;; Generated autoloads from gs.el
8220 8222
8221 (autoload (quote gs-load-image) "gs" "\ 8223 (autoload (quote gs-load-image) "gs" "\
8222 Load a PS image for display on FRAME. 8224 Load a PS image for display on FRAME.
8223 SPEC is an image specification, IMG-HEIGHT and IMG-WIDTH are width 8225 SPEC is an image specification, IMG-HEIGHT and IMG-WIDTH are width
9415 9417
9416 ;;;*** 9418 ;;;***
9417 9419
9418 ;;;### (autoloads (Info-speedbar-browser Info-goto-emacs-key-command-node 9420 ;;;### (autoloads (Info-speedbar-browser Info-goto-emacs-key-command-node
9419 ;;;;;; Info-goto-emacs-command-node Info-directory info-standalone 9421 ;;;;;; Info-goto-emacs-command-node Info-directory info-standalone
9420 ;;;;;; info info-other-window) "info" "info.el" (15279 8859)) 9422 ;;;;;; info info-other-window) "info" "info.el" (15282 54609))
9421 ;;; Generated autoloads from info.el 9423 ;;; Generated autoloads from info.el
9422 9424
9423 (autoload (quote info-other-window) "info" "\ 9425 (autoload (quote info-other-window) "info" "\
9424 Like `info' but show the Info buffer in another window." t nil) 9426 Like `info' but show the Info buffer in another window." t nil)
9425 (add-hook 'same-window-buffer-names "*info*") 9427 (add-hook 'same-window-buffer-names "*info*")
10634 If 4th arg LIST is non-nil, return a list of all such fields." nil nil) 10636 If 4th arg LIST is non-nil, return a list of all such fields." nil nil)
10635 10637
10636 ;;;*** 10638 ;;;***
10637 10639
10638 ;;;### (autoloads (define-mail-abbrev build-mail-abbrevs mail-abbrevs-setup) 10640 ;;;### (autoloads (define-mail-abbrev build-mail-abbrevs mail-abbrevs-setup)
10639 ;;;;;; "mailabbrev" "mail/mailabbrev.el" (15186 41422)) 10641 ;;;;;; "mailabbrev" "mail/mailabbrev.el" (15293 33678))
10640 ;;; Generated autoloads from mail/mailabbrev.el 10642 ;;; Generated autoloads from mail/mailabbrev.el
10641 10643
10642 (autoload (quote mail-abbrevs-setup) "mailabbrev" "\ 10644 (autoload (quote mail-abbrevs-setup) "mailabbrev" "\
10643 Initialize use of the `mailabbrev' package." nil nil) 10645 Initialize use of the `mailabbrev' package." nil nil)
10644 10646
11321 ;;;### (autoloads (dump-codings dump-charsets mule-diag list-input-methods 11323 ;;;### (autoloads (dump-codings dump-charsets mule-diag list-input-methods
11322 ;;;;;; list-fontsets describe-fontset describe-font list-coding-categories 11324 ;;;;;; list-fontsets describe-fontset describe-font list-coding-categories
11323 ;;;;;; list-coding-systems describe-current-coding-system describe-current-coding-system-briefly 11325 ;;;;;; list-coding-systems describe-current-coding-system describe-current-coding-system-briefly
11324 ;;;;;; describe-coding-system describe-char-after describe-character-set 11326 ;;;;;; describe-coding-system describe-char-after describe-character-set
11325 ;;;;;; list-charset-chars read-charset list-character-sets) "mule-diag" 11327 ;;;;;; list-charset-chars read-charset list-character-sets) "mule-diag"
11326 ;;;;;; "international/mule-diag.el" (15186 41421)) 11328 ;;;;;; "international/mule-diag.el" (15282 61336))
11327 ;;; Generated autoloads from international/mule-diag.el 11329 ;;; Generated autoloads from international/mule-diag.el
11328 11330
11329 (autoload (quote list-character-sets) "mule-diag" "\ 11331 (autoload (quote list-character-sets) "mule-diag" "\
11330 Display a list of all character sets. 11332 Display a list of all character sets.
11331 11333
11630 11632
11631 ;;;### (autoloads (comment-indent-new-line comment-dwim comment-region 11633 ;;;### (autoloads (comment-indent-new-line comment-dwim comment-region
11632 ;;;;;; uncomment-region comment-kill comment-set-column comment-indent 11634 ;;;;;; uncomment-region comment-kill comment-set-column comment-indent
11633 ;;;;;; comment-indent-default comment-multi-line comment-padding 11635 ;;;;;; comment-indent-default comment-multi-line comment-padding
11634 ;;;;;; comment-style comment-column) "newcomment" "newcomment.el" 11636 ;;;;;; comment-style comment-column) "newcomment" "newcomment.el"
11635 ;;;;;; (15251 11795)) 11637 ;;;;;; (15284 8839))
11636 ;;; Generated autoloads from newcomment.el 11638 ;;; Generated autoloads from newcomment.el
11637 11639
11638 (defalias (quote indent-for-comment) (quote comment-indent)) 11640 (defalias (quote indent-for-comment) (quote comment-indent))
11639 11641
11640 (defalias (quote set-comment-column) (quote comment-set-column)) 11642 (defalias (quote set-comment-column) (quote comment-set-column))
11828 to future sessions." t nil) 11830 to future sessions." t nil)
11829 11831
11830 ;;;*** 11832 ;;;***
11831 11833
11832 ;;;### (autoloads (nroff-mode) "nroff-mode" "textmodes/nroff-mode.el" 11834 ;;;### (autoloads (nroff-mode) "nroff-mode" "textmodes/nroff-mode.el"
11833 ;;;;;; (14974 43714)) 11835 ;;;;;; (15293 33678))
11834 ;;; Generated autoloads from textmodes/nroff-mode.el 11836 ;;; Generated autoloads from textmodes/nroff-mode.el
11835 11837
11836 (autoload (quote nroff-mode) "nroff-mode" "\ 11838 (autoload (quote nroff-mode) "nroff-mode" "\
11837 Major mode for editing text intended for nroff to format. 11839 Major mode for editing text intended for nroff to format.
11838 \\{nroff-mode-map} 11840 \\{nroff-mode-map}
12398 (defvar cvs-global-menu (let ((m (make-sparse-keymap "PCL-CVS"))) (define-key m [status] (quote (menu-item "Directory Status" cvs-status :help "A more verbose status of a workarea"))) (define-key m [checkout] (quote (menu-item "Checkout Module" cvs-checkout :help "Check out a module from the repository"))) (define-key m [update] (quote (menu-item "Update Directory" cvs-update :help "Fetch updates from the repository"))) (define-key m [examine] (quote (menu-item "Examine Directory" cvs-examine :help "Examine the current state of a workarea"))) m)) 12400 (defvar cvs-global-menu (let ((m (make-sparse-keymap "PCL-CVS"))) (define-key m [status] (quote (menu-item "Directory Status" cvs-status :help "A more verbose status of a workarea"))) (define-key m [checkout] (quote (menu-item "Checkout Module" cvs-checkout :help "Check out a module from the repository"))) (define-key m [update] (quote (menu-item "Update Directory" cvs-update :help "Fetch updates from the repository"))) (define-key m [examine] (quote (menu-item "Examine Directory" cvs-examine :help "Examine the current state of a workarea"))) m))
12399 12401
12400 ;;;*** 12402 ;;;***
12401 12403
12402 ;;;### (autoloads (perl-mode) "perl-mode" "progmodes/perl-mode.el" 12404 ;;;### (autoloads (perl-mode) "perl-mode" "progmodes/perl-mode.el"
12403 ;;;;;; (15149 49404)) 12405 ;;;;;; (15293 33678))
12404 ;;; Generated autoloads from progmodes/perl-mode.el 12406 ;;; Generated autoloads from progmodes/perl-mode.el
12405 12407
12406 (autoload (quote perl-mode) "perl-mode" "\ 12408 (autoload (quote perl-mode) "perl-mode" "\
12407 Major mode for editing Perl code. 12409 Major mode for editing Perl code.
12408 Expression and list commands understand all Perl brackets. 12410 Expression and list commands understand all Perl brackets.
12410 Comments are delimited with # ... \\n. 12412 Comments are delimited with # ... \\n.
12411 Paragraphs are separated by blank lines only. 12413 Paragraphs are separated by blank lines only.
12412 Delete converts tabs to spaces as it moves back. 12414 Delete converts tabs to spaces as it moves back.
12413 \\{perl-mode-map} 12415 \\{perl-mode-map}
12414 Variables controlling indentation style: 12416 Variables controlling indentation style:
12415 perl-tab-always-indent 12417 `perl-tab-always-indent'
12416 Non-nil means TAB in Perl mode should always indent the current line, 12418 Non-nil means TAB in Perl mode should always indent the current line,
12417 regardless of where in the line point is when the TAB command is used. 12419 regardless of where in the line point is when the TAB command is used.
12418 perl-tab-to-comment 12420 `perl-tab-to-comment'
12419 Non-nil means that for lines which don't need indenting, TAB will 12421 Non-nil means that for lines which don't need indenting, TAB will
12420 either delete an empty comment, indent an existing comment, move 12422 either delete an empty comment, indent an existing comment, move
12421 to end-of-line, or if at end-of-line already, create a new comment. 12423 to end-of-line, or if at end-of-line already, create a new comment.
12422 perl-nochange 12424 `perl-nochange'
12423 Lines starting with this regular expression are not auto-indented. 12425 Lines starting with this regular expression are not auto-indented.
12424 perl-indent-level 12426 `perl-indent-level'
12425 Indentation of Perl statements within surrounding block. 12427 Indentation of Perl statements within surrounding block.
12426 The surrounding block's indentation is the indentation 12428 The surrounding block's indentation is the indentation
12427 of the line on which the open-brace appears. 12429 of the line on which the open-brace appears.
12428 perl-continued-statement-offset 12430 `perl-continued-statement-offset'
12429 Extra indentation given to a substatement, such as the 12431 Extra indentation given to a substatement, such as the
12430 then-clause of an if or body of a while. 12432 then-clause of an if or body of a while.
12431 perl-continued-brace-offset 12433 `perl-continued-brace-offset'
12432 Extra indentation given to a brace that starts a substatement. 12434 Extra indentation given to a brace that starts a substatement.
12433 This is in addition to `perl-continued-statement-offset'. 12435 This is in addition to `perl-continued-statement-offset'.
12434 perl-brace-offset 12436 `perl-brace-offset'
12435 Extra indentation for line if it starts with an open brace. 12437 Extra indentation for line if it starts with an open brace.
12436 perl-brace-imaginary-offset 12438 `perl-brace-imaginary-offset'
12437 An open brace following other text is treated as if it were 12439 An open brace following other text is treated as if it were
12438 this far to the right of the start of its line. 12440 this far to the right of the start of its line.
12439 perl-label-offset 12441 `perl-label-offset'
12440 Extra indentation for line that is a label. 12442 Extra indentation for line that is a label.
12443 `perl-indent-continued-arguments'
12444 Offset of argument lines relative to usual indentation.
12441 12445
12442 Various indentation styles: K&R BSD BLK GNU LW 12446 Various indentation styles: K&R BSD BLK GNU LW
12443 perl-indent-level 5 8 0 2 4 12447 perl-indent-level 5 8 0 2 4
12444 perl-continued-statement-offset 5 8 4 2 4 12448 perl-continued-statement-offset 5 8 4 2 4
12445 perl-continued-brace-offset 0 0 0 0 -4 12449 perl-continued-brace-offset 0 0 0 0 -4
13209 ;;;*** 13213 ;;;***
13210 13214
13211 ;;;### (autoloads (clear-rectangle string-insert-rectangle string-rectangle 13215 ;;;### (autoloads (clear-rectangle string-insert-rectangle string-rectangle
13212 ;;;;;; delete-whitespace-rectangle open-rectangle insert-rectangle 13216 ;;;;;; delete-whitespace-rectangle open-rectangle insert-rectangle
13213 ;;;;;; yank-rectangle kill-rectangle extract-rectangle delete-extract-rectangle 13217 ;;;;;; yank-rectangle kill-rectangle extract-rectangle delete-extract-rectangle
13214 ;;;;;; delete-rectangle move-to-column-force) "rect" "rect.el" (15187 13218 ;;;;;; delete-rectangle move-to-column-force) "rect" "rect.el" (15292
13215 ;;;;;; 6158)) 13219 ;;;;;; 846))
13216 ;;; Generated autoloads from rect.el 13220 ;;; Generated autoloads from rect.el
13217 13221
13218 (autoload (quote move-to-column-force) "rect" "\ 13222 (autoload (quote move-to-column-force) "rect" "\
13219 Move point to column COLUMN rigidly in the current line. 13223 Move point to column COLUMN rigidly in the current line.
13220 If COLUMN is within a multi-column character, replace it by 13224 If COLUMN is within a multi-column character, replace it by
13940 13944
13941 ;;;### (autoloads (rmail-user-mail-address-regexp rmail-summary-line-decoder 13945 ;;;### (autoloads (rmail-user-mail-address-regexp rmail-summary-line-decoder
13942 ;;;;;; rmail-summary-by-senders rmail-summary-by-topic rmail-summary-by-regexp 13946 ;;;;;; rmail-summary-by-senders rmail-summary-by-topic rmail-summary-by-regexp
13943 ;;;;;; rmail-summary-by-recipients rmail-summary-by-labels rmail-summary 13947 ;;;;;; rmail-summary-by-recipients rmail-summary-by-labels rmail-summary
13944 ;;;;;; rmail-summary-line-count-flag rmail-summary-scroll-between-messages) 13948 ;;;;;; rmail-summary-line-count-flag rmail-summary-scroll-between-messages)
13945 ;;;;;; "rmailsum" "mail/rmailsum.el" (15186 41423)) 13949 ;;;;;; "rmailsum" "mail/rmailsum.el" (15293 33678))
13946 ;;; Generated autoloads from mail/rmailsum.el 13950 ;;; Generated autoloads from mail/rmailsum.el
13947 13951
13948 (defvar rmail-summary-scroll-between-messages t "\ 13952 (defvar rmail-summary-scroll-between-messages t "\
13949 *Non-nil means Rmail summary scroll commands move between messages.") 13953 *Non-nil means Rmail summary scroll commands move between messages.")
13950 13954
14062 (defvar resize-minibuffer-frame-exactly t "\ 14066 (defvar resize-minibuffer-frame-exactly t "\
14063 *This variable is obsolete.") 14067 *This variable is obsolete.")
14064 14068
14065 (autoload (quote resize-minibuffer-mode) "rsz-mini" "\ 14069 (autoload (quote resize-minibuffer-mode) "rsz-mini" "\
14066 This function is obsolete." t nil) 14070 This function is obsolete." t nil)
14071
14072 ;;;***
14073
14074 ;;;### (autoloads (rx rx-to-string) "rx" "emacs-lisp/rx.el" (15286
14075 ;;;;;; 9098))
14076 ;;; Generated autoloads from emacs-lisp/rx.el
14077
14078 (autoload (quote rx-to-string) "rx" "\
14079 Parse and produce code for regular expression FORM.
14080 FORM is a regular expression in sexp form.
14081 NO-GROUP non-nil means don't put shy groups around the result." nil nil)
14082
14083 (autoload (quote rx) "rx" "\
14084 Translate a regular expression REGEXP in sexp form to a regexp string.
14085 See also `rx-to-string' for how to do such a translation at run-time.
14086
14087 The following are valid subforms of regular expressions in sexp
14088 notation.
14089
14090 STRING
14091 matches string STRING literally.
14092
14093 CHAR
14094 matches character CHAR literally.
14095
14096 `not-newline'
14097 matches any character except a newline.
14098 .
14099 `anything'
14100 matches any character
14101
14102 `(any SET)'
14103 matches any character in SET. SET may be a character or string.
14104 Ranges of characters can be specified as `A-Z' in strings.
14105
14106 '(in SET)'
14107 like `any'.
14108
14109 `(not (any SET))'
14110 matches any character not in SET
14111
14112 `line-start'
14113 matches the empty string, but only at the beginning of a line
14114 in the text being matched
14115
14116 `line-end'
14117 is similar to `line-start' but matches only at the end of a line
14118
14119 `string-start'
14120 matches the empty string, but only at the beginning of the
14121 string being matched against.
14122
14123 `string-end'
14124 matches the empty string, but only at the end of the
14125 string being matched against.
14126
14127 `buffer-start'
14128 matches the empty string, but only at the beginning of the
14129 buffer being matched against.
14130
14131 `buffer-end'
14132 matches the empty string, but only at the end of the
14133 buffer being matched against.
14134
14135 `point'
14136 matches the empty string, but only at point.
14137
14138 `word-start'
14139 matches the empty string, but only at the beginning or end of a
14140 word.
14141
14142 `word-end'
14143 matches the empty string, but only at the end of a word.
14144
14145 `word-boundary'
14146 matches the empty string, but only at the beginning or end of a
14147 word.
14148
14149 `(not word-boundary)'
14150 matches the empty string, but not at the beginning or end of a
14151 word.
14152
14153 `digit'
14154 matches 0 through 9.
14155
14156 `control'
14157 matches ASCII control characters.
14158
14159 `hex-digit'
14160 matches 0 through 9, a through f and A through F.
14161
14162 `blank'
14163 matches space and tab only.
14164
14165 `graphic'
14166 matches graphic characters--everything except ASCII control chars,
14167 space, and DEL.
14168
14169 `printing'
14170 matches printing characters--everything except ASCII control chars
14171 and DEL.
14172
14173 `alphanumeric'
14174 matches letters and digits. (But at present, for multibyte characters,
14175 it matches anything that has word syntax.)
14176
14177 `letter'
14178 matches letters. (But at present, for multibyte characters,
14179 it matches anything that has word syntax.)
14180
14181 `ascii'
14182 matches ASCII (unibyte) characters.
14183
14184 `nonascii'
14185 matches non-ASCII (multibyte) characters.
14186
14187 `lower'
14188 matches anything lower-case.
14189
14190 `upper'
14191 matches anything upper-case.
14192
14193 `punctuation'
14194 matches punctuation. (But at present, for multibyte characters,
14195 it matches anything that has non-word syntax.)
14196
14197 `space'
14198 matches anything that has whitespace syntax.
14199
14200 `word'
14201 matches anything that has word syntax.
14202
14203 `(syntax SYNTAX)'
14204 matches a character with syntax SYNTAX. SYNTAX must be one
14205 of the following symbols.
14206
14207 `whitespace' (\\s- in string notation)
14208 `punctuation' (\\s.)
14209 `word' (\\sw)
14210 `symbol' (\\s_)
14211 `open-parenthesis' (\\s()
14212 `close-parenthesis' (\\s))
14213 `expression-prefix' (\\s')
14214 `string-quote' (\\s\")
14215 `paired-delimiter' (\\s$)
14216 `escape' (\\s\\)
14217 `character-quote' (\\s/)
14218 `comment-start' (\\s<)
14219 `comment-end' (\\s>)
14220
14221 `(not (syntax SYNTAX))'
14222 matches a character that has not syntax SYNTAX.
14223
14224 `(category CATEGORY)'
14225 matches a character with category CATEGORY. CATEGORY must be
14226 either a character to use for C, or one of the following symbols.
14227
14228 `consonant' (\\c0 in string notation)
14229 `base-vowel' (\\c1)
14230 `upper-diacritical-mark' (\\c2)
14231 `lower-diacritical-mark' (\\c3)
14232 `tone-mark' (\\c4)
14233 `symbol' (\\c5)
14234 `digit' (\\c6)
14235 `vowel-modifying-diacritical-mark' (\\c7)
14236 `vowel-sign' (\\c8)
14237 `semivowel-lower' (\\c9)
14238 `not-at-end-of-line' (\\c<)
14239 `not-at-beginning-of-line' (\\c>)
14240 `alpha-numeric-two-byte' (\\cA)
14241 `chinse-two-byte' (\\cC)
14242 `greek-two-byte' (\\cG)
14243 `japanese-hiragana-two-byte' (\\cH)
14244 `indian-tow-byte' (\\cI)
14245 `japanese-katakana-two-byte' (\\cK)
14246 `korean-hangul-two-byte' (\\cN)
14247 `cyrillic-two-byte' (\\cY)
14248 `ascii' (\\ca)
14249 `arabic' (\\cb)
14250 `chinese' (\\cc)
14251 `ethiopic' (\\ce)
14252 `greek' (\\cg)
14253 `korean' (\\ch)
14254 `indian' (\\ci)
14255 `japanese' (\\cj)
14256 `japanese-katakana' (\\ck)
14257 `latin' (\\cl)
14258 `lao' (\\co)
14259 `tibetan' (\\cq)
14260 `japanese-roman' (\\cr)
14261 `thai' (\\ct)
14262 `vietnamese' (\\cv)
14263 `hebrew' (\\cw)
14264 `cyrillic' (\\cy)
14265 `can-break' (\\c|)
14266
14267 `(not (category CATEGORY))'
14268 matches a character that has not category CATEGORY.
14269
14270 `(and SEXP1 SEXP2 ...)'
14271 matches what SEXP1 matches, followed by what SEXP2 matches, etc.
14272
14273 `(submatch SEXP1 SEXP2 ...)'
14274 like `and', but makes the match accessible with `match-end',
14275 `match-beginning', and `match-string'.
14276
14277 `(group SEXP1 SEXP2 ...)'
14278 another name for `submatch'.
14279
14280 `(or SEXP1 SEXP2 ...)'
14281 matches anything that matches SEXP1 or SEXP2, etc. If all
14282 args are strings, use `regexp-opt' to optimize the resulting
14283 regular expression.
14284
14285 `(minimal-match SEXP)'
14286 produce a non-greedy regexp for SEXP. Normally, regexps matching
14287 zero or more occurrances of something are \"greedy\" in that they
14288 match as much as they can, as long as the overall regexp can
14289 still match. A non-greedy regexp matches as little as possible.
14290
14291 `(maximal-match SEXP)'
14292 produce a greedy regexp for SEXP. This is the default.
14293
14294 `(zero-or-more SEXP)'
14295 matches zero or more occurrences of what SEXP matches.
14296
14297 `(0+ SEXP)'
14298 like `zero-or-more'.
14299
14300 `(* SEXP)'
14301 like `zero-or-more', but always produces a greedy regexp.
14302
14303 `(*? SEXP)'
14304 like `zero-or-more', but always produces a non-greedy regexp.
14305
14306 `(one-or-more SEXP)'
14307 matches one or more occurrences of A.
14308
14309 `(1+ SEXP)'
14310 like `one-or-more'.
14311
14312 `(+ SEXP)'
14313 like `one-or-more', but always produces a greedy regexp.
14314
14315 `(+? SEXP)'
14316 like `one-or-more', but always produces a non-greedy regexp.
14317
14318 `(zero-or-one SEXP)'
14319 matches zero or one occurrences of A.
14320
14321 `(optional SEXP)'
14322 like `zero-or-one'.
14323
14324 `(? SEXP)'
14325 like `zero-or-one', but always produces a greedy regexp.
14326
14327 `(?? SEXP)'
14328 like `zero-or-one', but always produces a non-greedy regexp.
14329
14330 `(repeat N SEXP)'
14331 matches N occurrences of what SEXP matches.
14332
14333 `(repeat N M SEXP)'
14334 matches N to M occurrences of what SEXP matches.
14335
14336 `(eval FORM)'
14337 evaluate FORM and insert result. If result is a string,
14338 `regexp-quote' it.
14339
14340 `(regexp REGEXP)'
14341 include REGEXP in string notation in the result." nil (quote macro))
14067 14342
14068 ;;;*** 14343 ;;;***
14069 14344
14070 ;;;### (autoloads (dsssl-mode scheme-mode) "scheme" "progmodes/scheme.el" 14345 ;;;### (autoloads (dsssl-mode scheme-mode) "scheme" "progmodes/scheme.el"
14071 ;;;;;; (15187 6160)) 14346 ;;;;;; (15187 6160))
14162 ;;;### (autoloads (mail-other-frame mail-other-window mail mail-mode 14437 ;;;### (autoloads (mail-other-frame mail-other-window mail mail-mode
14163 ;;;;;; mail-signature mail-personal-alias-file mail-alias-file mail-default-reply-to 14438 ;;;;;; mail-signature mail-personal-alias-file mail-alias-file mail-default-reply-to
14164 ;;;;;; mail-archive-file-name mail-header-separator send-mail-function 14439 ;;;;;; mail-archive-file-name mail-header-separator send-mail-function
14165 ;;;;;; mail-yank-ignored-headers mail-interactive mail-self-blind 14440 ;;;;;; mail-yank-ignored-headers mail-interactive mail-self-blind
14166 ;;;;;; mail-specify-envelope-from mail-from-style) "sendmail" "mail/sendmail.el" 14441 ;;;;;; mail-specify-envelope-from mail-from-style) "sendmail" "mail/sendmail.el"
14167 ;;;;;; (15279 8859)) 14442 ;;;;;; (15283 1778))
14168 ;;; Generated autoloads from mail/sendmail.el 14443 ;;; Generated autoloads from mail/sendmail.el
14169 14444
14170 (defvar mail-from-style (quote angles) "\ 14445 (defvar mail-from-style (quote angles) "\
14171 *Specifies how \"From:\" fields look. 14446 *Specifies how \"From:\" fields look.
14172 14447
14205 *Delete these headers from old message when it's inserted in a reply.") 14480 *Delete these headers from old message when it's inserted in a reply.")
14206 14481
14207 (defvar send-mail-function (quote sendmail-send-it) "\ 14482 (defvar send-mail-function (quote sendmail-send-it) "\
14208 Function to call to send the current buffer as mail. 14483 Function to call to send the current buffer as mail.
14209 The headers should be delimited by a line which is 14484 The headers should be delimited by a line which is
14210 not a valid RFC822 header or continuation line. 14485 not a valid RFC822 header or continuation line,
14486 that matches the variable `mail-header-separator'.
14211 This is used by the default mail-sending commands. See also 14487 This is used by the default mail-sending commands. See also
14212 `message-send-mail-function' for use with the Message package.") 14488 `message-send-mail-function' for use with the Message package.")
14213 14489
14214 (defvar mail-header-separator "--text follows this line--" "\ 14490 (defvar mail-header-separator "--text follows this line--" "\
14215 *Line used to separate headers from text in messages being composed.") 14491 *Line used to separate headers from text in messages being composed.")
14783 15059
14784 (autoload (quote smtpmail-send-it) "smtpmail" nil nil nil) 15060 (autoload (quote smtpmail-send-it) "smtpmail" nil nil nil)
14785 15061
14786 ;;;*** 15062 ;;;***
14787 15063
14788 ;;;### (autoloads (snake) "snake" "play/snake.el" (15187 6160)) 15064 ;;;### (autoloads (snake) "snake" "play/snake.el" (15288 5158))
14789 ;;; Generated autoloads from play/snake.el 15065 ;;; Generated autoloads from play/snake.el
14790 15066
14791 (autoload (quote snake) "snake" "\ 15067 (autoload (quote snake) "snake" "\
14792 Play the Snake game. 15068 Play the Snake game.
14793 Move the snake around without colliding with its tail or with the border. 15069 Move the snake around without colliding with its tail or with the border.
15626 (autoload (quote talk-connect) "talk" "\ 15902 (autoload (quote talk-connect) "talk" "\
15627 Connect to display DISPLAY for the Emacs talk group." t nil) 15903 Connect to display DISPLAY for the Emacs talk group." t nil)
15628 15904
15629 ;;;*** 15905 ;;;***
15630 15906
15631 ;;;### (autoloads (tar-mode) "tar-mode" "tar-mode.el" (15215 60892)) 15907 ;;;### (autoloads (tar-mode) "tar-mode" "tar-mode.el" (15282 56996))
15632 ;;; Generated autoloads from tar-mode.el 15908 ;;; Generated autoloads from tar-mode.el
15633 15909
15634 (autoload (quote tar-mode) "tar-mode" "\ 15910 (autoload (quote tar-mode) "tar-mode" "\
15635 Major mode for viewing a tar file as a dired-like listing of its contents. 15911 Major mode for viewing a tar file as a dired-like listing of its contents.
15636 You can move around using the usual cursor motion commands. 15912 You can move around using the usual cursor motion commands.
15773 and is non-nil after the terminal buffer has been set up and the 16049 and is non-nil after the terminal buffer has been set up and the
15774 subprocess started." t nil) 16050 subprocess started." t nil)
15775 16051
15776 ;;;*** 16052 ;;;***
15777 16053
15778 ;;;### (autoloads (tetris) "tetris" "play/tetris.el" (15187 6160)) 16054 ;;;### (autoloads (tetris) "tetris" "play/tetris.el" (15288 5158))
15779 ;;; Generated autoloads from play/tetris.el 16055 ;;; Generated autoloads from play/tetris.el
15780 16056
15781 (autoload (quote tetris) "tetris" "\ 16057 (autoload (quote tetris) "tetris" "\
15782 Play the Tetris game. 16058 Play the Tetris game.
15783 Shapes drop from the top of the screen, and the user has to move and 16059 Shapes drop from the top of the screen, and the user has to move and
16461 16737
16462 ;;;*** 16738 ;;;***
16463 16739
16464 ;;;### (autoloads (with-timeout run-with-idle-timer add-timeout run-with-timer 16740 ;;;### (autoloads (with-timeout run-with-idle-timer add-timeout run-with-timer
16465 ;;;;;; run-at-time cancel-function-timers cancel-timer) "timer" 16741 ;;;;;; run-at-time cancel-function-timers cancel-timer) "timer"
16466 ;;;;;; "timer.el" (15186 41419)) 16742 ;;;;;; "timer.el" (15293 33677))
16467 ;;; Generated autoloads from timer.el 16743 ;;; Generated autoloads from timer.el
16468 16744
16469 (defalias (quote disable-timeout) (quote cancel-timer)) 16745 (defalias (quote disable-timeout) (quote cancel-timer))
16470 16746
16471 (autoload (quote cancel-timer) "timer" "\ 16747 (autoload (quote cancel-timer) "timer" "\
16686 16962
16687 (custom-add-load (quote tooltip-mode) (quote tooltip)) 16963 (custom-add-load (quote tooltip-mode) (quote tooltip))
16688 16964
16689 ;;;*** 16965 ;;;***
16690 16966
16691 ;;;### (autoloads (tpu-edt-on) "tpu-edt" "emulation/tpu-edt.el" (15187 16967 ;;;### (autoloads (tpu-edt-on) "tpu-edt" "emulation/tpu-edt.el" (15292
16692 ;;;;;; 6159)) 16968 ;;;;;; 1106))
16693 ;;; Generated autoloads from emulation/tpu-edt.el 16969 ;;; Generated autoloads from emulation/tpu-edt.el
16694 16970
16695 (fset (quote tpu-edt-mode) (quote tpu-edt-on)) 16971 (fset (quote tpu-edt-mode) (quote tpu-edt-on))
16696 16972
16697 (fset (quote tpu-edt) (quote tpu-edt-on)) 16973 (fset (quote tpu-edt) (quote tpu-edt-on))
16714 (autoload (quote tpu-set-cursor-bound) "tpu-extras" "\ 16990 (autoload (quote tpu-set-cursor-bound) "tpu-extras" "\
16715 Constrain the cursor to the flow of the text." t nil) 16991 Constrain the cursor to the flow of the text." t nil)
16716 16992
16717 ;;;*** 16993 ;;;***
16718 16994
16719 ;;;### (autoloads (tq-create) "tq" "emacs-lisp/tq.el" (13509 34547)) 16995 ;;;### (autoloads (tq-create) "tq" "emacs-lisp/tq.el" (15293 33678))
16720 ;;; Generated autoloads from emacs-lisp/tq.el 16996 ;;; Generated autoloads from emacs-lisp/tq.el
16721 16997
16722 (autoload (quote tq-create) "tq" "\ 16998 (autoload (quote tq-create) "tq" "\
16723 Create and return a transaction queue communicating with PROCESS. 16999 Create and return a transaction queue communicating with PROCESS.
16724 PROCESS should be a subprocess capable of sending and receiving 17000 PROCESS should be a subprocess capable of sending and receiving
18067 Delete WIDGET." nil nil) 18343 Delete WIDGET." nil nil)
18068 18344
18069 ;;;*** 18345 ;;;***
18070 18346
18071 ;;;### (autoloads (windmove-default-keybindings windmove-down windmove-right 18347 ;;;### (autoloads (windmove-default-keybindings windmove-down windmove-right
18072 ;;;;;; windmove-up windmove-left) "windmove" "windmove.el" (15187 18348 ;;;;;; windmove-up windmove-left) "windmove" "windmove.el" (15293
18073 ;;;;;; 6159)) 18349 ;;;;;; 33677))
18074 ;;; Generated autoloads from windmove.el 18350 ;;; Generated autoloads from windmove.el
18075 18351
18076 (autoload (quote windmove-left) "windmove" "\ 18352 (autoload (quote windmove-left) "windmove" "\
18077 Select the window to the left of the current one. 18353 Select the window to the left of the current one.
18078 With no prefix argument, or with prefix argument equal to zero, 18354 With no prefix argument, or with prefix argument equal to zero,
18327 18603
18328 - fontification" t nil) 18604 - fontification" t nil)
18329 18605
18330 ;;;*** 18606 ;;;***
18331 18607
18608 ;;;### (autoloads nil nil ("textmodes/text-mode.el" "textmodes/texnfo-upd.el"
18609 ;;;;;; "textmodes/reftex-vars.el" "textmodes/reftex-toc.el" "textmodes/reftex-sel.el"
18610 ;;;;;; "textmodes/reftex-ref.el" "textmodes/reftex-parse.el" "textmodes/reftex-global.el"
18611 ;;;;;; "textmodes/reftex-dcr.el" "textmodes/reftex-auc.el" "textmodes/refer.el"
18612 ;;;;;; "textmodes/refbib.el" "textmodes/paragraphs.el" "textmodes/page.el"
18613 ;;;;;; "textmodes/page-ext.el" "textmodes/makeinfo.el" "textmodes/fill.el"
18614 ;;;;;; "textmodes/bib-mode.el" "term/xterm.el" "term/x-win.el" "term/wyse50.el"
18615 ;;;;;; "term/w32-win.el" "term/vt420.el" "term/vt400.el" "term/vt320.el"
18616 ;;;;;; "term/vt300.el" "term/vt240.el" "term/vt220.el" "term/vt201.el"
18617 ;;;;;; "term/vt200.el" "term/vt125.el" "term/vt102.el" "term/vt100.el"
18618 ;;;;;; "term/tvi970.el" "term/tty-colors.el" "term/sup-mouse.el"
18619 ;;;;;; "term/sun.el" "term/sun-mouse.el" "term/pc-win.el" "term/news.el"
18620 ;;;;;; "term/mac-win.el" "term/lk201.el" "term/linux.el" "term/keyswap.el"
18621 ;;;;;; "term/iris-ansi.el" "term/internal.el" "term/bobcat.el" "term/bg-mouse.el"
18622 ;;;;;; "term/apollo.el" "term/AT386.el" "progmodes/mantemp.el" "progmodes/idlw-toolbar.el"
18623 ;;;;;; "progmodes/idlw-rinfo.el" "progmodes/ebnf-yac.el" "progmodes/ebnf-otz.el"
18624 ;;;;;; "progmodes/ebnf-iso.el" "progmodes/ebnf-bnf.el" "progmodes/cc-menus.el"
18625 ;;;;;; "progmodes/cc-engine.el" "progmodes/cc-defs.el" "progmodes/cc-compat.el"
18626 ;;;;;; "progmodes/cc-cmds.el" "progmodes/cc-bytecomp.el" "progmodes/cc-align.el"
18627 ;;;;;; "progmodes/ada-xref.el" "progmodes/ada-prj.el" "play/meese.el"
18628 ;;;;;; "play/gametree.el" "play/gamegrid.el" "obsolete/x-menu.el"
18629 ;;;;;; "obsolete/x-apollo.el" "obsolete/uncompress.el" "obsolete/sun-fns.el"
18630 ;;;;;; "obsolete/sun-curs.el" "obsolete/sc.el" "obsolete/rnews.el"
18631 ;;;;;; "obsolete/profile.el" "obsolete/ooutline.el" "obsolete/hilit19.el"
18632 ;;;;;; "obsolete/cplus-md.el" "obsolete/c-mode.el" "mail/vms-pmail.el"
18633 ;;;;;; "mail/uce.el" "mail/rfc822.el" "mail/rfc2368.el" "mail/mspools.el"
18634 ;;;;;; "mail/mh-seq.el" "mail/mh-pick.el" "mail/mh-funcs.el" "mail/mailpost.el"
18635 ;;;;;; "mail/mailheader.el" "mail/blessmail.el" "language/vietnamese.el"
18636 ;;;;;; "language/tibetan.el" "language/thai.el" "language/slovak.el"
18637 ;;;;;; "language/romanian.el" "language/misc-lang.el" "language/lao.el"
18638 ;;;;;; "language/korean.el" "language/japanese.el" "language/indian.el"
18639 ;;;;;; "language/hebrew.el" "language/greek.el" "language/european.el"
18640 ;;;;;; "language/ethiopic.el" "language/english.el" "language/devanagari.el"
18641 ;;;;;; "language/czech.el" "language/cyrillic.el" "language/chinese.el"
18642 ;;;;;; "gnus/webmail.el" "gnus/utf7.el" "gnus/starttls.el" "gnus/rfc2231.el"
18643 ;;;;;; "gnus/rfc2104.el" "gnus/rfc2047.el" "gnus/rfc2045.el" "gnus/rfc1843.el"
18644 ;;;;;; "gnus/qp.el" "gnus/pop3.el" "gnus/parse-time.el" "gnus/nnweb.el"
18645 ;;;;;; "gnus/nnwarchive.el" "gnus/nnvirtual.el" "gnus/nnultimate.el"
18646 ;;;;;; "gnus/nntp.el" "gnus/nnspool.el" "gnus/nnslashdot.el" "gnus/nnoo.el"
18647 ;;;;;; "gnus/nnmh.el" "gnus/nnmbox.el" "gnus/nnmail.el" "gnus/nnlistserv.el"
18648 ;;;;;; "gnus/nnimap.el" "gnus/nnheader.el" "gnus/nngateway.el" "gnus/nneething.el"
18649 ;;;;;; "gnus/nndraft.el" "gnus/nndir.el" "gnus/nnbabyl.el" "gnus/nnagent.el"
18650 ;;;;;; "gnus/mml.el" "gnus/mm-view.el" "gnus/mm-util.el" "gnus/mm-encode.el"
18651 ;;;;;; "gnus/mm-decode.el" "gnus/mm-bodies.el" "gnus/messcompat.el"
18652 ;;;;;; "gnus/mailcap.el" "gnus/mail-source.el" "gnus/mail-prsvr.el"
18653 ;;;;;; "gnus/mail-parse.el" "gnus/imap.el" "gnus/ietf-drums.el"
18654 ;;;;;; "gnus/gnus-vm.el" "gnus/gnus-uu.el" "gnus/gnus-util.el" "gnus/gnus-undo.el"
18655 ;;;;;; "gnus/gnus-topic.el" "gnus/gnus-sum.el" "gnus/gnus-srvr.el"
18656 ;;;;;; "gnus/gnus-setup.el" "gnus/gnus-score.el" "gnus/gnus-salt.el"
18657 ;;;;;; "gnus/gnus-range.el" "gnus/gnus-nocem.el" "gnus/gnus-mh.el"
18658 ;;;;;; "gnus/gnus-logic.el" "gnus/gnus-int.el" "gnus/gnus-gl.el"
18659 ;;;;;; "gnus/gnus-ems.el" "gnus/gnus-eform.el" "gnus/gnus-dup.el"
18660 ;;;;;; "gnus/gnus-draft.el" "gnus/gnus-demon.el" "gnus/gnus-cus.el"
18661 ;;;;;; "gnus/gnus-cite.el" "gnus/gnus-bcklg.el" "gnus/gnus-async.el"
18662 ;;;;;; "gnus/format-spec.el" "gnus/flow-fill.el" "eshell/esh-var.el"
18663 ;;;;;; "eshell/esh-util.el" "eshell/esh-proc.el" "eshell/esh-opt.el"
18664 ;;;;;; "eshell/esh-module.el" "eshell/esh-maint.el" "eshell/esh-io.el"
18665 ;;;;;; "eshell/esh-groups.el" "eshell/esh-ext.el" "eshell/esh-cmd.el"
18666 ;;;;;; "eshell/esh-arg.el" "eshell/em-xtra.el" "eshell/em-unix.el"
18667 ;;;;;; "eshell/em-term.el" "eshell/em-smart.el" "eshell/em-script.el"
18668 ;;;;;; "eshell/em-rebind.el" "eshell/em-prompt.el" "eshell/em-pred.el"
18669 ;;;;;; "eshell/em-ls.el" "eshell/em-hist.el" "eshell/em-glob.el"
18670 ;;;;;; "eshell/em-dirs.el" "eshell/em-cmpl.el" "eshell/em-basic.el"
18671 ;;;;;; "eshell/em-banner.el" "eshell/em-alias.el" "emulation/viper-util.el"
18672 ;;;;;; "emulation/viper-mous.el" "emulation/viper-macs.el" "emulation/viper-keym.el"
18673 ;;;;;; "emulation/viper-init.el" "emulation/viper-ex.el" "emulation/viper-cmd.el"
18674 ;;;;;; "emulation/tpu-mapper.el" "emulation/mlsupport.el" "emulation/edt-vt100.el"
18675 ;;;;;; "emulation/edt-pc.el" "emulation/edt-mapper.el" "emulation/edt-lk201.el"
18676 ;;;;;; "emacs-lisp/sregex.el" "emacs-lisp/lucid.el" "emacs-lisp/lselect.el"
18677 ;;;;;; "emacs-lisp/lmenu.el" "emacs-lisp/lisp.el" "emacs-lisp/lisp-mode.el"
18678 ;;;;;; "emacs-lisp/lisp-mnt.el" "emacs-lisp/levents.el" "emacs-lisp/gulp.el"
18679 ;;;;;; "emacs-lisp/float.el" "emacs-lisp/find-gc.el" "emacs-lisp/ewoc.el"
18680 ;;;;;; "emacs-lisp/cust-print.el" "emacs-lisp/cl-specs.el" "emacs-lisp/cl-seq.el"
18681 ;;;;;; "emacs-lisp/cl-macs.el" "emacs-lisp/cl-extra.el" "emacs-lisp/cl-compat.el"
18682 ;;;;;; "emacs-lisp/byte-opt.el" "emacs-lisp/authors.el" "emacs-lisp/assoc.el"
18683 ;;;;;; "calendar/cal-x.el" "calendar/cal-tex.el" "calendar/cal-persia.el"
18684 ;;;;;; "calendar/cal-move.el" "calendar/cal-menu.el" "calendar/cal-mayan.el"
18685 ;;;;;; "calendar/cal-julian.el" "calendar/cal-iso.el" "calendar/cal-islam.el"
18686 ;;;;;; "calendar/cal-french.el" "calendar/cal-coptic.el" "calendar/cal-china.el"
18687 ;;;;;; "net/ldap.el" "net/eudcb-ph.el" "net/eudcb-ldap.el" "net/eudcb-bbdb.el"
18688 ;;;;;; "net/eudc-vars.el" "international/utf-8.el" "international/swedish.el"
18689 ;;;;;; "international/ogonek.el" "international/mule.el" "international/mule-conf.el"
18690 ;;;;;; "international/mule-cmds.el" "international/latin-9.el" "international/latin-8.el"
18691 ;;;;;; "international/latin-5.el" "international/latin-4.el" "international/latin-3.el"
18692 ;;;;;; "international/latin-2.el" "international/latin-1.el" "international/ja-dic-utl.el"
18693 ;;;;;; "international/ja-dic-cnv.el" "international/iso-swed.el"
18694 ;;;;;; "international/iso-insert.el" "international/iso-ascii.el"
18695 ;;;;;; "international/characters.el" "xscheme.el" "xml.el" "window.el"
18696 ;;;;;; "widget.el" "w32-fns.el" "vt100-led.el" "vt-control.el" "vmsproc.el"
18697 ;;;;;; "vms-patch.el" "version.el" "vcursor.el" "vc-hooks.el" "unused.el"
18698 ;;;;;; "uniquify.el" "timezone.el" "tempo.el" "tcp.el" "subr.el"
18699 ;;;;;; "subdirs.el" "startup.el" "soundex.el" "simple.el" "select.el"
18700 ;;;;;; "scroll-bar.el" "saveplace.el" "s-region.el" "replace.el"
18701 ;;;;;; "register.el" "regi.el" "pcvs-util.el" "pcvs-parse.el" "pcvs-info.el"
18702 ;;;;;; "paths.el" "patcomp.el" "mouse.el" "mouse-drag.el" "mouse-copy.el"
18703 ;;;;;; "misc.el" "menu-bar.el" "map-ynp.el" "loadup.el" "kermit.el"
18704 ;;;;;; "isearch.el" "indent.el" "help.el" "generic-x.el" "frame.el"
18705 ;;;;;; "forms-pass.el" "forms-d2.el" "format.el" "foldout.el" "float-sup.el"
18706 ;;;;;; "finder-inf.el" "files.el" "faces.el" "env.el" "emacs-lock.el"
18707 ;;;;;; "electric.el" "ediff-wind.el" "ediff-vers.el" "ediff-ptch.el"
18708 ;;;;;; "ediff-merg.el" "ediff-init.el" "ediff-diff.el" "dos-w32.el"
18709 ;;;;;; "dos-vars.el" "dos-fns.el" "custom.el" "cus-start.el" "cus-load.el"
18710 ;;;;;; "cus-dep.el" "cdl.el" "case-table.el" "byte-run.el" "buff-menu.el"
18711 ;;;;;; "allout.el" "abbrevlist.el" "abbrev.el" "bindings.el") (15293
18712 ;;;;;; 34415 828265))
18713
18714 ;;;***
18715
18332 ;;; Local Variables: 18716 ;;; Local Variables:
18333 ;;; version-control: never 18717 ;;; version-control: never
18334 ;;; no-byte-compile: t 18718 ;;; no-byte-compile: t
18335 ;;; no-update-autoloads: t 18719 ;;; no-update-autoloads: t
18336 ;;; End: 18720 ;;; End: