comparison lisp/loaddefs.el @ 44890:01b93e5e53a7

Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog, lisp/ChangeLog, and src/ChangeLog for list of changes.
author Andrew Choi <akochoi@shaw.ca>
date Fri, 26 Apr 2002 23:39:06 +0000
parents f6f3b9551c29
children aa05e5b0cabe
comparison
equal deleted inserted replaced
44889:e3b9f45140a5 44890:01b93e5e53a7
2703 The original function `calendar' has been renamed `calendar-basic-setup'. 2703 The original function `calendar' has been renamed `calendar-basic-setup'.
2704 See the documentation of that function for more information." t nil) 2704 See the documentation of that function for more information." t nil)
2705 2705
2706 ;;;*** 2706 ;;;***
2707 2707
2708 ;;;### (autoloads nil "cc-langs" "progmodes/cc-langs.el" (15556 56060)) 2708 ;;;### (autoloads nil "cc-langs" "progmodes/cc-langs.el" (15557 64404))
2709 ;;; Generated autoloads from progmodes/cc-langs.el 2709 ;;; Generated autoloads from progmodes/cc-langs.el
2710 2710
2711 (defvar c-mode-syntax-table nil "\ 2711 (defvar c-mode-syntax-table nil "\
2712 Syntax table used in c-mode buffers.") 2712 Syntax table used in c-mode buffers.")
2713 2713
2728 2728
2729 ;;;*** 2729 ;;;***
2730 2730
2731 ;;;### (autoloads (pike-mode idl-mode java-mode objc-mode c++-mode 2731 ;;;### (autoloads (pike-mode idl-mode java-mode objc-mode c++-mode
2732 ;;;;;; c-mode c-initialize-cc-mode) "cc-mode" "progmodes/cc-mode.el" 2732 ;;;;;; c-mode c-initialize-cc-mode) "cc-mode" "progmodes/cc-mode.el"
2733 ;;;;;; (15556 56060)) 2733 ;;;;;; (15557 64405))
2734 ;;; Generated autoloads from progmodes/cc-mode.el 2734 ;;; Generated autoloads from progmodes/cc-mode.el
2735 2735
2736 (autoload (quote c-initialize-cc-mode) "cc-mode" nil nil nil) 2736 (autoload (quote c-initialize-cc-mode) "cc-mode" nil nil nil)
2737 2737
2738 (autoload (quote c-mode) "cc-mode" "\ 2738 (autoload (quote c-mode) "cc-mode" "\
2839 \\{pike-mode-map}" t nil) 2839 \\{pike-mode-map}" t nil)
2840 2840
2841 ;;;*** 2841 ;;;***
2842 2842
2843 ;;;### (autoloads (c-set-offset c-add-style c-set-style) "cc-styles" 2843 ;;;### (autoloads (c-set-offset c-add-style c-set-style) "cc-styles"
2844 ;;;;;; "progmodes/cc-styles.el" (15556 56060)) 2844 ;;;;;; "progmodes/cc-styles.el" (15557 64405))
2845 ;;; Generated autoloads from progmodes/cc-styles.el 2845 ;;; Generated autoloads from progmodes/cc-styles.el
2846 2846
2847 (autoload (quote c-set-style) "cc-styles" "\ 2847 (autoload (quote c-set-style) "cc-styles" "\
2848 Set CC Mode variables to use one of several different indentation styles. 2848 Set CC Mode variables to use one of several different indentation styles.
2849 STYLENAME is a string representing the desired style from the list of 2849 STYLENAME is a string representing the desired style from the list of
2880 offset for that syntactic element. The optional argument is not used 2880 offset for that syntactic element. The optional argument is not used
2881 and exists only for compatibility reasons." t nil) 2881 and exists only for compatibility reasons." t nil)
2882 2882
2883 ;;;*** 2883 ;;;***
2884 2884
2885 ;;;### (autoloads nil "cc-vars" "progmodes/cc-vars.el" (15556 56060)) 2885 ;;;### (autoloads nil "cc-vars" "progmodes/cc-vars.el" (15557 64405))
2886 ;;; Generated autoloads from progmodes/cc-vars.el 2886 ;;; Generated autoloads from progmodes/cc-vars.el
2887 2887
2888 (defconst c-emacs-features (let ((infodock-p (boundp (quote infodock-version))) (comments (let ((table (copy-syntax-table)) entry) (modify-syntax-entry 97 ". 12345678" table) (cond ((arrayp table) (setq entry (aref table 97)) (if (consp entry) (setq entry (car entry)))) ((fboundp (quote get-char-table)) (setq entry (get-char-table 97 table))) ((and (fboundp (quote char-table-p)) (char-table-p table)) (setq entry (car (char-table-range table [97])))) (t (error "CC Mode is incompatible with this version of Emacs"))) (if (= (logand (lsh entry -16) 255) 255) (quote 8-bit) (quote 1-bit))))) (if infodock-p (list comments (quote infodock)) (list comments))) "\ 2888 (defconst c-emacs-features (let ((infodock-p (boundp (quote infodock-version))) (comments (let ((table (copy-syntax-table)) entry) (modify-syntax-entry 97 ". 12345678" table) (cond ((arrayp table) (setq entry (aref table 97)) (if (consp entry) (setq entry (car entry)))) ((fboundp (quote get-char-table)) (setq entry (get-char-table 97 table))) ((and (fboundp (quote char-table-p)) (char-table-p table)) (setq entry (car (char-table-range table [97])))) (t (error "CC Mode is incompatible with this version of Emacs"))) (if (= (logand (lsh entry -16) 255) 255) (quote 8-bit) (quote 1-bit))))) (if infodock-p (list comments (quote infodock)) (list comments))) "\
2889 A list of features extant in the Emacs you are using. 2889 A list of features extant in the Emacs you are using.
2890 There are many flavors of Emacs out there, each with different 2890 There are many flavors of Emacs out there, each with different
4196 ;;;;;; customize-apropos-groups customize-apropos-faces customize-apropos-options 4196 ;;;;;; customize-apropos-groups customize-apropos-faces customize-apropos-options
4197 ;;;;;; customize-apropos customize-saved customize-customized customize-face-other-window 4197 ;;;;;; customize-apropos customize-saved customize-customized customize-face-other-window
4198 ;;;;;; customize-face customize-option-other-window customize-changed-options 4198 ;;;;;; customize-face customize-option-other-window customize-changed-options
4199 ;;;;;; customize-option customize-group-other-window customize-group 4199 ;;;;;; customize-option customize-group-other-window customize-group
4200 ;;;;;; customize customize-save-variable customize-set-variable 4200 ;;;;;; customize customize-save-variable customize-set-variable
4201 ;;;;;; customize-set-value) "cus-edit" "cus-edit.el" (15552 23095)) 4201 ;;;;;; customize-set-value) "cus-edit" "cus-edit.el" (15561 31158))
4202 ;;; Generated autoloads from cus-edit.el 4202 ;;; Generated autoloads from cus-edit.el
4203 (add-hook 'same-window-regexps "\\`\\*Customiz.*\\*\\'") 4203 (add-hook 'same-window-regexps "\\`\\*Customiz.*\\*\\'")
4204 4204
4205 (autoload (quote customize-set-value) "cus-edit" "\ 4205 (autoload (quote customize-set-value) "cus-edit" "\
4206 Set VARIABLE to VALUE, and return VALUE. VALUE is a Lisp object. 4206 Set VARIABLE to VALUE, and return VALUE. VALUE is a Lisp object.
4282 Customize SYMBOL, which must be a user option variable. 4282 Customize SYMBOL, which must be a user option variable.
4283 Show the buffer in another window, but don't select it." t nil) 4283 Show the buffer in another window, but don't select it." t nil)
4284 4284
4285 (autoload (quote customize-face) "cus-edit" "\ 4285 (autoload (quote customize-face) "cus-edit" "\
4286 Customize SYMBOL, which should be a face name or nil. 4286 Customize SYMBOL, which should be a face name or nil.
4287 If SYMBOL is nil, customize all faces." t nil) 4287 If SYMBOL is nil, customize all faces.
4288
4289 Interactively, when point is on text which has a face specified,
4290 suggest to customized that face, if it's customizable." t nil)
4288 4291
4289 (autoload (quote customize-face-other-window) "cus-edit" "\ 4292 (autoload (quote customize-face-other-window) "cus-edit" "\
4290 Show customization buffer for face SYMBOL in other window." t nil) 4293 Show customization buffer for face SYMBOL in other window.
4294
4295 Interactively, when point is on text which has a face specified,
4296 suggest to customized that face, if it's customizable." t nil)
4291 4297
4292 (autoload (quote customize-customized) "cus-edit" "\ 4298 (autoload (quote customize-customized) "cus-edit" "\
4293 Customize all user options set since the last save in this session." t nil) 4299 Customize all user options set since the last save in this session." t nil)
4294 4300
4295 (autoload (quote customize-saved) "cus-edit" "\ 4301 (autoload (quote customize-saved) "cus-edit" "\
4838 (defconst devanagari-consonant "[\x51ad5-\x51af9\x51b38-\x51b3f]") 4844 (defconst devanagari-consonant "[\x51ad5-\x51af9\x51b38-\x51b3f]")
4839 4845
4840 ;;;*** 4846 ;;;***
4841 4847
4842 ;;;### (autoloads (diary-mail-entries diary) "diary-lib" "calendar/diary-lib.el" 4848 ;;;### (autoloads (diary-mail-entries diary) "diary-lib" "calendar/diary-lib.el"
4843 ;;;;;; (15556 56042)) 4849 ;;;;;; (15557 64393))
4844 ;;; Generated autoloads from calendar/diary-lib.el 4850 ;;; Generated autoloads from calendar/diary-lib.el
4845 4851
4846 (autoload (quote diary) "diary-lib" "\ 4852 (autoload (quote diary) "diary-lib" "\
4847 Generate the diary window for ARG days starting with the current date. 4853 Generate the diary window for ARG days starting with the current date.
4848 If no argument is provided, the number of days of diary entries is governed 4854 If no argument is provided, the number of days of diary entries is governed
4916 4922
4917 ;;;### (autoloads (dired-noselect dired-other-frame dired-other-window 4923 ;;;### (autoloads (dired-noselect dired-other-frame dired-other-window
4918 ;;;;;; dired dired-copy-preserve-time dired-dwim-target dired-keep-marker-symlink 4924 ;;;;;; dired dired-copy-preserve-time dired-dwim-target dired-keep-marker-symlink
4919 ;;;;;; dired-keep-marker-hardlink dired-keep-marker-copy dired-keep-marker-rename 4925 ;;;;;; dired-keep-marker-hardlink dired-keep-marker-copy dired-keep-marker-rename
4920 ;;;;;; dired-trivial-filenames dired-ls-F-marks-symlinks dired-listing-switches) 4926 ;;;;;; dired-trivial-filenames dired-ls-F-marks-symlinks dired-listing-switches)
4921 ;;;;;; "dired" "dired.el" (15556 56031)) 4927 ;;;;;; "dired" "dired.el" (15557 64385))
4922 ;;; Generated autoloads from dired.el 4928 ;;; Generated autoloads from dired.el
4923 4929
4924 (defvar dired-listing-switches "-al" "\ 4930 (defvar dired-listing-switches "-al" "\
4925 *Switches passed to `ls' for dired. MUST contain the `l' option. 4931 *Switches passed to `ls' for dired. MUST contain the `l' option.
4926 May contain all other options that don't contradict `-l'; 4932 May contain all other options that don't contradict `-l';
5503 CSS contains a list of syntax specifications of the form (CHAR . SYNTAX)." nil (quote macro)) 5509 CSS contains a list of syntax specifications of the form (CHAR . SYNTAX)." nil (quote macro))
5504 5510
5505 ;;;*** 5511 ;;;***
5506 5512
5507 ;;;### (autoloads (easy-menu-change easy-menu-create-menu easy-menu-do-define 5513 ;;;### (autoloads (easy-menu-change easy-menu-create-menu easy-menu-do-define
5508 ;;;;;; easy-menu-define) "easymenu" "emacs-lisp/easymenu.el" (15400 5514 ;;;;;; easy-menu-define) "easymenu" "emacs-lisp/easymenu.el" (15561
5509 ;;;;;; 1475)) 5515 ;;;;;; 31234))
5510 ;;; Generated autoloads from emacs-lisp/easymenu.el 5516 ;;; Generated autoloads from emacs-lisp/easymenu.el
5511 5517
5512 (put (quote easy-menu-define) (quote lisp-indent-function) (quote defun)) 5518 (put (quote easy-menu-define) (quote lisp-indent-function) (quote defun))
5513 5519
5514 (autoload (quote easy-menu-define) "easymenu" "\ 5520 (autoload (quote easy-menu-define) "easymenu" "\
6068 ;;;### (autoloads (ediff-customize) "ediff-help" "ediff-help.el" 6074 ;;;### (autoloads (ediff-customize) "ediff-help" "ediff-help.el"
6069 ;;;;;; (15425 28361)) 6075 ;;;;;; (15425 28361))
6070 ;;; Generated autoloads from ediff-help.el 6076 ;;; Generated autoloads from ediff-help.el
6071 6077
6072 (autoload (quote ediff-customize) "ediff-help" nil t nil) 6078 (autoload (quote ediff-customize) "ediff-help" nil t nil)
6079
6080 ;;;***
6081
6082 ;;;### (autoloads (ediff-cond-compile-for-xemacs-or-emacs) "ediff-hook"
6083 ;;;;;; "ediff-hook.el" (15561 31164))
6084 ;;; Generated autoloads from ediff-hook.el
6085
6086 (defvar ediff-window-setup-function)
6087
6088 (autoload (quote ediff-cond-compile-for-xemacs-or-emacs) "ediff-hook" nil nil (quote macro))
6089
6090 (ediff-cond-compile-for-xemacs-or-emacs (defun ediff-xemacs-init-menus nil (if (featurep (quote menubar)) (progn (add-submenu (quote ("Tools")) ediff-menu "OO-Browser...") (add-submenu (quote ("Tools")) ediff-merge-menu "OO-Browser...") (add-submenu (quote ("Tools")) epatch-menu "OO-Browser...") (add-submenu (quote ("Tools")) ediff-misc-menu "OO-Browser...") (add-menu-button (quote ("Tools")) "-------" "OO-Browser...")))) nil)
6091
6092 (ediff-cond-compile-for-xemacs-or-emacs (progn (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))) (if (featurep (quote menu-bar)) (progn (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))))))
6073 6093
6074 ;;;*** 6094 ;;;***
6075 6095
6076 ;;;### (autoloads (ediff-show-registry) "ediff-mult" "ediff-mult.el" 6096 ;;;### (autoloads (ediff-show-registry) "ediff-mult" "ediff-mult.el"
6077 ;;;;;; (15517 64421)) 6097 ;;;;;; (15517 64421))
6986 (define-key ctl-x-map "ap" 'expand-jump-to-previous-slot) 7006 (define-key ctl-x-map "ap" 'expand-jump-to-previous-slot)
6987 (define-key ctl-x-map "an" 'expand-jump-to-next-slot) 7007 (define-key ctl-x-map "an" 'expand-jump-to-next-slot)
6988 7008
6989 ;;;*** 7009 ;;;***
6990 7010
6991 ;;;### (autoloads (f90-mode) "f90" "progmodes/f90.el" (15552 23097)) 7011 ;;;### (autoloads (f90-mode) "f90" "progmodes/f90.el" (15561 31347))
6992 ;;; Generated autoloads from progmodes/f90.el 7012 ;;; Generated autoloads from progmodes/f90.el
6993 7013
6994 (autoload (quote f90-mode) "f90" "\ 7014 (autoload (quote f90-mode) "f90" "\
6995 Major mode for editing Fortran 90 code in free format. 7015 Major mode for editing Fortran 90,95 code in free format.
6996 7016
6997 \\[f90-indent-new-line] corrects current indentation and creates new indented line. 7017 \\[f90-indent-new-line] corrects current indentation and creates new indented line.
6998 \\[f90-indent-line] indents the current line correctly. 7018 \\[f90-indent-line] indents the current line correctly.
6999 \\[f90-indent-subprogram] indents the current subprogram. 7019 \\[f90-indent-subprogram] indents the current subprogram.
7000 7020
7001 Type `? or `\\[help-command] to display a list of built-in abbrevs for F90 keywords. 7021 Type `? or `\\[help-command] to display a list of built-in abbrevs for F90 keywords.
7002 7022
7003 Key definitions: 7023 Key definitions:
7004 \\{f90-mode-map} 7024 \\{f90-mode-map}
7005 7025
7006 Variables controlling indentation style and extra features: 7026 Variables controlling indentation style and extra features:
7007 7027
7008 f90-do-indent 7028 `f90-do-indent'
7009 Extra indentation within do blocks. (default 3) 7029 Extra indentation within do blocks. (default 3)
7010 f90-if-indent 7030 `f90-if-indent'
7011 Extra indentation within if/select case/where/forall blocks. (default 3) 7031 Extra indentation within if/select case/where/forall blocks. (default 3)
7012 f90-type-indent 7032 `f90-type-indent'
7013 Extra indentation within type/interface/block-data blocks. (default 3) 7033 Extra indentation within type/interface/block-data blocks. (default 3)
7014 f90-program-indent 7034 `f90-program-indent'
7015 Extra indentation within program/module/subroutine/function blocks. 7035 Extra indentation within program/module/subroutine/function blocks.
7016 (default 2) 7036 (default 2)
7017 f90-continuation-indent 7037 `f90-continuation-indent'
7018 Extra indentation applied to continuation lines. (default 5) 7038 Extra indentation applied to continuation lines. (default 5)
7019 f90-comment-region 7039 `f90-comment-region'
7020 String inserted by \\[f90-comment-region] at start of each line in 7040 String inserted by \\[f90-comment-region] at start of each line in
7021 region. (default \"!!!$\") 7041 region. (default \"!!!$\")
7022 f90-indented-comment-re 7042 `f90-indented-comment-re'
7023 Regexp determining the type of comment to be intended like code. 7043 Regexp determining the type of comment to be intended like code.
7024 (default \"!\") 7044 (default \"!\")
7025 f90-directive-comment-re 7045 `f90-directive-comment-re'
7026 Regexp of comment-like directive like \"!HPF\\\\$\", not to be indented. 7046 Regexp of comment-like directive like \"!HPF\\\\$\", not to be indented.
7027 (default \"!hpf\\\\$\") 7047 (default \"!hpf\\\\$\")
7028 f90-break-delimiters 7048 `f90-break-delimiters'
7029 Regexp holding list of delimiters at which lines may be broken. 7049 Regexp holding list of delimiters at which lines may be broken.
7030 (default \"[-+*/><=,% \\t]\") 7050 (default \"[-+*/><=,% \\t]\")
7031 f90-break-before-delimiters 7051 `f90-break-before-delimiters'
7032 Non-nil causes `f90-do-auto-fill' to break lines before delimiters. 7052 Non-nil causes `f90-do-auto-fill' to break lines before delimiters.
7033 (default t) 7053 (default t)
7034 f90-beginning-ampersand 7054 `f90-beginning-ampersand'
7035 Automatic insertion of & at beginning of continuation lines. (default t) 7055 Automatic insertion of & at beginning of continuation lines. (default t)
7036 f90-smart-end 7056 `f90-smart-end'
7037 From an END statement, check and fill the end using matching block start. 7057 From an END statement, check and fill the end using matching block start.
7038 Allowed values are 'blink, 'no-blink, and nil, which determine 7058 Allowed values are 'blink, 'no-blink, and nil, which determine
7039 whether to blink the matching beginning.) (default 'blink) 7059 whether to blink the matching beginning. (default 'blink)
7040 f90-auto-keyword-case 7060 `f90-auto-keyword-case'
7041 Automatic change of case of keywords. (default nil) 7061 Automatic change of case of keywords. (default nil)
7042 The possibilities are 'downcase-word, 'upcase-word, 'capitalize-word. 7062 The possibilities are 'downcase-word, 'upcase-word, 'capitalize-word.
7043 f90-leave-line-no 7063 `f90-leave-line-no'
7044 Do not left-justify line numbers. (default nil) 7064 Do not left-justify line numbers. (default nil)
7045 f90-startup-message 7065 `f90-keywords-re'
7046 Set to nil to inhibit message first time F90 mode is used. (default t)
7047 f90-keywords-re
7048 List of keywords used for highlighting/upcase-keywords etc. 7066 List of keywords used for highlighting/upcase-keywords etc.
7049 7067
7050 Turning on F90 mode calls the value of the variable `f90-mode-hook' 7068 Turning on F90 mode calls the value of the variable `f90-mode-hook'
7051 with no args, if that value is non-nil." t nil) 7069 with no args, if that value is non-nil." t nil)
7052 7070
7054 7072
7055 ;;;### (autoloads (list-colors-display facemenu-read-color describe-text-at 7073 ;;;### (autoloads (list-colors-display facemenu-read-color describe-text-at
7056 ;;;;;; facemenu-remove-special facemenu-remove-all facemenu-remove-face-props 7074 ;;;;;; facemenu-remove-special facemenu-remove-all facemenu-remove-face-props
7057 ;;;;;; facemenu-set-read-only facemenu-set-intangible facemenu-set-invisible 7075 ;;;;;; facemenu-set-read-only facemenu-set-intangible facemenu-set-invisible
7058 ;;;;;; facemenu-set-face-from-menu facemenu-set-background facemenu-set-foreground 7076 ;;;;;; facemenu-set-face-from-menu facemenu-set-background facemenu-set-foreground
7059 ;;;;;; facemenu-set-face) "facemenu" "facemenu.el" (15552 23095)) 7077 ;;;;;; facemenu-set-face) "facemenu" "facemenu.el" (15557 64385))
7060 ;;; Generated autoloads from facemenu.el 7078 ;;; Generated autoloads from facemenu.el
7061 (define-key global-map "\M-g" 'facemenu-keymap) 7079 (define-key global-map "\M-g" 'facemenu-keymap)
7062 (autoload 'facemenu-keymap "facemenu" "Keymap for face-changing commands." t 'keymap) 7080 (autoload 'facemenu-keymap "facemenu" "Keymap for face-changing commands." t 'keymap)
7063 7081
7064 (defvar facemenu-face-menu (let ((map (make-sparse-keymap "Face"))) (define-key map "o" (cons "Other..." (quote facemenu-set-face))) map) "\ 7082 (defvar facemenu-face-menu (let ((map (make-sparse-keymap "Face"))) (define-key map "o" (cons "Other..." (quote facemenu-set-face))) map) "\
7336 (define-key minibuffer-local-must-match-map [C-tab] 'file-cache-minibuffer-complete) 7354 (define-key minibuffer-local-must-match-map [C-tab] 'file-cache-minibuffer-complete)
7337 7355
7338 ;;;*** 7356 ;;;***
7339 7357
7340 ;;;### (autoloads (find-grep-dired find-name-dired find-dired find-grep-options 7358 ;;;### (autoloads (find-grep-dired find-name-dired find-dired find-grep-options
7341 ;;;;;; find-ls-option) "find-dired" "find-dired.el" (15505 59086)) 7359 ;;;;;; find-ls-option) "find-dired" "find-dired.el" (15561 31174))
7342 ;;; Generated autoloads from find-dired.el 7360 ;;; Generated autoloads from find-dired.el
7343 7361
7344 (defvar find-ls-option (if (eq system-type (quote berkeley-unix)) (quote ("-ls" . "-gilsb")) (quote ("-exec ls -ld {} \\;" . "-ld"))) "\ 7362 (defvar find-ls-option (if (eq system-type (quote berkeley-unix)) (quote ("-ls" . "-gilsb")) (quote ("-exec ls -ld {} \\;" . "-ld"))) "\
7345 *Description of the option to `find' to produce an `ls -l'-type listing. 7363 *Description of the option to `find' to produce an `ls -l'-type listing.
7346 This is a cons of two strings (FIND-OPTION . LS-SWITCHES). FIND-OPTION 7364 This is a cons of two strings (FIND-OPTION . LS-SWITCHES). FIND-OPTION
7379 7397
7380 ;;;*** 7398 ;;;***
7381 7399
7382 ;;;### (autoloads (ff-mouse-find-other-file-other-window ff-mouse-find-other-file 7400 ;;;### (autoloads (ff-mouse-find-other-file-other-window ff-mouse-find-other-file
7383 ;;;;;; ff-find-other-file ff-get-other-file) "find-file" "find-file.el" 7401 ;;;;;; ff-find-other-file ff-get-other-file) "find-file" "find-file.el"
7384 ;;;;;; (15400 1472)) 7402 ;;;;;; (15561 31174))
7385 ;;; Generated autoloads from find-file.el 7403 ;;; Generated autoloads from find-file.el
7386 7404
7387 (autoload (quote ff-get-other-file) "find-file" "\ 7405 (autoload (quote ff-get-other-file) "find-file" "\
7388 Find the header or source file corresponding to this file. 7406 Find the header or source file corresponding to this file.
7389 See also the documentation for `ff-find-other-file'. 7407 See also the documentation for `ff-find-other-file'.
7911 Visit a file in Forms mode in other window." t nil) 7929 Visit a file in Forms mode in other window." t nil)
7912 7930
7913 ;;;*** 7931 ;;;***
7914 7932
7915 ;;;### (autoloads (fortran-mode fortran-tab-mode-default) "fortran" 7933 ;;;### (autoloads (fortran-mode fortran-tab-mode-default) "fortran"
7916 ;;;;;; "progmodes/fortran.el" (15555 1627)) 7934 ;;;;;; "progmodes/fortran.el" (15557 64405))
7917 ;;; Generated autoloads from progmodes/fortran.el 7935 ;;; Generated autoloads from progmodes/fortran.el
7918 7936
7919 (defvar fortran-tab-mode-default nil "\ 7937 (defvar fortran-tab-mode-default nil "\
7920 *Default tabbing/carriage control style for empty files in Fortran mode. 7938 *Default tabbing/carriage control style for empty files in Fortran mode.
7921 A value of t specifies tab-digit style of continuation control. 7939 A value of t specifies tab-digit style of continuation control.
8997 ;;;*** 9015 ;;;***
8998 9016
8999 ;;;### (autoloads (global-highlight-changes highlight-compare-with-file 9017 ;;;### (autoloads (global-highlight-changes highlight-compare-with-file
9000 ;;;;;; highlight-changes-rotate-faces highlight-changes-previous-change 9018 ;;;;;; highlight-changes-rotate-faces highlight-changes-previous-change
9001 ;;;;;; highlight-changes-next-change highlight-changes-mode highlight-changes-remove-highlight) 9019 ;;;;;; highlight-changes-next-change highlight-changes-mode highlight-changes-remove-highlight)
9002 ;;;;;; "hilit-chg" "hilit-chg.el" (15556 56033)) 9020 ;;;;;; "hilit-chg" "hilit-chg.el" (15557 64386))
9003 ;;; Generated autoloads from hilit-chg.el 9021 ;;; Generated autoloads from hilit-chg.el
9004 9022
9005 (defvar highlight-changes-mode nil) 9023 (defvar highlight-changes-mode nil)
9006 9024
9007 (autoload (quote highlight-changes-remove-highlight) "hilit-chg" "\ 9025 (autoload (quote highlight-changes-remove-highlight) "hilit-chg" "\
9234 ;;;;;; ibuffer-add-to-tmp-show ibuffer-add-to-tmp-hide ibuffer-bs-show 9252 ;;;;;; ibuffer-add-to-tmp-show ibuffer-add-to-tmp-hide ibuffer-bs-show
9235 ;;;;;; ibuffer-invert-sorting ibuffer-toggle-sorting-mode ibuffer-switch-to-saved-filters 9253 ;;;;;; ibuffer-invert-sorting ibuffer-toggle-sorting-mode ibuffer-switch-to-saved-filters
9236 ;;;;;; ibuffer-add-saved-filters ibuffer-delete-saved-filters ibuffer-save-filters 9254 ;;;;;; ibuffer-add-saved-filters ibuffer-delete-saved-filters ibuffer-save-filters
9237 ;;;;;; ibuffer-or-filter ibuffer-negate-filter ibuffer-exchange-filters 9255 ;;;;;; ibuffer-or-filter ibuffer-negate-filter ibuffer-exchange-filters
9238 ;;;;;; ibuffer-decompose-filter ibuffer-pop-filter ibuffer-filter-disable 9256 ;;;;;; ibuffer-decompose-filter ibuffer-pop-filter ibuffer-filter-disable
9239 ;;;;;; ibuffer-jump-to-filter-group ibuffer-pop-filter-group ibuffer-filters-to-filter-group 9257 ;;;;;; ibuffer-switch-to-saved-filter-groups ibuffer-delete-saved-filter-groups
9240 ;;;;;; ibuffer-included-in-filters-p ibuffer-backward-filter-group 9258 ;;;;;; ibuffer-save-filter-groups ibuffer-yank ibuffer-kill-line
9241 ;;;;;; ibuffer-forward-filter-group ibuffer-toggle-filter-group 9259 ;;;;;; ibuffer-kill-filter-group ibuffer-jump-to-filter-group ibuffer-clear-filter-groups
9242 ;;;;;; ibuffer-mouse-toggle-filter-group ibuffer-interactive-filter-by-mode 9260 ;;;;;; ibuffer-pop-filter-group ibuffer-set-filter-groups-by-mode
9243 ;;;;;; ibuffer-mouse-filter-by-mode ibuffer-auto-mode) "ibuf-ext" 9261 ;;;;;; ibuffer-filters-to-filter-group ibuffer-included-in-filters-p
9244 ;;;;;; "ibuf-ext.el" (15559 5574)) 9262 ;;;;;; ibuffer-backward-filter-group ibuffer-forward-filter-group
9263 ;;;;;; ibuffer-toggle-filter-group ibuffer-mouse-toggle-filter-group
9264 ;;;;;; ibuffer-interactive-filter-by-mode ibuffer-mouse-filter-by-mode
9265 ;;;;;; ibuffer-auto-mode) "ibuf-ext" "ibuf-ext.el" (15561 31179))
9245 ;;; Generated autoloads from ibuf-ext.el 9266 ;;; Generated autoloads from ibuf-ext.el
9246 9267
9247 (autoload (quote ibuffer-auto-mode) "ibuf-ext" "\ 9268 (autoload (quote ibuffer-auto-mode) "ibuf-ext" "\
9248 Toggle use of Ibuffer's auto-update facility. 9269 Toggle use of Ibuffer's auto-update facility.
9249 With numeric ARG, enable auto-update if and only if ARG is positive." t nil) 9270 With numeric ARG, enable auto-update if and only if ARG is positive." t nil)
9280 (autoload (quote ibuffer-included-in-filters-p) "ibuf-ext" nil nil nil) 9301 (autoload (quote ibuffer-included-in-filters-p) "ibuf-ext" nil nil nil)
9281 9302
9282 (autoload (quote ibuffer-filters-to-filter-group) "ibuf-ext" "\ 9303 (autoload (quote ibuffer-filters-to-filter-group) "ibuf-ext" "\
9283 Make the current filters into a filtering group." t nil) 9304 Make the current filters into a filtering group." t nil)
9284 9305
9306 (autoload (quote ibuffer-set-filter-groups-by-mode) "ibuf-ext" "\
9307 Set the current filter groups to filter by mode." t nil)
9308
9285 (autoload (quote ibuffer-pop-filter-group) "ibuf-ext" "\ 9309 (autoload (quote ibuffer-pop-filter-group) "ibuf-ext" "\
9286 Remove the first filtering group." t nil) 9310 Remove the first filtering group." t nil)
9287 9311
9312 (autoload (quote ibuffer-clear-filter-groups) "ibuf-ext" "\
9313 Remove all filtering groups." t nil)
9314
9288 (autoload (quote ibuffer-jump-to-filter-group) "ibuf-ext" "\ 9315 (autoload (quote ibuffer-jump-to-filter-group) "ibuf-ext" "\
9289 Move point to the filter group whose name is NAME." t nil) 9316 Move point to the filter group whose name is NAME." t nil)
9317
9318 (autoload (quote ibuffer-kill-filter-group) "ibuf-ext" "\
9319 Delete the filtering group named NAME." t nil)
9320
9321 (autoload (quote ibuffer-kill-line) "ibuf-ext" nil t nil)
9322
9323 (autoload (quote ibuffer-yank) "ibuf-ext" nil t nil)
9324
9325 (autoload (quote ibuffer-save-filter-groups) "ibuf-ext" "\
9326 Save all active filter groups GROUPS as NAME.
9327 They are added to `ibuffer-saved-filter-groups'. Interactively,
9328 prompt for NAME, and use the current filters." t nil)
9329
9330 (autoload (quote ibuffer-delete-saved-filter-groups) "ibuf-ext" "\
9331 Delete saved filter groups with NAME.
9332 They are removed from `ibuffer-saved-filter-groups'." t nil)
9333
9334 (autoload (quote ibuffer-switch-to-saved-filter-groups) "ibuf-ext" "\
9335 Set this buffer's filter groups to saved version with NAME.
9336 The value from `ibuffer-saved-filters' is used.
9337 If prefix argument ADD is non-nil, then add the saved filters instead
9338 of replacing the current filters." t nil)
9290 9339
9291 (autoload (quote ibuffer-filter-disable) "ibuf-ext" "\ 9340 (autoload (quote ibuffer-filter-disable) "ibuf-ext" "\
9292 Disable all filters currently in effect in this buffer." t nil) 9341 Disable all filters currently in effect in this buffer." t nil)
9293 9342
9294 (autoload (quote ibuffer-pop-filter) "ibuf-ext" "\ 9343 (autoload (quote ibuffer-pop-filter) "ibuf-ext" "\
9440 defaults to one." t nil) 9489 defaults to one." t nil)
9441 9490
9442 ;;;*** 9491 ;;;***
9443 9492
9444 ;;;### (autoloads (define-ibuffer-filter define-ibuffer-op define-ibuffer-sorter 9493 ;;;### (autoloads (define-ibuffer-filter define-ibuffer-op define-ibuffer-sorter
9445 ;;;;;; define-ibuffer-column) "ibuf-macs" "ibuf-macs.el" (15559 9494 ;;;;;; define-ibuffer-column) "ibuf-macs" "ibuf-macs.el" (15561
9446 ;;;;;; 4758)) 9495 ;;;;;; 31179))
9447 ;;; Generated autoloads from ibuf-macs.el 9496 ;;; Generated autoloads from ibuf-macs.el
9448 9497
9449 (autoload (quote define-ibuffer-column) "ibuf-macs" "\ 9498 (autoload (quote define-ibuffer-column) "ibuf-macs" "\
9450 Define a column SYMBOL for use with `ibuffer-formats'. 9499 Define a column SYMBOL for use with `ibuffer-formats'.
9451 9500
9517 bound to the current value of the filter." nil (quote macro)) 9566 bound to the current value of the filter." nil (quote macro))
9518 9567
9519 ;;;*** 9568 ;;;***
9520 9569
9521 ;;;### (autoloads (ibuffer ibuffer-other-window ibuffer-list-buffers) 9570 ;;;### (autoloads (ibuffer ibuffer-other-window ibuffer-list-buffers)
9522 ;;;;;; "ibuffer" "ibuffer.el" (15559 12617)) 9571 ;;;;;; "ibuffer" "ibuffer.el" (15561 31180))
9523 ;;; Generated autoloads from ibuffer.el 9572 ;;; Generated autoloads from ibuffer.el
9524 9573
9525 (autoload (quote ibuffer-list-buffers) "ibuffer" "\ 9574 (autoload (quote ibuffer-list-buffers) "ibuffer" "\
9526 Display a list of buffers, in another window. 9575 Display a list of buffers, in another window.
9527 If optional argument FILES-ONLY is non-nil, then add a filter for 9576 If optional argument FILES-ONLY is non-nil, then add a filter for
9543 to use; see `ibuffer-filtering-qualifiers'. 9592 to use; see `ibuffer-filtering-qualifiers'.
9544 Optional argument NOSELECT means don't select the Ibuffer buffer. 9593 Optional argument NOSELECT means don't select the Ibuffer buffer.
9545 Optional argument SHRINK means shrink the buffer to minimal size. The 9594 Optional argument SHRINK means shrink the buffer to minimal size. The
9546 special value `onewindow' means always use another window. 9595 special value `onewindow' means always use another window.
9547 Optional argument FILTER-GROUPS is an initial set of filtering 9596 Optional argument FILTER-GROUPS is an initial set of filtering
9548 groups to use; see `ibuffer-filtering-groups'." t nil) 9597 groups to use; see `ibuffer-filter-groups'." t nil)
9549 9598
9550 ;;;*** 9599 ;;;***
9551 9600
9552 ;;;### (autoloads (icomplete-minibuffer-setup icomplete-mode) "icomplete" 9601 ;;;### (autoloads (icomplete-minibuffer-setup icomplete-mode) "icomplete"
9553 ;;;;;; "icomplete.el" (15484 11830)) 9602 ;;;;;; "icomplete.el" (15484 11830))
11369 If 4th arg LIST is non-nil, return a list of all such fields." nil nil) 11418 If 4th arg LIST is non-nil, return a list of all such fields." nil nil)
11370 11419
11371 ;;;*** 11420 ;;;***
11372 11421
11373 ;;;### (autoloads (define-mail-abbrev build-mail-abbrevs mail-abbrevs-setup) 11422 ;;;### (autoloads (define-mail-abbrev build-mail-abbrevs mail-abbrevs-setup)
11374 ;;;;;; "mailabbrev" "mail/mailabbrev.el" (15552 23097)) 11423 ;;;;;; "mailabbrev" "mail/mailabbrev.el" (15557 64401))
11375 ;;; Generated autoloads from mail/mailabbrev.el 11424 ;;; Generated autoloads from mail/mailabbrev.el
11376 11425
11377 (autoload (quote mail-abbrevs-setup) "mailabbrev" "\ 11426 (autoload (quote mail-abbrevs-setup) "mailabbrev" "\
11378 Initialize use of the `mailabbrev' package." nil nil) 11427 Initialize use of the `mailabbrev' package." nil nil)
11379 11428
12075 ;;;### (autoloads (mule-diag list-input-methods list-fontsets describe-fontset 12124 ;;;### (autoloads (mule-diag list-input-methods list-fontsets describe-fontset
12076 ;;;;;; describe-font list-coding-categories list-coding-systems 12125 ;;;;;; describe-font list-coding-categories list-coding-systems
12077 ;;;;;; describe-current-coding-system describe-current-coding-system-briefly 12126 ;;;;;; describe-current-coding-system describe-current-coding-system-briefly
12078 ;;;;;; describe-coding-system describe-char-after describe-character-set 12127 ;;;;;; describe-coding-system describe-char-after describe-character-set
12079 ;;;;;; list-charset-chars read-charset list-character-sets) "mule-diag" 12128 ;;;;;; list-charset-chars read-charset list-character-sets) "mule-diag"
12080 ;;;;;; "international/mule-diag.el" (15556 56053)) 12129 ;;;;;; "international/mule-diag.el" (15557 64400))
12081 ;;; Generated autoloads from international/mule-diag.el 12130 ;;; Generated autoloads from international/mule-diag.el
12082 12131
12083 (autoload (quote list-character-sets) "mule-diag" "\ 12132 (autoload (quote list-character-sets) "mule-diag" "\
12084 Display a list of all character sets. 12133 Display a list of all character sets.
12085 12134
13948 ;;;*** 13997 ;;;***
13949 13998
13950 ;;;### (autoloads (clear-rectangle string-insert-rectangle string-rectangle 13999 ;;;### (autoloads (clear-rectangle string-insert-rectangle string-rectangle
13951 ;;;;;; delete-whitespace-rectangle open-rectangle insert-rectangle 14000 ;;;;;; delete-whitespace-rectangle open-rectangle insert-rectangle
13952 ;;;;;; yank-rectangle kill-rectangle extract-rectangle delete-extract-rectangle 14001 ;;;;;; yank-rectangle kill-rectangle extract-rectangle delete-extract-rectangle
13953 ;;;;;; delete-rectangle move-to-column-force) "rect" "rect.el" (15552 14002 ;;;;;; delete-rectangle move-to-column-force) "rect" "rect.el" (15557
13954 ;;;;;; 23097)) 14003 ;;;;;; 64391))
13955 ;;; Generated autoloads from rect.el 14004 ;;; Generated autoloads from rect.el
13956 14005
13957 (autoload (quote move-to-column-force) "rect" "\ 14006 (autoload (quote move-to-column-force) "rect" "\
13958 Obsolete. Use `move-to-column'. 14007 Obsolete. Use `move-to-column'.
13959 If COLUMN is within a multi-column character, replace it by spaces and tab. 14008 If COLUMN is within a multi-column character, replace it by spaces and tab.
15231 automatically insert its close if typed after an @Command form." t nil) 15280 automatically insert its close if typed after an @Command form." t nil)
15232 15281
15233 ;;;*** 15282 ;;;***
15234 15283
15235 ;;;### (autoloads (scroll-all-mode scroll-all-mode) "scroll-all" 15284 ;;;### (autoloads (scroll-all-mode scroll-all-mode) "scroll-all"
15236 ;;;;;; "scroll-all.el" (15559 7260)) 15285 ;;;;;; "scroll-all.el" (15561 31204))
15237 ;;; Generated autoloads from scroll-all.el 15286 ;;; Generated autoloads from scroll-all.el
15238 15287
15239 (defvar scroll-all-mode nil "\ 15288 (defvar scroll-all-mode nil "\
15240 Control/track scroll locking. 15289 Control/track scroll locking.
15241 15290
15254 ;;;### (autoloads (mail-other-frame mail-other-window mail mail-mode 15303 ;;;### (autoloads (mail-other-frame mail-other-window mail mail-mode
15255 ;;;;;; mail-signature mail-personal-alias-file mail-alias-file mail-default-reply-to 15304 ;;;;;; mail-signature mail-personal-alias-file mail-alias-file mail-default-reply-to
15256 ;;;;;; mail-archive-file-name mail-header-separator send-mail-function 15305 ;;;;;; mail-archive-file-name mail-header-separator send-mail-function
15257 ;;;;;; mail-yank-ignored-headers mail-interactive mail-self-blind 15306 ;;;;;; mail-yank-ignored-headers mail-interactive mail-self-blind
15258 ;;;;;; mail-specify-envelope-from mail-from-style) "sendmail" "mail/sendmail.el" 15307 ;;;;;; mail-specify-envelope-from mail-from-style) "sendmail" "mail/sendmail.el"
15259 ;;;;;; (15505 59088)) 15308 ;;;;;; (15561 31320))
15260 ;;; Generated autoloads from mail/sendmail.el 15309 ;;; Generated autoloads from mail/sendmail.el
15261 15310
15262 (defvar mail-from-style (quote angles) "\ 15311 (defvar mail-from-style (quote angles) "\
15263 *Specifies how \"From:\" fields look. 15312 *Specifies how \"From:\" fields look.
15264 15313
15869 which smileys to operate on and which images to use for them." t nil) 15918 which smileys to operate on and which images to use for them." t nil)
15870 15919
15871 ;;;*** 15920 ;;;***
15872 15921
15873 ;;;### (autoloads (smtpmail-send-it) "smtpmail" "mail/smtpmail.el" 15922 ;;;### (autoloads (smtpmail-send-it) "smtpmail" "mail/smtpmail.el"
15874 ;;;;;; (15417 7425)) 15923 ;;;;;; (15561 31320))
15875 ;;; Generated autoloads from mail/smtpmail.el 15924 ;;; Generated autoloads from mail/smtpmail.el
15876 15925
15877 (autoload (quote smtpmail-send-it) "smtpmail" nil nil nil) 15926 (autoload (quote smtpmail-send-it) "smtpmail" nil nil nil)
15878 15927
15879 ;;;*** 15928 ;;;***
17693 To get complete usage, invoke \"emacs -batch -f batch-titdic-convert -h\"." nil nil) 17742 To get complete usage, invoke \"emacs -batch -f batch-titdic-convert -h\"." nil nil)
17694 17743
17695 ;;;*** 17744 ;;;***
17696 17745
17697 ;;;### (autoloads (tmm-prompt tmm-menubar-mouse tmm-menubar) "tmm" 17746 ;;;### (autoloads (tmm-prompt tmm-menubar-mouse tmm-menubar) "tmm"
17698 ;;;;;; "tmm.el" (15556 56039)) 17747 ;;;;;; "tmm.el" (15557 64393))
17699 ;;; Generated autoloads from tmm.el 17748 ;;; Generated autoloads from tmm.el
17700 (define-key global-map "\M-`" 'tmm-menubar) 17749 (define-key global-map "\M-`" 'tmm-menubar)
17701 (define-key global-map [f10] 'tmm-menubar) 17750 (define-key global-map [f10] 'tmm-menubar)
17702 (define-key global-map [menu-bar mouse-1] 'tmm-menubar-mouse) 17751 (define-key global-map [menu-bar mouse-1] 'tmm-menubar-mouse)
17703 17752
17773 17822
17774 ;;;*** 17823 ;;;***
17775 17824
17776 ;;;### (autoloads (tool-bar-local-item-from-menu tool-bar-add-item-from-menu 17825 ;;;### (autoloads (tool-bar-local-item-from-menu tool-bar-add-item-from-menu
17777 ;;;;;; tool-bar-local-item tool-bar-add-item tool-bar-mode) "tool-bar" 17826 ;;;;;; tool-bar-local-item tool-bar-add-item tool-bar-mode) "tool-bar"
17778 ;;;;;; "toolbar/tool-bar.el" (15552 23097)) 17827 ;;;;;; "toolbar/tool-bar.el" (15557 64408))
17779 ;;; Generated autoloads from toolbar/tool-bar.el 17828 ;;; Generated autoloads from toolbar/tool-bar.el
17780 17829
17781 (defvar tool-bar-mode nil "\ 17830 (defvar tool-bar-mode nil "\
17782 Non-nil if Tool-Bar mode is enabled. 17831 Non-nil if Tool-Bar mode is enabled.
17783 See the command `tool-bar-mode' for a description of this minor-mode. 17832 See the command `tool-bar-mode' for a description of this minor-mode.
19531 19580
19532 - fontification" t nil) 19581 - fontification" t nil)
19533 19582
19534 ;;;*** 19583 ;;;***
19535 19584
19536 ;;;### (autoloads nil nil ("international/mule-cmds.el" "eshell/esh-ext.el" 19585 ;;;### (autoloads nil nil ("term/x-win.el" "progmodes/cc-cmds.el"
19586 ;;;;;; "replace.el" "menu-bar.el" "international/mule-cmds.el" "eshell/esh-ext.el"
19537 ;;;;;; "emulation/viper-ex.el" "calc/calc-bin.el" "loadup.el" "frame.el" 19587 ;;;;;; "emulation/viper-ex.el" "calc/calc-bin.el" "loadup.el" "frame.el"
19538 ;;;;;; "faces.el" "ediff-init.el" "bindings.el" "international/mule-conf.el" 19588 ;;;;;; "faces.el" "ediff-init.el" "bindings.el" "international/mule-conf.el"
19539 ;;;;;; "calendar/cal-french.el" "textmodes/texnfo-upd.el" "language/slovak.el" 19589 ;;;;;; "calendar/cal-french.el" "textmodes/texnfo-upd.el" "language/slovak.el"
19540 ;;;;;; "language/european.el" "language/czech.el" "gnus/qp.el" "xml.el" 19590 ;;;;;; "language/european.el" "language/czech.el" "gnus/qp.el" "xml.el"
19541 ;;;;;; "w32-fns.el" "dos-fns.el" "calc/calcalg3.el" "calc/calcalg2.el" 19591 ;;;;;; "w32-fns.el" "dos-fns.el" "calc/calcalg3.el" "calc/calcalg2.el"
19544 ;;;;;; "eshell/em-unix.el" "eshell/em-smart.el" "eshell/em-rebind.el" 19594 ;;;;;; "eshell/em-unix.el" "eshell/em-smart.el" "eshell/em-rebind.el"
19545 ;;;;;; "eshell/em-prompt.el" "eshell/em-pred.el" "eshell/em-hist.el" 19595 ;;;;;; "eshell/em-prompt.el" "eshell/em-pred.el" "eshell/em-hist.el"
19546 ;;;;;; "eshell/em-glob.el" "eshell/em-dirs.el" "eshell/em-cmpl.el" 19596 ;;;;;; "eshell/em-glob.el" "eshell/em-dirs.el" "eshell/em-cmpl.el"
19547 ;;;;;; "eshell/em-alias.el" "emacs-lisp/lisp.el" "mail/uce.el" "gnus/mm-encode.el" 19597 ;;;;;; "eshell/em-alias.el" "emacs-lisp/lisp.el" "mail/uce.el" "gnus/mm-encode.el"
19548 ;;;;;; "tempo.el" "emulation/viper-util.el" "gnus/mml.el" "gnus/mm-view.el" 19598 ;;;;;; "tempo.el" "emulation/viper-util.el" "gnus/mml.el" "gnus/mm-view.el"
19549 ;;;;;; "calendar/cal-menu.el" "indent.el" "ediff-wind.el" "ediff-hook.el" 19599 ;;;;;; "calendar/cal-menu.el" "indent.el" "ediff-wind.el" "term/sun-mouse.el"
19550 ;;;;;; "term/sun-mouse.el" "emacs-lisp/lisp-mode.el" "progmodes/mantemp.el" 19600 ;;;;;; "emacs-lisp/lisp-mode.el" "progmodes/mantemp.el" "progmodes/idlw-toolbar.el"
19551 ;;;;;; "progmodes/idlw-toolbar.el" "progmodes/ebnf-yac.el" "progmodes/ebnf-otz.el" 19601 ;;;;;; "progmodes/ebnf-yac.el" "progmodes/ebnf-otz.el" "progmodes/ebnf-iso.el"
19552 ;;;;;; "progmodes/ebnf-iso.el" "progmodes/ebnf-bnf.el" "play/meese.el" 19602 ;;;;;; "progmodes/ebnf-bnf.el" "play/meese.el" "play/gametree.el"
19553 ;;;;;; "play/gametree.el" "obsolete/x-menu.el" "obsolete/x-apollo.el" 19603 ;;;;;; "obsolete/x-menu.el" "obsolete/x-apollo.el" "obsolete/uncompress.el"
19554 ;;;;;; "obsolete/uncompress.el" "obsolete/sun-fns.el" "obsolete/sun-curs.el" 19604 ;;;;;; "obsolete/sun-fns.el" "obsolete/sun-curs.el" "obsolete/sc.el"
19555 ;;;;;; "obsolete/sc.el" "obsolete/rnews.el" "obsolete/profile.el" 19605 ;;;;;; "obsolete/rnews.el" "obsolete/profile.el" "obsolete/ooutline.el"
19556 ;;;;;; "obsolete/ooutline.el" "obsolete/c-mode.el" "mail/vms-pmail.el" 19606 ;;;;;; "obsolete/c-mode.el" "mail/vms-pmail.el" "mail/rfc822.el"
19557 ;;;;;; "mail/rfc822.el" "mail/rfc2368.el" "mail/mspools.el" "mail/mh-seq.el" 19607 ;;;;;; "mail/rfc2368.el" "mail/mspools.el" "mail/mh-seq.el" "mail/mh-funcs.el"
19558 ;;;;;; "mail/mh-funcs.el" "mail/mailpost.el" "mail/mailheader.el" 19608 ;;;;;; "mail/mailpost.el" "mail/mailheader.el" "mail/blessmail.el"
19559 ;;;;;; "mail/blessmail.el" "language/romanian.el" "language/misc-lang.el" 19609 ;;;;;; "language/romanian.el" "language/misc-lang.el" "language/ethiopic.el"
19560 ;;;;;; "language/ethiopic.el" "language/english.el" "language/devanagari.el" 19610 ;;;;;; "language/english.el" "language/devanagari.el" "international/swedish.el"
19561 ;;;;;; "international/swedish.el" "international/latin-9.el" "international/latin-8.el" 19611 ;;;;;; "international/latin-9.el" "international/latin-8.el" "international/latin-5.el"
19562 ;;;;;; "international/latin-5.el" "international/latin-4.el" "international/latin-3.el" 19612 ;;;;;; "international/latin-4.el" "international/latin-3.el" "international/latin-2.el"
19563 ;;;;;; "international/latin-2.el" "international/latin-1.el" "international/ja-dic-utl.el" 19613 ;;;;;; "international/latin-1.el" "international/ja-dic-utl.el"
19564 ;;;;;; "international/ja-dic-cnv.el" "international/iso-swed.el" 19614 ;;;;;; "international/ja-dic-cnv.el" "international/iso-swed.el"
19565 ;;;;;; "international/iso-ascii.el" "calc/calcsel2.el" "calc/calccomp.el" 19615 ;;;;;; "international/iso-ascii.el" "calc/calcsel2.el" "calc/calccomp.el"
19566 ;;;;;; "calc/calc-yank.el" "calc/calc-vec.el" "calc/calc-units.el" 19616 ;;;;;; "calc/calc-yank.el" "calc/calc-vec.el" "calc/calc-units.el"
19567 ;;;;;; "calc/calc-undo.el" "calc/calc-trail.el" "calc/calc-stuff.el" 19617 ;;;;;; "calc/calc-undo.el" "calc/calc-trail.el" "calc/calc-stuff.el"
19568 ;;;;;; "calc/calc-store.el" "calc/calc-stat.el" "calc/calc-sel.el" 19618 ;;;;;; "calc/calc-store.el" "calc/calc-stat.el" "calc/calc-sel.el"
19638 ;;;;;; "paths.el" "vc-hooks.el" "w32-vars.el" "eshell/esh-var.el" 19688 ;;;;;; "paths.el" "vc-hooks.el" "w32-vars.el" "eshell/esh-var.el"
19639 ;;;;;; "international/mule.el" "language/japanese.el" "term/w32-win.el" 19689 ;;;;;; "international/mule.el" "language/japanese.el" "term/w32-win.el"
19640 ;;;;;; "calc/calc-graph.el" "ediff-diff.el" "ediff-ptch.el" "pcvs-parse.el" 19690 ;;;;;; "calc/calc-graph.el" "ediff-diff.el" "ediff-ptch.el" "pcvs-parse.el"
19641 ;;;;;; "gnus/mail-source.el" "gnus/mm-decode.el" "gnus/mm-util.el" 19691 ;;;;;; "gnus/mail-source.el" "gnus/mm-decode.el" "gnus/mm-util.el"
19642 ;;;;;; "gnus/nneething.el" "international/ucs-tables.el" "allout.el" 19692 ;;;;;; "gnus/nneething.el" "international/ucs-tables.el" "allout.el"
19643 ;;;;;; "cus-load.el" "cus-start.el" "finder-inf.el" "format.el" 19693 ;;;;;; "cus-start.el" "format.el" "help.el" "isearch.el" "mouse.el"
19644 ;;;;;; "help.el" "isearch.el" "mouse.el" "pcvs-info.el" "window.el" 19694 ;;;;;; "pcvs-info.el" "window.el" "calc/calc-misc.el" "gnus/gnus-ems.el"
19645 ;;;;;; "calc/calc-misc.el" "gnus/gnus-ems.el" "gnus/gnus-sum.el" 19695 ;;;;;; "gnus/gnus-sum.el" "gnus/gnus-uu.el" "gnus/nnimap.el" "gnus/nnmbox.el"
19646 ;;;;;; "gnus/gnus-uu.el" "gnus/nnimap.el" "gnus/nnmbox.el" "gnus/nnwarchive.el" 19696 ;;;;;; "gnus/nnwarchive.el" "gnus/pop3.el" "calendar/cal-tex.el"
19647 ;;;;;; "gnus/pop3.el" "calendar/cal-tex.el" "emacs-lisp/byte-opt.el" 19697 ;;;;;; "emacs-lisp/byte-opt.el" "emacs-lisp/lucid.el" "international/utf-8.el"
19648 ;;;;;; "emacs-lisp/lucid.el" "international/utf-8.el" "progmodes/ada-prj.el" 19698 ;;;;;; "progmodes/ada-prj.el" "progmodes/idlw-rinfo.el" "textmodes/fill.el"
19649 ;;;;;; "progmodes/idlw-rinfo.el" "textmodes/fill.el" "custom.el" 19699 ;;;;;; "custom.el" "files.el" "register.el" "simple.el" "startup.el"
19650 ;;;;;; "files.el" "menu-bar.el" "register.el" "replace.el" "simple.el" 19700 ;;;;;; "subr.el" "net/netrc.el" "play/gamegrid.el" "progmodes/cc-align.el"
19651 ;;;;;; "startup.el" "subr.el" "net/netrc.el" "play/gamegrid.el" 19701 ;;;;;; "progmodes/cc-bytecomp.el" "progmodes/cc-compat.el" "progmodes/cc-defs.el"
19652 ;;;;;; "progmodes/cc-align.el" "progmodes/cc-bytecomp.el" "progmodes/cc-cmds.el" 19702 ;;;;;; "progmodes/cc-engine.el" "progmodes/cc-menus.el" "cus-load.el"
19653 ;;;;;; "progmodes/cc-compat.el" "progmodes/cc-defs.el" "progmodes/cc-engine.el" 19703 ;;;;;; "finder-inf.el" "subdirs.el" "eshell/esh-groups.el") (15561
19654 ;;;;;; "progmodes/cc-menus.el" "term/x-win.el" "subdirs.el" "eshell/esh-groups.el") 19704 ;;;;;; 41889 615042))
19655 ;;;;;; (15559 13260 596690))
19656 19705
19657 ;;;*** 19706 ;;;***
19658 19707
19659 ;; Local Variables: 19708 ;; Local Variables:
19660 ;; version-control: never 19709 ;; version-control: never