aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ldefs-boot.el
diff options
context:
space:
mode:
authorMiles Bader2008-01-30 07:57:28 +0000
committerMiles Bader2008-01-30 07:57:28 +0000
commitd235ca2ff8fab139ce797757fcb159d1e28fa7e0 (patch)
tree96c5cd1a06a0d9dc26e8470c6eabfc032c0046f3 /lisp/ldefs-boot.el
parent3709a060f679dba14df71ae64a0035fa2b5b3106 (diff)
parent02cbe062bee38a6705bafb1699d77e3c44cfafcf (diff)
downloademacs-d235ca2ff8fab139ce797757fcb159d1e28fa7e0.tar.gz
emacs-d235ca2ff8fab139ce797757fcb159d1e28fa7e0.zip
Merge from emacs--devo--0
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-324
Diffstat (limited to 'lisp/ldefs-boot.el')
-rw-r--r--lisp/ldefs-boot.el470
1 files changed, 397 insertions, 73 deletions
diff --git a/lisp/ldefs-boot.el b/lisp/ldefs-boot.el
index 450c5f219f9..7f2b22a4385 100644
--- a/lisp/ldefs-boot.el
+++ b/lisp/ldefs-boot.el
@@ -249,7 +249,6 @@ This is just like `add-change-log-entry' except that it displays
249the change log file in another window. 249the change log file in another window.
250 250
251\(fn &optional WHOAMI FILE-NAME)" t nil) 251\(fn &optional WHOAMI FILE-NAME)" t nil)
252 (define-key ctl-x-4-map "a" 'add-change-log-entry-other-window)
253 252
254(autoload 'change-log-mode "add-log" "\ 253(autoload 'change-log-mode "add-log" "\
255Major mode for editing change logs; like Indented Text Mode. 254Major mode for editing change logs; like Indented Text Mode.
@@ -945,48 +944,48 @@ Used in `antlr-mode'. Also a useful function in `java-mode-hook'.
945;;; Generated autoloads from calendar/appt.el 944;;; Generated autoloads from calendar/appt.el
946 945
947(defvar appt-issue-message t "\ 946(defvar appt-issue-message t "\
948*Non-nil means check for appointments in the diary buffer. 947Non-nil means check for appointments in the diary buffer.
949To be detected, the diary entry must have the format described in the 948To be detected, the diary entry must have the format described in the
950documentation of the function `appt-check'.") 949documentation of the function `appt-check'.")
951 950
952(custom-autoload 'appt-issue-message "appt" t) 951(custom-autoload 'appt-issue-message "appt" t)
953 952
954(defvar appt-message-warning-time 12 "\ 953(defvar appt-message-warning-time 12 "\
955*Time in minutes before an appointment that the warning begins.") 954Time in minutes before an appointment that the warning begins.")
956 955
957(custom-autoload 'appt-message-warning-time "appt" t) 956(custom-autoload 'appt-message-warning-time "appt" t)
958 957
959(defvar appt-audible t "\ 958(defvar appt-audible t "\
960*Non-nil means beep to indicate appointment.") 959Non-nil means beep to indicate appointment.")
961 960
962(custom-autoload 'appt-audible "appt" t) 961(custom-autoload 'appt-audible "appt" t)
963 962
964(defvar appt-visible t "\ 963(defvar appt-visible t "\
965*Non-nil means display appointment message in echo area. 964Non-nil means display appointment message in echo area.
966This variable is only relevant if `appt-msg-window' is nil.") 965This variable is only relevant if `appt-msg-window' is nil.")
967 966
968(custom-autoload 'appt-visible "appt" t) 967(custom-autoload 'appt-visible "appt" t)
969 968
970(defvar appt-msg-window t "\ 969(defvar appt-msg-window t "\
971*Non-nil means display appointment message in another window. 970Non-nil means display appointment message in another window.
972If non-nil, this variable overrides `appt-visible'.") 971If non-nil, this variable overrides `appt-visible'.")
973 972
974(custom-autoload 'appt-msg-window "appt" t) 973(custom-autoload 'appt-msg-window "appt" t)
975 974
976(defvar appt-display-mode-line t "\ 975(defvar appt-display-mode-line t "\
977*Non-nil means display minutes to appointment and time on the mode line. 976Non-nil means display minutes to appointment and time on the mode line.
978This is in addition to any other display of appointment messages.") 977This is in addition to any other display of appointment messages.")
979 978
980(custom-autoload 'appt-display-mode-line "appt" t) 979(custom-autoload 'appt-display-mode-line "appt" t)
981 980
982(defvar appt-display-duration 10 "\ 981(defvar appt-display-duration 10 "\
983*The number of seconds an appointment message is displayed. 982The number of seconds an appointment message is displayed.
984Only relevant if reminders are to be displayed in their own window.") 983Only relevant if reminders are to be displayed in their own window.")
985 984
986(custom-autoload 'appt-display-duration "appt" t) 985(custom-autoload 'appt-display-duration "appt" t)
987 986
988(defvar appt-display-diary t "\ 987(defvar appt-display-diary t "\
989*Non-nil displays the diary when the appointment list is first initialized. 988Non-nil displays the diary when the appointment list is first initialized.
990This will occur at midnight when the appointment list is updated.") 989This will occur at midnight when the appointment list is updated.")
991 990
992(custom-autoload 'appt-display-diary "appt" t) 991(custom-autoload 'appt-display-diary "appt" t)
@@ -1732,7 +1731,7 @@ b => (ba bb bc) ; assume b has this value
1732 1731
1733Vectors work just like lists. Nested backquotes are permitted. 1732Vectors work just like lists. Nested backquotes are permitted.
1734 1733
1735\(fn ARG)" nil (quote macro)) 1734\(fn STRUCTURE)" nil (quote macro))
1736 1735
1737(defalias '\` (symbol-function 'backquote)) 1736(defalias '\` (symbol-function 'backquote))
1738 1737
@@ -1807,6 +1806,19 @@ non-interactive use see also `benchmark-run' and
1807;;;;;; 875)) 1806;;;;;; 875))
1808;;; Generated autoloads from textmodes/bibtex.el 1807;;; Generated autoloads from textmodes/bibtex.el
1809 1808
1809(autoload 'bibtex-initialize "bibtex" "\
1810(Re)Initialize BibTeX buffers.
1811Visit the BibTeX files defined by `bibtex-files' and return a list
1812of corresponding buffers.
1813Initialize in these buffers `bibtex-reference-keys' if not yet set.
1814List of BibTeX buffers includes current buffer if CURRENT is non-nil.
1815If FORCE is non-nil, (re)initialize `bibtex-reference-keys' even if
1816already set. If SELECT is non-nil interactively select a BibTeX buffer.
1817When called interactively, FORCE is t, CURRENT is t if current buffer uses
1818`bibtex-mode', and SELECT is t if current buffer does not use `bibtex-mode',
1819
1820\(fn &optional CURRENT FORCE SELECT)" t nil)
1821
1810(autoload 'bibtex-mode "bibtex" "\ 1822(autoload 'bibtex-mode "bibtex" "\
1811Major mode for editing BibTeX files. 1823Major mode for editing BibTeX files.
1812 1824
@@ -2828,7 +2840,7 @@ Must be used only with `-batch', and kills Emacs on completion.
2828For example, invoke `emacs -batch -f batch-byte-recompile-directory .'. 2840For example, invoke `emacs -batch -f batch-byte-recompile-directory .'.
2829 2841
2830Optional argument ARG is passed as second argument ARG to 2842Optional argument ARG is passed as second argument ARG to
2831`batch-recompile-directory'; see there for its possible values 2843`byte-recompile-directory'; see there for its possible values
2832and corresponding effects. 2844and corresponding effects.
2833 2845
2834\(fn &optional ARG)" nil nil) 2846\(fn &optional ARG)" nil nil)
@@ -3371,7 +3383,7 @@ List of functions called for listing diary file and included files.
3371As the files are processed for diary entries, these functions are used 3383As the files are processed for diary entries, these functions are used
3372to cull relevant entries. You can use either or both of 3384to cull relevant entries. You can use either or both of
3373`list-hebrew-diary-entries', `list-islamic-diary-entries' and 3385`list-hebrew-diary-entries', `list-islamic-diary-entries' and
3374`list-bahai-diary-entries'. The documentation for these functions 3386`diary-bahai-list-entries'. The documentation for these functions
3375describes the style of such diary entries.") 3387describes the style of such diary entries.")
3376 3388
3377(custom-autoload 'nongregorian-diary-listing-hook "calendar" t) 3389(custom-autoload 'nongregorian-diary-listing-hook "calendar" t)
@@ -3825,7 +3837,29 @@ and exists only for compatibility reasons.
3825;;;### (autoloads nil "cc-subword" "progmodes/cc-subword.el" (18177 3837;;;### (autoloads nil "cc-subword" "progmodes/cc-subword.el" (18177
3826;;;;;; 872)) 3838;;;;;; 872))
3827;;; Generated autoloads from progmodes/cc-subword.el 3839;;; Generated autoloads from progmodes/cc-subword.el
3828 (autoload 'c-subword-mode "cc-subword" "Mode enabling subword movement and editing keys." t) 3840
3841(autoload 'c-subword-mode "cc-subword" "\
3842Mode enabling subword movement and editing keys.
3843In spite of GNU Coding Standards, it is popular to name a symbol by
3844mixing uppercase and lowercase letters, e.g. \"GtkWidget\",
3845\"EmacsFrameClass\", \"NSGraphicsContext\", etc. Here we call these
3846mixed case symbols `nomenclatures'. Also, each capitalized (or
3847completely uppercase) part of a nomenclature is called a `subword'.
3848Here are some examples:
3849
3850 Nomenclature Subwords
3851 ===========================================================
3852 GtkWindow => \"Gtk\" and \"Window\"
3853 EmacsFrameClass => \"Emacs\", \"Frame\" and \"Class\"
3854 NSGraphicsContext => \"NS\", \"Graphics\" and \"Context\"
3855
3856The subword oriented commands activated in this minor mode recognize
3857subwords in a nomenclature to move between subwords and to edit them
3858as words.
3859
3860\\{c-subword-mode-map}
3861
3862\(fn &optional ARG)" t nil)
3829 3863
3830;;;*** 3864;;;***
3831 3865
@@ -4112,6 +4146,26 @@ to the action header.
4112 4146
4113;;;*** 4147;;;***
4114 4148
4149;;;### (autoloads (check-declare-directory check-declare-file) "check-declare"
4150;;;;;; "emacs-lisp/check-declare.el" (18308 19808))
4151;;; Generated autoloads from emacs-lisp/check-declare.el
4152
4153(autoload 'check-declare-file "check-declare" "\
4154Check veracity of all `declare-function' statements in FILE.
4155See `check-declare-directory' for more information.
4156
4157\(fn FILE)" t nil)
4158
4159(autoload 'check-declare-directory "check-declare" "\
4160Check veracity of all `declare-function' statements under directory ROOT.
4161Returns non-nil if any false statements are found. For this to
4162work correctly, the statements must adhere to the format
4163described in the documentation of `declare-function'.
4164
4165\(fn ROOT)" t nil)
4166
4167;;;***
4168
4115;;;### (autoloads (checkdoc-minor-mode checkdoc-ispell-defun checkdoc-ispell-comments 4169;;;### (autoloads (checkdoc-minor-mode checkdoc-ispell-defun checkdoc-ispell-comments
4116;;;;;; checkdoc-ispell-continue checkdoc-ispell-start checkdoc-ispell-message-text 4170;;;;;; checkdoc-ispell-continue checkdoc-ispell-start checkdoc-ispell-message-text
4117;;;;;; checkdoc-ispell-message-interactive checkdoc-ispell-interactive 4171;;;;;; checkdoc-ispell-message-interactive checkdoc-ispell-interactive
@@ -5091,6 +5145,12 @@ Insert a copyright by $ORGANIZATION notice at cursor.
5091;;;;;; "cperl-mode" "progmodes/cperl-mode.el" (18231 31069)) 5145;;;;;; "cperl-mode" "progmodes/cperl-mode.el" (18231 31069))
5092;;; Generated autoloads from progmodes/cperl-mode.el 5146;;; Generated autoloads from progmodes/cperl-mode.el
5093(put 'cperl-indent-level 'safe-local-variable 'integerp) 5147(put 'cperl-indent-level 'safe-local-variable 'integerp)
5148(put 'cperl-brace-offset 'safe-local-variable 'integerp)
5149(put 'cperl-continued-brace-offset 'safe-local-variable 'integerp)
5150(put 'cperl-label-offset 'safe-local-variable 'integerp)
5151(put 'cperl-continued-statement-offset 'safe-local-variable 'integerp)
5152(put 'cperl-extra-newline-before-brace 'safe-local-variable 'booleanp)
5153(put 'cperl-merge-trailing-else 'safe-local-variable 'booleanp)
5094 5154
5095(autoload 'cperl-mode "cperl-mode" "\ 5155(autoload 'cperl-mode "cperl-mode" "\
5096Major mode for editing Perl code. 5156Major mode for editing Perl code.
@@ -5628,7 +5688,7 @@ that are not customizable options, as well as faces and groups
5628(autoload 'customize-apropos-options "cus-edit" "\ 5688(autoload 'customize-apropos-options "cus-edit" "\
5629Customize all loaded customizable options matching REGEXP. 5689Customize all loaded customizable options matching REGEXP.
5630With prefix arg, include variables that are not customizable options 5690With prefix arg, include variables that are not customizable options
5631\(but we recommend using `apropos-variable' instead). 5691\(but it is better to use `apropos-variable' if you want to find those).
5632 5692
5633\(fn REGEXP &optional ARG)" t nil) 5693\(fn REGEXP &optional ARG)" t nil)
5634 5694
@@ -6230,8 +6290,8 @@ or call the function `delete-selection-mode'.")
6230 6290
6231(autoload 'delete-selection-mode "delsel" "\ 6291(autoload 'delete-selection-mode "delsel" "\
6232Toggle Delete Selection mode. 6292Toggle Delete Selection mode.
6233With prefix ARG, turn Delete Selection mode on if and only if ARG is 6293With prefix ARG, turn Delete Selection mode on if ARG is
6234positive. 6294positive, off if ARG is not positive.
6235 6295
6236When Delete Selection mode is enabled, Transient Mark mode is also 6296When Delete Selection mode is enabled, Transient Mark mode is also
6237enabled and typed text replaces the selection if the selection is 6297enabled and typed text replaces the selection if the selection is
@@ -6701,7 +6761,7 @@ some of the `ls' switches are not supported; see the doc string of
6701 6761
6702(custom-autoload 'dired-listing-switches "dired" t) 6762(custom-autoload 'dired-listing-switches "dired" t)
6703 6763
6704(defvar dired-chown-program (if (memq system-type '(hpux dgux usg-unix-v irix linux gnu/linux cygwin)) "chown" (if (file-exists-p "/usr/sbin/chown") "/usr/sbin/chown" "/etc/chown")) "\ 6764(defvar dired-chown-program (if (memq system-type '(hpux usg-unix-v irix linux gnu/linux cygwin)) "chown" (if (file-exists-p "/usr/sbin/chown") "/usr/sbin/chown" "/etc/chown")) "\
6705Name of chown command (usually `chown' or `/etc/chown').") 6765Name of chown command (usually `chown' or `/etc/chown').")
6706 6766
6707(defvar dired-ls-F-marks-symlinks nil "\ 6767(defvar dired-ls-F-marks-symlinks nil "\
@@ -7564,6 +7624,12 @@ Locate SOA record and increment the serial field.
7564;;;;;; "doc-view.el" (18231 31060)) 7624;;;;;; "doc-view.el" (18231 31060))
7565;;; Generated autoloads from doc-view.el 7625;;; Generated autoloads from doc-view.el
7566 7626
7627(autoload 'doc-view-mode-p "doc-view" "\
7628Return non-nil if image type TYPE is available for `doc-view'.
7629Image types are symbols like `dvi', `postscript' or `pdf'.
7630
7631\(fn TYPE)" nil nil)
7632
7567(autoload 'doc-view-mode "doc-view" "\ 7633(autoload 'doc-view-mode "doc-view" "\
7568Major mode in DocView buffers. 7634Major mode in DocView buffers.
7569You can use \\<doc-view-mode-map>\\[doc-view-toggle-display] to 7635You can use \\<doc-view-mode-map>\\[doc-view-toggle-display] to
@@ -7796,10 +7862,15 @@ whenever this expression's value is non-nil.
7796INCLUDE is an expression; this item is only visible if this 7862INCLUDE is an expression; this item is only visible if this
7797expression has a non-nil value. `:included' is an alias for `:visible'. 7863expression has a non-nil value. `:included' is an alias for `:visible'.
7798 7864
7865 :label FORM
7866
7867FORM is an expression that will be dynamically evaluated and whose
7868value will be used for the menu entry's text label (the default is NAME).
7869
7799 :suffix FORM 7870 :suffix FORM
7800 7871
7801FORM is an expression that will be dynamically evaluated and whose 7872FORM is an expression that will be dynamically evaluated and whose
7802value will be concatenated to the menu entry's NAME. 7873value will be concatenated to the menu entry's label.
7803 7874
7804 :style STYLE 7875 :style STYLE
7805 7876
@@ -9602,12 +9673,7 @@ corresponding to a successful execution.
9602 9673
9603\(fn COMMAND &optional STATUS-VAR)" nil nil) 9674\(fn COMMAND &optional STATUS-VAR)" nil nil)
9604 9675
9605(autoload 'eshell-report-bug "eshell" "\ 9676(define-obsolete-function-alias 'eshell-report-bug 'report-emacs-bug "23.1")
9606Report a bug in Eshell.
9607Prompts for the TOPIC. Leaves you in a mail buffer.
9608Please include any configuration details that might be involved.
9609
9610\(fn TOPIC)" t nil)
9611 9677
9612;;;*** 9678;;;***
9613 9679
@@ -10773,9 +10839,6 @@ the name is considered already unique; only the second substitution
10773\(directories) is done. 10839\(directories) is done.
10774 10840
10775\(fn ARG)" t nil) 10841\(fn ARG)" t nil)
10776 (define-key minibuffer-local-completion-map [C-tab] 'file-cache-minibuffer-complete)
10777 (define-key minibuffer-local-map [C-tab] 'file-cache-minibuffer-complete)
10778 (define-key minibuffer-local-must-match-map [C-tab] 'file-cache-minibuffer-complete)
10779 10842
10780;;;*** 10843;;;***
10781 10844
@@ -10825,6 +10888,13 @@ On other systems, the closest you can come is to use `-l'.")
10825 10888
10826(custom-autoload 'find-grep-options "find-dired" t) 10889(custom-autoload 'find-grep-options "find-dired" t)
10827 10890
10891(defvar find-name-arg (if read-file-name-completion-ignore-case "-iname" "-name") "\
10892*Argument used to specify file name pattern.
10893If `read-file-name-completion-ignore-case' is non-nil, -iname is used so that
10894find also ignores case. Otherwise, -name is used.")
10895
10896(custom-autoload 'find-name-arg "find-dired" t)
10897
10828(autoload 'find-dired "find-dired" "\ 10898(autoload 'find-dired "find-dired" "\
10829Run `find' and go into Dired mode on a buffer of the output. 10899Run `find' and go into Dired mode on a buffer of the output.
10830The command run (after changing into DIR) is 10900The command run (after changing into DIR) is
@@ -11551,7 +11621,6 @@ Run gdb on program FILE in buffer *gud-FILE*.
11551The directory containing FILE becomes the initial working 11621The directory containing FILE becomes the initial working
11552directory and source-file directory for your debugger. 11622directory and source-file directory for your debugger.
11553 11623
11554
11555If `gdb-many-windows' is nil (the default value) then gdb just 11624If `gdb-many-windows' is nil (the default value) then gdb just
11556pops up the GUD buffer unless `gdb-show-main' is t. In this case 11625pops up the GUD buffer unless `gdb-show-main' is t. In this case
11557it starts with two windows: one displaying the GUD buffer and the 11626it starts with two windows: one displaying the GUD buffer and the
@@ -12049,7 +12118,7 @@ Not documented
12049(autoload 'turn-on-gnus-dired-mode "gnus-dired" "\ 12118(autoload 'turn-on-gnus-dired-mode "gnus-dired" "\
12050Convenience method to turn on gnus-dired-mode. 12119Convenience method to turn on gnus-dired-mode.
12051 12120
12052\(fn)" nil nil) 12121\(fn)" t nil)
12053 12122
12054;;;*** 12123;;;***
12055 12124
@@ -12622,6 +12691,11 @@ This variable's value takes effect when `grep-compute-defaults' is called.")
12622The default find program for `grep-find-command'. 12691The default find program for `grep-find-command'.
12623This variable's value takes effect when `grep-compute-defaults' is called.") 12692This variable's value takes effect when `grep-compute-defaults' is called.")
12624 12693
12694(defvar xargs-program "xargs" "\
12695The default xargs program for `grep-find-command'.
12696See `grep-find-use-xargs'.
12697This variable's value takes effect when `grep-compute-defaults' is called.")
12698
12625(defvar grep-find-use-xargs nil "\ 12699(defvar grep-find-use-xargs nil "\
12626Non-nil means that `grep-find' uses the `xargs' utility by default. 12700Non-nil means that `grep-find' uses the `xargs' utility by default.
12627If `exec', use `find -exec'. 12701If `exec', use `find -exec'.
@@ -12653,19 +12727,19 @@ Sets `grep-last-buffer' and `compilation-window-height'.
12653(autoload 'grep "grep" "\ 12727(autoload 'grep "grep" "\
12654Run grep, with user-specified args, and collect output in a buffer. 12728Run grep, with user-specified args, and collect output in a buffer.
12655While grep runs asynchronously, you can use \\[next-error] (M-x next-error), 12729While grep runs asynchronously, you can use \\[next-error] (M-x next-error),
12656or \\<grep-mode-map>\\[compile-goto-error] in the grep output buffer, to go to the lines 12730or \\<grep-mode-map>\\[compile-goto-error] in the grep output buffer, to go to the lines where grep
12657where grep found matches. 12731found matches.
12658 12732
12659For doing a recursive `grep', see the `rgrep' command. For running 12733For doing a recursive `grep', see the `rgrep' command. For running
12660`grep' in a specific directory, see `lgrep'. 12734`grep' in a specific directory, see `lgrep'.
12661 12735
12662This command uses a special history list for its COMMAND-ARGS, so you can 12736This command uses a special history list for its COMMAND-ARGS, so you
12663easily repeat a grep command. 12737can easily repeat a grep command.
12664 12738
12665A prefix argument says to default the argument based upon the current 12739A prefix argument says to default the argument based upon the current
12666tag the cursor is over, substituting it into the last grep command 12740tag the cursor is over, substituting it into the last grep command
12667in the grep command history (or into `grep-command' 12741in the grep command history (or into `grep-command' if that history
12668if that history list is empty). 12742list is empty).
12669 12743
12670\(fn COMMAND-ARGS)" t nil) 12744\(fn COMMAND-ARGS)" t nil)
12671 12745
@@ -12693,8 +12767,8 @@ before it is executed.
12693With two \\[universal-argument] prefixes, directly edit and run `grep-command'. 12767With two \\[universal-argument] prefixes, directly edit and run `grep-command'.
12694 12768
12695Collect output in a buffer. While grep runs asynchronously, you 12769Collect output in a buffer. While grep runs asynchronously, you
12696can use \\[next-error] (M-x next-error), or \\<grep-mode-map>\\[compile-goto-error] 12770can use \\[next-error] (M-x next-error), or \\<grep-mode-map>\\[compile-goto-error] in the grep output buffer,
12697in the grep output buffer, to go to the lines where grep found matches. 12771to go to the lines where grep found matches.
12698 12772
12699This command shares argument histories with \\[rgrep] and \\[grep]. 12773This command shares argument histories with \\[rgrep] and \\[grep].
12700 12774
@@ -12711,8 +12785,8 @@ before it is executed.
12711With two \\[universal-argument] prefixes, directly edit and run `grep-find-command'. 12785With two \\[universal-argument] prefixes, directly edit and run `grep-find-command'.
12712 12786
12713Collect output in a buffer. While find runs asynchronously, you 12787Collect output in a buffer. While find runs asynchronously, you
12714can use \\[next-error] (M-x next-error), or \\<grep-mode-map>\\[compile-goto-error] 12788can use \\[next-error] (M-x next-error), or \\<grep-mode-map>\\[compile-goto-error] in the grep output buffer,
12715in the grep output buffer, to go to the lines where grep found matches. 12789to go to the lines where grep found matches.
12716 12790
12717This command shares argument histories with \\[lgrep] and \\[grep-find]. 12791This command shares argument histories with \\[lgrep] and \\[grep-find].
12718 12792
@@ -13833,6 +13907,8 @@ The optional LABEL is used to label the buffer created.
13833 13907
13834\(fn Y1 Y2 &optional L LABEL)" t nil) 13908\(fn Y1 Y2 &optional L LABEL)" t nil)
13835 13909
13910(defalias 'holiday-list 'list-holidays)
13911
13836;;;*** 13912;;;***
13837 13913
13838;;;### (autoloads (html2text) "html2text" "gnus/html2text.el" (18231 13914;;;### (autoloads (html2text) "html2text" "gnus/html2text.el" (18231
@@ -15348,6 +15424,11 @@ information on these modes.
15348 15424
15349\(fn)" t nil) 15425\(fn)" t nil)
15350 15426
15427(autoload 'image-bookmark-jump "image-mode" "\
15428Not documented
15429
15430\(fn BMK)" nil nil)
15431
15351;;;*** 15432;;;***
15352 15433
15353;;;### (autoloads (imenu imenu-add-menubar-index imenu-add-to-menubar 15434;;;### (autoloads (imenu imenu-add-menubar-index imenu-add-to-menubar
@@ -15857,15 +15938,15 @@ The value is nil when the search still is in the initial buffer.")
15857Function to call to get the next buffer to search. 15938Function to call to get the next buffer to search.
15858 15939
15859When this variable is set to a function that returns a buffer, then 15940When this variable is set to a function that returns a buffer, then
15860after typing another C-s or C-r at a failing search, the search goes 15941after typing another \\[isearch-forward] or \\[isearch-backward] at a failing search, the search goes
15861to the next buffer in the series and continues searching for the 15942to the next buffer in the series and continues searching for the
15862next occurrence. 15943next occurrence.
15863 15944
15864The first argument of this function is the current buffer where the 15945The first argument of this function is the current buffer where the
15865search is currently searching. It defines the base buffer relative to 15946search is currently searching. It defines the base buffer relative to
15866which this function should find the next buffer. When the isearch 15947which this function should find the next buffer. When the isearch
15867direction is backward (when isearch-forward is nil), this function 15948direction is backward (when `isearch-forward' is nil), this function
15868should return the previous buffer to search. If the second argument of 15949should return the previous buffer to search. If the second argument of
15869this function WRAP is non-nil, then it should return the first buffer 15950this function WRAP is non-nil, then it should return the first buffer
15870in the series; and for the backward search, it should return the last 15951in the series; and for the backward search, it should return the last
15871buffer in the series.") 15952buffer in the series.")
@@ -16009,14 +16090,14 @@ Optional arg BUFFER is ignored (for use in `format-alist').
16009 16090
16010(autoload 'iso-iso2sgml "iso-cvt" "\ 16091(autoload 'iso-iso2sgml "iso-cvt" "\
16011Translate ISO 8859-1 characters in the region to SGML entities. 16092Translate ISO 8859-1 characters in the region to SGML entities.
16012The entities used are from \"ISO 8879:1986//ENTITIES Added Latin 1//EN\". 16093Use entities from \"ISO 8879:1986//ENTITIES Added Latin 1//EN\".
16013Optional arg BUFFER is ignored (for use in `format-alist'). 16094Optional arg BUFFER is ignored (for use in `format-alist').
16014 16095
16015\(fn FROM TO &optional BUFFER)" t nil) 16096\(fn FROM TO &optional BUFFER)" t nil)
16016 16097
16017(autoload 'iso-sgml2iso "iso-cvt" "\ 16098(autoload 'iso-sgml2iso "iso-cvt" "\
16018Translate SGML entities in the region to ISO 8859-1 characters. 16099Translate SGML entities in the region to ISO 8859-1 characters.
16019The entities used are from \"ISO 8879:1986//ENTITIES Added Latin 1//EN\". 16100Use entities from \"ISO 8879:1986//ENTITIES Added Latin 1//EN\".
16020Optional arg BUFFER is ignored (for use in `format-alist'). 16101Optional arg BUFFER is ignored (for use in `format-alist').
16021 16102
16022\(fn FROM TO &optional BUFFER)" t nil) 16103\(fn FROM TO &optional BUFFER)" t nil)
@@ -16177,6 +16258,7 @@ for skipping in latex mode.")
16177Same format as `ispell-skip-region-alist' 16258Same format as `ispell-skip-region-alist'
16178Note - substrings of other matches must come last 16259Note - substrings of other matches must come last
16179 (e.g. \"<[tT][tT]/\" and \"<[^ \\t\\n>]\").") 16260 (e.g. \"<[tT][tT]/\" and \"<[^ \\t\\n>]\").")
16261(put 'ispell-local-pdict 'safe-local-variable 'stringp)
16180 (define-key esc-map "$" 'ispell-word) 16262 (define-key esc-map "$" 'ispell-word)
16181 16263
16182(autoload 'ispell-word "ispell" "\ 16264(autoload 'ispell-word "ispell" "\
@@ -17098,17 +17180,22 @@ except that FILTER is not optional.
17098Setup a buffer to enter a log message. 17180Setup a buffer to enter a log message.
17099\\<log-edit-mode-map>The buffer will be put in `log-edit-mode'. 17181\\<log-edit-mode-map>The buffer will be put in `log-edit-mode'.
17100If SETUP is non-nil, the buffer is then erased and `log-edit-hook' is run. 17182If SETUP is non-nil, the buffer is then erased and `log-edit-hook' is run.
17101Mark and point will be set around the entire contents of the 17183Mark and point will be set around the entire contents of the buffer so
17102buffer so that it is easy to kill the contents of the buffer with \\[kill-region]. 17184that it is easy to kill the contents of the buffer with \\[kill-region].
17103Once you're done editing the message, pressing \\[log-edit-done] will call 17185Once you're done editing the message, pressing \\[log-edit-done] will call
17104`log-edit-done' which will end up calling CALLBACK to do the actual commit. 17186`log-edit-done' which will end up calling CALLBACK to do the actual commit.
17105LISTFUN if non-nil is a function of no arguments returning the list of files 17187
17106 that are concerned by the current operation (using relative names). 17188PARAMS if non-nil is an alist. Possible keys and associated values:
17189 `log-edit-listfun' -- function taking no arguments that returns the list of
17190 files that are concerned by the current operation (using relative names);
17191 `log-edit-diff-function' -- function taking no arguments that
17192 displays a diff of the files concerned by the current operation.
17193
17107If BUFFER is non-nil `log-edit' will jump to that buffer, use it to edit the 17194If BUFFER is non-nil `log-edit' will jump to that buffer, use it to edit the
17108 log message and go back to the current buffer when done. Otherwise, it 17195log message and go back to the current buffer when done. Otherwise, it
17109 uses the current buffer. 17196uses the current buffer.
17110 17197
17111\(fn CALLBACK &optional SETUP LISTFUN BUFFER &rest IGNORE)" nil nil) 17198\(fn CALLBACK &optional SETUP PARAMS BUFFER &rest IGNORE)" nil nil)
17112 17199
17113;;;*** 17200;;;***
17114 17201
@@ -17151,7 +17238,7 @@ are indicated with a symbol.
17151 17238
17152(defvar lpr-windows-system (memq system-type '(emx win32 w32 mswindows ms-dos windows-nt))) 17239(defvar lpr-windows-system (memq system-type '(emx win32 w32 mswindows ms-dos windows-nt)))
17153 17240
17154(defvar lpr-lp-system (memq system-type '(usg-unix-v dgux hpux irix))) 17241(defvar lpr-lp-system (memq system-type '(usg-unix-v hpux irix)))
17155 17242
17156(defvar printer-name (and lpr-windows-system "PRN") "\ 17243(defvar printer-name (and lpr-windows-system "PRN") "\
17157*The name of a local printer to which data is sent for printing. 17244*The name of a local printer to which data is sent for printing.
@@ -19388,6 +19475,95 @@ closing requests for requests that are used in matched pairs.
19388 19475
19389;;;*** 19476;;;***
19390 19477
19478;;;### (autoloads (nxml-glyph-display-string) "nxml-glyph" "nxml/nxml-glyph.el"
19479;;;;;; (18308 19808))
19480;;; Generated autoloads from nxml/nxml-glyph.el
19481
19482(autoload 'nxml-glyph-display-string "nxml-glyph" "\
19483Return a string that can display a glyph for Unicode code-point N.
19484FACE gives the face that will be used for displaying the string.
19485Return nil if the face cannot display a glyph for N.
19486
19487\(fn N FACE)" nil nil)
19488
19489;;;***
19490
19491;;;### (autoloads (nxml-mode) "nxml-mode" "nxml/nxml-mode.el" (18313
19492;;;;;; 19474))
19493;;; Generated autoloads from nxml/nxml-mode.el
19494
19495(autoload 'nxml-mode "nxml-mode" "\
19496Major mode for editing XML.
19497
19498Syntax highlighting is performed unless the variable
19499`nxml-syntax-highlight-flag' is nil.
19500
19501\\[nxml-finish-element] finishes the current element by inserting an end-tag.
19502C-c C-i closes a start-tag with `>' and then inserts a balancing end-tag
19503leaving point between the start-tag and end-tag.
19504\\[nxml-balanced-close-start-tag-block] is similar but for block rather than inline elements:
19505the start-tag, point, and end-tag are all left on separate lines.
19506If `nxml-slash-auto-complete-flag' is non-nil, then inserting a `</'
19507automatically inserts the rest of the end-tag.
19508
19509\\[nxml-complete] performs completion on the symbol preceding point.
19510
19511\\[nxml-dynamic-markup-word] uses the contents of the current buffer
19512to choose a tag to put around the word preceding point.
19513
19514Sections of the document can be displayed in outline form. The
19515variable `nxml-section-element-name-regexp' controls when an element
19516is recognized as a section. The same key sequences that change
19517visibility in outline mode are used except that they start with C-c C-o
19518instead of C-c.
19519
19520Validation is provided by the related minor-mode `rng-validate-mode'.
19521This also makes completion schema- and context- sensitive. Element
19522names, attribute names, attribute values and namespace URIs can all be
19523completed. By default, `rng-validate-mode' is automatically enabled. You
19524can toggle it using \\[rng-validate-mode] or change the default by
19525customizing `rng-nxml-auto-validate-flag'.
19526
19527\\[indent-for-tab-command] indents the current line appropriately.
19528This can be customized using the variable `nxml-child-indent'
19529and the variable `nxml-attribute-indent'.
19530
19531\\[nxml-insert-named-char] inserts a character reference using
19532the character's name (by default, the Unicode name). \\[universal-argument] \\[nxml-insert-named-char]
19533inserts the character directly.
19534
19535The Emacs commands that normally operate on balanced expressions will
19536operate on XML markup items. Thus \\[forward-sexp] will move forward
19537across one markup item; \\[backward-sexp] will move backward across
19538one markup item; \\[kill-sexp] will kill the following markup item;
19539\\[mark-sexp] will mark the following markup item. By default, each
19540tag each treated as a single markup item; to make the complete element
19541be treated as a single markup item, set the variable
19542`nxml-sexp-element-flag' to t. For more details, see the function
19543`nxml-forward-balanced-item'.
19544
19545\\[nxml-backward-up-element] and \\[nxml-down-element] move up and down the element structure.
19546
19547Many aspects this mode can be customized using
19548\\[customize-group] nxml RET.
19549
19550\(fn)" t nil)
19551
19552;;;***
19553
19554;;;### (autoloads (nxml-enable-unicode-char-name-sets) "nxml-uchnm"
19555;;;;;; "nxml/nxml-uchnm.el" (18312 40673))
19556;;; Generated autoloads from nxml/nxml-uchnm.el
19557
19558(autoload 'nxml-enable-unicode-char-name-sets "nxml-uchnm" "\
19559Enable the use of Unicode standard names for characters.
19560The Unicode blocks for which names are enabled is controlled by
19561the variable `nxml-enabled-unicode-blocks'.
19562
19563\(fn)" t nil)
19564
19565;;;***
19566
19391;;;### (autoloads (octave-help) "octave-hlp" "progmodes/octave-hlp.el" 19567;;;### (autoloads (octave-help) "octave-hlp" "progmodes/octave-hlp.el"
19392;;;;;; (18177 873)) 19568;;;;;; (18177 873))
19393;;; Generated autoloads from progmodes/octave-hlp.el 19569;;; Generated autoloads from progmodes/octave-hlp.el
@@ -20286,16 +20462,6 @@ but before calling PC Selection mode):
20286 20462
20287\(fn &optional ARG)" t nil) 20463\(fn &optional ARG)" t nil)
20288 20464
20289(defvar pc-selection-mode nil "\
20290Toggle PC Selection mode.
20291Change mark behavior to emulate Motif, MAC or MS-Windows cut and paste style,
20292and cursor movement commands.
20293This mode enables Delete Selection mode and Transient Mark mode.
20294Setting this variable directly does not take effect;
20295you must modify it using \\[customize] or \\[pc-selection-mode].")
20296
20297(custom-autoload 'pc-selection-mode "pc-select" nil)
20298
20299;;;*** 20465;;;***
20300 20466
20301;;;### (autoloads (pcomplete/cvs) "pcmpl-cvs" "pcmpl-cvs.el" (18177 20467;;;### (autoloads (pcomplete/cvs) "pcmpl-cvs" "pcmpl-cvs.el" (18177
@@ -20569,6 +20735,11 @@ The exact behavior is determined also by `cvs-dired-use-hook'." (when (stringp d
20569;;;;;; (18177 873)) 20735;;;;;; (18177 873))
20570;;; Generated autoloads from progmodes/perl-mode.el 20736;;; Generated autoloads from progmodes/perl-mode.el
20571(put 'perl-indent-level 'safe-local-variable 'integerp) 20737(put 'perl-indent-level 'safe-local-variable 'integerp)
20738(put 'perl-continued-statement-offset 'safe-local-variable 'integerp)
20739(put 'perl-continued-brace-offset 'safe-local-variable 'integerp)
20740(put 'perl-brace-offset 'safe-local-variable 'integerp)
20741(put 'perl-brace-imaginary-offset 'safe-local-variable 'integerp)
20742(put 'perl-label-offset 'safe-local-variable 'integerp)
20572 20743
20573(autoload 'perl-mode "perl-mode" "\ 20744(autoload 'perl-mode "perl-mode" "\
20574Major mode for editing Perl code. 20745Major mode for editing Perl code.
@@ -22736,7 +22907,6 @@ comments, including the first comment line, are visible), or to make the
22736first comment line visible (if point is in a comment). 22907first comment line visible (if point is in a comment).
22737 22908
22738\(fn &optional ARG)" t nil) 22909\(fn &optional ARG)" t nil)
22739 (define-key esc-map "\C-l" 'reposition-window)
22740 22910
22741;;;*** 22911;;;***
22742 22912
@@ -24812,6 +24982,12 @@ Minor mode to simplify editing output from the diff3 program.
24812 24982
24813\(fn &optional ARG)" t nil) 24983\(fn &optional ARG)" t nil)
24814 24984
24985(autoload 'smerge-start-session "smerge-mode" "\
24986Turn on `smerge-mode' and move point to first conflict marker.
24987If no conflict maker is found, turn off `smerge-mode'.
24988
24989\(fn)" nil nil)
24990
24815;;;*** 24991;;;***
24816 24992
24817;;;### (autoloads (smiley-buffer smiley-region) "smiley" "gnus/smiley.el" 24993;;;### (autoloads (smiley-buffer smiley-region) "smiley" "gnus/smiley.el"
@@ -25203,9 +25379,9 @@ From a program takes two point or marker arguments, BEG and END.
25203(autoload 'spam-initialize "spam" "\ 25379(autoload 'spam-initialize "spam" "\
25204Install the spam.el hooks and do other initialization. 25380Install the spam.el hooks and do other initialization.
25205When SYMBOLS is given, set those variables to t. This is so you 25381When SYMBOLS is given, set those variables to t. This is so you
25206can call spam-initialize before you set spam-use-* variables on 25382can call `spam-initialize' before you set spam-use-* variables on
25207explicitly, and matters only if you need the extra headers 25383explicitly, and matters only if you need the extra headers
25208installed through spam-necessary-extra-headers. 25384installed through `spam-necessary-extra-headers'.
25209 25385
25210\(fn &rest SYMBOLS)" t nil) 25386\(fn &rest SYMBOLS)" t nil)
25211 25387
@@ -27624,6 +27800,7 @@ If DATE is malformed, return a time value of zeros.
27624;;;;;; "time-stamp.el" (18177 876)) 27800;;;;;; "time-stamp.el" (18177 876))
27625;;; Generated autoloads from time-stamp.el 27801;;; Generated autoloads from time-stamp.el
27626(put 'time-stamp-format 'safe-local-variable 'stringp) 27802(put 'time-stamp-format 'safe-local-variable 'stringp)
27803(put 'time-stamp-time-zone 'safe-local-variable 'string-or-null-p)
27627(put 'time-stamp-line-limit 'safe-local-variable 'integerp) 27804(put 'time-stamp-line-limit 'safe-local-variable 'integerp)
27628(put 'time-stamp-start 'safe-local-variable 'stringp) 27805(put 'time-stamp-start 'safe-local-variable 'stringp)
27629(put 'time-stamp-end 'safe-local-variable 'stringp) 27806(put 'time-stamp-end 'safe-local-variable 'stringp)
@@ -28809,6 +28986,13 @@ Use URL to handle URL-like file names.
28809 28986
28810\(fn &optional ARG)" t nil) 28987\(fn &optional ARG)" t nil)
28811 28988
28989(autoload 'url-file-handler "url-handlers" "\
28990Function called from the `file-name-handler-alist' routines.
28991OPERATION is what needs to be done (`file-exists-p', etc). ARGS are
28992the arguments that would have been passed to OPERATION.
28993
28994\(fn OPERATION &rest ARGS)" nil nil)
28995
28812(autoload 'url-copy-file "url-handlers" "\ 28996(autoload 'url-copy-file "url-handlers" "\
28813Copy URL to NEWNAME. Both args must be strings. 28997Copy URL to NEWNAME. Both args must be strings.
28814Signals a `file-already-exists' error if file NEWNAME already exists, 28998Signals a `file-already-exists' error if file NEWNAME already exists,
@@ -29364,7 +29548,8 @@ merge in the changes into your working copy.
29364\(fn VERBOSE)" t nil) 29548\(fn VERBOSE)" t nil)
29365 29549
29366(autoload 'vc-register "vc" "\ 29550(autoload 'vc-register "vc" "\
29367Register the current file into a version control system. 29551Register into a version control system.
29552If FNAME is given register that file, otherwise register the current file.
29368With prefix argument SET-REVISION, allow user to specify initial revision 29553With prefix argument SET-REVISION, allow user to specify initial revision
29369level. If COMMENT is present, use that as an initial comment. 29554level. If COMMENT is present, use that as an initial comment.
29370 29555
@@ -29375,7 +29560,7 @@ directory are already registered under that backend) will be used to
29375register the file. If no backend declares itself responsible, the 29560register the file. If no backend declares itself responsible, the
29376first backend that could register the file is used. 29561first backend that could register the file is used.
29377 29562
29378\(fn &optional SET-REVISION COMMENT)" t nil) 29563\(fn &optional FNAME SET-REVISION COMMENT)" t nil)
29379 29564
29380(autoload 'vc-version-diff "vc" "\ 29565(autoload 'vc-version-diff "vc" "\
29381Report diffs between revisions of the fileset in the repository history. 29566Report diffs between revisions of the fileset in the repository history.
@@ -29753,6 +29938,142 @@ Key bindings:
29753 29938
29754;;;*** 29939;;;***
29755 29940
29941;;;### (autoloads (verilog-mode) "verilog-mode" "progmodes/verilog-mode.el"
29942;;;;;; (18307 57872))
29943;;; Generated autoloads from progmodes/verilog-mode.el
29944
29945(autoload 'verilog-mode "verilog-mode" "\
29946Major mode for editing Verilog code.
29947\\<verilog-mode-map>
29948See \\[describe-function] verilog-auto (\\[verilog-auto]) for details on how
29949AUTOs can improve coding efficiency.
29950
29951Use \\[verilog-faq] for a pointer to frequently asked questions.
29952
29953NEWLINE, TAB indents for Verilog code.
29954Delete converts tabs to spaces as it moves back.
29955
29956Supports highlighting.
29957
29958Turning on Verilog mode calls the value of the variable `verilog-mode-hook'
29959with no args, if that value is non-nil.
29960
29961Variables controlling indentation/edit style:
29962
29963 variable `verilog-indent-level' (default 3)
29964 Indentation of Verilog statements with respect to containing block.
29965 `verilog-indent-level-module' (default 3)
29966 Absolute indentation of Module level Verilog statements.
29967 Set to 0 to get initial and always statements lined up
29968 on the left side of your screen.
29969 `verilog-indent-level-declaration' (default 3)
29970 Indentation of declarations with respect to containing block.
29971 Set to 0 to get them list right under containing block.
29972 `verilog-indent-level-behavioral' (default 3)
29973 Indentation of first begin in a task or function block
29974 Set to 0 to get such code to lined up underneath the task or function keyword
29975 `verilog-indent-level-directive' (default 1)
29976 Indentation of `ifdef/`endif blocks
29977 `verilog-cexp-indent' (default 1)
29978 Indentation of Verilog statements broken across lines i.e.:
29979 if (a)
29980 begin
29981 `verilog-case-indent' (default 2)
29982 Indentation for case statements.
29983 `verilog-auto-newline' (default nil)
29984 Non-nil means automatically newline after semicolons and the punctuation
29985 mark after an end.
29986 `verilog-auto-indent-on-newline' (default t)
29987 Non-nil means automatically indent line after newline
29988 `verilog-tab-always-indent' (default t)
29989 Non-nil means TAB in Verilog mode should always reindent the current line,
29990 regardless of where in the line point is when the TAB command is used.
29991 `verilog-indent-begin-after-if' (default t)
29992 Non-nil means to indent begin statements following a preceding
29993 if, else, while, for and repeat statements, if any. otherwise,
29994 the begin is lined up with the preceding token. If t, you get:
29995 if (a)
29996 begin // amount of indent based on `verilog-cexp-indent'
29997 otherwise you get:
29998 if (a)
29999 begin
30000 `verilog-auto-endcomments' (default t)
30001 Non-nil means a comment /* ... */ is set after the ends which ends
30002 cases, tasks, functions and modules.
30003 The type and name of the object will be set between the braces.
30004 `verilog-minimum-comment-distance' (default 10)
30005 Minimum distance (in lines) between begin and end required before a comment
30006 will be inserted. Setting this variable to zero results in every
30007 end acquiring a comment; the default avoids too many redundant
30008 comments in tight quarters.
30009 `verilog-auto-lineup' (default `(all))
30010 List of contexts where auto lineup of code should be done.
30011
30012Variables controlling other actions:
30013
30014 `verilog-linter' (default surelint)
30015 Unix program to call to run the lint checker. This is the default
30016 command for \\[compile-command] and \\[verilog-auto-save-compile].
30017
30018See \\[customize] for the complete list of variables.
30019
30020AUTO expansion functions are, in part:
30021
30022 \\[verilog-auto] Expand AUTO statements.
30023 \\[verilog-delete-auto] Remove the AUTOs.
30024 \\[verilog-inject-auto] Insert AUTOs for the first time.
30025
30026Some other functions are:
30027
30028 \\[verilog-complete-word] Complete word with appropriate possibilities.
30029 \\[verilog-mark-defun] Mark function.
30030 \\[verilog-beg-of-defun] Move to beginning of current function.
30031 \\[verilog-end-of-defun] Move to end of current function.
30032 \\[verilog-label-be] Label matching begin ... end, fork ... join, etc statements.
30033
30034 \\[verilog-comment-region] Put marked area in a comment.
30035 \\[verilog-uncomment-region] Uncomment an area commented with \\[verilog-comment-region].
30036 \\[verilog-insert-block] Insert begin ... end;.
30037 \\[verilog-star-comment] Insert /* ... */.
30038
30039 \\[verilog-sk-always] Insert a always @(AS) begin .. end block.
30040 \\[verilog-sk-begin] Insert a begin .. end block.
30041 \\[verilog-sk-case] Insert a case block, prompting for details.
30042 \\[verilog-sk-for] Insert a for (...) begin .. end block, prompting for details.
30043 \\[verilog-sk-generate] Insert a generate .. endgenerate block.
30044 \\[verilog-sk-header] Insert a nice header block at the top of file.
30045 \\[verilog-sk-initial] Insert an initial begin .. end block.
30046 \\[verilog-sk-fork] Insert a fork begin .. end .. join block.
30047 \\[verilog-sk-module] Insert a module .. (/*AUTOARG*/);.. endmodule block.
30048 \\[verilog-sk-primitive] Insert a primitive .. (.. );.. endprimitive block.
30049 \\[verilog-sk-repeat] Insert a repeat (..) begin .. end block.
30050 \\[verilog-sk-specify] Insert a specify .. endspecify block.
30051 \\[verilog-sk-task] Insert a task .. begin .. end endtask block.
30052 \\[verilog-sk-while] Insert a while (...) begin .. end block, prompting for details.
30053 \\[verilog-sk-casex] Insert a casex (...) item: begin.. end endcase block, prompting for details.
30054 \\[verilog-sk-casez] Insert a casez (...) item: begin.. end endcase block, prompting for details.
30055 \\[verilog-sk-if] Insert an if (..) begin .. end block.
30056 \\[verilog-sk-else-if] Insert an else if (..) begin .. end block.
30057 \\[verilog-sk-comment] Insert a comment block.
30058 \\[verilog-sk-assign] Insert an assign .. = ..; statement.
30059 \\[verilog-sk-function] Insert a function .. begin .. end endfunction block.
30060 \\[verilog-sk-input] Insert an input declaration, prompting for details.
30061 \\[verilog-sk-output] Insert an output declaration, prompting for details.
30062 \\[verilog-sk-state-machine] Insert a state machine definition, prompting for details.
30063 \\[verilog-sk-inout] Insert an inout declaration, prompting for details.
30064 \\[verilog-sk-wire] Insert a wire declaration, prompting for details.
30065 \\[verilog-sk-reg] Insert a register declaration, prompting for details.
30066 \\[verilog-sk-define-signal] Define signal under point as a register at the top of the module.
30067
30068All key bindings can be seen in a Verilog-buffer with \\[describe-bindings].
30069Key bindings specific to `verilog-mode-map' are:
30070
30071\\{verilog-mode-map}
30072
30073\(fn)" t nil)
30074
30075;;;***
30076
29756;;;### (autoloads (vhdl-mode) "vhdl-mode" "progmodes/vhdl-mode.el" 30077;;;### (autoloads (vhdl-mode) "vhdl-mode" "progmodes/vhdl-mode.el"
29757;;;;;; (18213 1260)) 30078;;;;;; (18213 1260))
29758;;; Generated autoloads from progmodes/vhdl-mode.el 30079;;; Generated autoloads from progmodes/vhdl-mode.el
@@ -30821,6 +31142,11 @@ and off otherwise.
30821;;;;;; whitespace-toggle-leading-check) "whitespace" "whitespace.el" 31142;;;;;; whitespace-toggle-leading-check) "whitespace" "whitespace.el"
30822;;;;;; (18231 31064)) 31143;;;;;; (18231 31064))
30823;;; Generated autoloads from whitespace.el 31144;;; Generated autoloads from whitespace.el
31145(put 'whitespace-check-buffer-leading 'safe-local-variable 'booleanp)
31146(put 'whitespace-check-buffer-trailing 'safe-local-variable 'booleanp)
31147(put 'whitespace-check-buffer-indent 'safe-local-variable 'booleanp)
31148(put 'whitespace-check-buffer-spacetab 'safe-local-variable 'booleanp)
31149(put 'whitespace-check-buffer-ateol 'safe-local-variable 'booleanp)
30824 31150
30825(autoload 'whitespace-toggle-leading-check "whitespace" "\ 31151(autoload 'whitespace-toggle-leading-check "whitespace" "\
30826Toggle the check for leading space in the local buffer. 31152Toggle the check for leading space in the local buffer.
@@ -31371,7 +31697,7 @@ Zone out, completely.
31371;;;;;; "gnus/gnus-uu.el" "gnus/gnus-vm.el" "gnus/hex-util.el" "gnus/hmac-def.el" 31697;;;;;; "gnus/gnus-uu.el" "gnus/gnus-vm.el" "gnus/hex-util.el" "gnus/hmac-def.el"
31372;;;;;; "gnus/hmac-md5.el" "gnus/ietf-drums.el" "gnus/imap.el" "gnus/legacy-gnus-agent.el" 31698;;;;;; "gnus/hmac-md5.el" "gnus/ietf-drums.el" "gnus/imap.el" "gnus/legacy-gnus-agent.el"
31373;;;;;; "gnus/mail-parse.el" "gnus/mail-prsvr.el" "gnus/mail-source.el" 31699;;;;;; "gnus/mail-parse.el" "gnus/mail-prsvr.el" "gnus/mail-source.el"
31374;;;;;; "gnus/mailcap.el" "gnus/md4.el" "gnus/messcompat.el" "gnus/mm-bodies.el" 31700;;;;;; "gnus/mailcap.el" "gnus/messcompat.el" "gnus/mm-bodies.el"
31375;;;;;; "gnus/mm-decode.el" "gnus/mm-encode.el" "gnus/mm-util.el" 31701;;;;;; "gnus/mm-decode.el" "gnus/mm-encode.el" "gnus/mm-util.el"
31376;;;;;; "gnus/mm-view.el" "gnus/mml-sec.el" "gnus/mml-smime.el" "gnus/mml.el" 31702;;;;;; "gnus/mm-view.el" "gnus/mml-sec.el" "gnus/mml-smime.el" "gnus/mml.el"
31377;;;;;; "gnus/nnagent.el" "gnus/nnbabyl.el" "gnus/nndb.el" "gnus/nndir.el" 31703;;;;;; "gnus/nnagent.el" "gnus/nnbabyl.el" "gnus/nndb.el" "gnus/nndir.el"
@@ -31380,11 +31706,9 @@ Zone out, completely.
31380;;;;;; "gnus/nnmail.el" "gnus/nnmaildir.el" "gnus/nnmbox.el" "gnus/nnmh.el" 31706;;;;;; "gnus/nnmail.el" "gnus/nnmaildir.el" "gnus/nnmbox.el" "gnus/nnmh.el"
31381;;;;;; "gnus/nnnil.el" "gnus/nnoo.el" "gnus/nnrss.el" "gnus/nnslashdot.el" 31707;;;;;; "gnus/nnnil.el" "gnus/nnoo.el" "gnus/nnrss.el" "gnus/nnslashdot.el"
31382;;;;;; "gnus/nnspool.el" "gnus/nntp.el" "gnus/nnultimate.el" "gnus/nnvirtual.el" 31708;;;;;; "gnus/nnspool.el" "gnus/nntp.el" "gnus/nnultimate.el" "gnus/nnvirtual.el"
31383;;;;;; "gnus/nnwarchive.el" "gnus/nnweb.el" "gnus/nnwfm.el" "gnus/ntlm.el" 31709;;;;;; "gnus/nnwarchive.el" "gnus/nnweb.el" "gnus/nnwfm.el" "gnus/pop3.el"
31384;;;;;; "gnus/password.el" "gnus/pop3.el" "gnus/rfc1843.el" "gnus/rfc2045.el" 31710;;;;;; "gnus/rfc1843.el" "gnus/rfc2045.el" "gnus/rfc2047.el" "gnus/rfc2104.el"
31385;;;;;; "gnus/rfc2047.el" "gnus/rfc2104.el" "gnus/rfc2231.el" "gnus/sasl-cram.el" 31711;;;;;; "gnus/rfc2231.el" "gnus/sieve-manage.el" "gnus/smime.el"
31386;;;;;; "gnus/sasl-digest.el" "gnus/sasl-ntlm.el" "gnus/sasl.el"
31387;;;;;; "gnus/sieve-manage.el" "gnus/smime-ldap.el" "gnus/smime.el"
31388;;;;;; "gnus/spam-stat.el" "gnus/spam-wash.el" "gnus/starttls.el" 31712;;;;;; "gnus/spam-stat.el" "gnus/spam-wash.el" "gnus/starttls.el"
31389;;;;;; "gnus/utf7.el" "gnus/webmail.el" "help.el" "indent.el" "international/characters.el" 31713;;;;;; "gnus/utf7.el" "gnus/webmail.el" "help.el" "indent.el" "international/characters.el"
31390;;;;;; "international/charprop.el" "international/cp51932.el" "international/eucjp-ms.el" 31714;;;;;; "international/charprop.el" "international/cp51932.el" "international/eucjp-ms.el"