comparison lisp/loaddefs.el @ 39437:cd28910ebc9a EMACS_PRETEST_21_0_106

*** empty log message ***
author Gerd Moellmann <gerd@gnu.org>
date Tue, 25 Sep 2001 10:34:41 +0000
parents 2b6bde3c4d67
children b7761d10bdc5
comparison
equal deleted inserted replaced
39436:9a94c8b3b450 39437:cd28910ebc9a
576 bindings. 576 bindings.
577 Returns list of symbols and documentation found." t nil) 577 Returns list of symbols and documentation found." t nil)
578 578
579 ;;;*** 579 ;;;***
580 580
581 ;;;### (autoloads (archive-mode) "arc-mode" "arc-mode.el" (15186 581 ;;;### (autoloads (archive-mode) "arc-mode" "arc-mode.el" (15260
582 ;;;;;; 41418)) 582 ;;;;;; 30413))
583 ;;; Generated autoloads from arc-mode.el 583 ;;; Generated autoloads from arc-mode.el
584 584
585 (autoload (quote archive-mode) "arc-mode" "\ 585 (autoload (quote archive-mode) "arc-mode" "\
586 Major mode for viewing an archive file in a dired-like way. 586 Major mode for viewing an archive file in a dired-like way.
587 You can move around using the usual cursor motion commands. 587 You can move around using the usual cursor motion commands.
1122 Turning on AWK mode runs `awk-mode-hook'." t nil) 1122 Turning on AWK mode runs `awk-mode-hook'." t nil)
1123 1123
1124 ;;;*** 1124 ;;;***
1125 1125
1126 ;;;### (autoloads (backquote) "backquote" "emacs-lisp/backquote.el" 1126 ;;;### (autoloads (backquote) "backquote" "emacs-lisp/backquote.el"
1127 ;;;;;; (15186 41419)) 1127 ;;;;;; (15251 14233))
1128 ;;; Generated autoloads from emacs-lisp/backquote.el 1128 ;;; Generated autoloads from emacs-lisp/backquote.el
1129 1129
1130 (autoload (quote backquote) "backquote" "\ 1130 (autoload (quote backquote) "backquote" "\
1131 Argument STRUCTURE describes a template to build. 1131 Argument STRUCTURE describes a template to build.
1132 1132
1397 ;;;### (autoloads (bookmark-menu-delete bookmark-menu-rename bookmark-menu-locate 1397 ;;;### (autoloads (bookmark-menu-delete bookmark-menu-rename bookmark-menu-locate
1398 ;;;;;; bookmark-menu-jump bookmark-menu-insert bookmark-bmenu-list 1398 ;;;;;; bookmark-menu-jump bookmark-menu-insert bookmark-bmenu-list
1399 ;;;;;; bookmark-load bookmark-save bookmark-write bookmark-delete 1399 ;;;;;; bookmark-load bookmark-save bookmark-write bookmark-delete
1400 ;;;;;; bookmark-insert bookmark-rename bookmark-insert-location 1400 ;;;;;; bookmark-insert bookmark-rename bookmark-insert-location
1401 ;;;;;; bookmark-relocate bookmark-jump bookmark-set) "bookmark" 1401 ;;;;;; bookmark-relocate bookmark-jump bookmark-set) "bookmark"
1402 ;;;;;; "bookmark.el" (15187 6158)) 1402 ;;;;;; "bookmark.el" (15252 54318))
1403 ;;; Generated autoloads from bookmark.el 1403 ;;; Generated autoloads from bookmark.el
1404 (define-key ctl-x-map "rb" 'bookmark-jump) 1404 (define-key ctl-x-map "rb" 'bookmark-jump)
1405 (define-key ctl-x-map "rm" 'bookmark-set) 1405 (define-key ctl-x-map "rm" 'bookmark-set)
1406 (define-key ctl-x-map "rl" 'bookmark-bmenu-list) 1406 (define-key ctl-x-map "rl" 'bookmark-bmenu-list)
1407 1407
1994 When called interactively from the calendar window, the date of death is taken 1994 When called interactively from the calendar window, the date of death is taken
1995 from the cursor position." t nil) 1995 from the cursor position." t nil)
1996 1996
1997 ;;;*** 1997 ;;;***
1998 1998
1999 ;;;### (autoloads (calculator) "calculator" "calculator.el" (15187 1999 ;;;### (autoloads (calculator) "calculator" "calculator.el" (15280
2000 ;;;;;; 6158)) 2000 ;;;;;; 16958))
2001 ;;; Generated autoloads from calculator.el 2001 ;;; Generated autoloads from calculator.el
2002 2002
2003 (autoload (quote calculator) "calculator" "\ 2003 (autoload (quote calculator) "calculator" "\
2004 Run the Emacs calculator. 2004 Run the Emacs calculator.
2005 See the documentation for `calculator-mode' for more information." t nil) 2005 See the documentation for `calculator-mode' for more information." t nil)
2913 ;;;;;; checkdoc-ispell-current-buffer checkdoc-ispell checkdoc-defun 2913 ;;;;;; checkdoc-ispell-current-buffer checkdoc-ispell checkdoc-defun
2914 ;;;;;; checkdoc-eval-defun checkdoc-message-text checkdoc-rogue-spaces 2914 ;;;;;; checkdoc-eval-defun checkdoc-message-text checkdoc-rogue-spaces
2915 ;;;;;; checkdoc-comments checkdoc-continue checkdoc-start checkdoc-current-buffer 2915 ;;;;;; checkdoc-comments checkdoc-continue checkdoc-start checkdoc-current-buffer
2916 ;;;;;; checkdoc-eval-current-buffer checkdoc-message-interactive 2916 ;;;;;; checkdoc-eval-current-buffer checkdoc-message-interactive
2917 ;;;;;; checkdoc-interactive checkdoc) "checkdoc" "emacs-lisp/checkdoc.el" 2917 ;;;;;; checkdoc-interactive checkdoc) "checkdoc" "emacs-lisp/checkdoc.el"
2918 ;;;;;; (15187 6159)) 2918 ;;;;;; (15270 7052))
2919 ;;; Generated autoloads from emacs-lisp/checkdoc.el 2919 ;;; Generated autoloads from emacs-lisp/checkdoc.el
2920 2920
2921 (autoload (quote checkdoc) "checkdoc" "\ 2921 (autoload (quote checkdoc) "checkdoc" "\
2922 Interactivly check the entire buffer for style errors. 2922 Interactivly check the entire buffer for style errors.
2923 The current status of the ckeck will be displayed in a buffer which 2923 The current status of the ckeck will be displayed in a buffer which
3130 (autoload (quote common-lisp-indent-function) "cl-indent" nil nil nil) 3130 (autoload (quote common-lisp-indent-function) "cl-indent" nil nil nil)
3131 3131
3132 ;;;*** 3132 ;;;***
3133 3133
3134 ;;;### (autoloads (c-macro-expand) "cmacexp" "progmodes/cmacexp.el" 3134 ;;;### (autoloads (c-macro-expand) "cmacexp" "progmodes/cmacexp.el"
3135 ;;;;;; (15187 6160)) 3135 ;;;;;; (15251 11795))
3136 ;;; Generated autoloads from progmodes/cmacexp.el 3136 ;;; Generated autoloads from progmodes/cmacexp.el
3137 3137
3138 (autoload (quote c-macro-expand) "cmacexp" "\ 3138 (autoload (quote c-macro-expand) "cmacexp" "\
3139 Expand C macros in the region, using the C preprocessor. 3139 Expand C macros in the region, using the C preprocessor.
3140 Normally display output in temp buffer, but 3140 Normally display output in temp buffer, but
3211 ;;;*** 3211 ;;;***
3212 3212
3213 ;;;### (autoloads (comint-redirect-results-list-from-process comint-redirect-results-list 3213 ;;;### (autoloads (comint-redirect-results-list-from-process comint-redirect-results-list
3214 ;;;;;; comint-redirect-send-command-to-process comint-redirect-send-command 3214 ;;;;;; comint-redirect-send-command-to-process comint-redirect-send-command
3215 ;;;;;; comint-run make-comint make-comint-in-buffer) "comint" "comint.el" 3215 ;;;;;; comint-run make-comint make-comint-in-buffer) "comint" "comint.el"
3216 ;;;;;; (15243 17691)) 3216 ;;;;;; (15263 18995))
3217 ;;; Generated autoloads from comint.el 3217 ;;; Generated autoloads from comint.el
3218 3218
3219 (autoload (quote make-comint-in-buffer) "comint" "\ 3219 (autoload (quote make-comint-in-buffer) "comint" "\
3220 Make a comint process NAME in BUFFER, running PROGRAM. 3220 Make a comint process NAME in BUFFER, running PROGRAM.
3221 If BUFFER is nil, it defaults to NAME surrounded by `*'s. 3221 If BUFFER is nil, it defaults to NAME surrounded by `*'s.
3291 ;;;*** 3291 ;;;***
3292 3292
3293 ;;;### (autoloads (next-error compilation-minor-mode compilation-shell-minor-mode 3293 ;;;### (autoloads (next-error compilation-minor-mode compilation-shell-minor-mode
3294 ;;;;;; compilation-mode grep-find grep compile compilation-search-path 3294 ;;;;;; compilation-mode grep-find grep compile compilation-search-path
3295 ;;;;;; compilation-ask-about-save compilation-window-height compilation-mode-hook) 3295 ;;;;;; compilation-ask-about-save compilation-window-height compilation-mode-hook)
3296 ;;;;;; "compile" "progmodes/compile.el" (15197 14419)) 3296 ;;;;;; "compile" "progmodes/compile.el" (15273 39392))
3297 ;;; Generated autoloads from progmodes/compile.el 3297 ;;; Generated autoloads from progmodes/compile.el
3298 3298
3299 (defvar compilation-mode-hook nil "\ 3299 (defvar compilation-mode-hook nil "\
3300 *List of hook functions run by `compilation-mode' (see `run-hooks').") 3300 *List of hook functions run by `compilation-mode' (see `run-hooks').")
3301 3301
3946 ;;;;;; customize-apropos-options customize-apropos customize-saved 3946 ;;;;;; customize-apropos-options customize-apropos customize-saved
3947 ;;;;;; customize-customized customize-face-other-window customize-face 3947 ;;;;;; customize-customized customize-face-other-window customize-face
3948 ;;;;;; customize-option-other-window customize-changed-options customize-option 3948 ;;;;;; customize-option-other-window customize-changed-options customize-option
3949 ;;;;;; customize-group-other-window customize-group customize customize-save-variable 3949 ;;;;;; customize-group-other-window customize-group customize customize-save-variable
3950 ;;;;;; customize-set-variable customize-set-value) "cus-edit" "cus-edit.el" 3950 ;;;;;; customize-set-variable customize-set-value) "cus-edit" "cus-edit.el"
3951 ;;;;;; (15187 6158)) 3951 ;;;;;; (15256 32347))
3952 ;;; Generated autoloads from cus-edit.el 3952 ;;; Generated autoloads from cus-edit.el
3953 (add-hook 'same-window-regexps "\\`\\*Customiz.*\\*\\'") 3953 (add-hook 'same-window-regexps "\\`\\*Customiz.*\\*\\'")
3954 3954
3955 (autoload (quote customize-set-value) "cus-edit" "\ 3955 (autoload (quote customize-set-value) "cus-edit" "\
3956 Set VARIABLE to VALUE. VALUE is a Lisp object. 3956 Set VARIABLE to VALUE. VALUE is a Lisp object.
4681 The backup file is the first file given to `diff'." t nil) 4681 The backup file is the first file given to `diff'." t nil)
4682 4682
4683 ;;;*** 4683 ;;;***
4684 4684
4685 ;;;### (autoloads (diff-minor-mode diff-mode) "diff-mode" "diff-mode.el" 4685 ;;;### (autoloads (diff-minor-mode diff-mode) "diff-mode" "diff-mode.el"
4686 ;;;;;; (15149 49403)) 4686 ;;;;;; (15279 8859))
4687 ;;; Generated autoloads from diff-mode.el 4687 ;;; Generated autoloads from diff-mode.el
4688 4688
4689 (autoload (quote diff-mode) "diff-mode" "\ 4689 (autoload (quote diff-mode) "diff-mode" "\
4690 Major mode for viewing/editing context diffs. 4690 Major mode for viewing/editing context diffs.
4691 Supports unified and context diffs as well as (to a lesser extent) normal diffs. 4691 Supports unified and context diffs as well as (to a lesser extent)
4692 When the buffer is read-only, the ESC prefix is not necessary. 4692 normal diffs.
4693 This mode runs `diff-mode-hook'. 4693 When the buffer is read-only, the ESC prefix is not necessary." t nil)
4694 \\{diff-mode-map}" t nil)
4695 4694
4696 (autoload (quote diff-minor-mode) "diff-mode" "\ 4695 (autoload (quote diff-minor-mode) "diff-mode" "\
4697 Minor mode for viewing/editing context diffs. 4696 Minor mode for viewing/editing context diffs.
4698 \\{diff-minor-mode-map}" t nil) 4697 \\{diff-minor-mode-map}" t nil)
4699 4698
4701 4700
4702 ;;;### (autoloads (dired-noselect dired-other-frame dired-other-window 4701 ;;;### (autoloads (dired-noselect dired-other-frame dired-other-window
4703 ;;;;;; dired dired-copy-preserve-time dired-dwim-target dired-keep-marker-symlink 4702 ;;;;;; dired dired-copy-preserve-time dired-dwim-target dired-keep-marker-symlink
4704 ;;;;;; dired-keep-marker-hardlink dired-keep-marker-copy dired-keep-marker-rename 4703 ;;;;;; dired-keep-marker-hardlink dired-keep-marker-copy dired-keep-marker-rename
4705 ;;;;;; dired-trivial-filenames dired-ls-F-marks-symlinks dired-listing-switches) 4704 ;;;;;; dired-trivial-filenames dired-ls-F-marks-symlinks dired-listing-switches)
4706 ;;;;;; "dired" "dired.el" (15245 789)) 4705 ;;;;;; "dired" "dired.el" (15279 8859))
4707 ;;; Generated autoloads from dired.el 4706 ;;; Generated autoloads from dired.el
4708 4707
4709 (defvar dired-listing-switches "-al" "\ 4708 (defvar dired-listing-switches "-al" "\
4710 *Switches passed to `ls' for dired. MUST contain the `l' option. 4709 *Switches passed to `ls' for dired. MUST contain the `l' option.
4711 May contain all other options that don't contradict `-l'; 4710 May contain all other options that don't contradict `-l';
4805 ;;;;;; dired-rename-file dired-copy-file dired-relist-file dired-remove-file 4804 ;;;;;; dired-rename-file dired-copy-file dired-relist-file dired-remove-file
4806 ;;;;;; dired-add-file dired-do-redisplay dired-do-load dired-do-byte-compile 4805 ;;;;;; dired-add-file dired-do-redisplay dired-do-load dired-do-byte-compile
4807 ;;;;;; dired-do-compress dired-compress-file dired-do-kill-lines 4806 ;;;;;; dired-do-compress dired-compress-file dired-do-kill-lines
4808 ;;;;;; dired-do-shell-command dired-do-print dired-do-chown dired-do-chgrp 4807 ;;;;;; dired-do-shell-command dired-do-print dired-do-chown dired-do-chgrp
4809 ;;;;;; dired-do-chmod dired-backup-diff dired-diff) "dired-aux" 4808 ;;;;;; dired-do-chmod dired-backup-diff dired-diff) "dired-aux"
4810 ;;;;;; "dired-aux.el" (15245 967)) 4809 ;;;;;; "dired-aux.el" (15279 8859))
4811 ;;; Generated autoloads from dired-aux.el 4810 ;;; Generated autoloads from dired-aux.el
4812 4811
4813 (autoload (quote dired-diff) "dired-aux" "\ 4812 (autoload (quote dired-diff) "dired-aux" "\
4814 Compare file at point with file FILE using `diff'. 4813 Compare file at point with file FILE using `diff'.
4815 FILE defaults to the file at the mark. (That's the mark set by 4814 FILE defaults to the file at the mark. (That's the mark set by
5409 5408
5410 ;;;### (autoloads (ebnf-pop-style ebnf-push-style ebnf-reset-style 5409 ;;;### (autoloads (ebnf-pop-style ebnf-push-style ebnf-reset-style
5411 ;;;;;; ebnf-apply-style ebnf-merge-style ebnf-insert-style ebnf-setup 5410 ;;;;;; ebnf-apply-style ebnf-merge-style ebnf-insert-style ebnf-setup
5412 ;;;;;; ebnf-syntax-region ebnf-syntax-buffer ebnf-eps-region ebnf-eps-buffer 5411 ;;;;;; ebnf-syntax-region ebnf-syntax-buffer ebnf-eps-region ebnf-eps-buffer
5413 ;;;;;; ebnf-spool-region ebnf-spool-buffer ebnf-print-region ebnf-print-buffer 5412 ;;;;;; ebnf-spool-region ebnf-spool-buffer ebnf-print-region ebnf-print-buffer
5414 ;;;;;; ebnf-customize) "ebnf2ps" "progmodes/ebnf2ps.el" (15187 6160)) 5413 ;;;;;; ebnf-customize) "ebnf2ps" "progmodes/ebnf2ps.el" (15279 28641))
5415 ;;; Generated autoloads from progmodes/ebnf2ps.el 5414 ;;; Generated autoloads from progmodes/ebnf2ps.el
5416 5415
5417 (autoload (quote ebnf-customize) "ebnf2ps" "\ 5416 (autoload (quote ebnf-customize) "ebnf2ps" "\
5418 Customization for ebnf group." t nil) 5417 Customization for ebnf group." t nil)
5419 5418
5620 With prefix arg NOCONFIRM, execute current line as-is without editing." t nil) 5619 With prefix arg NOCONFIRM, execute current line as-is without editing." t nil)
5621 5620
5622 ;;;*** 5621 ;;;***
5623 5622
5624 ;;;### (autoloads (edebug-eval-top-level-form def-edebug-spec edebug-all-forms 5623 ;;;### (autoloads (edebug-eval-top-level-form def-edebug-spec edebug-all-forms
5625 ;;;;;; edebug-all-defs) "edebug" "emacs-lisp/edebug.el" (15217 6571)) 5624 ;;;;;; edebug-all-defs) "edebug" "emacs-lisp/edebug.el" (15256 45098))
5626 ;;; Generated autoloads from emacs-lisp/edebug.el 5625 ;;; Generated autoloads from emacs-lisp/edebug.el
5627 5626
5628 (defvar edebug-all-defs nil "\ 5627 (defvar edebug-all-defs nil "\
5629 *If non-nil, evaluation of any defining forms will instrument for Edebug. 5628 *If non-nil, evaluation of any defining forms will instrument for Edebug.
5630 This applies to `eval-defun', `eval-region', `eval-buffer', and 5629 This applies to `eval-defun', `eval-region', `eval-buffer', and
5851 (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))))) 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 5851
5853 ;;;*** 5852 ;;;***
5854 5853
5855 ;;;### (autoloads (ediff-show-registry) "ediff-mult" "ediff-mult.el" 5854 ;;;### (autoloads (ediff-show-registry) "ediff-mult" "ediff-mult.el"
5856 ;;;;;; (15226 22248)) 5855 ;;;;;; (15263 27093))
5857 ;;; Generated autoloads from ediff-mult.el 5856 ;;; Generated autoloads from ediff-mult.el
5858 5857
5859 (autoload (quote ediff-show-registry) "ediff-mult" "\ 5858 (autoload (quote ediff-show-registry) "ediff-mult" "\
5860 Display Ediff's registry." t nil) 5859 Display Ediff's registry." t nil)
5861 5860
6057 displayed." t nil) 6056 displayed." t nil)
6058 6057
6059 ;;;*** 6058 ;;;***
6060 6059
6061 ;;;### (autoloads (report-emacs-bug) "emacsbug" "mail/emacsbug.el" 6060 ;;;### (autoloads (report-emacs-bug) "emacsbug" "mail/emacsbug.el"
6062 ;;;;;; (15186 41422)) 6061 ;;;;;; (15251 11795))
6063 ;;; Generated autoloads from mail/emacsbug.el 6062 ;;; Generated autoloads from mail/emacsbug.el
6064 6063
6065 (autoload (quote report-emacs-bug) "emacsbug" "\ 6064 (autoload (quote report-emacs-bug) "emacsbug" "\
6066 Report a bug in GNU Emacs. 6065 Report a bug in GNU Emacs.
6067 Prompts for bug subject. Leaves you in a mail buffer." t nil) 6066 Prompts for bug subject. Leaves you in a mail buffer." t nil)
7356 7355
7357 ;;;*** 7356 ;;;***
7358 7357
7359 ;;;### (autoloads (flyspell-buffer flyspell-region flyspell-mode-off 7358 ;;;### (autoloads (flyspell-buffer flyspell-region flyspell-mode-off
7360 ;;;;;; flyspell-mode flyspell-prog-mode flyspell-mode-line-string) 7359 ;;;;;; flyspell-mode flyspell-prog-mode flyspell-mode-line-string)
7361 ;;;;;; "flyspell" "textmodes/flyspell.el" (15187 6162)) 7360 ;;;;;; "flyspell" "textmodes/flyspell.el" (15279 11558))
7362 ;;; Generated autoloads from textmodes/flyspell.el 7361 ;;; Generated autoloads from textmodes/flyspell.el
7363 7362
7364 (defvar flyspell-mode-line-string " Fly" "\ 7363 (defvar flyspell-mode-line-string " Fly" "\
7365 *String displayed on the modeline when flyspell is active. 7364 *String displayed on the modeline when flyspell is active.
7366 Set this to nil if you don't want a modeline indicator.") 7365 Set this to nil if you don't want a modeline indicator.")
7480 7479
7481 ;;;*** 7480 ;;;***
7482 7481
7483 ;;;### (autoloads (font-lock-fontify-buffer global-font-lock-mode 7482 ;;;### (autoloads (font-lock-fontify-buffer global-font-lock-mode
7484 ;;;;;; font-lock-remove-keywords font-lock-add-keywords turn-on-font-lock 7483 ;;;;;; font-lock-remove-keywords font-lock-add-keywords turn-on-font-lock
7485 ;;;;;; font-lock-mode) "font-lock" "font-lock.el" (15190 57232)) 7484 ;;;;;; font-lock-mode) "font-lock" "font-lock.el" (15280 18506))
7486 ;;; Generated autoloads from font-lock.el 7485 ;;; Generated autoloads from font-lock.el
7487 7486
7488 (make-variable-buffer-local (quote font-lock-defaults)) 7487 (make-variable-buffer-local (quote font-lock-defaults))
7489 7488
7490 (autoload (quote font-lock-mode) "font-lock" "\ 7489 (autoload (quote font-lock-mode) "font-lock" "\
7842 Some generic modes are defined in `generic-x.el'." t nil) 7841 Some generic modes are defined in `generic-x.el'." t nil)
7843 7842
7844 ;;;*** 7843 ;;;***
7845 7844
7846 ;;;### (autoloads (glasses-mode) "glasses" "progmodes/glasses.el" 7845 ;;;### (autoloads (glasses-mode) "glasses" "progmodes/glasses.el"
7847 ;;;;;; (15158 65046)) 7846 ;;;;;; (15251 15681))
7848 ;;; Generated autoloads from progmodes/glasses.el 7847 ;;; Generated autoloads from progmodes/glasses.el
7849 7848
7850 (autoload (quote glasses-mode) "glasses" "\ 7849 (autoload (quote glasses-mode) "glasses" "\
7851 Minor mode for making identifiers likeThis readable. 7850 Minor mode for making identifiers likeThis readable.
7852 When this mode is active, it tries to add virtual separators (like underscores) 7851 When this mode is active, it tries to add virtual separators (like underscores)
7853 at places they belong to." t nil) 7852 at places they belong to." t nil)
7854 7853
7855 ;;;*** 7854 ;;;***
7856 7855
7857 ;;;### (autoloads (gnus gnus-other-frame gnus-slave gnus-no-server 7856 ;;;### (autoloads (gnus gnus-other-frame gnus-slave gnus-no-server
7858 ;;;;;; gnus-slave-no-server) "gnus" "gnus/gnus.el" (15170 38278)) 7857 ;;;;;; gnus-slave-no-server) "gnus" "gnus/gnus.el" (15251 23519))
7859 ;;; Generated autoloads from gnus/gnus.el 7858 ;;; Generated autoloads from gnus/gnus.el
7860 7859
7861 (autoload (quote gnus-slave-no-server) "gnus" "\ 7860 (autoload (quote gnus-slave-no-server) "gnus" "\
7862 Read network news as a slave, without connecting to local server." t nil) 7861 Read network news as a slave, without connecting to local server." t nil)
7863 7862
7911 (autoload (quote gnus-agent-batch) "gnus-agent" nil t nil) 7910 (autoload (quote gnus-agent-batch) "gnus-agent" nil t nil)
7912 7911
7913 ;;;*** 7912 ;;;***
7914 7913
7915 ;;;### (autoloads (gnus-article-prepare-display) "gnus-art" "gnus/gnus-art.el" 7914 ;;;### (autoloads (gnus-article-prepare-display) "gnus-art" "gnus/gnus-art.el"
7916 ;;;;;; (15232 50130)) 7915 ;;;;;; (15271 15682))
7917 ;;; Generated autoloads from gnus/gnus-art.el 7916 ;;; Generated autoloads from gnus/gnus-art.el
7918 7917
7919 (autoload (quote gnus-article-prepare-display) "gnus-art" "\ 7918 (autoload (quote gnus-article-prepare-display) "gnus-art" "\
7920 Make the current buffer look like a nice article." nil nil) 7919 Make the current buffer look like a nice article." nil nil)
7921 7920
8160 Declare backend NAME with ABILITIES as a Gnus backend." nil nil) 8159 Declare backend NAME with ABILITIES as a Gnus backend." nil nil)
8161 8160
8162 ;;;*** 8161 ;;;***
8163 8162
8164 ;;;### (autoloads (gnus-add-configuration) "gnus-win" "gnus/gnus-win.el" 8163 ;;;### (autoloads (gnus-add-configuration) "gnus-win" "gnus/gnus-win.el"
8165 ;;;;;; (14955 64850)) 8164 ;;;;;; (15273 39392))
8166 ;;; Generated autoloads from gnus/gnus-win.el 8165 ;;; Generated autoloads from gnus/gnus-win.el
8167 8166
8168 (autoload (quote gnus-add-configuration) "gnus-win" "\ 8167 (autoload (quote gnus-add-configuration) "gnus-win" "\
8169 Add the window configuration CONF to `gnus-buffer-configuration'." nil nil) 8168 Add the window configuration CONF to `gnus-buffer-configuration'." nil nil)
8170 8169
8214 Also fontifies the buffer appropriately (see `goto-address-fontify-p' and 8213 Also fontifies the buffer appropriately (see `goto-address-fontify-p' and
8215 `goto-address-highlight-p' for more information)." t nil) 8214 `goto-address-highlight-p' for more information)." t nil)
8216 8215
8217 ;;;*** 8216 ;;;***
8218 8217
8219 ;;;### (autoloads (gs-load-image) "gs" "gs.el" (15243 44365)) 8218 ;;;### (autoloads (gs-load-image) "gs" "gs.el" (15269 60460))
8220 ;;; Generated autoloads from gs.el 8219 ;;; Generated autoloads from gs.el
8221 8220
8222 (autoload (quote gs-load-image) "gs" "\ 8221 (autoload (quote gs-load-image) "gs" "\
8223 Load a PS image for display on FRAME. 8222 Load a PS image for display on FRAME.
8224 SPEC is an image specification, IMG-HEIGHT and IMG-WIDTH are width 8223 SPEC is an image specification, IMG-HEIGHT and IMG-WIDTH are width
8226 the form \"WINDOW-ID PIXMAP-ID\". Value is non-nil if successful." nil nil) 8225 the form \"WINDOW-ID PIXMAP-ID\". Value is non-nil if successful." nil nil)
8227 8226
8228 ;;;*** 8227 ;;;***
8229 8228
8230 ;;;### (autoloads (jdb pdb perldb xdb dbx sdb gdb) "gud" "gud.el" 8229 ;;;### (autoloads (jdb pdb perldb xdb dbx sdb gdb) "gud" "gud.el"
8231 ;;;;;; (15186 41418)) 8230 ;;;;;; (15263 18995))
8232 ;;; Generated autoloads from gud.el 8231 ;;; Generated autoloads from gud.el
8233 8232
8234 (autoload (quote gdb) "gud" "\ 8233 (autoload (quote gdb) "gud" "\
8235 Run gdb on program FILE in buffer *gud-FILE*. 8234 Run gdb on program FILE in buffer *gud-FILE*.
8236 The directory containing FILE becomes the initial working directory 8235 The directory containing FILE becomes the initial working directory
8335 Provide help for current mode." t nil) 8334 Provide help for current mode." t nil)
8336 8335
8337 ;;;*** 8336 ;;;***
8338 8337
8339 ;;;### (autoloads (hexlify-buffer hexl-find-file hexl-mode) "hexl" 8338 ;;;### (autoloads (hexlify-buffer hexl-find-file hexl-mode) "hexl"
8340 ;;;;;; "hexl.el" (15241 58886)) 8339 ;;;;;; "hexl.el" (15279 8859))
8341 ;;; Generated autoloads from hexl.el 8340 ;;; Generated autoloads from hexl.el
8342 8341
8343 (autoload (quote hexl-mode) "hexl" "\ 8342 (autoload (quote hexl-mode) "hexl" "\
8344 \\<hexl-mode-map>A mode for editing binary files in hex dump format. 8343 \\<hexl-mode-map>A mode for editing binary files in hex dump format.
8345 This is not an ordinary major mode; it alters some aspects 8344 This is not an ordinary major mode; it alters some aspects
8424 8423
8425 ;;;*** 8424 ;;;***
8426 8425
8427 ;;;### (autoloads (hi-lock-write-interactive-patterns hi-lock-unface-buffer 8426 ;;;### (autoloads (hi-lock-write-interactive-patterns hi-lock-unface-buffer
8428 ;;;;;; hi-lock-face-phrase-buffer hi-lock-face-buffer hi-lock-line-face-buffer 8427 ;;;;;; hi-lock-face-phrase-buffer hi-lock-face-buffer hi-lock-line-face-buffer
8429 ;;;;;; hi-lock-mode hi-lock-mode) "hi-lock" "hi-lock.el" (15187 8428 ;;;;;; hi-lock-mode hi-lock-mode) "hi-lock" "hi-lock.el" (15251
8430 ;;;;;; 6158)) 8429 ;;;;;; 11795))
8431 ;;; Generated autoloads from hi-lock.el 8430 ;;; Generated autoloads from hi-lock.el
8432 8431
8433 (defgroup hi-lock-interactive-text-highlighting nil "Interactively add and remove font-lock patterns for highlighting text." :group (quote faces)) 8432 (defgroup hi-lock-interactive-text-highlighting nil "Interactively add and remove font-lock patterns for highlighting text." :group (quote faces))
8434 8433
8435 (defvar hi-lock-mode nil "\ 8434 (defvar hi-lock-mode nil "\
9416 9415
9417 ;;;*** 9416 ;;;***
9418 9417
9419 ;;;### (autoloads (Info-speedbar-browser Info-goto-emacs-key-command-node 9418 ;;;### (autoloads (Info-speedbar-browser Info-goto-emacs-key-command-node
9420 ;;;;;; Info-goto-emacs-command-node Info-directory info-standalone 9419 ;;;;;; Info-goto-emacs-command-node Info-directory info-standalone
9421 ;;;;;; info info-other-window) "info" "info.el" (15245 57505)) 9420 ;;;;;; info info-other-window) "info" "info.el" (15279 8859))
9422 ;;; Generated autoloads from info.el 9421 ;;; Generated autoloads from info.el
9423 9422
9424 (autoload (quote info-other-window) "info" "\ 9423 (autoload (quote info-other-window) "info" "\
9425 Like `info' but show the Info buffer in another window." t nil) 9424 Like `info' but show the Info buffer in another window." t nil)
9426 (add-hook 'same-window-buffer-names "*info*") 9425 (add-hook 'same-window-buffer-names "*info*")
9536 9535
9537 ;;;*** 9536 ;;;***
9538 9537
9539 ;;;### (autoloads (isearch-process-search-multibyte-characters isearch-toggle-input-method 9538 ;;;### (autoloads (isearch-process-search-multibyte-characters isearch-toggle-input-method
9540 ;;;;;; isearch-toggle-specified-input-method) "isearch-x" "international/isearch-x.el" 9539 ;;;;;; isearch-toggle-specified-input-method) "isearch-x" "international/isearch-x.el"
9541 ;;;;;; (15187 6159)) 9540 ;;;;;; (15251 19558))
9542 ;;; Generated autoloads from international/isearch-x.el 9541 ;;; Generated autoloads from international/isearch-x.el
9543 9542
9544 (autoload (quote isearch-toggle-specified-input-method) "isearch-x" "\ 9543 (autoload (quote isearch-toggle-specified-input-method) "isearch-x" "\
9545 Select an input method and turn it on in interactive search." t nil) 9544 Select an input method and turn it on in interactive search." t nil)
9546 9545
9654 ;;;### (autoloads (ispell-message ispell-minor-mode ispell ispell-complete-word-interior-frag 9653 ;;;### (autoloads (ispell-message ispell-minor-mode ispell ispell-complete-word-interior-frag
9655 ;;;;;; ispell-complete-word ispell-continue ispell-buffer ispell-comments-and-strings 9654 ;;;;;; ispell-complete-word ispell-continue ispell-buffer ispell-comments-and-strings
9656 ;;;;;; ispell-region ispell-change-dictionary ispell-kill-ispell 9655 ;;;;;; ispell-region ispell-change-dictionary ispell-kill-ispell
9657 ;;;;;; ispell-help ispell-pdict-save ispell-word ispell-dictionary-alist 9656 ;;;;;; ispell-help ispell-pdict-save ispell-word ispell-dictionary-alist
9658 ;;;;;; ispell-local-dictionary-alist ispell-personal-dictionary) 9657 ;;;;;; ispell-local-dictionary-alist ispell-personal-dictionary)
9659 ;;;;;; "ispell" "textmodes/ispell.el" (15208 64951)) 9658 ;;;;;; "ispell" "textmodes/ispell.el" (15260 30414))
9660 ;;; Generated autoloads from textmodes/ispell.el 9659 ;;; Generated autoloads from textmodes/ispell.el
9661 9660
9662 (defconst xemacsp (string-match "Lucid\\|XEmacs" emacs-version) "\ 9661 (defconst xemacsp (string-match "Lucid\\|XEmacs" emacs-version) "\
9663 Non nil if using XEmacs.") 9662 Non nil if using XEmacs.")
9664 9663
9681 9680
9682 (setq ispell-dictionary-alist-2 (quote (("czech" "[A-Za-z\301\311\314\315\323\332\331\335\256\251\310\330\317\253\322\341\351\354\355\363\372\371\375\276\271\350\370\357\273\362]" "[^A-Za-z\301\311\314\315\323\332\331\335\256\251\310\330\317\253\322\341\351\354\355\363\372\371\375\276\271\350\370\357\273\362]" "" nil ("-B" "-d" "czech") nil iso-8859-2) ("dansk" "[A-Z\306\330\305a-z\346\370\345]" "[^A-Z\306\330\305a-z\346\370\345]" "[']" nil ("-C") nil iso-8859-1) ("deutsch" "[a-zA-Z\"]" "[^a-zA-Z\"]" "[']" t ("-C") "~tex" iso-8859-1) ("deutsch8" "[a-zA-Z\304\326\334\344\366\337\374]" "[^a-zA-Z\304\326\334\344\366\337\374]" "[']" t ("-C" "-d" "deutsch") "~latin1" iso-8859-1) ("english" "[A-Za-z]" "[^A-Za-z]" "[']" nil ("-B") nil iso-8859-1)))) 9681 (setq ispell-dictionary-alist-2 (quote (("czech" "[A-Za-z\301\311\314\315\323\332\331\335\256\251\310\330\317\253\322\341\351\354\355\363\372\371\375\276\271\350\370\357\273\362]" "[^A-Za-z\301\311\314\315\323\332\331\335\256\251\310\330\317\253\322\341\351\354\355\363\372\371\375\276\271\350\370\357\273\362]" "" nil ("-B" "-d" "czech") nil iso-8859-2) ("dansk" "[A-Z\306\330\305a-z\346\370\345]" "[^A-Z\306\330\305a-z\346\370\345]" "[']" nil ("-C") nil iso-8859-1) ("deutsch" "[a-zA-Z\"]" "[^a-zA-Z\"]" "[']" t ("-C") "~tex" iso-8859-1) ("deutsch8" "[a-zA-Z\304\326\334\344\366\337\374]" "[^a-zA-Z\304\326\334\344\366\337\374]" "[']" t ("-C" "-d" "deutsch") "~latin1" iso-8859-1) ("english" "[A-Za-z]" "[^A-Za-z]" "[']" nil ("-B") nil iso-8859-1))))
9683 9682
9684 (setq ispell-dictionary-alist-3 (quote (("esperanto" "[A-Za-z\246\254\266\274\306\330\335\336\346\370\375\376]" "[^A-Za-z\246\254\266\274\306\330\335\336\346\370\375\376]" "[-']" t ("-C") "~latin3" iso-8859-1) ("esperanto-tex" "[A-Za-z^\\]" "[^A-Za-z^\\]" "[-'`\"]" t ("-C" "-d" "esperanto") "~tex" iso-8859-1) ("francais7" "[A-Za-z]" "[^A-Za-z]" "[`'^---]" t nil nil iso-8859-1) ("francais" "[A-Za-z\300\302\306\307\310\311\312\313\316\317\324\331\333\334\340\342\347\350\351\352\353\356\357\364\371\373\374]" "[^A-Za-z\300\302\306\307\310\311\312\313\316\317\324\331\333\334\340\342\347\350\351\352\353\356\357\364\371\373\374]" "[-']" t nil "~list" iso-8859-1)))) 9683 (setq ispell-dictionary-alist-3 (quote (("esperanto" "[A-Za-z\246\254\266\274\306\330\335\336\346\370\375\376]" "[^A-Za-z\246\254\266\274\306\330\335\336\346\370\375\376]" "[-']" t ("-C") "~latin3" iso-8859-1) ("esperanto-tex" "[A-Za-z^\\]" "[^A-Za-z^\\]" "[-'`\"]" t ("-C" "-d" "esperanto") "~tex" iso-8859-1) ("francais7" "[A-Za-z]" "[^A-Za-z]" "[`'^---]" t nil nil iso-8859-1) ("francais" "[A-Za-z\300\302\306\307\310\311\312\313\316\317\324\331\333\334\340\342\347\350\351\352\353\356\357\364\371\373\374]" "[^A-Za-z\300\302\306\307\310\311\312\313\316\317\324\331\333\334\340\342\347\350\351\352\353\356\357\364\371\373\374]" "[-']" t nil "~list" iso-8859-1))))
9685 9684
9686 (setq ispell-dictionary-alist-4 (quote (("francais-tex" "[A-Za-z\300\302\306\307\310\311\312\313\316\317\324\331\333\334\340\342\347\350\351\352\353\356\357\364\371\373\374\\]" "[^A-Za-z\300\302\306\307\310\311\312\313\316\317\324\331\333\334\340\342\347\350\351\352\353\356\357\364\371\373\374\\]" "[-'^`\"]" t nil "~tex" iso-8859-1) ("italiano" "[A-Z\300\301\310\311\314\315\322\323\331\332a-z\340\341\350\351\354\355\363\371\372]" "[^A-Z\300\301\310\311\314\315\322\323\331\332a-z\340\341\350\351\354\355\363\371\372]" "[-]" nil ("-B" "-d" "italian") "~tex" iso-8859-1) ("nederlands" "[A-Za-z\300-\305\307\310-\317\322-\326\331-\334\340-\345\347\350-\357\361\362-\366\371-\374]" "[^A-Za-z\300-\305\307\310-\317\322-\326\331-\334\340-\345\347\350-\357\361\362-\366\371-\374]" "[']" t ("-C") nil iso-8859-1) ("nederlands8" "[A-Za-z\300-\305\307\310-\317\322-\326\331-\334\340-\345\347\350-\357\361\362-\366\371-\374]" "[^A-Za-z\300-\305\307\310-\317\322-\326\331-\334\340-\345\347\350-\357\361\362-\366\371-\374]" "[']" t ("-C") nil iso-8859-1)))) 9685 (setq ispell-dictionary-alist-4 (quote (("francais-tex" "[A-Za-z\300\302\306\307\310\311\312\313\316\317\324\331\333\334\340\342\347\350\351\352\353\356\357\364\371\373\374\\]" "[^A-Za-z\300\302\306\307\310\311\312\313\316\317\324\331\333\334\340\342\347\350\351\352\353\356\357\364\371\373\374\\]" "[-'^`\"]" t nil "~tex" iso-8859-1) ("german" "[a-zA-Z\"]" "[^a-zA-Z\"]" "[']" t ("-C") "~tex" iso-8859-1) ("german8" "[a-zA-Z\304\326\334\344\366\337\374]" "[^a-zA-Z\304\326\334\344\366\337\374]" "[']" t ("-C" "-d" "german") "~latin1" iso-8859-1) ("italiano" "[A-Z\300\301\310\311\314\315\322\323\331\332a-z\340\341\350\351\354\355\363\371\372]" "[^A-Z\300\301\310\311\314\315\322\323\331\332a-z\340\341\350\351\354\355\363\371\372]" "[-]" nil ("-B" "-d" "italian") "~tex" iso-8859-1))))
9687 9686
9688 (setq ispell-dictionary-alist-5 (quote (("norsk" "[A-Za-z\305\306\307\310\311\322\324\330\345\346\347\350\351\362\364\370]" "[^A-Za-z\305\306\307\310\311\322\324\330\345\346\347\350\351\362\364\370]" "[\"]" nil ("-d" "norsk") "~list" iso-8859-1) ("norsk7-tex" "[A-Za-z{}\\'^`]" "[^A-Za-z{}\\'^`]" "[\"]" nil ("-d" "norsk") "~plaintex" iso-8859-1) ("polish" "[A-Za-z\241\243\246\254\257\261\263\266\274\277\306\312\321\323\346\352\361\363]" "[^A-Za-z\241\243\246\254\257\261\263\266\274\277\306\312\321\323\346\352\361\363]" "" nil ("-d" "polish") nil iso-8859-2)))) 9687 (setq ispell-dictionary-alist-5 (quote (("nederlands" "[A-Za-z\300-\305\307\310-\317\322-\326\331-\334\340-\345\347\350-\357\361\362-\366\371-\374]" "[^A-Za-z\300-\305\307\310-\317\322-\326\331-\334\340-\345\347\350-\357\361\362-\366\371-\374]" "[']" t ("-C") nil iso-8859-1) ("nederlands8" "[A-Za-z\300-\305\307\310-\317\322-\326\331-\334\340-\345\347\350-\357\361\362-\366\371-\374]" "[^A-Za-z\300-\305\307\310-\317\322-\326\331-\334\340-\345\347\350-\357\361\362-\366\371-\374]" "[']" t ("-C") nil iso-8859-1) ("norsk" "[A-Za-z\305\306\307\310\311\322\324\330\345\346\347\350\351\362\364\370]" "[^A-Za-z\305\306\307\310\311\322\324\330\345\346\347\350\351\362\364\370]" "[\"]" nil ("-d" "norsk") "~list" iso-8859-1) ("norsk7-tex" "[A-Za-z{}\\'^`]" "[^A-Za-z{}\\'^`]" "[\"]" nil ("-d" "norsk") "~plaintex" iso-8859-1))))
9689 9688
9690 (setq ispell-dictionary-alist-6 (quote (("russian" "[\341\342\367\347\344\345\263\366\372\351\352\353\354\355\356\357\360\362\363\364\365\346\350\343\376\373\375\370\371\377\374\340\361\301\302\327\307\304\305\243\326\332\311\312\313\314\315\316\317\320\322\323\324\325\306\310\303\336\333\335\330\331\337\334\300\321]" "[^\341\342\367\347\344\345\263\366\372\351\352\353\354\355\356\357\360\362\363\364\365\346\350\343\376\373\375\370\371\377\374\340\361\301\302\327\307\304\305\243\326\332\311\312\313\314\315\316\317\320\322\323\324\325\306\310\303\336\333\335\330\331\337\334\300\321]" "" nil ("-d" "russian") nil koi8-r) ("svenska" "[A-Za-z\345\344\366\351\340\374\350\346\370\347\305\304\326\311\300\334\310\306\330\307]" "[^A-Za-z\345\344\366\351\340\374\350\346\370\347\305\304\326\311\300\334\310\306\330\307]" "[']" nil ("-C") "~list" iso-8859-1) ("portugues" "[a-zA-Z\301\302\311\323\340\341\342\351\352\355\363\343\372]" "[^a-zA-Z\301\302\311\323\340\341\342\351\352\355\363\343\372]" "[']" t ("-C" "-d" "portugues") "~latin1" iso-8859-1) ("slovak" "[A-Za-z\301\304\311\315\323\332\324\300\305\245\335\256\251\310\317\253\322\341\344\351\355\363\372\364\340\345\265\375\276\271\350\357\273\362]" "[^A-Za-z\301\304\311\315\323\332\324\300\305\245\335\256\251\310\317\253\322\341\344\351\355\363\372\364\340\345\265\375\276\271\350\357\273\362]" "" nil ("-B" "-d" "slovak") nil iso-8859-2)))) 9689 (setq ispell-dictionary-alist-6 (quote (("polish" "[A-Za-z\241\243\246\254\257\261\263\266\274\277\306\312\321\323\346\352\361\363]" "[^A-Za-z\241\243\246\254\257\261\263\266\274\277\306\312\321\323\346\352\361\363]" "" nil ("-d" "polish") nil iso-8859-2) ("russian" "[\341\342\367\347\344\345\263\366\372\351\352\353\354\355\356\357\360\362\363\364\365\346\350\343\376\373\375\370\371\377\374\340\361\301\302\327\307\304\305\243\326\332\311\312\313\314\315\316\317\320\322\323\324\325\306\310\303\336\333\335\330\331\337\334\300\321]" "[^\341\342\367\347\344\345\263\366\372\351\352\353\354\355\356\357\360\362\363\364\365\346\350\343\376\373\375\370\371\377\374\340\361\301\302\327\307\304\305\243\326\332\311\312\313\314\315\316\317\320\322\323\324\325\306\310\303\336\333\335\330\331\337\334\300\321]" "" nil ("-d" "russian") nil koi8-r) ("svenska" "[A-Za-z\345\344\366\351\340\374\350\346\370\347\305\304\326\311\300\334\310\306\330\307]" "[^A-Za-z\345\344\366\351\340\374\350\346\370\347\305\304\326\311\300\334\310\306\330\307]" "[']" nil ("-C") "~list" iso-8859-1) ("portugues" "[a-zA-Z\301\302\311\323\340\341\342\351\352\355\363\343\372]" "[^a-zA-Z\301\302\311\323\340\341\342\351\352\355\363\343\372]" "[']" t ("-C" "-d" "portugues") "~latin1" iso-8859-1) ("slovak" "[A-Za-z\301\304\311\315\323\332\324\300\305\245\335\256\251\310\317\253\322\341\344\351\355\363\372\364\340\345\265\375\276\271\350\357\273\362]" "[^A-Za-z\301\304\311\315\323\332\324\300\305\245\335\256\251\310\317\253\322\341\344\351\355\363\372\364\340\345\265\375\276\271\350\357\273\362]" "" nil ("-B" "-d" "slovak") nil iso-8859-2))))
9691 9690
9692 (defvar ispell-dictionary-alist (append ispell-local-dictionary-alist ispell-dictionary-alist-1 ispell-dictionary-alist-2 ispell-dictionary-alist-3 ispell-dictionary-alist-4 ispell-dictionary-alist-5 ispell-dictionary-alist-6) "\ 9691 (defvar ispell-dictionary-alist (append ispell-local-dictionary-alist ispell-dictionary-alist-1 ispell-dictionary-alist-2 ispell-dictionary-alist-3 ispell-dictionary-alist-4 ispell-dictionary-alist-5 ispell-dictionary-alist-6) "\
9693 An alist of dictionaries and their associated parameters. 9692 An alist of dictionaries and their associated parameters.
9694 9693
9695 Each element of this list is also a list: 9694 Each element of this list is also a list:
10315 is nil, raise an error." t nil) 10314 is nil, raise an error." t nil)
10316 10315
10317 ;;;*** 10316 ;;;***
10318 10317
10319 ;;;### (autoloads (locate-with-filter locate) "locate" "locate.el" 10318 ;;;### (autoloads (locate-with-filter locate) "locate" "locate.el"
10320 ;;;;;; (14763 31121)) 10319 ;;;;;; (15256 52339))
10321 ;;; Generated autoloads from locate.el 10320 ;;; Generated autoloads from locate.el
10322 10321
10323 (autoload (quote locate) "locate" "\ 10322 (autoload (quote locate) "locate" "\
10324 Run the program `locate', putting results in `*Locate*' buffer. 10323 Run the program `locate', putting results in `*Locate*' buffer.
10325 With prefix arg, prompt for the locate command to run." t nil) 10324 With prefix arg, prompt for the locate command to run." t nil)
11086 11085
11087 This command runs the normal hooks `text-mode-hook' and `mh-letter-mode-hook'." t nil) 11086 This command runs the normal hooks `text-mode-hook' and `mh-letter-mode-hook'." t nil)
11088 11087
11089 ;;;*** 11088 ;;;***
11090 11089
11091 ;;;### (autoloads (mh-version mh-rmail) "mh-e" "mail/mh-e.el" (15186 11090 ;;;### (autoloads (mh-version mh-rmail) "mh-e" "mail/mh-e.el" (15279
11092 ;;;;;; 41422)) 11091 ;;;;;; 8859))
11093 ;;; Generated autoloads from mail/mh-e.el 11092 ;;; Generated autoloads from mail/mh-e.el
11094 11093
11095 (autoload (quote mh-rmail) "mh-e" "\ 11094 (autoload (quote mh-rmail) "mh-e" "\
11096 Inc(orporate) new mail with MH, or, with arg, scan an MH mail folder. 11095 Inc(orporate) new mail with MH, or, with arg, scan an MH mail folder.
11097 This function is an entry point to mh-e, the Emacs front end 11096 This function is an entry point to mh-e, the Emacs front end
11631 11630
11632 ;;;### (autoloads (comment-indent-new-line comment-dwim comment-region 11631 ;;;### (autoloads (comment-indent-new-line comment-dwim comment-region
11633 ;;;;;; uncomment-region comment-kill comment-set-column comment-indent 11632 ;;;;;; uncomment-region comment-kill comment-set-column comment-indent
11634 ;;;;;; comment-indent-default comment-multi-line comment-padding 11633 ;;;;;; comment-indent-default comment-multi-line comment-padding
11635 ;;;;;; comment-style comment-column) "newcomment" "newcomment.el" 11634 ;;;;;; comment-style comment-column) "newcomment" "newcomment.el"
11636 ;;;;;; (15235 24851)) 11635 ;;;;;; (15251 11795))
11637 ;;; Generated autoloads from newcomment.el 11636 ;;; Generated autoloads from newcomment.el
11638 11637
11639 (defalias (quote indent-for-comment) (quote comment-indent)) 11638 (defalias (quote indent-for-comment) (quote comment-indent))
11640 11639
11641 (defalias (quote set-comment-column) (quote comment-set-column)) 11640 (defalias (quote set-comment-column) (quote comment-set-column))
11990 The Custom feature is intended to make this obsolete." t nil) 11989 The Custom feature is intended to make this obsolete." t nil)
11991 11990
11992 ;;;*** 11991 ;;;***
11993 11992
11994 ;;;### (autoloads (outline-minor-mode outline-mode) "outline" "textmodes/outline.el" 11993 ;;;### (autoloads (outline-minor-mode outline-mode) "outline" "textmodes/outline.el"
11995 ;;;;;; (15123 22490)) 11994 ;;;;;; (15265 49062))
11996 ;;; Generated autoloads from textmodes/outline.el 11995 ;;; Generated autoloads from textmodes/outline.el
11997 11996
11998 (autoload (quote outline-mode) "outline" "\ 11997 (autoload (quote outline-mode) "outline" "\
11999 Set major mode for editing outlines with selective display. 11998 Set major mode for editing outlines with selective display.
12000 Headings are lines which start with asterisks: one for major headings, 11999 Headings are lines which start with asterisks: one for major headings,
12330 12329
12331 ;;;*** 12330 ;;;***
12332 12331
12333 ;;;### (autoloads (cvs-dired-use-hook cvs-dired-action cvs-status 12332 ;;;### (autoloads (cvs-dired-use-hook cvs-dired-action cvs-status
12334 ;;;;;; cvs-update cvs-examine cvs-quickdir cvs-checkout) "pcvs" 12333 ;;;;;; cvs-update cvs-examine cvs-quickdir cvs-checkout) "pcvs"
12335 ;;;;;; "pcvs.el" (15186 41418)) 12334 ;;;;;; "pcvs.el" (15279 8859))
12336 ;;; Generated autoloads from pcvs.el 12335 ;;; Generated autoloads from pcvs.el
12337 12336
12338 (autoload (quote cvs-checkout) "pcvs" "\ 12337 (autoload (quote cvs-checkout) "pcvs" "\
12339 Run a 'cvs checkout MODULES' in DIR. 12338 Run a 'cvs checkout MODULES' in DIR.
12340 Feed the output to a *cvs* buffer, display it in the current window, 12339 Feed the output to a *cvs* buffer, display it in the current window,
12535 \\{pong-mode-map}" t nil) 12534 \\{pong-mode-map}" t nil)
12536 12535
12537 ;;;*** 12536 ;;;***
12538 12537
12539 ;;;### (autoloads (pp-eval-last-sexp pp-eval-expression pp) "pp" 12538 ;;;### (autoloads (pp-eval-last-sexp pp-eval-expression pp) "pp"
12540 ;;;;;; "emacs-lisp/pp.el" (15187 6159)) 12539 ;;;;;; "emacs-lisp/pp.el" (15252 52692))
12541 ;;; Generated autoloads from emacs-lisp/pp.el 12540 ;;; Generated autoloads from emacs-lisp/pp.el
12542 12541
12543 (autoload (quote pp) "pp" "\ 12542 (autoload (quote pp) "pp" "\
12544 Output the pretty-printed representation of OBJECT, any Lisp object. 12543 Output the pretty-printed representation of OBJECT, any Lisp object.
12545 Quoting characters are printed as needed to make output that `read' 12544 Quoting characters are printed as needed to make output that `read'
12574 (autoload (quote run-prolog) "prolog" "\ 12573 (autoload (quote run-prolog) "prolog" "\
12575 Run an inferior Prolog process, input and output via buffer *prolog*." t nil) 12574 Run an inferior Prolog process, input and output via buffer *prolog*." t nil)
12576 12575
12577 ;;;*** 12576 ;;;***
12578 12577
12579 ;;;### (autoloads nil "ps-bdf" "ps-bdf.el" (15187 6158)) 12578 ;;;### (autoloads nil "ps-bdf" "ps-bdf.el" (15272 24803))
12580 ;;; Generated autoloads from ps-bdf.el 12579 ;;; Generated autoloads from ps-bdf.el
12581 12580
12582 (defvar bdf-directory-list (if (and (memq system-type (quote (ms-dos windows-nt))) (boundp (quote installation-directory))) (list (expand-file-name "fonts/bdf" installation-directory)) (quote ("/usr/local/share/emacs/fonts/bdf"))) "\ 12581 (defvar bdf-directory-list (if (and (memq system-type (quote (ms-dos windows-nt))) (boundp (quote installation-directory))) (list (expand-file-name "fonts/bdf" installation-directory)) (quote ("/usr/local/share/emacs/fonts/bdf"))) "\
12583 *List of directories to search for `BDF' font files. 12582 *List of directories to search for `BDF' font files.
12584 The default value is '(\"/usr/local/share/emacs/fonts/bdf\").") 12583 The default value is '(\"/usr/local/share/emacs/fonts/bdf\").")
12632 ;;;*** 12631 ;;;***
12633 12632
12634 ;;;### (autoloads (ps-mule-begin-page ps-mule-begin-job ps-mule-header-string-charsets 12633 ;;;### (autoloads (ps-mule-begin-page ps-mule-begin-job ps-mule-header-string-charsets
12635 ;;;;;; ps-mule-encode-header-string ps-mule-initialize ps-mule-plot-composition 12634 ;;;;;; ps-mule-encode-header-string ps-mule-initialize ps-mule-plot-composition
12636 ;;;;;; ps-mule-plot-string ps-mule-set-ascii-font ps-mule-prepare-ascii-font 12635 ;;;;;; ps-mule-plot-string ps-mule-set-ascii-font ps-mule-prepare-ascii-font
12637 ;;;;;; ps-multibyte-buffer) "ps-mule" "ps-mule.el" (15228 56662)) 12636 ;;;;;; ps-multibyte-buffer) "ps-mule" "ps-mule.el" (15272 45403))
12638 ;;; Generated autoloads from ps-mule.el 12637 ;;; Generated autoloads from ps-mule.el
12639 12638
12640 (defvar ps-multibyte-buffer nil "\ 12639 (defvar ps-multibyte-buffer nil "\
12641 *Specifies the multi-byte buffer handling. 12640 *Specifies the multi-byte buffer handling.
12642 12641
12736 ;;;### (autoloads (ps-extend-face ps-extend-face-list ps-setup ps-nb-pages-region 12735 ;;;### (autoloads (ps-extend-face ps-extend-face-list ps-setup ps-nb-pages-region
12737 ;;;;;; ps-nb-pages-buffer ps-line-lengths ps-despool ps-spool-region-with-faces 12736 ;;;;;; ps-nb-pages-buffer ps-line-lengths ps-despool ps-spool-region-with-faces
12738 ;;;;;; ps-spool-region ps-spool-buffer-with-faces ps-spool-buffer 12737 ;;;;;; ps-spool-region ps-spool-buffer-with-faces ps-spool-buffer
12739 ;;;;;; ps-print-region-with-faces ps-print-region ps-print-buffer-with-faces 12738 ;;;;;; ps-print-region-with-faces ps-print-region ps-print-buffer-with-faces
12740 ;;;;;; ps-print-buffer ps-print-customize ps-paper-type) "ps-print" 12739 ;;;;;; ps-print-buffer ps-print-customize ps-paper-type) "ps-print"
12741 ;;;;;; "ps-print.el" (15226 11507)) 12740 ;;;;;; "ps-print.el" (15272 45453))
12742 ;;; Generated autoloads from ps-print.el 12741 ;;; Generated autoloads from ps-print.el
12743 12742
12744 (defvar ps-paper-type (quote letter) "\ 12743 (defvar ps-paper-type (quote letter) "\
12745 *Specify the size of paper to format for. 12744 *Specify the size of paper to format for.
12746 Should be one of the paper types defined in `ps-page-dimensions-database', for 12745 Should be one of the paper types defined in `ps-page-dimensions-database', for
12832 12831
12833 (autoload (quote ps-setup) "ps-print" "\ 12832 (autoload (quote ps-setup) "ps-print" "\
12834 Return the current PostScript-generation setup." nil nil) 12833 Return the current PostScript-generation setup." nil nil)
12835 12834
12836 (autoload (quote ps-extend-face-list) "ps-print" "\ 12835 (autoload (quote ps-extend-face-list) "ps-print" "\
12837 Extend face in `ps-print-face-extension-alist'. 12836 Extend face in ALIST-SYM.
12838 12837
12839 If optional MERGE-P is non-nil, extensions in FACE-EXTENSION-LIST are merged 12838 If optional MERGE-P is non-nil, extensions in FACE-EXTENSION-LIST are merged
12840 with face extension in `ps-print-face-extension-alist'; otherwise, overrides. 12839 with face extension in ALIST-SYM; otherwise, overrides.
12840
12841 If optional ALIST-SYM is nil, it's used `ps-print-face-extension-alist';
12842 otherwise, it should be an alist symbol.
12841 12843
12842 The elements in FACE-EXTENSION-LIST is like those for `ps-extend-face'. 12844 The elements in FACE-EXTENSION-LIST is like those for `ps-extend-face'.
12843 12845
12844 See `ps-extend-face' for documentation." nil nil) 12846 See `ps-extend-face' for documentation." nil nil)
12845 12847
12846 (autoload (quote ps-extend-face) "ps-print" "\ 12848 (autoload (quote ps-extend-face) "ps-print" "\
12847 Extend face in `ps-print-face-extension-alist'. 12849 Extend face in ALIST-SYM.
12848 12850
12849 If optional MERGE-P is non-nil, extensions in FACE-EXTENSION list are merged 12851 If optional MERGE-P is non-nil, extensions in FACE-EXTENSION list are merged
12850 with face extensions in `ps-print-face-extension-alist'; otherwise, overrides. 12852 with face extensions in ALIST-SYM; otherwise, overrides.
12853
12854 If optional ALIST-SYM is nil, it's used `ps-print-face-extension-alist';
12855 otherwise, it should be an alist symbol.
12851 12856
12852 The elements of FACE-EXTENSION list have the form: 12857 The elements of FACE-EXTENSION list have the form:
12853 12858
12854 (FACE-NAME FOREGROUND BACKGROUND EXTENSION...) 12859 (FACE-NAME FOREGROUND BACKGROUND EXTENSION...)
12855 12860
12874 12879
12875 ;;;### (autoloads (quail-update-leim-list-file quail-defrule-internal 12880 ;;;### (autoloads (quail-update-leim-list-file quail-defrule-internal
12876 ;;;;;; quail-defrule quail-install-decode-map quail-install-map 12881 ;;;;;; quail-defrule quail-install-decode-map quail-install-map
12877 ;;;;;; quail-define-rules quail-show-keyboard-layout quail-set-keyboard-layout 12882 ;;;;;; quail-define-rules quail-show-keyboard-layout quail-set-keyboard-layout
12878 ;;;;;; quail-define-package quail-use-package quail-title) "quail" 12883 ;;;;;; quail-define-package quail-use-package quail-title) "quail"
12879 ;;;;;; "international/quail.el" (15246 134)) 12884 ;;;;;; "international/quail.el" (15255 11737))
12880 ;;; Generated autoloads from international/quail.el 12885 ;;; Generated autoloads from international/quail.el
12881 12886
12882 (autoload (quote quail-title) "quail" "\ 12887 (autoload (quote quail-title) "quail" "\
12883 Return the title of the current Quail package." nil nil) 12888 Return the title of the current Quail package." nil nil)
12884 12889
12885 (autoload (quote quail-use-package) "quail" "\ 12890 (autoload (quote quail-use-package) "quail" "\
12886 Start using Quail package PACKAGE-NAME. 12891 Start using Quail package PACKAGE-NAME.
12887 The remaining arguments are libraries to be loaded before using the package." nil nil) 12892 The remaining arguments are libraries to be loaded before using the package.
12893
12894 This activates input method defined by PACKAGE-NAME by running
12895 `quail-activate', which see." nil nil)
12888 12896
12889 (autoload (quote quail-define-package) "quail" "\ 12897 (autoload (quote quail-define-package) "quail" "\
12890 Define NAME as a new Quail package for input LANGUAGE. 12898 Define NAME as a new Quail package for input LANGUAGE.
12891 TITLE is a string to be displayed at mode-line to indicate this package. 12899 TITLE is a string to be displayed at mode-line to indicate this package.
12892 Optional arguments are GUIDANCE, DOCSTRING, TRANSLATION-KEYS, 12900 Optional arguments are GUIDANCE, DOCSTRING, TRANSLATION-KEYS,
13575 ;;;;;; rmail rmail-enable-mime rmail-show-message-hook rmail-confirm-expunge 13583 ;;;;;; rmail rmail-enable-mime rmail-show-message-hook rmail-confirm-expunge
13576 ;;;;;; rmail-secondary-file-regexp rmail-secondary-file-directory 13584 ;;;;;; rmail-secondary-file-regexp rmail-secondary-file-directory
13577 ;;;;;; rmail-mail-new-frame rmail-primary-inbox-list rmail-delete-after-output 13585 ;;;;;; rmail-mail-new-frame rmail-primary-inbox-list rmail-delete-after-output
13578 ;;;;;; rmail-highlight-face rmail-highlighted-headers rmail-retry-ignored-headers 13586 ;;;;;; rmail-highlight-face rmail-highlighted-headers rmail-retry-ignored-headers
13579 ;;;;;; rmail-displayed-headers rmail-ignored-headers rmail-dont-reply-to-names) 13587 ;;;;;; rmail-displayed-headers rmail-ignored-headers rmail-dont-reply-to-names)
13580 ;;;;;; "rmail" "mail/rmail.el" (15236 62504)) 13588 ;;;;;; "rmail" "mail/rmail.el" (15269 48090))
13581 ;;; Generated autoloads from mail/rmail.el 13589 ;;; Generated autoloads from mail/rmail.el
13582 13590
13583 (defvar rmail-dont-reply-to-names nil "\ 13591 (defvar rmail-dont-reply-to-names nil "\
13584 *A regexp specifying names to prune of reply to messages. 13592 *A regexp specifying names to prune of reply to messages.
13585 A value of nil means exclude your own login name as an address 13593 A value of nil means exclude your own login name as an address
14154 ;;;### (autoloads (mail-other-frame mail-other-window mail mail-mode 14162 ;;;### (autoloads (mail-other-frame mail-other-window mail mail-mode
14155 ;;;;;; mail-signature mail-personal-alias-file mail-alias-file mail-default-reply-to 14163 ;;;;;; mail-signature mail-personal-alias-file mail-alias-file mail-default-reply-to
14156 ;;;;;; mail-archive-file-name mail-header-separator send-mail-function 14164 ;;;;;; mail-archive-file-name mail-header-separator send-mail-function
14157 ;;;;;; mail-yank-ignored-headers mail-interactive mail-self-blind 14165 ;;;;;; mail-yank-ignored-headers mail-interactive mail-self-blind
14158 ;;;;;; mail-specify-envelope-from mail-from-style) "sendmail" "mail/sendmail.el" 14166 ;;;;;; mail-specify-envelope-from mail-from-style) "sendmail" "mail/sendmail.el"
14159 ;;;;;; (15241 65409)) 14167 ;;;;;; (15279 8859))
14160 ;;; Generated autoloads from mail/sendmail.el 14168 ;;; Generated autoloads from mail/sendmail.el
14161 14169
14162 (defvar mail-from-style (quote angles) "\ 14170 (defvar mail-from-style (quote angles) "\
14163 *Specifies how \"From:\" fields look. 14171 *Specifies how \"From:\" fields look.
14164 14172
14241 Like Text Mode but with these additional commands: 14249 Like Text Mode but with these additional commands:
14242 \\[mail-send] mail-send (send the message) \\[mail-send-and-exit] mail-send-and-exit 14250 \\[mail-send] mail-send (send the message) \\[mail-send-and-exit] mail-send-and-exit
14243 Here are commands that move to a header field (and create it if there isn't): 14251 Here are commands that move to a header field (and create it if there isn't):
14244 \\[mail-to] move to To: \\[mail-subject] move to Subject: 14252 \\[mail-to] move to To: \\[mail-subject] move to Subject:
14245 \\[mail-cc] move to CC: \\[mail-bcc] move to BCC: 14253 \\[mail-cc] move to CC: \\[mail-bcc] move to BCC:
14246 \\[mail-fcc] move to FCC: 14254 \\[mail-fcc] move to FCC: \\[mail-reply-to] move to Reply-To:
14247 \\[mail-text] mail-text (move to beginning of message text). 14255 \\[mail-text] mail-text (move to beginning of message text).
14248 \\[mail-signature] mail-signature (insert `mail-signature-file' file). 14256 \\[mail-signature] mail-signature (insert `mail-signature-file' file).
14249 \\[mail-yank-original] mail-yank-original (insert current message, in Rmail). 14257 \\[mail-yank-original] mail-yank-original (insert current message, in Rmail).
14250 \\[mail-fill-yanked-message] mail-fill-yanked-message (fill what was yanked). 14258 \\[mail-fill-yanked-message] mail-fill-yanked-message (fill what was yanked).
14251 \\[mail-sent-via] mail-sent-via (add a Sent-via field for each To or CC). 14259 \\[mail-sent-via] mail-sent-via (add a Sent-via field for each To or CC).
14319 (autoload (quote mail-other-frame) "sendmail" "\ 14327 (autoload (quote mail-other-frame) "sendmail" "\
14320 Like `mail' command, but display mail buffer in another frame." t nil) 14328 Like `mail' command, but display mail buffer in another frame." t nil)
14321 14329
14322 ;;;*** 14330 ;;;***
14323 14331
14324 ;;;### (autoloads (server-start) "server" "server.el" (15195 56516)) 14332 ;;;### (autoloads (server-start) "server" "server.el" (15256 45312))
14325 ;;; Generated autoloads from server.el 14333 ;;; Generated autoloads from server.el
14326 14334
14327 (autoload (quote server-start) "server" "\ 14335 (autoload (quote server-start) "server" "\
14328 Allow this Emacs process to be a server for client processes. 14336 Allow this Emacs process to be a server for client processes.
14329 This starts a server communications subprocess through which 14337 This starts a server communications subprocess through which
16344 If DATE is malformed, a zero time will be returned." nil nil) 16352 If DATE is malformed, a zero time will be returned." nil nil)
16345 16353
16346 ;;;*** 16354 ;;;***
16347 16355
16348 ;;;### (autoloads (time-stamp-toggle-active time-stamp) "time-stamp" 16356 ;;;### (autoloads (time-stamp-toggle-active time-stamp) "time-stamp"
16349 ;;;;;; "time-stamp.el" (15187 6159)) 16357 ;;;;;; "time-stamp.el" (15275 885))
16350 ;;; Generated autoloads from time-stamp.el 16358 ;;; Generated autoloads from time-stamp.el
16351 16359
16352 (autoload (quote time-stamp) "time-stamp" "\ 16360 (autoload (quote time-stamp) "time-stamp" "\
16353 Update the time stamp string(s) in the buffer. 16361 Update the time stamp string(s) in the buffer.
16354 A template in a file can be automatically updated with a new time stamp 16362 A template in a file can be automatically updated with a new time stamp
17028 ;;;;;; vc-transfer-file vc-switch-backend vc-cancel-version vc-revert-buffer 17036 ;;;;;; vc-transfer-file vc-switch-backend vc-cancel-version vc-revert-buffer
17029 ;;;;;; vc-print-log vc-retrieve-snapshot vc-create-snapshot vc-directory 17037 ;;;;;; vc-print-log vc-retrieve-snapshot vc-create-snapshot vc-directory
17030 ;;;;;; vc-resolve-conflicts vc-merge vc-insert-headers vc-version-other-window 17038 ;;;;;; vc-resolve-conflicts vc-merge vc-insert-headers vc-version-other-window
17031 ;;;;;; vc-diff vc-register vc-next-action vc-do-command edit-vc-file 17039 ;;;;;; vc-diff vc-register vc-next-action vc-do-command edit-vc-file
17032 ;;;;;; with-vc-file vc-before-checkin-hook vc-checkin-hook vc-checkout-hook) 17040 ;;;;;; with-vc-file vc-before-checkin-hook vc-checkin-hook vc-checkout-hook)
17033 ;;;;;; "vc" "vc.el" (15244 40663)) 17041 ;;;;;; "vc" "vc.el" (15280 15313))
17034 ;;; Generated autoloads from vc.el 17042 ;;; Generated autoloads from vc.el
17035 17043
17036 (defvar vc-checkout-hook nil "\ 17044 (defvar vc-checkout-hook nil "\
17037 *Normal hook (list of functions) run after a file has been checked out. 17045 *Normal hook (list of functions) run after a file has been checked out.
17038 See `run-hooks'.") 17046 See `run-hooks'.")
17222 17230
17223 From a program, any ARGS are assumed to be filenames for which 17231 From a program, any ARGS are assumed to be filenames for which
17224 log entries should be gathered." t nil) 17232 log entries should be gathered." t nil)
17225 17233
17226 (autoload (quote vc-annotate) "vc" "\ 17234 (autoload (quote vc-annotate) "vc" "\
17227 Display the result of the \"Annotate\" command using colors. 17235 Display the edit history of the current file using colours.
17228 \"Annotate\" is defined by `vc-BACKEND-annotate-command'. New lines 17236
17229 are displayed in red, old in blue. When given a prefix argument, asks 17237 This command creates a buffer that shows, for each line of the current
17230 for a version to annotate from, and a factor for stretching the time 17238 file, when it was last edited and by whom. Additionally, colours are
17231 scale. 17239 used to show the age of each line--blue means oldest, red means
17240 youngest, and intermediate colours indicate intermediate ages. By
17241 default, the time scale stretches back one year into the past;
17242 everything that is older than that is shown in blue.
17243
17244 With a prefix argument, this command asks two questions in the
17245 minibuffer. First, you may enter a version number; then the buffer
17246 displays and annotates that version instead of the current version
17247 \(type RET in the minibuffer to leave that default unchanged). Then,
17248 you are prompted for a stretch factor for the time scale. This makes
17249 the color range cover a time span longer or shorter than the default
17250 of one year. For example, a factor of 0.1 means that the range from
17251 red to blue stands for the past 36 days only, and everything that is
17252 older than that is shown in blue.
17253
17254 Customization variables:
17232 17255
17233 `vc-annotate-menu-elements' customizes the menu elements of the 17256 `vc-annotate-menu-elements' customizes the menu elements of the
17234 mode-specific menu. `vc-annotate-color-map' and 17257 mode-specific menu. `vc-annotate-color-map' and
17235 `vc-annotate-very-old-color' defines the mapping of time to 17258 `vc-annotate-very-old-color' defines the mapping of time to
17236 colors. `vc-annotate-background' specifies the background color." t nil) 17259 colors. `vc-annotate-background' specifies the background color." t nil)
17633 17656
17634 ;;;*** 17657 ;;;***
17635 17658
17636 ;;;### (autoloads (View-exit-and-edit view-mode-enter view-mode view-buffer-other-frame 17659 ;;;### (autoloads (View-exit-and-edit view-mode-enter view-mode view-buffer-other-frame
17637 ;;;;;; view-buffer-other-window view-buffer view-file-other-frame 17660 ;;;;;; view-buffer-other-window view-buffer view-file-other-frame
17638 ;;;;;; view-file-other-window view-file) "view" "view.el" (15218 17661 ;;;;;; view-file-other-window view-file) "view" "view.el" (15252
17639 ;;;;;; 41847)) 17662 ;;;;;; 52591))
17640 ;;; Generated autoloads from view.el 17663 ;;; Generated autoloads from view.el
17641 17664
17642 (defvar view-mode nil "\ 17665 (defvar view-mode nil "\
17643 Non-nil if View mode is enabled. 17666 Non-nil if View mode is enabled.
17644 Don't change this variable directly, you must change it by one of the 17667 Don't change this variable directly, you must change it by one of the
17830 Turn on VIP emulation of VI." t nil) 17853 Turn on VIP emulation of VI." t nil)
17831 17854
17832 ;;;*** 17855 ;;;***
17833 17856
17834 ;;;### (autoloads (viper-mode toggle-viper-mode) "viper" "emulation/viper.el" 17857 ;;;### (autoloads (viper-mode toggle-viper-mode) "viper" "emulation/viper.el"
17835 ;;;;;; (15195 56516)) 17858 ;;;;;; (15260 30414))
17836 ;;; Generated autoloads from emulation/viper.el 17859 ;;; Generated autoloads from emulation/viper.el
17837 17860
17838 (autoload (quote toggle-viper-mode) "viper" "\ 17861 (autoload (quote toggle-viper-mode) "viper" "\
17839 Toggle Viper on/off. 17862 Toggle Viper on/off.
17840 If Viper is enabled, turn it off. Otherwise, turn it on." t nil) 17863 If Viper is enabled, turn it off. Otherwise, turn it on." t nil)