diff options
| author | Karoly Lorentey | 2006-07-29 20:57:26 +0000 |
|---|---|---|
| committer | Karoly Lorentey | 2006-07-29 20:57:26 +0000 |
| commit | 14ab3a40ec0cfdfa7f351e1202e0f873af553391 (patch) | |
| tree | 8e0369b9f5716ef4fac672fd816af559051396ff | |
| parent | e6aee454e682e137d5b04116716d308c1d5c3544 (diff) | |
| download | emacs-14ab3a40ec0cfdfa7f351e1202e0f873af553391.tar.gz emacs-14ab3a40ec0cfdfa7f351e1202e0f873af553391.zip | |
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
| -rw-r--r-- | lisp/ldefs-boot.el | 190 | ||||
| -rw-r--r-- | lisp/menu-bar.el | 16 | ||||
| -rw-r--r-- | lisp/term/x-win.el | 4 | ||||
| -rw-r--r-- | lisp/tmm.el | 1 | ||||
| -rw-r--r-- | src/gtkutil.c | 2 | ||||
| -rw-r--r-- | src/xmenu.c | 11 |
6 files changed, 124 insertions, 100 deletions
diff --git a/lisp/ldefs-boot.el b/lisp/ldefs-boot.el index bdd87c0c13d..cbb366e5849 100644 --- a/lisp/ldefs-boot.el +++ b/lisp/ldefs-boot.el | |||
| @@ -81,7 +81,7 @@ Display alphabetical listing of ABBREV-TABLE in buffer OUTPUT-BUFFER. | |||
| 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" "\ |
| @@ -524,7 +524,7 @@ A replacement function for `newline-and-indent', aligning as it goes. | |||
| 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))))))) |
| @@ -1077,8 +1077,8 @@ Returns list of symbols and documentation found. | |||
| 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" "\ |
| @@ -1528,7 +1528,7 @@ insert a template for the file depending on the mode of the buffer. | |||
| 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" "\ |
| @@ -2766,13 +2766,13 @@ from the cursor position. | |||
| 2766 | ;;;### (autoloads (defmath calc-embedded-activate calc-embedded calc-grab-rectangle | 2766 | ;;;### (autoloads (defmath calc-embedded-activate calc-embedded calc-grab-rectangle |
| 2767 | ;;;;;; calc-grab-region full-calc-keypad calc-keypad calc-eval quick-calc | 2767 | ;;;;;; calc-grab-region full-calc-keypad calc-keypad calc-eval quick-calc |
| 2768 | ;;;;;; full-calc calc calc-dispatch calc-settings-file) "calc" "calc/calc.el" | 2768 | ;;;;;; full-calc calc calc-dispatch calc-settings-file) "calc" "calc/calc.el" |
| 2769 | ;;;;;; (17383 38804)) | 2769 | ;;;;;; (17611 9181)) |
| 2770 | ;;; Generated autoloads from calc/calc.el | 2770 | ;;; Generated autoloads from calc/calc.el |
| 2771 | 2771 | ||
| 2772 | (defvar calc-settings-file (convert-standard-filename "~/.calc.el") "\ | 2772 | (defvar calc-settings-file (convert-standard-filename "~/.calc.el") "\ |
| 2773 | *File in which to record permanent settings.") | 2773 | *File in which to record permanent settings.") |
| 2774 | 2774 | ||
| 2775 | (custom-autoload (quote calc-settings-file) "calc") | 2775 | (custom-autoload (quote calc-settings-file) "calc" t) |
| 2776 | (define-key ctl-x-map "*" 'calc-dispatch) | 2776 | (define-key ctl-x-map "*" 'calc-dispatch) |
| 2777 | 2777 | ||
| 2778 | (autoload (quote calc-dispatch) "calc" "\ | 2778 | (autoload (quote calc-dispatch) "calc" "\ |
| @@ -3481,7 +3481,7 @@ Return the syntactic context of the current line. | |||
| 3481 | 3481 | ||
| 3482 | ;;;### (autoloads (pike-mode idl-mode java-mode objc-mode c++-mode | 3482 | ;;;### (autoloads (pike-mode idl-mode java-mode objc-mode c++-mode |
| 3483 | ;;;;;; c-mode c-initialize-cc-mode) "cc-mode" "progmodes/cc-mode.el" | 3483 | ;;;;;; c-mode c-initialize-cc-mode) "cc-mode" "progmodes/cc-mode.el" |
| 3484 | ;;;;;; (17591 9622)) | 3484 | ;;;;;; (17611 8970)) |
| 3485 | ;;; Generated autoloads from progmodes/cc-mode.el | 3485 | ;;; Generated autoloads from progmodes/cc-mode.el |
| 3486 | 3486 | ||
| 3487 | (autoload (quote c-initialize-cc-mode) "cc-mode" "\ | 3487 | (autoload (quote c-initialize-cc-mode) "cc-mode" "\ |
| @@ -4555,18 +4555,18 @@ on third call it again advances points to the next difference and so on. | |||
| 4555 | ;;;;;; compilation-shell-minor-mode compilation-mode compilation-start | 4555 | ;;;;;; compilation-shell-minor-mode compilation-mode compilation-start |
| 4556 | ;;;;;; compile compilation-disable-input compile-command compilation-search-path | 4556 | ;;;;;; compile compilation-disable-input compile-command compilation-search-path |
| 4557 | ;;;;;; compilation-ask-about-save compilation-window-height compilation-mode-hook) | 4557 | ;;;;;; compilation-ask-about-save compilation-window-height compilation-mode-hook) |
| 4558 | ;;;;;; "compile" "progmodes/compile.el" (17591 9719)) | 4558 | ;;;;;; "compile" "progmodes/compile.el" (17611 8969)) |
| 4559 | ;;; Generated autoloads from progmodes/compile.el | 4559 | ;;; Generated autoloads from progmodes/compile.el |
| 4560 | 4560 | ||
| 4561 | (defvar compilation-mode-hook nil "\ | 4561 | (defvar compilation-mode-hook nil "\ |
| 4562 | *List of hook functions run by `compilation-mode' (see `run-mode-hooks').") | 4562 | *List of hook functions run by `compilation-mode' (see `run-mode-hooks').") |
| 4563 | 4563 | ||
| 4564 | (custom-autoload (quote compilation-mode-hook) "compile") | 4564 | (custom-autoload (quote compilation-mode-hook) "compile" t) |
| 4565 | 4565 | ||
| 4566 | (defvar compilation-window-height nil "\ | 4566 | (defvar compilation-window-height nil "\ |
| 4567 | *Number of lines in a compilation window. If nil, use Emacs default.") | 4567 | *Number of lines in a compilation window. If nil, use Emacs default.") |
| 4568 | 4568 | ||
| 4569 | (custom-autoload (quote compilation-window-height) "compile") | 4569 | (custom-autoload (quote compilation-window-height) "compile" t) |
| 4570 | 4570 | ||
| 4571 | (defvar compilation-process-setup-function nil "\ | 4571 | (defvar compilation-process-setup-function nil "\ |
| 4572 | *Function to call to customize the compilation process. | 4572 | *Function to call to customize the compilation process. |
| @@ -4596,14 +4596,14 @@ and a string describing how the process finished.") | |||
| 4596 | *Non-nil means \\[compile] asks which buffers to save before compiling. | 4596 | *Non-nil means \\[compile] asks which buffers to save before compiling. |
| 4597 | Otherwise, it saves all modified buffers without asking.") | 4597 | Otherwise, it saves all modified buffers without asking.") |
| 4598 | 4598 | ||
| 4599 | (custom-autoload (quote compilation-ask-about-save) "compile") | 4599 | (custom-autoload (quote compilation-ask-about-save) "compile" t) |
| 4600 | 4600 | ||
| 4601 | (defvar compilation-search-path (quote (nil)) "\ | 4601 | (defvar compilation-search-path (quote (nil)) "\ |
| 4602 | *List of directories to search for source files named in error messages. | 4602 | *List of directories to search for source files named in error messages. |
| 4603 | Elements should be directory names, not file names of directories. | 4603 | Elements should be directory names, not file names of directories. |
| 4604 | nil as an element means to try the default directory.") | 4604 | nil as an element means to try the default directory.") |
| 4605 | 4605 | ||
| 4606 | (custom-autoload (quote compilation-search-path) "compile") | 4606 | (custom-autoload (quote compilation-search-path) "compile" t) |
| 4607 | 4607 | ||
| 4608 | (defvar compile-command "make -k " "\ | 4608 | (defvar compile-command "make -k " "\ |
| 4609 | *Last shell command used to do a compilation; default for next compilation. | 4609 | *Last shell command used to do a compilation; default for next compilation. |
| @@ -4619,7 +4619,7 @@ You might also use mode hooks to specify it in certain modes, like this: | |||
| 4619 | (concat \"make -k \" | 4619 | (concat \"make -k \" |
| 4620 | (file-name-sans-extension buffer-file-name))))))") | 4620 | (file-name-sans-extension buffer-file-name))))))") |
| 4621 | 4621 | ||
| 4622 | (custom-autoload (quote compile-command) "compile") | 4622 | (custom-autoload (quote compile-command) "compile" t) |
| 4623 | (put 'compile-command 'safe-local-variable 'stringp) | 4623 | (put 'compile-command 'safe-local-variable 'stringp) |
| 4624 | 4624 | ||
| 4625 | (defvar compilation-disable-input nil "\ | 4625 | (defvar compilation-disable-input nil "\ |
| @@ -4627,7 +4627,7 @@ You might also use mode hooks to specify it in certain modes, like this: | |||
| 4627 | This only affects platforms that support asynchronous processes (see | 4627 | This only affects platforms that support asynchronous processes (see |
| 4628 | `start-process'); synchronous compilation processes never accept input.") | 4628 | `start-process'); synchronous compilation processes never accept input.") |
| 4629 | 4629 | ||
| 4630 | (custom-autoload (quote compilation-disable-input) "compile") | 4630 | (custom-autoload (quote compilation-disable-input) "compile" t) |
| 4631 | 4631 | ||
| 4632 | (autoload (quote compile) "compile" "\ | 4632 | (autoload (quote compile) "compile" "\ |
| 4633 | Compile the program including the current buffer. Default: run `make'. | 4633 | Compile the program including the current buffer. Default: run `make'. |
| @@ -5463,7 +5463,7 @@ INHERIT-INPUT-METHOD. | |||
| 5463 | ;;;*** | 5463 | ;;;*** |
| 5464 | 5464 | ||
| 5465 | ;;;### (autoloads (cua-selection-mode cua-mode) "cua-base" "emulation/cua-base.el" | 5465 | ;;;### (autoloads (cua-selection-mode cua-mode) "cua-base" "emulation/cua-base.el" |
| 5466 | ;;;;;; (17524 8597)) | 5466 | ;;;;;; (17611 8348)) |
| 5467 | ;;; Generated autoloads from emulation/cua-base.el | 5467 | ;;; Generated autoloads from emulation/cua-base.el |
| 5468 | 5468 | ||
| 5469 | (defvar cua-mode nil "\ | 5469 | (defvar cua-mode nil "\ |
| @@ -5472,7 +5472,7 @@ See the command `cua-mode' for a description of this minor-mode. | |||
| 5472 | Setting this variable directly does not take effect; | 5472 | Setting this variable directly does not take effect; |
| 5473 | use either \\[customize] or the function `cua-mode'.") | 5473 | use either \\[customize] or the function `cua-mode'.") |
| 5474 | 5474 | ||
| 5475 | (custom-autoload (quote cua-mode) "cua-base") | 5475 | (custom-autoload (quote cua-mode) "cua-base" nil) |
| 5476 | 5476 | ||
| 5477 | (autoload (quote cua-mode) "cua-base" "\ | 5477 | (autoload (quote cua-mode) "cua-base" "\ |
| 5478 | Toggle CUA key-binding mode. | 5478 | Toggle CUA key-binding mode. |
| @@ -5528,7 +5528,7 @@ Enable CUA selection mode without the C-z/C-x/C-c/C-v bindings. | |||
| 5528 | ;;;;;; customize-face customize-changed-options customize-option-other-window | 5528 | ;;;;;; customize-face customize-changed-options customize-option-other-window |
| 5529 | ;;;;;; customize-option customize-group-other-window customize-group | 5529 | ;;;;;; customize-option customize-group-other-window customize-group |
| 5530 | ;;;;;; customize-mode customize customize-save-variable customize-set-variable | 5530 | ;;;;;; customize-mode customize customize-save-variable customize-set-variable |
| 5531 | ;;;;;; customize-set-value) "cus-edit" "cus-edit.el" (17591 9719)) | 5531 | ;;;;;; customize-set-value) "cus-edit" "cus-edit.el" (17611 10401)) |
| 5532 | ;;; Generated autoloads from cus-edit.el | 5532 | ;;; Generated autoloads from cus-edit.el |
| 5533 | (add-hook 'same-window-regexps "\\`\\*Customiz.*\\*\\'") | 5533 | (add-hook 'same-window-regexps "\\`\\*Customiz.*\\*\\'") |
| 5534 | 5534 | ||
| @@ -5626,18 +5626,24 @@ Show the buffer in another window, but don't select it. | |||
| 5626 | \(fn SYMBOL)" t nil) | 5626 | \(fn SYMBOL)" t nil) |
| 5627 | 5627 | ||
| 5628 | (defvar customize-package-emacs-version-alist nil "\ | 5628 | (defvar customize-package-emacs-version-alist nil "\ |
| 5629 | Alist mapping versions of Emacs to versions of a package. | 5629 | Alist mapping versions of a package to Emacs versions. |
| 5630 | These package versions are listed in the :package-version | 5630 | We use this for packages that have their own names, but are released |
| 5631 | keyword used in `defcustom', `defgroup', and `defface'. Its | 5631 | as part of Emacs itself. |
| 5632 | elements look like this: | 5632 | |
| 5633 | Each elements looks like this: | ||
| 5633 | 5634 | ||
| 5634 | (PACKAGE (PVERSION . EVERSION)...) | 5635 | (PACKAGE (PVERSION . EVERSION)...) |
| 5635 | 5636 | ||
| 5636 | For each PACKAGE, which is a symbol, there are one or more | 5637 | Here PACKAGE is the name of a package, as a symbol. After |
| 5637 | elements that contain a package version PVERSION with an | 5638 | PACKAGE come one or more elements, each associating a |
| 5638 | associated Emacs version EVERSION. These versions are strings. | 5639 | package version PVERSION with the first Emacs version |
| 5639 | For example, the MH-E package updates this alist with the | 5640 | EVERSION in which it (or a subsequent version of PACKAGE) |
| 5640 | following: | 5641 | was first released. Both PVERSION and EVERSION are strings. |
| 5642 | PVERSION should be a string that this package used in | ||
| 5643 | the :package-version keyword for `defcustom', `defgroup', | ||
| 5644 | and `defface'. | ||
| 5645 | |||
| 5646 | For example, the MH-E package updates this alist as follows: | ||
| 5641 | 5647 | ||
| 5642 | (add-to-list 'customize-package-emacs-version-alist | 5648 | (add-to-list 'customize-package-emacs-version-alist |
| 5643 | '(MH-E (\"6.0\" . \"22.1\") (\"6.1\" . \"22.1\") | 5649 | '(MH-E (\"6.0\" . \"22.1\") (\"6.1\" . \"22.1\") |
| @@ -5782,7 +5788,7 @@ in your init file, where CUSTOM-FILE is the actual name of the | |||
| 5782 | file. Otherwise, Emacs will not load the file when it starts up, | 5788 | file. Otherwise, Emacs will not load the file when it starts up, |
| 5783 | and hence will not set `custom-file' to that file either.") | 5789 | and hence will not set `custom-file' to that file either.") |
| 5784 | 5790 | ||
| 5785 | (custom-autoload (quote custom-file) "cus-edit") | 5791 | (custom-autoload (quote custom-file) "cus-edit" t) |
| 5786 | 5792 | ||
| 5787 | (autoload (quote custom-save-all) "cus-edit" "\ | 5793 | (autoload (quote custom-save-all) "cus-edit" "\ |
| 5788 | Save all customizations in `custom-file'. | 5794 | Save all customizations in `custom-file'. |
| @@ -6246,8 +6252,8 @@ START and END delimits the corners of text rectangle. | |||
| 6246 | 6252 | ||
| 6247 | ;;;*** | 6253 | ;;;*** |
| 6248 | 6254 | ||
| 6249 | ;;;### (autoloads (delphi-mode) "delphi" "progmodes/delphi.el" (17390 | 6255 | ;;;### (autoloads (delphi-mode) "delphi" "progmodes/delphi.el" (17611 |
| 6250 | ;;;;;; 27408)) | 6256 | ;;;;;; 9414)) |
| 6251 | ;;; Generated autoloads from progmodes/delphi.el | 6257 | ;;; Generated autoloads from progmodes/delphi.el |
| 6252 | 6258 | ||
| 6253 | (autoload (quote delphi-mode) "delphi" "\ | 6259 | (autoload (quote delphi-mode) "delphi" "\ |
| @@ -6763,7 +6769,7 @@ Minor mode for viewing/editing context diffs. | |||
| 6763 | ;;;;;; dired dired-copy-preserve-time dired-dwim-target dired-keep-marker-symlink | 6769 | ;;;;;; dired dired-copy-preserve-time dired-dwim-target dired-keep-marker-symlink |
| 6764 | ;;;;;; dired-keep-marker-hardlink dired-keep-marker-copy dired-keep-marker-rename | 6770 | ;;;;;; dired-keep-marker-hardlink dired-keep-marker-copy dired-keep-marker-rename |
| 6765 | ;;;;;; dired-trivial-filenames dired-ls-F-marks-symlinks dired-listing-switches) | 6771 | ;;;;;; dired-trivial-filenames dired-ls-F-marks-symlinks dired-listing-switches) |
| 6766 | ;;;;;; "dired" "dired.el" (17549 4607)) | 6772 | ;;;;;; "dired" "dired.el" (17611 8967)) |
| 6767 | ;;; Generated autoloads from dired.el | 6773 | ;;; Generated autoloads from dired.el |
| 6768 | 6774 | ||
| 6769 | (defvar dired-listing-switches "-al" "\ | 6775 | (defvar dired-listing-switches "-al" "\ |
| @@ -6775,7 +6781,7 @@ On systems such as MS-DOS and MS-Windows, which use `ls' emulation in Lisp, | |||
| 6775 | some of the `ls' switches are not supported; see the doc string of | 6781 | some of the `ls' switches are not supported; see the doc string of |
| 6776 | `insert-directory' on `ls-lisp.el' for more details.") | 6782 | `insert-directory' on `ls-lisp.el' for more details.") |
| 6777 | 6783 | ||
| 6778 | (custom-autoload (quote dired-listing-switches) "dired") | 6784 | (custom-autoload (quote dired-listing-switches) "dired" t) |
| 6779 | 6785 | ||
| 6780 | (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")) "\ | 6786 | (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")) "\ |
| 6781 | Name of chown command (usually `chown' or `/etc/chown').") | 6787 | Name of chown command (usually `chown' or `/etc/chown').") |
| @@ -6794,14 +6800,14 @@ marking `ls' program on one host and a non-marking on another host, and | |||
| 6794 | don't care about symbolic links which really end in a @, you can | 6800 | don't care about symbolic links which really end in a @, you can |
| 6795 | always set this variable to t.") | 6801 | always set this variable to t.") |
| 6796 | 6802 | ||
| 6797 | (custom-autoload (quote dired-ls-F-marks-symlinks) "dired") | 6803 | (custom-autoload (quote dired-ls-F-marks-symlinks) "dired" t) |
| 6798 | 6804 | ||
| 6799 | (defvar dired-trivial-filenames "^\\.\\.?$\\|^#" "\ | 6805 | (defvar dired-trivial-filenames "^\\.\\.?$\\|^#" "\ |
| 6800 | *Regexp of files to skip when finding first file of a directory. | 6806 | *Regexp of files to skip when finding first file of a directory. |
| 6801 | A value of nil means move to the subdir line. | 6807 | A value of nil means move to the subdir line. |
| 6802 | A value of t means move to first file.") | 6808 | A value of t means move to first file.") |
| 6803 | 6809 | ||
| 6804 | (custom-autoload (quote dired-trivial-filenames) "dired") | 6810 | (custom-autoload (quote dired-trivial-filenames) "dired" t) |
| 6805 | 6811 | ||
| 6806 | (defvar dired-keep-marker-rename t "\ | 6812 | (defvar dired-keep-marker-rename t "\ |
| 6807 | *Controls marking of renamed files. | 6813 | *Controls marking of renamed files. |
| @@ -6809,28 +6815,28 @@ If t, files keep their previous marks when they are renamed. | |||
| 6809 | If a character, renamed files (whether previously marked or not) | 6815 | If a character, renamed files (whether previously marked or not) |
| 6810 | are afterward marked with that character.") | 6816 | are afterward marked with that character.") |
| 6811 | 6817 | ||
| 6812 | (custom-autoload (quote dired-keep-marker-rename) "dired") | 6818 | (custom-autoload (quote dired-keep-marker-rename) "dired" t) |
| 6813 | 6819 | ||
| 6814 | (defvar dired-keep-marker-copy 67 "\ | 6820 | (defvar dired-keep-marker-copy 67 "\ |
| 6815 | *Controls marking of copied files. | 6821 | *Controls marking of copied files. |
| 6816 | If t, copied files are marked if and as the corresponding original files were. | 6822 | If t, copied files are marked if and as the corresponding original files were. |
| 6817 | If a character, copied files are unconditionally marked with that character.") | 6823 | If a character, copied files are unconditionally marked with that character.") |
| 6818 | 6824 | ||
| 6819 | (custom-autoload (quote dired-keep-marker-copy) "dired") | 6825 | (custom-autoload (quote dired-keep-marker-copy) "dired" t) |
| 6820 | 6826 | ||
| 6821 | (defvar dired-keep-marker-hardlink 72 "\ | 6827 | (defvar dired-keep-marker-hardlink 72 "\ |
| 6822 | *Controls marking of newly made hard links. | 6828 | *Controls marking of newly made hard links. |
| 6823 | If t, they are marked if and as the files linked to were marked. | 6829 | If t, they are marked if and as the files linked to were marked. |
| 6824 | If a character, new links are unconditionally marked with that character.") | 6830 | If a character, new links are unconditionally marked with that character.") |
| 6825 | 6831 | ||
| 6826 | (custom-autoload (quote dired-keep-marker-hardlink) "dired") | 6832 | (custom-autoload (quote dired-keep-marker-hardlink) "dired" t) |
| 6827 | 6833 | ||
| 6828 | (defvar dired-keep-marker-symlink 89 "\ | 6834 | (defvar dired-keep-marker-symlink 89 "\ |
| 6829 | *Controls marking of newly made symbolic links. | 6835 | *Controls marking of newly made symbolic links. |
| 6830 | If t, they are marked if and as the files linked to were marked. | 6836 | If t, they are marked if and as the files linked to were marked. |
| 6831 | If a character, new links are unconditionally marked with that character.") | 6837 | If a character, new links are unconditionally marked with that character.") |
| 6832 | 6838 | ||
| 6833 | (custom-autoload (quote dired-keep-marker-symlink) "dired") | 6839 | (custom-autoload (quote dired-keep-marker-symlink) "dired" t) |
| 6834 | 6840 | ||
| 6835 | (defvar dired-dwim-target nil "\ | 6841 | (defvar dired-dwim-target nil "\ |
| 6836 | *If non-nil, Dired tries to guess a default target directory. | 6842 | *If non-nil, Dired tries to guess a default target directory. |
| @@ -6839,13 +6845,13 @@ use its current subdir, instead of the current subdir of this dired buffer. | |||
| 6839 | 6845 | ||
| 6840 | The target is used in the prompt for file copy, rename etc.") | 6846 | The target is used in the prompt for file copy, rename etc.") |
| 6841 | 6847 | ||
| 6842 | (custom-autoload (quote dired-dwim-target) "dired") | 6848 | (custom-autoload (quote dired-dwim-target) "dired" t) |
| 6843 | 6849 | ||
| 6844 | (defvar dired-copy-preserve-time t "\ | 6850 | (defvar dired-copy-preserve-time t "\ |
| 6845 | *If non-nil, Dired preserves the last-modified time in a file copy. | 6851 | *If non-nil, Dired preserves the last-modified time in a file copy. |
| 6846 | \(This works on only some systems.)") | 6852 | \(This works on only some systems.)") |
| 6847 | 6853 | ||
| 6848 | (custom-autoload (quote dired-copy-preserve-time) "dired") | 6854 | (custom-autoload (quote dired-copy-preserve-time) "dired" t) |
| 6849 | 6855 | ||
| 6850 | (defvar dired-directory nil "\ | 6856 | (defvar dired-directory nil "\ |
| 6851 | The directory name or wildcard spec that this dired directory lists. | 6857 | The directory name or wildcard spec that this dired directory lists. |
| @@ -6968,7 +6974,7 @@ Keybindings: | |||
| 6968 | ;;;;;; dired-run-shell-command dired-do-shell-command dired-clean-directory | 6974 | ;;;;;; dired-run-shell-command dired-do-shell-command dired-clean-directory |
| 6969 | ;;;;;; dired-do-print dired-do-touch dired-do-chown dired-do-chgrp | 6975 | ;;;;;; dired-do-print dired-do-touch dired-do-chown dired-do-chgrp |
| 6970 | ;;;;;; dired-do-chmod dired-compare-directories dired-backup-diff | 6976 | ;;;;;; dired-do-chmod dired-compare-directories dired-backup-diff |
| 6971 | ;;;;;; dired-diff) "dired-aux" "dired-aux.el" (17524 8597)) | 6977 | ;;;;;; dired-diff) "dired-aux" "dired-aux.el" (17611 8435)) |
| 6972 | ;;; Generated autoloads from dired-aux.el | 6978 | ;;; Generated autoloads from dired-aux.el |
| 6973 | 6979 | ||
| 6974 | (autoload (quote dired-diff) "dired-aux" "\ | 6980 | (autoload (quote dired-diff) "dired-aux" "\ |
| @@ -10800,14 +10806,16 @@ Thus ARG can also contain additional grep options. | |||
| 10800 | 10806 | ||
| 10801 | ;;;### (autoloads (ff-mouse-find-other-file-other-window ff-mouse-find-other-file | 10807 | ;;;### (autoloads (ff-mouse-find-other-file-other-window ff-mouse-find-other-file |
| 10802 | ;;;;;; ff-find-other-file ff-get-other-file) "find-file" "find-file.el" | 10808 | ;;;;;; ff-find-other-file ff-get-other-file) "find-file" "find-file.el" |
| 10803 | ;;;;;; (17390 26939)) | 10809 | ;;;;;; (17611 8432)) |
| 10804 | ;;; Generated autoloads from find-file.el | 10810 | ;;; Generated autoloads from find-file.el |
| 10805 | 10811 | ||
| 10806 | (defvar ff-special-constructs (quote (("^#\\s *\\(include\\|import\\)\\s +[<\"]\\(.*\\)[>\"]" lambda nil (setq fname (buffer-substring (match-beginning 2) (match-end 2)))))) "\ | 10812 | (defvar ff-special-constructs (quote (("^#\\s *\\(include\\|import\\)\\s +[<\"]\\(.*\\)[>\"]" lambda nil (buffer-substring (match-beginning 2) (match-end 2))))) "\ |
| 10807 | *A list of regular expressions for `ff-find-file'. | 10813 | *List of special constructs for `ff-treat-as-special' to recognize. |
| 10808 | Specifies how to recognize special constructs such as include files | 10814 | Each element, tried in order, has the form (REGEXP . EXTRACT). |
| 10809 | etc. and an associated method for extracting the filename from that | 10815 | If REGEXP matches the current line (from the beginning of the line), |
| 10810 | construct.") | 10816 | `ff-treat-as-special' calls function EXTRACT with no args. |
| 10817 | If EXTRACT returns nil, keep trying. Otherwise, return the | ||
| 10818 | filename that EXTRACT returned.") | ||
| 10811 | 10819 | ||
| 10812 | (autoload (quote ff-get-other-file) "find-file" "\ | 10820 | (autoload (quote ff-get-other-file) "find-file" "\ |
| 10813 | Find the header or source file corresponding to this file. | 10821 | Find the header or source file corresponding to this file. |
| @@ -10892,7 +10900,7 @@ Visit the file you click on in another window. | |||
| 10892 | ;;;;;; find-variable find-variable-noselect find-function-other-frame | 10900 | ;;;;;; find-variable find-variable-noselect find-function-other-frame |
| 10893 | ;;;;;; find-function-other-window find-function find-function-noselect | 10901 | ;;;;;; find-function-other-window find-function find-function-noselect |
| 10894 | ;;;;;; find-function-search-for-symbol find-library) "find-func" | 10902 | ;;;;;; find-function-search-for-symbol find-library) "find-func" |
| 10895 | ;;;;;; "emacs-lisp/find-func.el" (17591 9719)) | 10903 | ;;;;;; "emacs-lisp/find-func.el" (17611 9415)) |
| 10896 | ;;; Generated autoloads from emacs-lisp/find-func.el | 10904 | ;;; Generated autoloads from emacs-lisp/find-func.el |
| 10897 | 10905 | ||
| 10898 | (autoload (quote find-library) "find-func" "\ | 10906 | (autoload (quote find-library) "find-func" "\ |
| @@ -11489,7 +11497,7 @@ and choose the directory as the fortune-file. | |||
| 11489 | ;;;*** | 11497 | ;;;*** |
| 11490 | 11498 | ||
| 11491 | ;;;### (autoloads (gdb-enable-debug gdba) "gdb-ui" "progmodes/gdb-ui.el" | 11499 | ;;;### (autoloads (gdb-enable-debug gdba) "gdb-ui" "progmodes/gdb-ui.el" |
| 11492 | ;;;;;; (17591 9876)) | 11500 | ;;;;;; (17611 9419)) |
| 11493 | ;;; Generated autoloads from progmodes/gdb-ui.el | 11501 | ;;; Generated autoloads from progmodes/gdb-ui.el |
| 11494 | 11502 | ||
| 11495 | (autoload (quote gdba) "gdb-ui" "\ | 11503 | (autoload (quote gdba) "gdb-ui" "\ |
| @@ -11547,7 +11555,7 @@ detailed description of this mode. | |||
| 11547 | (defvar gdb-enable-debug nil "\ | 11555 | (defvar gdb-enable-debug nil "\ |
| 11548 | Non-nil means record the process input and output in `gdb-debug-ring'.") | 11556 | Non-nil means record the process input and output in `gdb-debug-ring'.") |
| 11549 | 11557 | ||
| 11550 | (custom-autoload (quote gdb-enable-debug) "gdb-ui") | 11558 | (custom-autoload (quote gdb-enable-debug) "gdb-ui" t) |
| 11551 | 11559 | ||
| 11552 | ;;;*** | 11560 | ;;;*** |
| 11553 | 11561 | ||
| @@ -12478,13 +12486,13 @@ Also fontifies the buffer appropriately (see `goto-address-fontify-p' and | |||
| 12478 | 12486 | ||
| 12479 | ;;;### (autoloads (rgrep lgrep grep-find grep grep-mode grep-compute-defaults | 12487 | ;;;### (autoloads (rgrep lgrep grep-find grep grep-mode grep-compute-defaults |
| 12480 | ;;;;;; grep-process-setup grep-setup-hook grep-find-command grep-command | 12488 | ;;;;;; grep-process-setup grep-setup-hook grep-find-command grep-command |
| 12481 | ;;;;;; grep-window-height) "grep" "progmodes/grep.el" (17591 9719)) | 12489 | ;;;;;; grep-window-height) "grep" "progmodes/grep.el" (17611 8967)) |
| 12482 | ;;; Generated autoloads from progmodes/grep.el | 12490 | ;;; Generated autoloads from progmodes/grep.el |
| 12483 | 12491 | ||
| 12484 | (defvar grep-window-height nil "\ | 12492 | (defvar grep-window-height nil "\ |
| 12485 | *Number of lines in a grep window. If nil, use `compilation-window-height'.") | 12493 | *Number of lines in a grep window. If nil, use `compilation-window-height'.") |
| 12486 | 12494 | ||
| 12487 | (custom-autoload (quote grep-window-height) "grep") | 12495 | (custom-autoload (quote grep-window-height) "grep" t) |
| 12488 | 12496 | ||
| 12489 | (defvar grep-command nil "\ | 12497 | (defvar grep-command nil "\ |
| 12490 | The default grep command for \\[grep]. | 12498 | The default grep command for \\[grep]. |
| @@ -12495,19 +12503,19 @@ include it when specifying `grep-command'. | |||
| 12495 | The default value of this variable is set up by `grep-compute-defaults'; | 12503 | The default value of this variable is set up by `grep-compute-defaults'; |
| 12496 | call that function before using this variable in your program.") | 12504 | call that function before using this variable in your program.") |
| 12497 | 12505 | ||
| 12498 | (custom-autoload (quote grep-command) "grep") | 12506 | (custom-autoload (quote grep-command) "grep" t) |
| 12499 | 12507 | ||
| 12500 | (defvar grep-find-command nil "\ | 12508 | (defvar grep-find-command nil "\ |
| 12501 | The default find command for \\[grep-find]. | 12509 | The default find command for \\[grep-find]. |
| 12502 | The default value of this variable is set up by `grep-compute-defaults'; | 12510 | The default value of this variable is set up by `grep-compute-defaults'; |
| 12503 | call that function before using this variable in your program.") | 12511 | call that function before using this variable in your program.") |
| 12504 | 12512 | ||
| 12505 | (custom-autoload (quote grep-find-command) "grep") | 12513 | (custom-autoload (quote grep-find-command) "grep" t) |
| 12506 | 12514 | ||
| 12507 | (defvar grep-setup-hook nil "\ | 12515 | (defvar grep-setup-hook nil "\ |
| 12508 | List of hook functions run by `grep-process-setup' (see `run-hooks').") | 12516 | List of hook functions run by `grep-process-setup' (see `run-hooks').") |
| 12509 | 12517 | ||
| 12510 | (custom-autoload (quote grep-setup-hook) "grep") | 12518 | (custom-autoload (quote grep-setup-hook) "grep" t) |
| 12511 | 12519 | ||
| 12512 | (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))) "\ | 12520 | (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))) "\ |
| 12513 | Regexp used to match grep hits. See `compilation-error-regexp-alist'.") | 12521 | Regexp used to match grep hits. See `compilation-error-regexp-alist'.") |
| @@ -12977,7 +12985,7 @@ A value of nil means skip the middle step, so that | |||
| 12977 | 12985 | ||
| 12978 | ;;;### (autoloads (help-xref-on-pp help-insert-xref-button help-xref-button | 12986 | ;;;### (autoloads (help-xref-on-pp help-insert-xref-button help-xref-button |
| 12979 | ;;;;;; help-make-xrefs help-setup-xref help-mode-finish help-mode-setup | 12987 | ;;;;;; help-make-xrefs help-setup-xref help-mode-finish help-mode-setup |
| 12980 | ;;;;;; help-mode) "help-mode" "help-mode.el" (17591 9719)) | 12988 | ;;;;;; help-mode) "help-mode" "help-mode.el" (17611 9183)) |
| 12981 | ;;; Generated autoloads from help-mode.el | 12989 | ;;; Generated autoloads from help-mode.el |
| 12982 | 12990 | ||
| 12983 | (autoload (quote help-mode) "help-mode" "\ | 12991 | (autoload (quote help-mode) "help-mode" "\ |
| @@ -14209,7 +14217,7 @@ bound to the current value of the filter. | |||
| 14209 | ;;;*** | 14217 | ;;;*** |
| 14210 | 14218 | ||
| 14211 | ;;;### (autoloads (ibuffer ibuffer-other-window ibuffer-list-buffers) | 14219 | ;;;### (autoloads (ibuffer ibuffer-other-window ibuffer-list-buffers) |
| 14212 | ;;;;;; "ibuffer" "ibuffer.el" (17591 9281)) | 14220 | ;;;;;; "ibuffer" "ibuffer.el" (17611 9414)) |
| 14213 | ;;; Generated autoloads from ibuffer.el | 14221 | ;;; Generated autoloads from ibuffer.el |
| 14214 | 14222 | ||
| 14215 | (autoload (quote ibuffer-list-buffers) "ibuffer" "\ | 14223 | (autoload (quote ibuffer-list-buffers) "ibuffer" "\ |
| @@ -14365,7 +14373,7 @@ with no args, if that value is non-nil. | |||
| 14365 | ;;;*** | 14373 | ;;;*** |
| 14366 | 14374 | ||
| 14367 | ;;;### (autoloads (idlwave-shell) "idlw-shell" "progmodes/idlw-shell.el" | 14375 | ;;;### (autoloads (idlwave-shell) "idlw-shell" "progmodes/idlw-shell.el" |
| 14368 | ;;;;;; (17515 24857)) | 14376 | ;;;;;; (17611 8436)) |
| 14369 | ;;; Generated autoloads from progmodes/idlw-shell.el | 14377 | ;;; Generated autoloads from progmodes/idlw-shell.el |
| 14370 | 14378 | ||
| 14371 | (autoload (quote idlwave-shell) "idlw-shell" "\ | 14379 | (autoload (quote idlwave-shell) "idlw-shell" "\ |
| @@ -15045,7 +15053,7 @@ Image files are those whose name has an extension in | |||
| 15045 | ;;;*** | 15053 | ;;;*** |
| 15046 | 15054 | ||
| 15047 | ;;;### (autoloads (image-mode-maybe image-minor-mode image-mode) | 15055 | ;;;### (autoloads (image-mode-maybe image-minor-mode image-mode) |
| 15048 | ;;;;;; "image-mode" "image-mode.el" (17549 4607)) | 15056 | ;;;;;; "image-mode" "image-mode.el" (17611 8435)) |
| 15049 | ;;; Generated autoloads from image-mode.el | 15057 | ;;; Generated autoloads from image-mode.el |
| 15050 | (push '("\\.jpe?g\\'" . image-mode) auto-mode-alist) | 15058 | (push '("\\.jpe?g\\'" . image-mode) auto-mode-alist) |
| 15051 | (push '("\\.png\\'" . image-mode) auto-mode-alist) | 15059 | (push '("\\.png\\'" . image-mode) auto-mode-alist) |
| @@ -15755,7 +15763,7 @@ Add submenus to the File menu, to convert to and from various formats. | |||
| 15755 | ;;;;;; ispell-region ispell-change-dictionary ispell-kill-ispell | 15763 | ;;;;;; ispell-region ispell-change-dictionary ispell-kill-ispell |
| 15756 | ;;;;;; ispell-help ispell-pdict-save ispell-word ispell-local-dictionary-alist | 15764 | ;;;;;; ispell-help ispell-pdict-save ispell-word ispell-local-dictionary-alist |
| 15757 | ;;;;;; ispell-personal-dictionary) "ispell" "textmodes/ispell.el" | 15765 | ;;;;;; ispell-personal-dictionary) "ispell" "textmodes/ispell.el" |
| 15758 | ;;;;;; (17549 5052)) | 15766 | ;;;;;; (17611 9421)) |
| 15759 | ;;; Generated autoloads from textmodes/ispell.el | 15767 | ;;; Generated autoloads from textmodes/ispell.el |
| 15760 | (put 'ispell-check-comments 'safe-local-variable (lambda (a) (memq a '(nil t exclusive)))) | 15768 | (put 'ispell-check-comments 'safe-local-variable (lambda (a) (memq a '(nil t exclusive)))) |
| 15761 | 15769 | ||
| @@ -15764,7 +15772,7 @@ Add submenus to the File menu, to convert to and from various formats. | |||
| 15764 | If nil, the default personal dictionary, \"~/.ispell_DICTNAME\" is used, | 15772 | If nil, the default personal dictionary, \"~/.ispell_DICTNAME\" is used, |
| 15765 | where DICTNAME is the name of your default dictionary.") | 15773 | where DICTNAME is the name of your default dictionary.") |
| 15766 | 15774 | ||
| 15767 | (custom-autoload (quote ispell-personal-dictionary) "ispell") | 15775 | (custom-autoload (quote ispell-personal-dictionary) "ispell" t) |
| 15768 | (put 'ispell-local-dictionary 'safe-local-variable 'string-or-null-p) | 15776 | (put 'ispell-local-dictionary 'safe-local-variable 'string-or-null-p) |
| 15769 | 15777 | ||
| 15770 | (defvar ispell-local-dictionary-alist nil "\ | 15778 | (defvar ispell-local-dictionary-alist nil "\ |
| @@ -15775,7 +15783,7 @@ To make permanent changes to your dictionary definitions, you | |||
| 15775 | will need to make your changes in this variable, save, and then | 15783 | will need to make your changes in this variable, save, and then |
| 15776 | re-start emacs.") | 15784 | re-start emacs.") |
| 15777 | 15785 | ||
| 15778 | (custom-autoload (quote ispell-local-dictionary-alist) "ispell") | 15786 | (custom-autoload (quote ispell-local-dictionary-alist) "ispell" t) |
| 15779 | 15787 | ||
| 15780 | (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)))) | 15788 | (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)))) |
| 15781 | 15789 | ||
| @@ -16649,7 +16657,7 @@ Unconditionally turn on Lazy Lock mode. | |||
| 16649 | ;;;*** | 16657 | ;;;*** |
| 16650 | 16658 | ||
| 16651 | ;;;### (autoloads (ld-script-mode) "ld-script" "progmodes/ld-script.el" | 16659 | ;;;### (autoloads (ld-script-mode) "ld-script" "progmodes/ld-script.el" |
| 16652 | ;;;;;; (17390 27408)) | 16660 | ;;;;;; (17611 9419)) |
| 16653 | ;;; Generated autoloads from progmodes/ld-script.el | 16661 | ;;; Generated autoloads from progmodes/ld-script.el |
| 16654 | 16662 | ||
| 16655 | (add-to-list (quote auto-mode-alist) (quote ("\\.ld[si]?\\>" . ld-script-mode))) | 16663 | (add-to-list (quote auto-mode-alist) (quote ("\\.ld[si]?\\>" . ld-script-mode))) |
| @@ -17450,8 +17458,8 @@ yourself the value of `master-of' by calling `master-show-slave'. | |||
| 17450 | 17458 | ||
| 17451 | ;;;*** | 17459 | ;;;*** |
| 17452 | 17460 | ||
| 17453 | ;;;### (autoloads (menu-bar-mode) "menu-bar" "menu-bar.el" (17549 | 17461 | ;;;### (autoloads (menu-bar-mode) "menu-bar" "menu-bar.el" (17611 |
| 17454 | ;;;;;; 4607)) | 17462 | ;;;;;; 51325)) |
| 17455 | ;;; Generated autoloads from menu-bar.el | 17463 | ;;; Generated autoloads from menu-bar.el |
| 17456 | 17464 | ||
| 17457 | (put (quote menu-bar-mode) (quote standard-value) (quote (t))) | 17465 | (put (quote menu-bar-mode) (quote standard-value) (quote (t))) |
| @@ -17462,7 +17470,7 @@ See the command `menu-bar-mode' for a description of this minor-mode. | |||
| 17462 | Setting this variable directly does not take effect; | 17470 | Setting this variable directly does not take effect; |
| 17463 | use either \\[customize] or the function `menu-bar-mode'.") | 17471 | use either \\[customize] or the function `menu-bar-mode'.") |
| 17464 | 17472 | ||
| 17465 | (custom-autoload (quote menu-bar-mode) "menu-bar") | 17473 | (custom-autoload (quote menu-bar-mode) "menu-bar" nil) |
| 17466 | 17474 | ||
| 17467 | (autoload (quote menu-bar-mode) "menu-bar" "\ | 17475 | (autoload (quote menu-bar-mode) "menu-bar" "\ |
| 17468 | Toggle display of a menu bar on each frame. | 17476 | Toggle display of a menu bar on each frame. |
| @@ -18124,7 +18132,7 @@ If NO-DISPLAY is nil, display it. Otherwise, do nothing after replacing. | |||
| 18124 | ;;;*** | 18132 | ;;;*** |
| 18125 | 18133 | ||
| 18126 | ;;;### (autoloads (mm-url-insert-file-contents-external mm-url-insert-file-contents) | 18134 | ;;;### (autoloads (mm-url-insert-file-contents-external mm-url-insert-file-contents) |
| 18127 | ;;;;;; "mm-url" "gnus/mm-url.el" (17383 38805)) | 18135 | ;;;;;; "mm-url" "gnus/mm-url.el" (17611 9417)) |
| 18128 | ;;; Generated autoloads from gnus/mm-url.el | 18136 | ;;; Generated autoloads from gnus/mm-url.el |
| 18129 | 18137 | ||
| 18130 | (autoload (quote mm-url-insert-file-contents) "mm-url" "\ | 18138 | (autoload (quote mm-url-insert-file-contents) "mm-url" "\ |
| @@ -20367,7 +20375,7 @@ they are not defaultly assigned to keys. | |||
| 20367 | ;;;*** | 20375 | ;;;*** |
| 20368 | 20376 | ||
| 20369 | ;;;### (autoloads (po-find-file-coding-system) "po" "textmodes/po.el" | 20377 | ;;;### (autoloads (po-find-file-coding-system) "po" "textmodes/po.el" |
| 20370 | ;;;;;; (17549 4608)) | 20378 | ;;;;;; (17611 9183)) |
| 20371 | ;;; Generated autoloads from textmodes/po.el | 20379 | ;;; Generated autoloads from textmodes/po.el |
| 20372 | 20380 | ||
| 20373 | (autoload (quote po-find-file-coding-system) "po" "\ | 20381 | (autoload (quote po-find-file-coding-system) "po" "\ |
| @@ -23960,7 +23968,7 @@ To work around that, do: | |||
| 23960 | ;;;*** | 23968 | ;;;*** |
| 23961 | 23969 | ||
| 23962 | ;;;### (autoloads (sh-mode) "sh-script" "progmodes/sh-script.el" | 23970 | ;;;### (autoloads (sh-mode) "sh-script" "progmodes/sh-script.el" |
| 23963 | ;;;;;; (17549 4607)) | 23971 | ;;;;;; (17611 9181)) |
| 23964 | ;;; Generated autoloads from progmodes/sh-script.el | 23972 | ;;; Generated autoloads from progmodes/sh-script.el |
| 23965 | (put 'sh-shell 'safe-local-variable 'symbolp) | 23973 | (put 'sh-shell 'safe-local-variable 'symbolp) |
| 23966 | 23974 | ||
| @@ -25473,7 +25481,7 @@ Studlify-case the current buffer. | |||
| 25473 | 25481 | ||
| 25474 | ;;;*** | 25482 | ;;;*** |
| 25475 | 25483 | ||
| 25476 | ;;;### (autoloads (locate-library) "subr" "subr.el" (17591 9622)) | 25484 | ;;;### (autoloads (locate-library) "subr" "subr.el" (17611 9419)) |
| 25477 | ;;; Generated autoloads from subr.el | 25485 | ;;; Generated autoloads from subr.el |
| 25478 | 25486 | ||
| 25479 | (autoload (quote locate-library) "subr" "\ | 25487 | (autoload (quote locate-library) "subr" "\ |
| @@ -25550,7 +25558,7 @@ Turn it on to use emacs mouse commands, and off to use t-mouse commands. | |||
| 25550 | 25558 | ||
| 25551 | ;;;*** | 25559 | ;;;*** |
| 25552 | 25560 | ||
| 25553 | ;;;### (autoloads (tabify untabify) "tabify" "tabify.el" (17390 26945)) | 25561 | ;;;### (autoloads (tabify untabify) "tabify" "tabify.el" (17611 9419)) |
| 25554 | ;;; Generated autoloads from tabify.el | 25562 | ;;; Generated autoloads from tabify.el |
| 25555 | 25563 | ||
| 25556 | (autoload (quote untabify) "tabify" "\ | 25564 | (autoload (quote untabify) "tabify" "\ |
| @@ -25585,29 +25593,29 @@ The variable `tab-width' controls the spacing of tab stops. | |||
| 25585 | ;;;;;; table-recognize table-insert-row-column table-insert-column | 25593 | ;;;;;; table-recognize table-insert-row-column table-insert-column |
| 25586 | ;;;;;; table-insert-row table-insert table-point-left-cell-hook | 25594 | ;;;;;; table-insert-row table-insert table-point-left-cell-hook |
| 25587 | ;;;;;; table-point-entered-cell-hook table-load-hook table-cell-map-hook) | 25595 | ;;;;;; table-point-entered-cell-hook table-load-hook table-cell-map-hook) |
| 25588 | ;;;;;; "table" "textmodes/table.el" (17549 4608)) | 25596 | ;;;;;; "table" "textmodes/table.el" (17611 9414)) |
| 25589 | ;;; Generated autoloads from textmodes/table.el | 25597 | ;;; Generated autoloads from textmodes/table.el |
| 25590 | 25598 | ||
| 25591 | (defvar table-cell-map-hook nil "\ | 25599 | (defvar table-cell-map-hook nil "\ |
| 25592 | *Normal hooks run when finishing construction of `table-cell-map'. | 25600 | *Normal hooks run when finishing construction of `table-cell-map'. |
| 25593 | User can modify `table-cell-map' by adding custom functions here.") | 25601 | User can modify `table-cell-map' by adding custom functions here.") |
| 25594 | 25602 | ||
| 25595 | (custom-autoload (quote table-cell-map-hook) "table") | 25603 | (custom-autoload (quote table-cell-map-hook) "table" t) |
| 25596 | 25604 | ||
| 25597 | (defvar table-load-hook nil "\ | 25605 | (defvar table-load-hook nil "\ |
| 25598 | *List of functions to be called after the table is first loaded.") | 25606 | *List of functions to be called after the table is first loaded.") |
| 25599 | 25607 | ||
| 25600 | (custom-autoload (quote table-load-hook) "table") | 25608 | (custom-autoload (quote table-load-hook) "table" t) |
| 25601 | 25609 | ||
| 25602 | (defvar table-point-entered-cell-hook nil "\ | 25610 | (defvar table-point-entered-cell-hook nil "\ |
| 25603 | *List of functions to be called after point entered a table cell.") | 25611 | *List of functions to be called after point entered a table cell.") |
| 25604 | 25612 | ||
| 25605 | (custom-autoload (quote table-point-entered-cell-hook) "table") | 25613 | (custom-autoload (quote table-point-entered-cell-hook) "table" t) |
| 25606 | 25614 | ||
| 25607 | (defvar table-point-left-cell-hook nil "\ | 25615 | (defvar table-point-left-cell-hook nil "\ |
| 25608 | *List of functions to be called after point left a table cell.") | 25616 | *List of functions to be called after point left a table cell.") |
| 25609 | 25617 | ||
| 25610 | (custom-autoload (quote table-point-left-cell-hook) "table") | 25618 | (custom-autoload (quote table-point-left-cell-hook) "table" t) |
| 25611 | 25619 | ||
| 25612 | (autoload (quote table-insert) "table" "\ | 25620 | (autoload (quote table-insert) "table" "\ |
| 25613 | Insert an editable text table. | 25621 | Insert an editable text table. |
| @@ -27462,10 +27470,9 @@ PATTERN regexp. | |||
| 27462 | ;;;*** | 27470 | ;;;*** |
| 27463 | 27471 | ||
| 27464 | ;;;### (autoloads (tmm-prompt tmm-menubar-mouse tmm-menubar) "tmm" | 27472 | ;;;### (autoloads (tmm-prompt tmm-menubar-mouse tmm-menubar) "tmm" |
| 27465 | ;;;;;; "tmm.el" (17390 26947)) | 27473 | ;;;;;; "tmm.el" (17611 51386)) |
| 27466 | ;;; Generated autoloads from tmm.el | 27474 | ;;; Generated autoloads from tmm.el |
| 27467 | (define-key global-map "\M-`" 'tmm-menubar) | 27475 | (define-key global-map "\M-`" 'tmm-menubar) |
| 27468 | (define-key global-map [f10] 'tmm-menubar) | ||
| 27469 | (define-key global-map [menu-bar mouse-1] 'tmm-menubar-mouse) | 27476 | (define-key global-map [menu-bar mouse-1] 'tmm-menubar-mouse) |
| 27470 | 27477 | ||
| 27471 | (autoload (quote tmm-menubar) "tmm" "\ | 27478 | (autoload (quote tmm-menubar) "tmm" "\ |
| @@ -27856,13 +27863,13 @@ Not documented | |||
| 27856 | 27863 | ||
| 27857 | ;;;*** | 27864 | ;;;*** |
| 27858 | 27865 | ||
| 27859 | ;;;### (autoloads (tumme-mark-tagged-files tumme-dired-comment-files | 27866 | ;;;### (autoloads (tumme-dired-edit-comment-and-tags tumme-mark-tagged-files |
| 27860 | ;;;;;; tumme-dired-display-image tumme-dired-display-external tumme-display-thumb | 27867 | ;;;;;; tumme-dired-comment-files tumme-dired-display-image tumme-dired-display-external |
| 27861 | ;;;;;; tumme-display-thumbs-append tumme-setup-dired-keybindings | 27868 | ;;;;;; tumme-display-thumb tumme-display-thumbs-append tumme-setup-dired-keybindings |
| 27862 | ;;;;;; tumme-jump-thumbnail-buffer tumme-delete-tag tumme-tag-files | 27869 | ;;;;;; tumme-jump-thumbnail-buffer tumme-delete-tag tumme-tag-files |
| 27863 | ;;;;;; tumme-show-all-from-dir tumme-display-thumbs tumme-dired-with-window-configuration | 27870 | ;;;;;; tumme-show-all-from-dir tumme-display-thumbs tumme-dired-with-window-configuration |
| 27864 | ;;;;;; tumme-dired-insert-marked-thumbs) "tumme" "tumme.el" (17591 | 27871 | ;;;;;; tumme-dired-insert-marked-thumbs) "tumme" "tumme.el" (17611 |
| 27865 | ;;;;;; 9719)) | 27872 | ;;;;;; 9421)) |
| 27866 | ;;; Generated autoloads from tumme.el | 27873 | ;;; Generated autoloads from tumme.el |
| 27867 | 27874 | ||
| 27868 | (autoload (quote tumme-dired-insert-marked-thumbs) "tumme" "\ | 27875 | (autoload (quote tumme-dired-insert-marked-thumbs) "tumme" "\ |
| @@ -27983,6 +27990,13 @@ matching tags will be marked in the dired buffer. | |||
| 27983 | 27990 | ||
| 27984 | \(fn)" t nil) | 27991 | \(fn)" t nil) |
| 27985 | 27992 | ||
| 27993 | (autoload (quote tumme-dired-edit-comment-and-tags) "tumme" "\ | ||
| 27994 | Edit comment and tags of current or marked image files. | ||
| 27995 | Edit comment and tags for all marked image files in an | ||
| 27996 | easy-to-use form. | ||
| 27997 | |||
| 27998 | \(fn)" t nil) | ||
| 27999 | |||
| 27986 | ;;;*** | 28000 | ;;;*** |
| 27987 | 28001 | ||
| 27988 | ;;;### (autoloads (2C-split 2C-associate-buffer 2C-two-columns) "two-column" | 28002 | ;;;### (autoloads (2C-split 2C-associate-buffer 2C-two-columns) "two-column" |
| @@ -30270,7 +30284,7 @@ Please submit bug reports and other feedback to the author, Neil W. Van Dyke | |||
| 30270 | ;;;*** | 30284 | ;;;*** |
| 30271 | 30285 | ||
| 30272 | ;;;### (autoloads (which-function-mode) "which-func" "progmodes/which-func.el" | 30286 | ;;;### (autoloads (which-function-mode) "which-func" "progmodes/which-func.el" |
| 30273 | ;;;;;; (17390 27409)) | 30287 | ;;;;;; (17611 10401)) |
| 30274 | ;;; Generated autoloads from progmodes/which-func.el | 30288 | ;;; Generated autoloads from progmodes/which-func.el |
| 30275 | (put 'which-func-format 'risky-local-variable t) | 30289 | (put 'which-func-format 'risky-local-variable t) |
| 30276 | (put 'which-func-current 'risky-local-variable t) | 30290 | (put 'which-func-current 'risky-local-variable t) |
| @@ -30283,9 +30297,7 @@ See the command `which-function-mode' for a description of this minor-mode. | |||
| 30283 | Setting this variable directly does not take effect; | 30297 | Setting this variable directly does not take effect; |
| 30284 | use either \\[customize] or the function `which-function-mode'.") | 30298 | use either \\[customize] or the function `which-function-mode'.") |
| 30285 | 30299 | ||
| 30286 | (custom-autoload (quote which-function-mode) "which-func") | 30300 | (custom-autoload (quote which-function-mode) "which-func" nil) |
| 30287 | |||
| 30288 | (put (quote which-function-mode) (quote custom-set) (quote custom-set-minor-mode)) | ||
| 30289 | 30301 | ||
| 30290 | (autoload (quote which-function-mode) "which-func" "\ | 30302 | (autoload (quote which-function-mode) "which-func" "\ |
| 30291 | Toggle Which Function mode, globally. | 30303 | Toggle Which Function mode, globally. |
| @@ -30686,7 +30698,7 @@ The key bindings are: | |||
| 30686 | ;;;*** | 30698 | ;;;*** |
| 30687 | 30699 | ||
| 30688 | ;;;### (autoloads (xml-parse-region xml-parse-file) "xml" "xml.el" | 30700 | ;;;### (autoloads (xml-parse-region xml-parse-file) "xml" "xml.el" |
| 30689 | ;;;;;; (17390 26950)) | 30701 | ;;;;;; (17611 9421)) |
| 30690 | ;;; Generated autoloads from xml.el | 30702 | ;;; Generated autoloads from xml.el |
| 30691 | 30703 | ||
| 30692 | (autoload (quote xml-parse-file) "xml" "\ | 30704 | (autoload (quote xml-parse-file) "xml" "\ |
| @@ -30960,7 +30972,7 @@ Zone-mode does two things: | |||
| 30960 | ;;;;;; "url/url-nfs.el" "url/url-proxy.el" "url/url-vars.el" "url/vc-dav.el" | 30972 | ;;;;;; "url/url-nfs.el" "url/url-proxy.el" "url/url-vars.el" "url/vc-dav.el" |
| 30961 | ;;;;;; "vc-hooks.el" "vcursor.el" "version.el" "vms-patch.el" "vmsproc.el" | 30973 | ;;;;;; "vc-hooks.el" "vcursor.el" "version.el" "vms-patch.el" "vmsproc.el" |
| 30962 | ;;;;;; "vt-control.el" "vt100-led.el" "w32-fns.el" "w32-vars.el" | 30974 | ;;;;;; "vt-control.el" "vt100-led.el" "w32-fns.el" "w32-vars.el" |
| 30963 | ;;;;;; "widget.el" "window.el" "x-dnd.el") (17591 11825 253467)) | 30975 | ;;;;;; "widget.el" "window.el" "x-dnd.el") (17611 51600 377025)) |
| 30964 | 30976 | ||
| 30965 | ;;;*** | 30977 | ;;;*** |
| 30966 | 30978 | ||
diff --git a/lisp/menu-bar.el b/lisp/menu-bar.el index 598c18128c9..b3909559d03 100644 --- a/lisp/menu-bar.el +++ b/lisp/menu-bar.el | |||
| @@ -1768,6 +1768,22 @@ See `menu-bar-mode' for more information." | |||
| 1768 | (menu-bar-mode (if (> (frame-parameter nil 'menu-bar-lines) 0) 0 1)) | 1768 | (menu-bar-mode (if (> (frame-parameter nil 'menu-bar-lines) 0) 0 1)) |
| 1769 | (menu-bar-mode arg))) | 1769 | (menu-bar-mode arg))) |
| 1770 | 1770 | ||
| 1771 | (defun menu-bar-open (&optional frame) | ||
| 1772 | "Start key navigation of the menu bar in FRAME. | ||
| 1773 | |||
| 1774 | This function decides which method to use to access the menu | ||
| 1775 | depending on FRAME's terminal device. On X displays, it calls | ||
| 1776 | `x-menu-bar-open'; otherwise it calls `tmm-menubar'. | ||
| 1777 | |||
| 1778 | If FRAME is nil or not given, use the selected frame." | ||
| 1779 | (interactive) | ||
| 1780 | (if (eq window-system 'x) | ||
| 1781 | (x-menu-bar-open frame) | ||
| 1782 | (with-selected-frame (or frame (selected-frame)) | ||
| 1783 | (tmm-menubar)))) | ||
| 1784 | |||
| 1785 | (global-set-key [f10] 'menu-bar-open) | ||
| 1786 | |||
| 1771 | (provide 'menu-bar) | 1787 | (provide 'menu-bar) |
| 1772 | 1788 | ||
| 1773 | ;;; arch-tag: 6e6a3c22-4ec4-4d3d-8190-583f8ef94ced | 1789 | ;;; arch-tag: 6e6a3c22-4ec4-4d3d-8190-583f8ef94ced |
diff --git a/lisp/term/x-win.el b/lisp/term/x-win.el index 1c8058835d3..9730aca9b9d 100644 --- a/lisp/term/x-win.el +++ b/lisp/term/x-win.el | |||
| @@ -2533,9 +2533,5 @@ order until succeed.") | |||
| 2533 | (add-hook 'after-make-frame-functions 'x-dnd-init-frame) | 2533 | (add-hook 'after-make-frame-functions 'x-dnd-init-frame) |
| 2534 | (global-set-key [drag-n-drop] 'x-dnd-handle-drag-n-drop-event) | 2534 | (global-set-key [drag-n-drop] 'x-dnd-handle-drag-n-drop-event) |
| 2535 | 2535 | ||
| 2536 | ;; Let F10 do menu bar navigation. | ||
| 2537 | (and (fboundp 'menu-bar-open) | ||
| 2538 | (global-set-key [f10] 'menu-bar-open)) | ||
| 2539 | |||
| 2540 | ;; arch-tag: f1501302-db8b-4d95-88e3-116697d89f78 | 2536 | ;; arch-tag: f1501302-db8b-4d95-88e3-116697d89f78 |
| 2541 | ;;; x-win.el ends here | 2537 | ;;; x-win.el ends here |
diff --git a/lisp/tmm.el b/lisp/tmm.el index 86c326616aa..53b61a5184b 100644 --- a/lisp/tmm.el +++ b/lisp/tmm.el | |||
| @@ -47,7 +47,6 @@ | |||
| 47 | (defvar tmm-table-undef) | 47 | (defvar tmm-table-undef) |
| 48 | 48 | ||
| 49 | ;;;###autoload (define-key global-map "\M-`" 'tmm-menubar) | 49 | ;;;###autoload (define-key global-map "\M-`" 'tmm-menubar) |
| 50 | ;;;###autoload (define-key global-map [f10] 'tmm-menubar) | ||
| 51 | ;;;###autoload (define-key global-map [menu-bar mouse-1] 'tmm-menubar-mouse) | 50 | ;;;###autoload (define-key global-map [menu-bar mouse-1] 'tmm-menubar-mouse) |
| 52 | 51 | ||
| 53 | ;;;###autoload | 52 | ;;;###autoload |
diff --git a/src/gtkutil.c b/src/gtkutil.c index f4a2b4d3f52..4329ce236de 100644 --- a/src/gtkutil.c +++ b/src/gtkutil.c | |||
| @@ -1970,7 +1970,7 @@ xg_create_one_menuitem (item, f, select_cb, highlight_cb, cl_data, group) | |||
| 1970 | return w; | 1970 | return w; |
| 1971 | } | 1971 | } |
| 1972 | 1972 | ||
| 1973 | /* Callback called when keyboard traversal (started by menu-bar-open) ends. | 1973 | /* Callback called when keyboard traversal (started by x-menu-bar-open) ends. |
| 1974 | WMENU is the menu for which traversal has been done. DATA points to the | 1974 | WMENU is the menu for which traversal has been done. DATA points to the |
| 1975 | frame for WMENU. We must release grabs, some bad interaction between GTK | 1975 | frame for WMENU. We must release grabs, some bad interaction between GTK |
| 1976 | and Emacs makes the menus keep the grabs. */ | 1976 | and Emacs makes the menus keep the grabs. */ |
diff --git a/src/xmenu.c b/src/xmenu.c index 48320479ad8..1650222ae84 100644 --- a/src/xmenu.c +++ b/src/xmenu.c | |||
| @@ -1310,7 +1310,7 @@ popup_get_selection (initial_event, dpyinfo, id, do_timers) | |||
| 1310 | } | 1310 | } |
| 1311 | } | 1311 | } |
| 1312 | 1312 | ||
| 1313 | DEFUN ("menu-bar-open", Fmenu_bar_open, Smenu_bar_open, 0, 1, "i", | 1313 | DEFUN ("x-menu-bar-open", Fx_menu_bar_open, Sx_menu_bar_open, 0, 1, "i", |
| 1314 | doc: /* Start key navigation of the menu bar in FRAME. | 1314 | doc: /* Start key navigation of the menu bar in FRAME. |
| 1315 | This initially opens the first menu bar item and you can then navigate with the | 1315 | This initially opens the first menu bar item and you can then navigate with the |
| 1316 | arrow keys, select a menu entry with the return key or cancel with the | 1316 | arrow keys, select a menu entry with the return key or cancel with the |
| @@ -1389,7 +1389,7 @@ If FRAME is nil or not given, use the selected frame. */) | |||
| 1389 | 1389 | ||
| 1390 | 1390 | ||
| 1391 | #ifdef USE_GTK | 1391 | #ifdef USE_GTK |
| 1392 | DEFUN ("menu-bar-open", Fmenu_bar_open, Smenu_bar_open, 0, 1, "i", | 1392 | DEFUN ("x-menu-bar-open", Fx_menu_bar_open, Sx_menu_bar_open, 0, 1, "i", |
| 1393 | doc: /* Start key navigation of the menu bar in FRAME. | 1393 | doc: /* Start key navigation of the menu bar in FRAME. |
| 1394 | This initially opens the first menu bar item and you can then navigate with the | 1394 | This initially opens the first menu bar item and you can then navigate with the |
| 1395 | arrow keys, select a menu entry with the return key or cancel with the | 1395 | arrow keys, select a menu entry with the return key or cancel with the |
| @@ -3816,9 +3816,10 @@ The enable predicate for a menu command should check this variable. */); | |||
| 3816 | defsubr (&Sx_popup_menu); | 3816 | defsubr (&Sx_popup_menu); |
| 3817 | 3817 | ||
| 3818 | #if defined (USE_GTK) || defined (USE_X_TOOLKIT) | 3818 | #if defined (USE_GTK) || defined (USE_X_TOOLKIT) |
| 3819 | defsubr (&Smenu_bar_open); | 3819 | defsubr (&Sx_menu_bar_open); |
| 3820 | Fdefalias (intern ("accelerate-menu"), intern (Smenu_bar_open.symbol_name), | 3820 | Fdefalias (intern ("accelerate-menu"), |
| 3821 | Qnil); | 3821 | intern (Sx_menu_bar_open.symbol_name), |
| 3822 | Qnil); | ||
| 3822 | #endif | 3823 | #endif |
| 3823 | 3824 | ||
| 3824 | #ifdef HAVE_MENUS | 3825 | #ifdef HAVE_MENUS |