comparison lisp/ldefs-boot.el @ 83537:c19f348befac

Fix F10 behaviour. (Reported by Bernard Adrian.) * src/xmenu.c (Fx_menu_bar_open) [USE_X_TOOLKIT, USE_GTK]: Rename from Fmenu_bar_open. (syms_of_xmenu): Update defsubr. * lisp/menu-bar.el (menu-bar-open): New function. Bind it to f10. * lisp/term/x-win.el: Don't bind f10. * lisp/tmm.el: Remove autoload binding for f10. * lisp/ldefs-boot.el: Regenerate. git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-577
author Karoly Lorentey <lorentey@elte.hu>
date Sat, 29 Jul 2006 20:57:26 +0000
parents b19aaf4ab0ee
children 034f67f59091
comparison
equal deleted inserted replaced
83536:0014f454c421 83537:c19f348befac
79 \(fn ABBREV-TABLE OUTPUT-BUFFER)" nil nil) 79 \(fn ABBREV-TABLE OUTPUT-BUFFER)" nil nil)
80 80
81 ;;;*** 81 ;;;***
82 82
83 ;;;### (autoloads (ada-mode ada-add-extensions) "ada-mode" "progmodes/ada-mode.el" 83 ;;;### (autoloads (ada-mode ada-add-extensions) "ada-mode" "progmodes/ada-mode.el"
84 ;;;;;; (17591 9287)) 84 ;;;;;; (17611 8432))
85 ;;; Generated autoloads from progmodes/ada-mode.el 85 ;;; Generated autoloads from progmodes/ada-mode.el
86 86
87 (autoload (quote ada-add-extensions) "ada-mode" "\ 87 (autoload (quote ada-add-extensions) "ada-mode" "\
88 Define SPEC and BODY as being valid extensions for Ada files. 88 Define SPEC and BODY as being valid extensions for Ada files.
89 Going from body to spec with `ff-find-other-file' used these 89 Going from body to spec with `ff-find-other-file' used these
522 \(fn)" t nil) 522 \(fn)" t nil)
523 523
524 ;;;*** 524 ;;;***
525 525
526 ;;;### (autoloads (outlineify-sticky allout-mode) "allout" "allout.el" 526 ;;;### (autoloads (outlineify-sticky allout-mode) "allout" "allout.el"
527 ;;;;;; (17591 9444)) 527 ;;;;;; (17611 9182))
528 ;;; Generated autoloads from allout.el 528 ;;; Generated autoloads from allout.el
529 529
530 (put (quote allout-show-bodies) (quote safe-local-variable) (if (fboundp (quote booleanp)) (quote booleanp) (quote (lambda (x) (member x (quote (t nil))))))) 530 (put (quote allout-show-bodies) (quote safe-local-variable) (if (fboundp (quote booleanp)) (quote booleanp) (quote (lambda (x) (member x (quote (t nil)))))))
531 531
532 (put (quote allout-header-prefix) (quote safe-local-variable) (quote stringp)) 532 (put (quote allout-header-prefix) (quote safe-local-variable) (quote stringp))
1075 1075
1076 \(fn PATTERN &optional DO-ALL)" t nil) 1076 \(fn PATTERN &optional DO-ALL)" t nil)
1077 1077
1078 ;;;*** 1078 ;;;***
1079 1079
1080 ;;;### (autoloads (archive-mode) "arc-mode" "arc-mode.el" (17549 1080 ;;;### (autoloads (archive-mode) "arc-mode" "arc-mode.el" (17611
1081 ;;;;;; 4606)) 1081 ;;;;;; 9183))
1082 ;;; Generated autoloads from arc-mode.el 1082 ;;; Generated autoloads from arc-mode.el
1083 1083
1084 (autoload (quote archive-mode) "arc-mode" "\ 1084 (autoload (quote archive-mode) "arc-mode" "\
1085 Major mode for viewing an archive file in a dired-like way. 1085 Major mode for viewing an archive file in a dired-like way.
1086 You can move around using the usual cursor motion commands. 1086 You can move around using the usual cursor motion commands.
1526 1526
1527 ;;;*** 1527 ;;;***
1528 1528
1529 ;;;### (autoloads (batch-update-autoloads update-directory-autoloads 1529 ;;;### (autoloads (batch-update-autoloads update-directory-autoloads
1530 ;;;;;; update-file-autoloads) "autoload" "emacs-lisp/autoload.el" 1530 ;;;;;; update-file-autoloads) "autoload" "emacs-lisp/autoload.el"
1531 ;;;;;; (17591 9874)) 1531 ;;;;;; (17611 8435))
1532 ;;; Generated autoloads from emacs-lisp/autoload.el 1532 ;;; Generated autoloads from emacs-lisp/autoload.el
1533 1533
1534 (autoload (quote update-file-autoloads) "autoload" "\ 1534 (autoload (quote update-file-autoloads) "autoload" "\
1535 Update the autoloads for FILE in `generated-autoload-file' 1535 Update the autoloads for FILE in `generated-autoload-file'
1536 \(which FILE might bind in its local variables). 1536 \(which FILE might bind in its local variables).
2765 ;;;*** 2765 ;;;***
2766 2766
2767 ;;;### (autoloads (defmath calc-embedded-activate calc-embedded calc-grab-rectangle 2767 ;;;### (autoloads (defmath calc-embedded-activate calc-embedded calc-grab-rectangle
2768 ;;;;;; calc-grab-region full-calc-keypad calc-keypad calc-eval quick-calc 2768 ;;;;;; calc-grab-region full-calc-keypad calc-keypad calc-eval quick-calc
2769 ;;;;;; full-calc calc calc-dispatch calc-settings-file) "calc" "calc/calc.el" 2769 ;;;;;; full-calc calc calc-dispatch calc-settings-file) "calc" "calc/calc.el"
2770 ;;;;;; (17383 38804)) 2770 ;;;;;; (17611 9181))
2771 ;;; Generated autoloads from calc/calc.el 2771 ;;; Generated autoloads from calc/calc.el
2772 2772
2773 (defvar calc-settings-file (convert-standard-filename "~/.calc.el") "\ 2773 (defvar calc-settings-file (convert-standard-filename "~/.calc.el") "\
2774 *File in which to record permanent settings.") 2774 *File in which to record permanent settings.")
2775 2775
2776 (custom-autoload (quote calc-settings-file) "calc") 2776 (custom-autoload (quote calc-settings-file) "calc" t)
2777 (define-key ctl-x-map "*" 'calc-dispatch) 2777 (define-key ctl-x-map "*" 'calc-dispatch)
2778 2778
2779 (autoload (quote calc-dispatch) "calc" "\ 2779 (autoload (quote calc-dispatch) "calc" "\
2780 Invoke the GNU Emacs Calculator. See `calc-dispatch-help' for details. 2780 Invoke the GNU Emacs Calculator. See `calc-dispatch-help' for details.
2781 2781
3480 3480
3481 ;;;*** 3481 ;;;***
3482 3482
3483 ;;;### (autoloads (pike-mode idl-mode java-mode objc-mode c++-mode 3483 ;;;### (autoloads (pike-mode idl-mode java-mode objc-mode c++-mode
3484 ;;;;;; c-mode c-initialize-cc-mode) "cc-mode" "progmodes/cc-mode.el" 3484 ;;;;;; c-mode c-initialize-cc-mode) "cc-mode" "progmodes/cc-mode.el"
3485 ;;;;;; (17591 9622)) 3485 ;;;;;; (17611 8970))
3486 ;;; Generated autoloads from progmodes/cc-mode.el 3486 ;;; Generated autoloads from progmodes/cc-mode.el
3487 3487
3488 (autoload (quote c-initialize-cc-mode) "cc-mode" "\ 3488 (autoload (quote c-initialize-cc-mode) "cc-mode" "\
3489 Initialize CC Mode for use in the current buffer. 3489 Initialize CC Mode for use in the current buffer.
3490 If the optional NEW-STYLE-INIT is nil or left out then all necessary 3490 If the optional NEW-STYLE-INIT is nil or left out then all necessary
4554 4554
4555 ;;;### (autoloads (compilation-next-error-function compilation-minor-mode 4555 ;;;### (autoloads (compilation-next-error-function compilation-minor-mode
4556 ;;;;;; compilation-shell-minor-mode compilation-mode compilation-start 4556 ;;;;;; compilation-shell-minor-mode compilation-mode compilation-start
4557 ;;;;;; compile compilation-disable-input compile-command compilation-search-path 4557 ;;;;;; compile compilation-disable-input compile-command compilation-search-path
4558 ;;;;;; compilation-ask-about-save compilation-window-height compilation-mode-hook) 4558 ;;;;;; compilation-ask-about-save compilation-window-height compilation-mode-hook)
4559 ;;;;;; "compile" "progmodes/compile.el" (17591 9719)) 4559 ;;;;;; "compile" "progmodes/compile.el" (17611 8969))
4560 ;;; Generated autoloads from progmodes/compile.el 4560 ;;; Generated autoloads from progmodes/compile.el
4561 4561
4562 (defvar compilation-mode-hook nil "\ 4562 (defvar compilation-mode-hook nil "\
4563 *List of hook functions run by `compilation-mode' (see `run-mode-hooks').") 4563 *List of hook functions run by `compilation-mode' (see `run-mode-hooks').")
4564 4564
4565 (custom-autoload (quote compilation-mode-hook) "compile") 4565 (custom-autoload (quote compilation-mode-hook) "compile" t)
4566 4566
4567 (defvar compilation-window-height nil "\ 4567 (defvar compilation-window-height nil "\
4568 *Number of lines in a compilation window. If nil, use Emacs default.") 4568 *Number of lines in a compilation window. If nil, use Emacs default.")
4569 4569
4570 (custom-autoload (quote compilation-window-height) "compile") 4570 (custom-autoload (quote compilation-window-height) "compile" t)
4571 4571
4572 (defvar compilation-process-setup-function nil "\ 4572 (defvar compilation-process-setup-function nil "\
4573 *Function to call to customize the compilation process. 4573 *Function to call to customize the compilation process.
4574 This function is called immediately before the compilation process is 4574 This function is called immediately before the compilation process is
4575 started. It can be used to set any variables or functions that are used 4575 started. It can be used to set any variables or functions that are used
4595 4595
4596 (defvar compilation-ask-about-save t "\ 4596 (defvar compilation-ask-about-save t "\
4597 *Non-nil means \\[compile] asks which buffers to save before compiling. 4597 *Non-nil means \\[compile] asks which buffers to save before compiling.
4598 Otherwise, it saves all modified buffers without asking.") 4598 Otherwise, it saves all modified buffers without asking.")
4599 4599
4600 (custom-autoload (quote compilation-ask-about-save) "compile") 4600 (custom-autoload (quote compilation-ask-about-save) "compile" t)
4601 4601
4602 (defvar compilation-search-path (quote (nil)) "\ 4602 (defvar compilation-search-path (quote (nil)) "\
4603 *List of directories to search for source files named in error messages. 4603 *List of directories to search for source files named in error messages.
4604 Elements should be directory names, not file names of directories. 4604 Elements should be directory names, not file names of directories.
4605 nil as an element means to try the default directory.") 4605 nil as an element means to try the default directory.")
4606 4606
4607 (custom-autoload (quote compilation-search-path) "compile") 4607 (custom-autoload (quote compilation-search-path) "compile" t)
4608 4608
4609 (defvar compile-command "make -k " "\ 4609 (defvar compile-command "make -k " "\
4610 *Last shell command used to do a compilation; default for next compilation. 4610 *Last shell command used to do a compilation; default for next compilation.
4611 4611
4612 Sometimes it is useful for files to supply local values for this variable. 4612 Sometimes it is useful for files to supply local values for this variable.
4618 (file-exists-p \"Makefile\")) 4618 (file-exists-p \"Makefile\"))
4619 (set (make-local-variable 'compile-command) 4619 (set (make-local-variable 'compile-command)
4620 (concat \"make -k \" 4620 (concat \"make -k \"
4621 (file-name-sans-extension buffer-file-name))))))") 4621 (file-name-sans-extension buffer-file-name))))))")
4622 4622
4623 (custom-autoload (quote compile-command) "compile") 4623 (custom-autoload (quote compile-command) "compile" t)
4624 (put 'compile-command 'safe-local-variable 'stringp) 4624 (put 'compile-command 'safe-local-variable 'stringp)
4625 4625
4626 (defvar compilation-disable-input nil "\ 4626 (defvar compilation-disable-input nil "\
4627 *If non-nil, send end-of-file as compilation process input. 4627 *If non-nil, send end-of-file as compilation process input.
4628 This only affects platforms that support asynchronous processes (see 4628 This only affects platforms that support asynchronous processes (see
4629 `start-process'); synchronous compilation processes never accept input.") 4629 `start-process'); synchronous compilation processes never accept input.")
4630 4630
4631 (custom-autoload (quote compilation-disable-input) "compile") 4631 (custom-autoload (quote compilation-disable-input) "compile" t)
4632 4632
4633 (autoload (quote compile) "compile" "\ 4633 (autoload (quote compile) "compile" "\
4634 Compile the program including the current buffer. Default: run `make'. 4634 Compile the program including the current buffer. Default: run `make'.
4635 Runs COMMAND, a shell command, in a separate process asynchronously 4635 Runs COMMAND, a shell command, in a separate process asynchronously
4636 with output going to the buffer `*compilation*'. 4636 with output going to the buffer `*compilation*'.
5462 \(fn PROMPT TABLE &optional PREDICATE REQUIRE-MATCH INITIAL-INPUT HIST DEF INHERIT-INPUT-METHOD)" nil nil) 5462 \(fn PROMPT TABLE &optional PREDICATE REQUIRE-MATCH INITIAL-INPUT HIST DEF INHERIT-INPUT-METHOD)" nil nil)
5463 5463
5464 ;;;*** 5464 ;;;***
5465 5465
5466 ;;;### (autoloads (cua-selection-mode cua-mode) "cua-base" "emulation/cua-base.el" 5466 ;;;### (autoloads (cua-selection-mode cua-mode) "cua-base" "emulation/cua-base.el"
5467 ;;;;;; (17524 8597)) 5467 ;;;;;; (17611 8348))
5468 ;;; Generated autoloads from emulation/cua-base.el 5468 ;;; Generated autoloads from emulation/cua-base.el
5469 5469
5470 (defvar cua-mode nil "\ 5470 (defvar cua-mode nil "\
5471 Non-nil if Cua mode is enabled. 5471 Non-nil if Cua mode is enabled.
5472 See the command `cua-mode' for a description of this minor-mode. 5472 See the command `cua-mode' for a description of this minor-mode.
5473 Setting this variable directly does not take effect; 5473 Setting this variable directly does not take effect;
5474 use either \\[customize] or the function `cua-mode'.") 5474 use either \\[customize] or the function `cua-mode'.")
5475 5475
5476 (custom-autoload (quote cua-mode) "cua-base") 5476 (custom-autoload (quote cua-mode) "cua-base" nil)
5477 5477
5478 (autoload (quote cua-mode) "cua-base" "\ 5478 (autoload (quote cua-mode) "cua-base" "\
5479 Toggle CUA key-binding mode. 5479 Toggle CUA key-binding mode.
5480 When enabled, using shifted movement keys will activate the 5480 When enabled, using shifted movement keys will activate the
5481 region (and highlight the region using `transient-mark-mode'), 5481 region (and highlight the region using `transient-mark-mode'),
5527 ;;;;;; customize-apropos-options customize-apropos customize-saved 5527 ;;;;;; customize-apropos-options customize-apropos customize-saved
5528 ;;;;;; customize-rogue customize-customized customize-face-other-window 5528 ;;;;;; customize-rogue customize-customized customize-face-other-window
5529 ;;;;;; customize-face customize-changed-options customize-option-other-window 5529 ;;;;;; customize-face customize-changed-options customize-option-other-window
5530 ;;;;;; customize-option customize-group-other-window customize-group 5530 ;;;;;; customize-option customize-group-other-window customize-group
5531 ;;;;;; customize-mode customize customize-save-variable customize-set-variable 5531 ;;;;;; customize-mode customize customize-save-variable customize-set-variable
5532 ;;;;;; customize-set-value) "cus-edit" "cus-edit.el" (17591 9719)) 5532 ;;;;;; customize-set-value) "cus-edit" "cus-edit.el" (17611 10401))
5533 ;;; Generated autoloads from cus-edit.el 5533 ;;; Generated autoloads from cus-edit.el
5534 (add-hook 'same-window-regexps "\\`\\*Customiz.*\\*\\'") 5534 (add-hook 'same-window-regexps "\\`\\*Customiz.*\\*\\'")
5535 5535
5536 (autoload (quote customize-set-value) "cus-edit" "\ 5536 (autoload (quote customize-set-value) "cus-edit" "\
5537 Set VARIABLE to VALUE, and return VALUE. VALUE is a Lisp object. 5537 Set VARIABLE to VALUE, and return VALUE. VALUE is a Lisp object.
5625 Show the buffer in another window, but don't select it. 5625 Show the buffer in another window, but don't select it.
5626 5626
5627 \(fn SYMBOL)" t nil) 5627 \(fn SYMBOL)" t nil)
5628 5628
5629 (defvar customize-package-emacs-version-alist nil "\ 5629 (defvar customize-package-emacs-version-alist nil "\
5630 Alist mapping versions of Emacs to versions of a package. 5630 Alist mapping versions of a package to Emacs versions.
5631 These package versions are listed in the :package-version 5631 We use this for packages that have their own names, but are released
5632 keyword used in `defcustom', `defgroup', and `defface'. Its 5632 as part of Emacs itself.
5633 elements look like this: 5633
5634 Each elements looks like this:
5634 5635
5635 (PACKAGE (PVERSION . EVERSION)...) 5636 (PACKAGE (PVERSION . EVERSION)...)
5636 5637
5637 For each PACKAGE, which is a symbol, there are one or more 5638 Here PACKAGE is the name of a package, as a symbol. After
5638 elements that contain a package version PVERSION with an 5639 PACKAGE come one or more elements, each associating a
5639 associated Emacs version EVERSION. These versions are strings. 5640 package version PVERSION with the first Emacs version
5640 For example, the MH-E package updates this alist with the 5641 EVERSION in which it (or a subsequent version of PACKAGE)
5641 following: 5642 was first released. Both PVERSION and EVERSION are strings.
5643 PVERSION should be a string that this package used in
5644 the :package-version keyword for `defcustom', `defgroup',
5645 and `defface'.
5646
5647 For example, the MH-E package updates this alist as follows:
5642 5648
5643 (add-to-list 'customize-package-emacs-version-alist 5649 (add-to-list 'customize-package-emacs-version-alist
5644 '(MH-E (\"6.0\" . \"22.1\") (\"6.1\" . \"22.1\") 5650 '(MH-E (\"6.0\" . \"22.1\") (\"6.1\" . \"22.1\")
5645 (\"7.0\" . \"22.1\") (\"7.1\" . \"22.1\") 5651 (\"7.0\" . \"22.1\") (\"7.1\" . \"22.1\")
5646 (\"7.2\" . \"22.1\") (\"7.3\" . \"22.1\") 5652 (\"7.2\" . \"22.1\") (\"7.3\" . \"22.1\")
5781 want. You also have to put something like `(load \"CUSTOM-FILE\") 5787 want. You also have to put something like `(load \"CUSTOM-FILE\")
5782 in your init file, where CUSTOM-FILE is the actual name of the 5788 in your init file, where CUSTOM-FILE is the actual name of the
5783 file. Otherwise, Emacs will not load the file when it starts up, 5789 file. Otherwise, Emacs will not load the file when it starts up,
5784 and hence will not set `custom-file' to that file either.") 5790 and hence will not set `custom-file' to that file either.")
5785 5791
5786 (custom-autoload (quote custom-file) "cus-edit") 5792 (custom-autoload (quote custom-file) "cus-edit" t)
5787 5793
5788 (autoload (quote custom-save-all) "cus-edit" "\ 5794 (autoload (quote custom-save-all) "cus-edit" "\
5789 Save all customizations in `custom-file'. 5795 Save all customizations in `custom-file'.
5790 5796
5791 \(fn)" nil nil) 5797 \(fn)" nil nil)
6245 6251
6246 \(fn START END)" t nil) 6252 \(fn START END)" t nil)
6247 6253
6248 ;;;*** 6254 ;;;***
6249 6255
6250 ;;;### (autoloads (delphi-mode) "delphi" "progmodes/delphi.el" (17390 6256 ;;;### (autoloads (delphi-mode) "delphi" "progmodes/delphi.el" (17611
6251 ;;;;;; 27408)) 6257 ;;;;;; 9414))
6252 ;;; Generated autoloads from progmodes/delphi.el 6258 ;;; Generated autoloads from progmodes/delphi.el
6253 6259
6254 (autoload (quote delphi-mode) "delphi" "\ 6260 (autoload (quote delphi-mode) "delphi" "\
6255 Major mode for editing Delphi code. \\<delphi-mode-map> 6261 Major mode for editing Delphi code. \\<delphi-mode-map>
6256 \\[delphi-tab] - Indents the current line for Delphi code. 6262 \\[delphi-tab] - Indents the current line for Delphi code.
6762 6768
6763 ;;;### (autoloads (dired-mode dired-noselect dired-other-frame dired-other-window 6769 ;;;### (autoloads (dired-mode dired-noselect dired-other-frame dired-other-window
6764 ;;;;;; dired dired-copy-preserve-time dired-dwim-target dired-keep-marker-symlink 6770 ;;;;;; dired dired-copy-preserve-time dired-dwim-target dired-keep-marker-symlink
6765 ;;;;;; dired-keep-marker-hardlink dired-keep-marker-copy dired-keep-marker-rename 6771 ;;;;;; dired-keep-marker-hardlink dired-keep-marker-copy dired-keep-marker-rename
6766 ;;;;;; dired-trivial-filenames dired-ls-F-marks-symlinks dired-listing-switches) 6772 ;;;;;; dired-trivial-filenames dired-ls-F-marks-symlinks dired-listing-switches)
6767 ;;;;;; "dired" "dired.el" (17549 4607)) 6773 ;;;;;; "dired" "dired.el" (17611 8967))
6768 ;;; Generated autoloads from dired.el 6774 ;;; Generated autoloads from dired.el
6769 6775
6770 (defvar dired-listing-switches "-al" "\ 6776 (defvar dired-listing-switches "-al" "\
6771 *Switches passed to `ls' for Dired. MUST contain the `l' option. 6777 *Switches passed to `ls' for Dired. MUST contain the `l' option.
6772 May contain all other options that don't contradict `-l'; 6778 May contain all other options that don't contradict `-l';
6774 `dired-ls-F-marks-symlinks' concerning the `F' switch. 6780 `dired-ls-F-marks-symlinks' concerning the `F' switch.
6775 On systems such as MS-DOS and MS-Windows, which use `ls' emulation in Lisp, 6781 On systems such as MS-DOS and MS-Windows, which use `ls' emulation in Lisp,
6776 some of the `ls' switches are not supported; see the doc string of 6782 some of the `ls' switches are not supported; see the doc string of
6777 `insert-directory' on `ls-lisp.el' for more details.") 6783 `insert-directory' on `ls-lisp.el' for more details.")
6778 6784
6779 (custom-autoload (quote dired-listing-switches) "dired") 6785 (custom-autoload (quote dired-listing-switches) "dired" t)
6780 6786
6781 (defvar dired-chown-program (if (memq system-type (quote (hpux dgux usg-unix-v irix linux gnu/linux cygwin))) "chown" (if (file-exists-p "/usr/sbin/chown") "/usr/sbin/chown" "/etc/chown")) "\ 6787 (defvar dired-chown-program (if (memq system-type (quote (hpux dgux usg-unix-v irix linux gnu/linux cygwin))) "chown" (if (file-exists-p "/usr/sbin/chown") "/usr/sbin/chown" "/etc/chown")) "\
6782 Name of chown command (usually `chown' or `/etc/chown').") 6788 Name of chown command (usually `chown' or `/etc/chown').")
6783 6789
6784 (defvar dired-ls-F-marks-symlinks nil "\ 6790 (defvar dired-ls-F-marks-symlinks nil "\
6793 Dired checks if there is really a @ appended. Thus, if you have a 6799 Dired checks if there is really a @ appended. Thus, if you have a
6794 marking `ls' program on one host and a non-marking on another host, and 6800 marking `ls' program on one host and a non-marking on another host, and
6795 don't care about symbolic links which really end in a @, you can 6801 don't care about symbolic links which really end in a @, you can
6796 always set this variable to t.") 6802 always set this variable to t.")
6797 6803
6798 (custom-autoload (quote dired-ls-F-marks-symlinks) "dired") 6804 (custom-autoload (quote dired-ls-F-marks-symlinks) "dired" t)
6799 6805
6800 (defvar dired-trivial-filenames "^\\.\\.?$\\|^#" "\ 6806 (defvar dired-trivial-filenames "^\\.\\.?$\\|^#" "\
6801 *Regexp of files to skip when finding first file of a directory. 6807 *Regexp of files to skip when finding first file of a directory.
6802 A value of nil means move to the subdir line. 6808 A value of nil means move to the subdir line.
6803 A value of t means move to first file.") 6809 A value of t means move to first file.")
6804 6810
6805 (custom-autoload (quote dired-trivial-filenames) "dired") 6811 (custom-autoload (quote dired-trivial-filenames) "dired" t)
6806 6812
6807 (defvar dired-keep-marker-rename t "\ 6813 (defvar dired-keep-marker-rename t "\
6808 *Controls marking of renamed files. 6814 *Controls marking of renamed files.
6809 If t, files keep their previous marks when they are renamed. 6815 If t, files keep their previous marks when they are renamed.
6810 If a character, renamed files (whether previously marked or not) 6816 If a character, renamed files (whether previously marked or not)
6811 are afterward marked with that character.") 6817 are afterward marked with that character.")
6812 6818
6813 (custom-autoload (quote dired-keep-marker-rename) "dired") 6819 (custom-autoload (quote dired-keep-marker-rename) "dired" t)
6814 6820
6815 (defvar dired-keep-marker-copy 67 "\ 6821 (defvar dired-keep-marker-copy 67 "\
6816 *Controls marking of copied files. 6822 *Controls marking of copied files.
6817 If t, copied files are marked if and as the corresponding original files were. 6823 If t, copied files are marked if and as the corresponding original files were.
6818 If a character, copied files are unconditionally marked with that character.") 6824 If a character, copied files are unconditionally marked with that character.")
6819 6825
6820 (custom-autoload (quote dired-keep-marker-copy) "dired") 6826 (custom-autoload (quote dired-keep-marker-copy) "dired" t)
6821 6827
6822 (defvar dired-keep-marker-hardlink 72 "\ 6828 (defvar dired-keep-marker-hardlink 72 "\
6823 *Controls marking of newly made hard links. 6829 *Controls marking of newly made hard links.
6824 If t, they are marked if and as the files linked to were marked. 6830 If t, they are marked if and as the files linked to were marked.
6825 If a character, new links are unconditionally marked with that character.") 6831 If a character, new links are unconditionally marked with that character.")
6826 6832
6827 (custom-autoload (quote dired-keep-marker-hardlink) "dired") 6833 (custom-autoload (quote dired-keep-marker-hardlink) "dired" t)
6828 6834
6829 (defvar dired-keep-marker-symlink 89 "\ 6835 (defvar dired-keep-marker-symlink 89 "\
6830 *Controls marking of newly made symbolic links. 6836 *Controls marking of newly made symbolic links.
6831 If t, they are marked if and as the files linked to were marked. 6837 If t, they are marked if and as the files linked to were marked.
6832 If a character, new links are unconditionally marked with that character.") 6838 If a character, new links are unconditionally marked with that character.")
6833 6839
6834 (custom-autoload (quote dired-keep-marker-symlink) "dired") 6840 (custom-autoload (quote dired-keep-marker-symlink) "dired" t)
6835 6841
6836 (defvar dired-dwim-target nil "\ 6842 (defvar dired-dwim-target nil "\
6837 *If non-nil, Dired tries to guess a default target directory. 6843 *If non-nil, Dired tries to guess a default target directory.
6838 This means: if there is a dired buffer displayed in the next window, 6844 This means: if there is a dired buffer displayed in the next window,
6839 use its current subdir, instead of the current subdir of this dired buffer. 6845 use its current subdir, instead of the current subdir of this dired buffer.
6840 6846
6841 The target is used in the prompt for file copy, rename etc.") 6847 The target is used in the prompt for file copy, rename etc.")
6842 6848
6843 (custom-autoload (quote dired-dwim-target) "dired") 6849 (custom-autoload (quote dired-dwim-target) "dired" t)
6844 6850
6845 (defvar dired-copy-preserve-time t "\ 6851 (defvar dired-copy-preserve-time t "\
6846 *If non-nil, Dired preserves the last-modified time in a file copy. 6852 *If non-nil, Dired preserves the last-modified time in a file copy.
6847 \(This works on only some systems.)") 6853 \(This works on only some systems.)")
6848 6854
6849 (custom-autoload (quote dired-copy-preserve-time) "dired") 6855 (custom-autoload (quote dired-copy-preserve-time) "dired" t)
6850 6856
6851 (defvar dired-directory nil "\ 6857 (defvar dired-directory nil "\
6852 The directory name or wildcard spec that this dired directory lists. 6858 The directory name or wildcard spec that this dired directory lists.
6853 Local to each dired buffer. May be a list, in which case the car is the 6859 Local to each dired buffer. May be a list, in which case the car is the
6854 directory name and the cdr is the list of files to mention. 6860 directory name and the cdr is the list of files to mention.
6967 ;;;;;; dired-add-file dired-do-redisplay dired-do-load dired-do-byte-compile 6973 ;;;;;; dired-add-file dired-do-redisplay dired-do-load dired-do-byte-compile
6968 ;;;;;; dired-do-compress dired-query dired-compress-file dired-do-kill-lines 6974 ;;;;;; dired-do-compress dired-query dired-compress-file dired-do-kill-lines
6969 ;;;;;; dired-run-shell-command dired-do-shell-command dired-clean-directory 6975 ;;;;;; dired-run-shell-command dired-do-shell-command dired-clean-directory
6970 ;;;;;; dired-do-print dired-do-touch dired-do-chown dired-do-chgrp 6976 ;;;;;; dired-do-print dired-do-touch dired-do-chown dired-do-chgrp
6971 ;;;;;; dired-do-chmod dired-compare-directories dired-backup-diff 6977 ;;;;;; dired-do-chmod dired-compare-directories dired-backup-diff
6972 ;;;;;; dired-diff) "dired-aux" "dired-aux.el" (17524 8597)) 6978 ;;;;;; dired-diff) "dired-aux" "dired-aux.el" (17611 8435))
6973 ;;; Generated autoloads from dired-aux.el 6979 ;;; Generated autoloads from dired-aux.el
6974 6980
6975 (autoload (quote dired-diff) "dired-aux" "\ 6981 (autoload (quote dired-diff) "dired-aux" "\
6976 Compare file at point with file FILE using `diff'. 6982 Compare file at point with file FILE using `diff'.
6977 FILE defaults to the file at the mark. (That's the mark set by 6983 FILE defaults to the file at the mark. (That's the mark set by
10799 10805
10800 ;;;*** 10806 ;;;***
10801 10807
10802 ;;;### (autoloads (ff-mouse-find-other-file-other-window ff-mouse-find-other-file 10808 ;;;### (autoloads (ff-mouse-find-other-file-other-window ff-mouse-find-other-file
10803 ;;;;;; ff-find-other-file ff-get-other-file) "find-file" "find-file.el" 10809 ;;;;;; ff-find-other-file ff-get-other-file) "find-file" "find-file.el"
10804 ;;;;;; (17390 26939)) 10810 ;;;;;; (17611 8432))
10805 ;;; Generated autoloads from find-file.el 10811 ;;; Generated autoloads from find-file.el
10806 10812
10807 (defvar ff-special-constructs (quote (("^#\\s *\\(include\\|import\\)\\s +[<\"]\\(.*\\)[>\"]" lambda nil (setq fname (buffer-substring (match-beginning 2) (match-end 2)))))) "\ 10813 (defvar ff-special-constructs (quote (("^#\\s *\\(include\\|import\\)\\s +[<\"]\\(.*\\)[>\"]" lambda nil (buffer-substring (match-beginning 2) (match-end 2))))) "\
10808 *A list of regular expressions for `ff-find-file'. 10814 *List of special constructs for `ff-treat-as-special' to recognize.
10809 Specifies how to recognize special constructs such as include files 10815 Each element, tried in order, has the form (REGEXP . EXTRACT).
10810 etc. and an associated method for extracting the filename from that 10816 If REGEXP matches the current line (from the beginning of the line),
10811 construct.") 10817 `ff-treat-as-special' calls function EXTRACT with no args.
10818 If EXTRACT returns nil, keep trying. Otherwise, return the
10819 filename that EXTRACT returned.")
10812 10820
10813 (autoload (quote ff-get-other-file) "find-file" "\ 10821 (autoload (quote ff-get-other-file) "find-file" "\
10814 Find the header or source file corresponding to this file. 10822 Find the header or source file corresponding to this file.
10815 See also the documentation for `ff-find-other-file'. 10823 See also the documentation for `ff-find-other-file'.
10816 10824
10891 ;;;;;; find-function-at-point find-function-on-key find-face-definition 10899 ;;;;;; find-function-at-point find-function-on-key find-face-definition
10892 ;;;;;; find-definition-noselect find-variable-other-frame find-variable-other-window 10900 ;;;;;; find-definition-noselect find-variable-other-frame find-variable-other-window
10893 ;;;;;; find-variable find-variable-noselect find-function-other-frame 10901 ;;;;;; find-variable find-variable-noselect find-function-other-frame
10894 ;;;;;; find-function-other-window find-function find-function-noselect 10902 ;;;;;; find-function-other-window find-function find-function-noselect
10895 ;;;;;; find-function-search-for-symbol find-library) "find-func" 10903 ;;;;;; find-function-search-for-symbol find-library) "find-func"
10896 ;;;;;; "emacs-lisp/find-func.el" (17591 9719)) 10904 ;;;;;; "emacs-lisp/find-func.el" (17611 9415))
10897 ;;; Generated autoloads from emacs-lisp/find-func.el 10905 ;;; Generated autoloads from emacs-lisp/find-func.el
10898 10906
10899 (autoload (quote find-library) "find-func" "\ 10907 (autoload (quote find-library) "find-func" "\
10900 Find the elisp source of LIBRARY. 10908 Find the elisp source of LIBRARY.
10901 10909
11488 \(fn &optional FILE)" t nil) 11496 \(fn &optional FILE)" t nil)
11489 11497
11490 ;;;*** 11498 ;;;***
11491 11499
11492 ;;;### (autoloads (gdb-enable-debug gdba) "gdb-ui" "progmodes/gdb-ui.el" 11500 ;;;### (autoloads (gdb-enable-debug gdba) "gdb-ui" "progmodes/gdb-ui.el"
11493 ;;;;;; (17591 9876)) 11501 ;;;;;; (17611 9419))
11494 ;;; Generated autoloads from progmodes/gdb-ui.el 11502 ;;; Generated autoloads from progmodes/gdb-ui.el
11495 11503
11496 (autoload (quote gdba) "gdb-ui" "\ 11504 (autoload (quote gdba) "gdb-ui" "\
11497 Run gdb on program FILE in buffer *gud-FILE*. 11505 Run gdb on program FILE in buffer *gud-FILE*.
11498 The directory containing FILE becomes the initial working directory 11506 The directory containing FILE becomes the initial working directory
11546 \(fn COMMAND-LINE)" t nil) 11554 \(fn COMMAND-LINE)" t nil)
11547 11555
11548 (defvar gdb-enable-debug nil "\ 11556 (defvar gdb-enable-debug nil "\
11549 Non-nil means record the process input and output in `gdb-debug-ring'.") 11557 Non-nil means record the process input and output in `gdb-debug-ring'.")
11550 11558
11551 (custom-autoload (quote gdb-enable-debug) "gdb-ui") 11559 (custom-autoload (quote gdb-enable-debug) "gdb-ui" t)
11552 11560
11553 ;;;*** 11561 ;;;***
11554 11562
11555 ;;;### (autoloads (generic-make-keywords-list generic-mode generic-mode-internal 11563 ;;;### (autoloads (generic-make-keywords-list generic-mode generic-mode-internal
11556 ;;;;;; define-generic-mode) "generic" "emacs-lisp/generic.el" (17390 11564 ;;;;;; define-generic-mode) "generic" "emacs-lisp/generic.el" (17390
12477 12485
12478 ;;;*** 12486 ;;;***
12479 12487
12480 ;;;### (autoloads (rgrep lgrep grep-find grep grep-mode grep-compute-defaults 12488 ;;;### (autoloads (rgrep lgrep grep-find grep grep-mode grep-compute-defaults
12481 ;;;;;; grep-process-setup grep-setup-hook grep-find-command grep-command 12489 ;;;;;; grep-process-setup grep-setup-hook grep-find-command grep-command
12482 ;;;;;; grep-window-height) "grep" "progmodes/grep.el" (17591 9719)) 12490 ;;;;;; grep-window-height) "grep" "progmodes/grep.el" (17611 8967))
12483 ;;; Generated autoloads from progmodes/grep.el 12491 ;;; Generated autoloads from progmodes/grep.el
12484 12492
12485 (defvar grep-window-height nil "\ 12493 (defvar grep-window-height nil "\
12486 *Number of lines in a grep window. If nil, use `compilation-window-height'.") 12494 *Number of lines in a grep window. If nil, use `compilation-window-height'.")
12487 12495
12488 (custom-autoload (quote grep-window-height) "grep") 12496 (custom-autoload (quote grep-window-height) "grep" t)
12489 12497
12490 (defvar grep-command nil "\ 12498 (defvar grep-command nil "\
12491 The default grep command for \\[grep]. 12499 The default grep command for \\[grep].
12492 If the grep program used supports an option to always include file names 12500 If the grep program used supports an option to always include file names
12493 in its output (such as the `-H' option to GNU grep), it's a good idea to 12501 in its output (such as the `-H' option to GNU grep), it's a good idea to
12494 include it when specifying `grep-command'. 12502 include it when specifying `grep-command'.
12495 12503
12496 The default value of this variable is set up by `grep-compute-defaults'; 12504 The default value of this variable is set up by `grep-compute-defaults';
12497 call that function before using this variable in your program.") 12505 call that function before using this variable in your program.")
12498 12506
12499 (custom-autoload (quote grep-command) "grep") 12507 (custom-autoload (quote grep-command) "grep" t)
12500 12508
12501 (defvar grep-find-command nil "\ 12509 (defvar grep-find-command nil "\
12502 The default find command for \\[grep-find]. 12510 The default find command for \\[grep-find].
12503 The default value of this variable is set up by `grep-compute-defaults'; 12511 The default value of this variable is set up by `grep-compute-defaults';
12504 call that function before using this variable in your program.") 12512 call that function before using this variable in your program.")
12505 12513
12506 (custom-autoload (quote grep-find-command) "grep") 12514 (custom-autoload (quote grep-find-command) "grep" t)
12507 12515
12508 (defvar grep-setup-hook nil "\ 12516 (defvar grep-setup-hook nil "\
12509 List of hook functions run by `grep-process-setup' (see `run-hooks').") 12517 List of hook functions run by `grep-process-setup' (see `run-hooks').")
12510 12518
12511 (custom-autoload (quote grep-setup-hook) "grep") 12519 (custom-autoload (quote grep-setup-hook) "grep" t)
12512 12520
12513 (defvar grep-regexp-alist (quote (("^\\(.+?\\)\\(:[ ]*\\)\\([0-9]+\\)\\2" 1 3) ("^\\(\\(.+?\\):\\([0-9]+\\):\\).*?\\(\\[01;31m\\(?:\\[K\\)?\\)\\(.*?\\)\\(\\[[0-9]*m\\)" 2 3 ((lambda nil (setq compilation-error-screen-columns nil) (- (match-beginning 4) (match-end 1))) lambda nil (- (match-end 5) (match-end 1) (- (match-end 4) (match-beginning 4)))) nil 1) ("^Binary file \\(.+\\) matches$" 1 nil nil 0 1))) "\ 12521 (defvar grep-regexp-alist (quote (("^\\(.+?\\)\\(:[ ]*\\)\\([0-9]+\\)\\2" 1 3) ("^\\(\\(.+?\\):\\([0-9]+\\):\\).*?\\(\\[01;31m\\(?:\\[K\\)?\\)\\(.*?\\)\\(\\[[0-9]*m\\)" 2 3 ((lambda nil (setq compilation-error-screen-columns nil) (- (match-beginning 4) (match-end 1))) lambda nil (- (match-end 5) (match-end 1) (- (match-end 4) (match-beginning 4)))) nil 1) ("^Binary file \\(.+\\) matches$" 1 nil nil 0 1))) "\
12514 Regexp used to match grep hits. See `compilation-error-regexp-alist'.") 12522 Regexp used to match grep hits. See `compilation-error-regexp-alist'.")
12515 12523
12516 (defvar grep-program "grep" "\ 12524 (defvar grep-program "grep" "\
12976 12984
12977 ;;;*** 12985 ;;;***
12978 12986
12979 ;;;### (autoloads (help-xref-on-pp help-insert-xref-button help-xref-button 12987 ;;;### (autoloads (help-xref-on-pp help-insert-xref-button help-xref-button
12980 ;;;;;; help-make-xrefs help-setup-xref help-mode-finish help-mode-setup 12988 ;;;;;; help-make-xrefs help-setup-xref help-mode-finish help-mode-setup
12981 ;;;;;; help-mode) "help-mode" "help-mode.el" (17591 9719)) 12989 ;;;;;; help-mode) "help-mode" "help-mode.el" (17611 9183))
12982 ;;; Generated autoloads from help-mode.el 12990 ;;; Generated autoloads from help-mode.el
12983 12991
12984 (autoload (quote help-mode) "help-mode" "\ 12992 (autoload (quote help-mode) "help-mode" "\
12985 Major mode for viewing help text and navigating references in it. 12993 Major mode for viewing help text and navigating references in it.
12986 Entry to this mode runs the normal hook `help-mode-hook'. 12994 Entry to this mode runs the normal hook `help-mode-hook'.
14208 \(fn NAME DOCUMENTATION (&key READER DESCRIPTION) &rest BODY)" nil (quote macro)) 14216 \(fn NAME DOCUMENTATION (&key READER DESCRIPTION) &rest BODY)" nil (quote macro))
14209 14217
14210 ;;;*** 14218 ;;;***
14211 14219
14212 ;;;### (autoloads (ibuffer ibuffer-other-window ibuffer-list-buffers) 14220 ;;;### (autoloads (ibuffer ibuffer-other-window ibuffer-list-buffers)
14213 ;;;;;; "ibuffer" "ibuffer.el" (17591 9281)) 14221 ;;;;;; "ibuffer" "ibuffer.el" (17611 9414))
14214 ;;; Generated autoloads from ibuffer.el 14222 ;;; Generated autoloads from ibuffer.el
14215 14223
14216 (autoload (quote ibuffer-list-buffers) "ibuffer" "\ 14224 (autoload (quote ibuffer-list-buffers) "ibuffer" "\
14217 Display a list of buffers, in another window. 14225 Display a list of buffers, in another window.
14218 If optional argument FILES-ONLY is non-nil, then add a filter for 14226 If optional argument FILES-ONLY is non-nil, then add a filter for
14364 \(fn)" t nil) 14372 \(fn)" t nil)
14365 14373
14366 ;;;*** 14374 ;;;***
14367 14375
14368 ;;;### (autoloads (idlwave-shell) "idlw-shell" "progmodes/idlw-shell.el" 14376 ;;;### (autoloads (idlwave-shell) "idlw-shell" "progmodes/idlw-shell.el"
14369 ;;;;;; (17515 24857)) 14377 ;;;;;; (17611 8436))
14370 ;;; Generated autoloads from progmodes/idlw-shell.el 14378 ;;; Generated autoloads from progmodes/idlw-shell.el
14371 14379
14372 (autoload (quote idlwave-shell) "idlw-shell" "\ 14380 (autoload (quote idlwave-shell) "idlw-shell" "\
14373 Run an inferior IDL, with I/O through buffer `(idlwave-shell-buffer)'. 14381 Run an inferior IDL, with I/O through buffer `(idlwave-shell-buffer)'.
14374 If buffer exists but shell process is not running, start new IDL. 14382 If buffer exists but shell process is not running, start new IDL.
15044 \(fn &optional ARG)" t nil) 15052 \(fn &optional ARG)" t nil)
15045 15053
15046 ;;;*** 15054 ;;;***
15047 15055
15048 ;;;### (autoloads (image-mode-maybe image-minor-mode image-mode) 15056 ;;;### (autoloads (image-mode-maybe image-minor-mode image-mode)
15049 ;;;;;; "image-mode" "image-mode.el" (17549 4607)) 15057 ;;;;;; "image-mode" "image-mode.el" (17611 8435))
15050 ;;; Generated autoloads from image-mode.el 15058 ;;; Generated autoloads from image-mode.el
15051 (push '("\\.jpe?g\\'" . image-mode) auto-mode-alist) 15059 (push '("\\.jpe?g\\'" . image-mode) auto-mode-alist)
15052 (push '("\\.png\\'" . image-mode) auto-mode-alist) 15060 (push '("\\.png\\'" . image-mode) auto-mode-alist)
15053 (push '("\\.gif\\'" . image-mode) auto-mode-alist) 15061 (push '("\\.gif\\'" . image-mode) auto-mode-alist)
15054 (push '("\\.tiff?\\'" . image-mode) auto-mode-alist) 15062 (push '("\\.tiff?\\'" . image-mode) auto-mode-alist)
15754 ;;;### (autoloads (ispell-message ispell-minor-mode ispell ispell-complete-word-interior-frag 15762 ;;;### (autoloads (ispell-message ispell-minor-mode ispell ispell-complete-word-interior-frag
15755 ;;;;;; ispell-complete-word ispell-continue ispell-buffer ispell-comments-and-strings 15763 ;;;;;; ispell-complete-word ispell-continue ispell-buffer ispell-comments-and-strings
15756 ;;;;;; ispell-region ispell-change-dictionary ispell-kill-ispell 15764 ;;;;;; ispell-region ispell-change-dictionary ispell-kill-ispell
15757 ;;;;;; ispell-help ispell-pdict-save ispell-word ispell-local-dictionary-alist 15765 ;;;;;; ispell-help ispell-pdict-save ispell-word ispell-local-dictionary-alist
15758 ;;;;;; ispell-personal-dictionary) "ispell" "textmodes/ispell.el" 15766 ;;;;;; ispell-personal-dictionary) "ispell" "textmodes/ispell.el"
15759 ;;;;;; (17549 5052)) 15767 ;;;;;; (17611 9421))
15760 ;;; Generated autoloads from textmodes/ispell.el 15768 ;;; Generated autoloads from textmodes/ispell.el
15761 (put 'ispell-check-comments 'safe-local-variable (lambda (a) (memq a '(nil t exclusive)))) 15769 (put 'ispell-check-comments 'safe-local-variable (lambda (a) (memq a '(nil t exclusive))))
15762 15770
15763 (defvar ispell-personal-dictionary nil "\ 15771 (defvar ispell-personal-dictionary nil "\
15764 *File name of your personal spelling dictionary, or nil. 15772 *File name of your personal spelling dictionary, or nil.
15765 If nil, the default personal dictionary, \"~/.ispell_DICTNAME\" is used, 15773 If nil, the default personal dictionary, \"~/.ispell_DICTNAME\" is used,
15766 where DICTNAME is the name of your default dictionary.") 15774 where DICTNAME is the name of your default dictionary.")
15767 15775
15768 (custom-autoload (quote ispell-personal-dictionary) "ispell") 15776 (custom-autoload (quote ispell-personal-dictionary) "ispell" t)
15769 (put 'ispell-local-dictionary 'safe-local-variable 'string-or-null-p) 15777 (put 'ispell-local-dictionary 'safe-local-variable 'string-or-null-p)
15770 15778
15771 (defvar ispell-local-dictionary-alist nil "\ 15779 (defvar ispell-local-dictionary-alist nil "\
15772 *List of local or customized dictionary definitions. 15780 *List of local or customized dictionary definitions.
15773 These can override the values in `ispell-dictionary-alist'. 15781 These can override the values in `ispell-dictionary-alist'.
15774 15782
15775 To make permanent changes to your dictionary definitions, you 15783 To make permanent changes to your dictionary definitions, you
15776 will need to make your changes in this variable, save, and then 15784 will need to make your changes in this variable, save, and then
15777 re-start emacs.") 15785 re-start emacs.")
15778 15786
15779 (custom-autoload (quote ispell-local-dictionary-alist) "ispell") 15787 (custom-autoload (quote ispell-local-dictionary-alist) "ispell" t)
15780 15788
15781 (setq ispell-dictionary-alist-1 (quote ((nil "[A-Za-z]" "[^A-Za-z]" "[']" nil ("-B") nil iso-8859-1) ("american" "[A-Za-z]" "[^A-Za-z]" "[']" nil ("-B") nil iso-8859-1) ("brasileiro" "[A-Z\301\311\315\323\332\300\310\314\322\331\303\325\307\334\302\312\324a-z\341\351\355\363\372\340\350\354\362\371\343\365\347\374\342\352\364]" "[^A-Z\301\311\315\323\332\300\310\314\322\331\303\325\307\334\302\312\324a-z\341\351\355\363\372\340\350\354\362\371\343\365\347\374\342\352\364]" "[']" nil nil nil iso-8859-1) ("british" "[A-Za-z]" "[^A-Za-z]" "[']" nil ("-B") nil iso-8859-1) ("castellano" "[A-Z\301\311\315\321\323\332\334a-z\341\351\355\361\363\372\374]" "[^A-Z\301\311\315\321\323\332\334a-z\341\351\355\361\363\372\374]" "[-]" nil ("-B") "~tex" iso-8859-1) ("castellano8" "[A-Z\301\311\315\321\323\332\334a-z\341\351\355\361\363\372\374]" "[^A-Z\301\311\315\321\323\332\334a-z\341\351\355\361\363\372\374]" "[-]" nil ("-B" "-d" "castellano") "~latin1" iso-8859-1)))) 15789 (setq ispell-dictionary-alist-1 (quote ((nil "[A-Za-z]" "[^A-Za-z]" "[']" nil ("-B") nil iso-8859-1) ("american" "[A-Za-z]" "[^A-Za-z]" "[']" nil ("-B") nil iso-8859-1) ("brasileiro" "[A-Z\301\311\315\323\332\300\310\314\322\331\303\325\307\334\302\312\324a-z\341\351\355\363\372\340\350\354\362\371\343\365\347\374\342\352\364]" "[^A-Z\301\311\315\323\332\300\310\314\322\331\303\325\307\334\302\312\324a-z\341\351\355\363\372\340\350\354\362\371\343\365\347\374\342\352\364]" "[']" nil nil nil iso-8859-1) ("british" "[A-Za-z]" "[^A-Za-z]" "[']" nil ("-B") nil iso-8859-1) ("castellano" "[A-Z\301\311\315\321\323\332\334a-z\341\351\355\361\363\372\374]" "[^A-Z\301\311\315\321\323\332\334a-z\341\351\355\361\363\372\374]" "[-]" nil ("-B") "~tex" iso-8859-1) ("castellano8" "[A-Z\301\311\315\321\323\332\334a-z\341\351\355\361\363\372\374]" "[^A-Z\301\311\315\321\323\332\334a-z\341\351\355\361\363\372\374]" "[-]" nil ("-B" "-d" "castellano") "~latin1" iso-8859-1))))
15782 15790
15783 (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") 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)))) 15791 (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") 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))))
15784 15792
16648 \(fn)" nil nil) 16656 \(fn)" nil nil)
16649 16657
16650 ;;;*** 16658 ;;;***
16651 16659
16652 ;;;### (autoloads (ld-script-mode) "ld-script" "progmodes/ld-script.el" 16660 ;;;### (autoloads (ld-script-mode) "ld-script" "progmodes/ld-script.el"
16653 ;;;;;; (17390 27408)) 16661 ;;;;;; (17611 9419))
16654 ;;; Generated autoloads from progmodes/ld-script.el 16662 ;;; Generated autoloads from progmodes/ld-script.el
16655 16663
16656 (add-to-list (quote auto-mode-alist) (quote ("\\.ld[si]?\\>" . ld-script-mode))) 16664 (add-to-list (quote auto-mode-alist) (quote ("\\.ld[si]?\\>" . ld-script-mode)))
16657 16665
16658 (add-to-list (quote auto-mode-alist) (quote ("\\.x[bdsru]?[cn]?\\'" . ld-script-mode))) 16666 (add-to-list (quote auto-mode-alist) (quote ("\\.x[bdsru]?[cn]?\\'" . ld-script-mode)))
17449 17457
17450 \(fn &optional ARG)" t nil) 17458 \(fn &optional ARG)" t nil)
17451 17459
17452 ;;;*** 17460 ;;;***
17453 17461
17454 ;;;### (autoloads (menu-bar-mode) "menu-bar" "menu-bar.el" (17549 17462 ;;;### (autoloads (menu-bar-mode) "menu-bar" "menu-bar.el" (17611
17455 ;;;;;; 4607)) 17463 ;;;;;; 51325))
17456 ;;; Generated autoloads from menu-bar.el 17464 ;;; Generated autoloads from menu-bar.el
17457 17465
17458 (put (quote menu-bar-mode) (quote standard-value) (quote (t))) 17466 (put (quote menu-bar-mode) (quote standard-value) (quote (t)))
17459 17467
17460 (defvar menu-bar-mode nil "\ 17468 (defvar menu-bar-mode nil "\
17461 Non-nil if Menu-Bar mode is enabled. 17469 Non-nil if Menu-Bar mode is enabled.
17462 See the command `menu-bar-mode' for a description of this minor-mode. 17470 See the command `menu-bar-mode' for a description of this minor-mode.
17463 Setting this variable directly does not take effect; 17471 Setting this variable directly does not take effect;
17464 use either \\[customize] or the function `menu-bar-mode'.") 17472 use either \\[customize] or the function `menu-bar-mode'.")
17465 17473
17466 (custom-autoload (quote menu-bar-mode) "menu-bar") 17474 (custom-autoload (quote menu-bar-mode) "menu-bar" nil)
17467 17475
17468 (autoload (quote menu-bar-mode) "menu-bar" "\ 17476 (autoload (quote menu-bar-mode) "menu-bar" "\
17469 Toggle display of a menu bar on each frame. 17477 Toggle display of a menu bar on each frame.
17470 This command applies to all frames that exist and frames to be 17478 This command applies to all frames that exist and frames to be
17471 created in the future. 17479 created in the future.
18123 \(fn HANDLE &optional NO-DISPLAY)" nil nil) 18131 \(fn HANDLE &optional NO-DISPLAY)" nil nil)
18124 18132
18125 ;;;*** 18133 ;;;***
18126 18134
18127 ;;;### (autoloads (mm-url-insert-file-contents-external mm-url-insert-file-contents) 18135 ;;;### (autoloads (mm-url-insert-file-contents-external mm-url-insert-file-contents)
18128 ;;;;;; "mm-url" "gnus/mm-url.el" (17383 38805)) 18136 ;;;;;; "mm-url" "gnus/mm-url.el" (17611 9417))
18129 ;;; Generated autoloads from gnus/mm-url.el 18137 ;;; Generated autoloads from gnus/mm-url.el
18130 18138
18131 (autoload (quote mm-url-insert-file-contents) "mm-url" "\ 18139 (autoload (quote mm-url-insert-file-contents) "mm-url" "\
18132 Insert file contents of URL. 18140 Insert file contents of URL.
18133 If `mm-url-use-external' is non-nil, use `mm-url-program'. 18141 If `mm-url-use-external' is non-nil, use `mm-url-program'.
20366 (defalias (quote edit-picture) (quote picture-mode)) 20374 (defalias (quote edit-picture) (quote picture-mode))
20367 20375
20368 ;;;*** 20376 ;;;***
20369 20377
20370 ;;;### (autoloads (po-find-file-coding-system) "po" "textmodes/po.el" 20378 ;;;### (autoloads (po-find-file-coding-system) "po" "textmodes/po.el"
20371 ;;;;;; (17549 4608)) 20379 ;;;;;; (17611 9183))
20372 ;;; Generated autoloads from textmodes/po.el 20380 ;;; Generated autoloads from textmodes/po.el
20373 20381
20374 (autoload (quote po-find-file-coding-system) "po" "\ 20382 (autoload (quote po-find-file-coding-system) "po" "\
20375 Return a (DECODING . ENCODING) pair, according to PO file's charset. 20383 Return a (DECODING . ENCODING) pair, according to PO file's charset.
20376 Called through `file-coding-system-alist', before the file is visited for real. 20384 Called through `file-coding-system-alist', before the file is visited for real.
23959 \(fn)" t nil) 23967 \(fn)" t nil)
23960 23968
23961 ;;;*** 23969 ;;;***
23962 23970
23963 ;;;### (autoloads (sh-mode) "sh-script" "progmodes/sh-script.el" 23971 ;;;### (autoloads (sh-mode) "sh-script" "progmodes/sh-script.el"
23964 ;;;;;; (17549 4607)) 23972 ;;;;;; (17611 9181))
23965 ;;; Generated autoloads from progmodes/sh-script.el 23973 ;;; Generated autoloads from progmodes/sh-script.el
23966 (put 'sh-shell 'safe-local-variable 'symbolp) 23974 (put 'sh-shell 'safe-local-variable 'symbolp)
23967 23975
23968 (autoload (quote sh-mode) "sh-script" "\ 23976 (autoload (quote sh-mode) "sh-script" "\
23969 Major mode for editing shell scripts. 23977 Major mode for editing shell scripts.
25472 25480
25473 \(fn)" t nil) 25481 \(fn)" t nil)
25474 25482
25475 ;;;*** 25483 ;;;***
25476 25484
25477 ;;;### (autoloads (locate-library) "subr" "subr.el" (17591 9622)) 25485 ;;;### (autoloads (locate-library) "subr" "subr.el" (17611 9419))
25478 ;;; Generated autoloads from subr.el 25486 ;;; Generated autoloads from subr.el
25479 25487
25480 (autoload (quote locate-library) "subr" "\ 25488 (autoload (quote locate-library) "subr" "\
25481 Show the precise file name of Emacs library LIBRARY. 25489 Show the precise file name of Emacs library LIBRARY.
25482 This command searches the directories in `load-path' like `\\[load-library]' 25490 This command searches the directories in `load-path' like `\\[load-library]'
25549 25557
25550 \(fn &optional ARG)" t nil) 25558 \(fn &optional ARG)" t nil)
25551 25559
25552 ;;;*** 25560 ;;;***
25553 25561
25554 ;;;### (autoloads (tabify untabify) "tabify" "tabify.el" (17390 26945)) 25562 ;;;### (autoloads (tabify untabify) "tabify" "tabify.el" (17611 9419))
25555 ;;; Generated autoloads from tabify.el 25563 ;;; Generated autoloads from tabify.el
25556 25564
25557 (autoload (quote untabify) "tabify" "\ 25565 (autoload (quote untabify) "tabify" "\
25558 Convert all tabs in region to multiple spaces, preserving columns. 25566 Convert all tabs in region to multiple spaces, preserving columns.
25559 Called non-interactively, the region is specified by arguments 25567 Called non-interactively, the region is specified by arguments
25584 ;;;;;; table-recognize-cell table-unrecognize-table table-recognize-table 25592 ;;;;;; table-recognize-cell table-unrecognize-table table-recognize-table
25585 ;;;;;; table-unrecognize-region table-recognize-region table-unrecognize 25593 ;;;;;; table-unrecognize-region table-recognize-region table-unrecognize
25586 ;;;;;; table-recognize table-insert-row-column table-insert-column 25594 ;;;;;; table-recognize table-insert-row-column table-insert-column
25587 ;;;;;; table-insert-row table-insert table-point-left-cell-hook 25595 ;;;;;; table-insert-row table-insert table-point-left-cell-hook
25588 ;;;;;; table-point-entered-cell-hook table-load-hook table-cell-map-hook) 25596 ;;;;;; table-point-entered-cell-hook table-load-hook table-cell-map-hook)
25589 ;;;;;; "table" "textmodes/table.el" (17549 4608)) 25597 ;;;;;; "table" "textmodes/table.el" (17611 9414))
25590 ;;; Generated autoloads from textmodes/table.el 25598 ;;; Generated autoloads from textmodes/table.el
25591 25599
25592 (defvar table-cell-map-hook nil "\ 25600 (defvar table-cell-map-hook nil "\
25593 *Normal hooks run when finishing construction of `table-cell-map'. 25601 *Normal hooks run when finishing construction of `table-cell-map'.
25594 User can modify `table-cell-map' by adding custom functions here.") 25602 User can modify `table-cell-map' by adding custom functions here.")
25595 25603
25596 (custom-autoload (quote table-cell-map-hook) "table") 25604 (custom-autoload (quote table-cell-map-hook) "table" t)
25597 25605
25598 (defvar table-load-hook nil "\ 25606 (defvar table-load-hook nil "\
25599 *List of functions to be called after the table is first loaded.") 25607 *List of functions to be called after the table is first loaded.")
25600 25608
25601 (custom-autoload (quote table-load-hook) "table") 25609 (custom-autoload (quote table-load-hook) "table" t)
25602 25610
25603 (defvar table-point-entered-cell-hook nil "\ 25611 (defvar table-point-entered-cell-hook nil "\
25604 *List of functions to be called after point entered a table cell.") 25612 *List of functions to be called after point entered a table cell.")
25605 25613
25606 (custom-autoload (quote table-point-entered-cell-hook) "table") 25614 (custom-autoload (quote table-point-entered-cell-hook) "table" t)
25607 25615
25608 (defvar table-point-left-cell-hook nil "\ 25616 (defvar table-point-left-cell-hook nil "\
25609 *List of functions to be called after point left a table cell.") 25617 *List of functions to be called after point left a table cell.")
25610 25618
25611 (custom-autoload (quote table-point-left-cell-hook) "table") 25619 (custom-autoload (quote table-point-left-cell-hook) "table" t)
25612 25620
25613 (autoload (quote table-insert) "table" "\ 25621 (autoload (quote table-insert) "table" "\
25614 Insert an editable text table. 25622 Insert an editable text table.
25615 Insert a table of specified number of COLUMNS and ROWS. Optional 25623 Insert a table of specified number of COLUMNS and ROWS. Optional
25616 parameter CELL-WIDTH and CELL-HEIGHT can specify the size of each 25624 parameter CELL-WIDTH and CELL-HEIGHT can specify the size of each
27461 \(fn FROM TO PATTERN &optional STRING)" nil nil) 27469 \(fn FROM TO PATTERN &optional STRING)" nil nil)
27462 27470
27463 ;;;*** 27471 ;;;***
27464 27472
27465 ;;;### (autoloads (tmm-prompt tmm-menubar-mouse tmm-menubar) "tmm" 27473 ;;;### (autoloads (tmm-prompt tmm-menubar-mouse tmm-menubar) "tmm"
27466 ;;;;;; "tmm.el" (17390 26947)) 27474 ;;;;;; "tmm.el" (17611 51386))
27467 ;;; Generated autoloads from tmm.el 27475 ;;; Generated autoloads from tmm.el
27468 (define-key global-map "\M-`" 'tmm-menubar) 27476 (define-key global-map "\M-`" 'tmm-menubar)
27469 (define-key global-map [f10] 'tmm-menubar)
27470 (define-key global-map [menu-bar mouse-1] 'tmm-menubar-mouse) 27477 (define-key global-map [menu-bar mouse-1] 'tmm-menubar-mouse)
27471 27478
27472 (autoload (quote tmm-menubar) "tmm" "\ 27479 (autoload (quote tmm-menubar) "tmm" "\
27473 Text-mode emulation of looking and choosing from a menubar. 27480 Text-mode emulation of looking and choosing from a menubar.
27474 See the documentation for `tmm-prompt'. 27481 See the documentation for `tmm-prompt'.
27855 27862
27856 \(fn)" nil nil) 27863 \(fn)" nil nil)
27857 27864
27858 ;;;*** 27865 ;;;***
27859 27866
27860 ;;;### (autoloads (tumme-mark-tagged-files tumme-dired-comment-files 27867 ;;;### (autoloads (tumme-dired-edit-comment-and-tags tumme-mark-tagged-files
27861 ;;;;;; tumme-dired-display-image tumme-dired-display-external tumme-display-thumb 27868 ;;;;;; tumme-dired-comment-files tumme-dired-display-image tumme-dired-display-external
27862 ;;;;;; tumme-display-thumbs-append tumme-setup-dired-keybindings 27869 ;;;;;; tumme-display-thumb tumme-display-thumbs-append tumme-setup-dired-keybindings
27863 ;;;;;; tumme-jump-thumbnail-buffer tumme-delete-tag tumme-tag-files 27870 ;;;;;; tumme-jump-thumbnail-buffer tumme-delete-tag tumme-tag-files
27864 ;;;;;; tumme-show-all-from-dir tumme-display-thumbs tumme-dired-with-window-configuration 27871 ;;;;;; tumme-show-all-from-dir tumme-display-thumbs tumme-dired-with-window-configuration
27865 ;;;;;; tumme-dired-insert-marked-thumbs) "tumme" "tumme.el" (17591 27872 ;;;;;; tumme-dired-insert-marked-thumbs) "tumme" "tumme.el" (17611
27866 ;;;;;; 9719)) 27873 ;;;;;; 9421))
27867 ;;; Generated autoloads from tumme.el 27874 ;;; Generated autoloads from tumme.el
27868 27875
27869 (autoload (quote tumme-dired-insert-marked-thumbs) "tumme" "\ 27876 (autoload (quote tumme-dired-insert-marked-thumbs) "tumme" "\
27870 Insert thumbnails before file names of marked files in the dired buffer. 27877 Insert thumbnails before file names of marked files in the dired buffer.
27871 27878
27979 A `tag' is a keyword, a piece of meta data, associated with an 27986 A `tag' is a keyword, a piece of meta data, associated with an
27980 image file and stored in tumme's database file. This command 27987 image file and stored in tumme's database file. This command
27981 lets you input a regexp and this will be matched against all tags 27988 lets you input a regexp and this will be matched against all tags
27982 on all image files in the database file. The files that have a 27989 on all image files in the database file. The files that have a
27983 matching tags will be marked in the dired buffer. 27990 matching tags will be marked in the dired buffer.
27991
27992 \(fn)" t nil)
27993
27994 (autoload (quote tumme-dired-edit-comment-and-tags) "tumme" "\
27995 Edit comment and tags of current or marked image files.
27996 Edit comment and tags for all marked image files in an
27997 easy-to-use form.
27984 27998
27985 \(fn)" t nil) 27999 \(fn)" t nil)
27986 28000
27987 ;;;*** 28001 ;;;***
27988 28002
30269 \(fn)" t nil) 30283 \(fn)" t nil)
30270 30284
30271 ;;;*** 30285 ;;;***
30272 30286
30273 ;;;### (autoloads (which-function-mode) "which-func" "progmodes/which-func.el" 30287 ;;;### (autoloads (which-function-mode) "which-func" "progmodes/which-func.el"
30274 ;;;;;; (17390 27409)) 30288 ;;;;;; (17611 10401))
30275 ;;; Generated autoloads from progmodes/which-func.el 30289 ;;; Generated autoloads from progmodes/which-func.el
30276 (put 'which-func-format 'risky-local-variable t) 30290 (put 'which-func-format 'risky-local-variable t)
30277 (put 'which-func-current 'risky-local-variable t) 30291 (put 'which-func-current 'risky-local-variable t)
30278 30292
30279 (defalias (quote which-func-mode) (quote which-function-mode)) 30293 (defalias (quote which-func-mode) (quote which-function-mode))
30282 Non-nil if Which-Function mode is enabled. 30296 Non-nil if Which-Function mode is enabled.
30283 See the command `which-function-mode' for a description of this minor-mode. 30297 See the command `which-function-mode' for a description of this minor-mode.
30284 Setting this variable directly does not take effect; 30298 Setting this variable directly does not take effect;
30285 use either \\[customize] or the function `which-function-mode'.") 30299 use either \\[customize] or the function `which-function-mode'.")
30286 30300
30287 (custom-autoload (quote which-function-mode) "which-func") 30301 (custom-autoload (quote which-function-mode) "which-func" nil)
30288
30289 (put (quote which-function-mode) (quote custom-set) (quote custom-set-minor-mode))
30290 30302
30291 (autoload (quote which-function-mode) "which-func" "\ 30303 (autoload (quote which-function-mode) "which-func" "\
30292 Toggle Which Function mode, globally. 30304 Toggle Which Function mode, globally.
30293 When Which Function mode is enabled, the current function name is 30305 When Which Function mode is enabled, the current function name is
30294 continuously displayed in the mode line, in certain major modes. 30306 continuously displayed in the mode line, in certain major modes.
30686 \(fn)" t nil) 30698 \(fn)" t nil)
30687 30699
30688 ;;;*** 30700 ;;;***
30689 30701
30690 ;;;### (autoloads (xml-parse-region xml-parse-file) "xml" "xml.el" 30702 ;;;### (autoloads (xml-parse-region xml-parse-file) "xml" "xml.el"
30691 ;;;;;; (17390 26950)) 30703 ;;;;;; (17611 9421))
30692 ;;; Generated autoloads from xml.el 30704 ;;; Generated autoloads from xml.el
30693 30705
30694 (autoload (quote xml-parse-file) "xml" "\ 30706 (autoload (quote xml-parse-file) "xml" "\
30695 Parse the well-formed XML file FILE. 30707 Parse the well-formed XML file FILE.
30696 If FILE is already visited, use its buffer and don't kill it. 30708 If FILE is already visited, use its buffer and don't kill it.
30960 ;;;;;; "url/url-expand.el" "url/url-ftp.el" "url/url-history.el" 30972 ;;;;;; "url/url-expand.el" "url/url-ftp.el" "url/url-history.el"
30961 ;;;;;; "url/url-https.el" "url/url-imap.el" "url/url-methods.el" 30973 ;;;;;; "url/url-https.el" "url/url-imap.el" "url/url-methods.el"
30962 ;;;;;; "url/url-nfs.el" "url/url-proxy.el" "url/url-vars.el" "url/vc-dav.el" 30974 ;;;;;; "url/url-nfs.el" "url/url-proxy.el" "url/url-vars.el" "url/vc-dav.el"
30963 ;;;;;; "vc-hooks.el" "vcursor.el" "version.el" "vms-patch.el" "vmsproc.el" 30975 ;;;;;; "vc-hooks.el" "vcursor.el" "version.el" "vms-patch.el" "vmsproc.el"
30964 ;;;;;; "vt-control.el" "vt100-led.el" "w32-fns.el" "w32-vars.el" 30976 ;;;;;; "vt-control.el" "vt100-led.el" "w32-fns.el" "w32-vars.el"
30965 ;;;;;; "widget.el" "window.el" "x-dnd.el") (17591 11825 253467)) 30977 ;;;;;; "widget.el" "window.el" "x-dnd.el") (17611 51600 377025))
30966 30978
30967 ;;;*** 30979 ;;;***
30968 30980
30969 ;;; Local Variables: 30981 ;;; Local Variables:
30970 ;;; version-control: never 30982 ;;; version-control: never