From be02a32f475a5f3c0902a397aaeb5717eaa73c90 Mon Sep 17 00:00:00 2001 From: Lars Ingebrigtsen Date: Tue, 7 Jun 2022 18:59:44 +0200 Subject: [PATCH] Regenerated ldefs-boot.el This is the first check-in after the loaddefs-gen.el rewrite. --- lisp/ldefs-boot.el | 11829 +++++++++++++------------------------------ 1 file changed, 3530 insertions(+), 8299 deletions(-) diff --git a/lisp/ldefs-boot.el b/lisp/ldefs-boot.el index d63c0066788..f4e9d2732fd 100644 --- a/lisp/ldefs-boot.el +++ b/lisp/ldefs-boot.el @@ -1,13 +1,17 @@ -;;; loaddefs.el --- automatically extracted autoloads -*- lexical-binding: t -*- -;; This file will be copied to ldefs-boot.el and checked in periodically. -;; +;;; loaddefs.el --- automatically extracted autoloads (do not edit) -*- lexical-binding: t -*- +;; Generated by the `loaddefs-generate' function. + +;; This file is part of GNU Emacs. + +;;; Commentary: + +;; This file will be copied to ldefs-boot.el and checked in +;; periodically. + ;;; Code: -(autoload 'loaddefs-generate "loaddefs-gen") -(autoload 'loaddefs-generate-batch "loaddefs-gen") -;;;### (autoloads nil "5x5" "play/5x5.el" (0 0 0 0)) ;;; Generated autoloads from play/5x5.el (autoload '5x5 "5x5" "\ @@ -34,21 +38,16 @@ Rotate left Calc Solutions \\[5x5-solve-rotate-left] Rotate right Calc Solutions \\[5x5-solve-rotate-right] Quit current game \\[5x5-quit-game] -\(fn &optional SIZE)" t nil) - +(fn &optional SIZE)" t nil) (autoload '5x5-crack-randomly "5x5" "\ Attempt to crack 5x5 using random solutions." t nil) - (autoload '5x5-crack-mutating-current "5x5" "\ Attempt to crack 5x5 by mutating the current solution." t nil) - (autoload '5x5-crack-mutating-best "5x5" "\ Attempt to crack 5x5 by mutating the best solution." t nil) - (autoload '5x5-crack-xor-mutate "5x5" "\ Attempt to crack 5x5 by xoring the current and best solution. Mutate the result." t nil) - (autoload '5x5-crack "5x5" "\ Attempt to find a solution for 5x5. @@ -57,50 +56,39 @@ two parameters, the first will be a grid vector array that is the current solution and the second will be the best solution so far. The function should return a grid vector array that is the new solution. -\(fn BREEDER)" t nil) - +(fn BREEDER)" t nil) (register-definition-prefixes "5x5" '("5x5-")) -;;;*** -;;;### (autoloads nil "add-log" "vc/add-log.el" (0 0 0 0)) ;;; Generated autoloads from vc/add-log.el (put 'change-log-default-name 'safe-local-variable #'string-or-null-p) - (defvar add-log-current-defun-function nil "\ If non-nil, function to guess name of surrounding function. It is called by `add-log-current-defun' with no argument, and should return the function's name as a string, or nil if point is outside a function.") - (custom-autoload 'add-log-current-defun-function "add-log" t) - (defvar add-log-full-name nil "\ Full name of user, for inclusion in ChangeLog daily headers. This defaults to the value returned by the function `user-full-name'.") - (custom-autoload 'add-log-full-name "add-log" t) - (defvar add-log-mailing-address nil "\ Email addresses of user, for inclusion in ChangeLog headers. This defaults to the value of `user-mail-address'. In addition to being a simple string, this value can also be a list. All elements will be recognized as referring to the same user; when creating a new ChangeLog entry, one element will be chosen at random.") - (custom-autoload 'add-log-mailing-address "add-log" t) - (autoload 'prompt-for-change-log-name "add-log" "\ Prompt for a change log name." nil nil) - (autoload 'find-change-log "add-log" "\ Find a change log file for \\[add-change-log-entry] and return the name. Optional arg FILE-NAME specifies the file to use. If FILE-NAME is nil, use the value of `change-log-default-name'. If `change-log-default-name' is nil, behave as though it were \"ChangeLog\" -\(or whatever we use on this operating system). +(or whatever we use on this operating system). If `change-log-default-name' contains a leading directory component, then simply find it in the current directory. Otherwise, search in the current @@ -114,8 +102,7 @@ Once a file is found, `change-log-default-name' is set locally in the current buffer to the complete file name. Optional arg BUFFER-FILE overrides `buffer-file-name'. -\(fn &optional FILE-NAME BUFFER-FILE)" nil nil) - +(fn &optional FILE-NAME BUFFER-FILE)" nil nil) (autoload 'add-change-log-entry "add-log" "\ Find ChangeLog buffer, add an entry for today and an item for this file. Optional arg WHOAMI (interactive prefix) non-nil means prompt for @@ -151,15 +138,13 @@ notices. Today's date is calculated according to `add-log-time-zone-rule' if non-nil, otherwise in local time. -\(fn &optional WHOAMI CHANGELOG-FILE-NAME OTHER-WINDOW NEW-ENTRY PUT-NEW-ENTRY-ON-NEW-LINE)" t nil) - +(fn &optional WHOAMI CHANGELOG-FILE-NAME OTHER-WINDOW NEW-ENTRY PUT-NEW-ENTRY-ON-NEW-LINE)" t nil) (autoload 'add-change-log-entry-other-window "add-log" "\ Find change log file in other window and add entry and item. This is just like `add-change-log-entry' except that it displays the change log file in another window. -\(fn &optional WHOAMI FILE-NAME)" t nil) - +(fn &optional WHOAMI FILE-NAME)" t nil) (autoload 'change-log-mode "add-log" "\ Major mode for editing change logs; like Indented Text mode. Prevents numeric backups and sets `left-margin' to 8 and `fill-column' to 74. @@ -169,8 +154,7 @@ Runs `change-log-mode-hook'. \\{change-log-mode-map} -\(fn)" t nil) - +(fn)" t nil) (autoload 'add-log-current-defun "add-log" "\ Return name of function definition point is in, or nil. @@ -184,7 +168,6 @@ identifiers followed by `:' or `='. See variables `add-log-current-defun-function'. Has a preference of looking backwards." nil nil) - (autoload 'change-log-merge "add-log" "\ Merge the contents of change log file OTHER-LOG with this buffer. Both must be found in Change Log mode (since the merging depends on @@ -194,13 +177,10 @@ or a buffer. Entries are inserted in chronological order. Both the current and old-style time formats for entries are supported. -\(fn OTHER-LOG)" t nil) - +(fn OTHER-LOG)" t nil) (register-definition-prefixes "add-log" '("add-log-" "change-log-")) -;;;*** -;;;### (autoloads nil "advice" "emacs-lisp/advice.el" (0 0 0 0)) ;;; Generated autoloads from emacs-lisp/advice.el (defvar ad-redefinition-action 'warn "\ @@ -213,9 +193,7 @@ old original, or keep it and raise an error. The values `accept', `discard', `error' or `warn' govern what will be done. `warn' is just like `accept' but it additionally prints a warning message. All other values will be interpreted as `error'.") - (custom-autoload 'ad-redefinition-action "advice" t) - (defvar ad-default-compilation-action 'maybe "\ Defines whether to compile advised definitions during activation. A value of `always' will result in unconditional compilation, `never' will @@ -224,19 +202,15 @@ loaded, and `like-original' will compile if the original definition of the advised function is compiled or a built-in function. Every other value will be interpreted as `maybe'. This variable will only be considered if the COMPILE argument of `ad-activate' was supplied as nil.") - (custom-autoload 'ad-default-compilation-action "advice" t) - (autoload 'ad-enable-advice "advice" "\ Enables the advice of FUNCTION with CLASS and NAME. -\(fn FUNCTION CLASS NAME)" t nil) - +(fn FUNCTION CLASS NAME)" t nil) (autoload 'ad-disable-advice "advice" "\ Disable the advice of FUNCTION with CLASS and NAME. -\(fn FUNCTION CLASS NAME)" t nil) - +(fn FUNCTION CLASS NAME)" t nil) (autoload 'ad-add-advice "advice" "\ Add a piece of ADVICE to FUNCTION's list of advices in CLASS. @@ -260,8 +234,7 @@ If FUNCTION was not advised already, its advice info will be initialized. Redefining a piece of advice whose name is part of the cache-id will clear the cache. -\(fn FUNCTION ADVICE CLASS POSITION)" nil nil) - +(fn FUNCTION ADVICE CLASS POSITION)" nil nil) (autoload 'ad-activate "advice" "\ Activate all the advice information of an advised FUNCTION. If FUNCTION has a proper original definition then an advised @@ -279,8 +252,7 @@ an advised function that has actual pieces of advice but none of them are enabled is equivalent to a call to `ad-deactivate'. The current advised definition will always be cached for later usage. -\(fn FUNCTION &optional COMPILE)" t nil) - +(fn FUNCTION &optional COMPILE)" t nil) (autoload 'defadvice "advice" "\ Define a piece of advice for FUNCTION (a symbol). The syntax of `defadvice' is as follows: @@ -327,17 +299,12 @@ usage: (defadvice FUNCTION (CLASS NAME [POSITION] [ARGLIST] FLAG...) [DOCSTRING] [INTERACTIVE-FORM] BODY...) -\(fn FUNCTION ARGS &rest BODY)" nil t) - +(fn FUNCTION ARGS &rest BODY)" nil t) (function-put 'defadvice 'doc-string-elt '3) - (function-put 'defadvice 'lisp-indent-function '2) - (register-definition-prefixes "advice" '("ad-")) -;;;*** -;;;### (autoloads nil "align" "align.el" (0 0 0 0)) ;;; Generated autoloads from align.el (autoload 'align "align" "\ @@ -368,8 +335,7 @@ default rule lists defined in `align-rules-list' and `align-exclude-rules-list'. See `align-rules-list' for more details on the format of these lists. -\(fn BEG END &optional SEPARATE RULES EXCLUDE-RULES)" t nil) - +(fn BEG END &optional SEPARATE RULES EXCLUDE-RULES)" t nil) (autoload 'align-regexp "align" "\ Align the current region using an ad-hoc rule read from the minibuffer. BEG and END mark the limits of the region. Interactively, this function @@ -412,8 +378,7 @@ The non-interactive form of the previous example would look something like: This function is a nothing more than a small wrapper that helps you construct a rule to pass to `align-region', which does the real work. -\(fn BEG END REGEXP &optional GROUP SPACING REPEAT)" t nil) - +(fn BEG END REGEXP &optional GROUP SPACING REPEAT)" t nil) (autoload 'align-entire "align" "\ Align the selected region as if it were one alignment section. BEG and END mark the extent of the region. If RULES or EXCLUDE-RULES @@ -421,8 +386,7 @@ is set to a list of rules (see `align-rules-list'), it can be used to override the default alignment rules that would have been used to align that section. -\(fn BEG END &optional RULES EXCLUDE-RULES)" t nil) - +(fn BEG END &optional RULES EXCLUDE-RULES)" t nil) (autoload 'align-current "align" "\ Call `align' on the current alignment section. This function assumes you want to align only the current section, and @@ -431,8 +395,7 @@ EXCLUDE-RULES is set to a list of rules (see `align-rules-list'), it can be used to override the default alignment rules that would have been used to align that section. -\(fn &optional RULES EXCLUDE-RULES)" t nil) - +(fn &optional RULES EXCLUDE-RULES)" t nil) (autoload 'align-highlight-rule "align" "\ Highlight the whitespace which a given rule would have modified. BEG and END mark the extent of the region. TITLE identifies the rule @@ -441,31 +404,25 @@ list of rules (see `align-rules-list'), it can be used to override the default alignment rules that would have been used to identify the text to be colored. -\(fn BEG END TITLE &optional RULES EXCLUDE-RULES)" t nil) - +(fn BEG END TITLE &optional RULES EXCLUDE-RULES)" t nil) (autoload 'align-unhighlight-rule "align" "\ Remove any highlighting that was added by `align-highlight-rule'." t nil) - (autoload 'align-newline-and-indent "align" "\ A replacement function for `newline-and-indent', aligning as it goes. The alignment is done by calling `align' on the region that was indented." t nil) - (register-definition-prefixes "align" '("align-")) -;;;*** -;;;### (autoloads nil "allout" "allout.el" (0 0 0 0)) ;;; Generated autoloads from allout.el -(push (purecopy '(allout 2 3)) package--builtin-versions) +(push (purecopy '(allout 2 3)) package--builtin-versions) (autoload 'allout-auto-activation-helper "allout" "\ Institute `allout-auto-activation'. Intended to be used as the `allout-auto-activation' :set function. -\(fn VAR VALUE)" nil nil) - +(fn VAR VALUE)" nil nil) (autoload 'allout-setup "allout" "\ Do fundamental Emacs session for allout auto-activation. @@ -474,7 +431,6 @@ Establishes allout processing as part of visiting a file if The proper way to use this is through customizing the setting of `allout-auto-activation'." nil nil) - (defvar allout-auto-activation nil "\ Configure allout outline mode auto-activation. @@ -493,40 +449,23 @@ With value \"activate\", only auto-mode-activation is enabled. Auto-layout is not. With value nil, inhibit any automatic allout-mode activation.") - (custom-autoload 'allout-auto-activation "allout" nil) - (put 'allout-use-hanging-indents 'safe-local-variable #'booleanp) - (put 'allout-reindent-bodies 'safe-local-variable (lambda (x) (memq x '(nil t text force)))) - (put 'allout-show-bodies 'safe-local-variable #'booleanp) - (put 'allout-header-prefix 'safe-local-variable #'stringp) - (put 'allout-primary-bullet 'safe-local-variable #'stringp) - (put 'allout-plain-bullets-string 'safe-local-variable #'stringp) - (put 'allout-distinctive-bullets-string 'safe-local-variable #'stringp) - (put 'allout-use-mode-specific-leader 'safe-local-variable (lambda (x) (or (memq x '(t nil allout-mode-leaders comment-start)) (stringp x)))) - (put 'allout-old-style-prefixes 'safe-local-variable #'booleanp) - (put 'allout-stylish-prefixes 'safe-local-variable #'booleanp) - (put 'allout-numbered-bullet 'safe-local-variable #'string-or-null-p) - (put 'allout-file-xref-bullet 'safe-local-variable #'string-or-null-p) - (put 'allout-presentation-padding 'safe-local-variable #'integerp) - (put 'allout-layout 'safe-local-variable (lambda (x) (or (numberp x) (listp x) (memq x '(: * + -))))) - (autoload 'allout-mode-p "allout" "\ Return t if `allout-mode' is active in current buffer." nil t) - (autoload 'allout-mode "allout" "\ Toggle Allout outline mode. @@ -677,7 +616,7 @@ When the text cursor is positioned directly on the bullet character of a topic, regular characters (a to z) invoke the commands of the corresponding allout-mode keymap control chars. For example, \"f\" would invoke the command typically bound to \"C-cC-f\" -\(\\[allout-forward-current-level] `allout-forward-current-level'). +(\\[allout-forward-current-level] `allout-forward-current-level'). Thus, by positioning the cursor on a topic bullet, you can execute the outline navigation and manipulation commands with a @@ -690,7 +629,7 @@ replaced with one that makes it easy to get to the hot-spot. If you repeat it immediately it cycles (if `allout-beginning-of-line-cycles' is set) to the beginning of the item and then, if you hit it again immediately, to the hot-spot. Similarly, `allout-beginning-of-current-entry' -\(\\[allout-beginning-of-current-entry]) moves to the hot-spot when the cursor is already located +(\\[allout-beginning-of-current-entry]) moves to the hot-spot when the cursor is already located at the beginning of the current entry. Extending Allout @@ -804,34 +743,27 @@ evaluate `allout-mode'. The mode's hook is called both when the mode is enabled and when it is disabled. -\(fn &optional ARG)" t nil) - +(fn &optional ARG)" t nil) (defalias 'outlinify-sticky #'outlineify-sticky) - (autoload 'outlineify-sticky "allout" "\ Activate outline mode and establish file var so it is started subsequently. See `allout-layout' and customization of `allout-auto-activation' for details on preparing Emacs for automatic allout activation. -\(fn &optional ARG)" t nil) - +(fn &optional ARG)" t nil) (register-definition-prefixes "allout" '("allout-")) -;;;*** -;;;### (autoloads nil "allout-widgets" "allout-widgets.el" (0 0 0 -;;;;;; 0)) ;;; Generated autoloads from allout-widgets.el -(push (purecopy '(allout-widgets 1 0)) package--builtin-versions) +(push (purecopy '(allout-widgets 1 0)) package--builtin-versions) (autoload 'allout-widgets-setup "allout-widgets" "\ Commission or decommission allout-widgets-mode along with allout-mode. Meant to be used by customization of `allout-widgets-auto-activation'. -\(fn VARNAME VALUE)" nil nil) - +(fn VARNAME VALUE)" nil nil) (defvar allout-widgets-auto-activation nil "\ Activate to enable allout icon graphics wherever allout mode is active. @@ -846,11 +778,8 @@ explicitly invoke `allout-widgets-mode' in allout buffers where you want allout widgets operation. See `allout-widgets-mode' for allout widgets mode features.") - (custom-autoload 'allout-widgets-auto-activation "allout-widgets" nil) - (put 'allout-widgets-mode-inhibit 'safe-local-variable #'booleanp) - (autoload 'allout-widgets-mode "allout-widgets" "\ Toggle Allout Widgets mode. @@ -886,17 +815,18 @@ evaluate `allout-widgets-mode'. The mode's hook is called both when the mode is enabled and when it is disabled. -\(fn &optional ARG)" t nil) - +(fn &optional ARG)" t nil) (register-definition-prefixes "allout-widgets" '("allout-")) -;;;*** -;;;### (autoloads nil "ange-ftp" "net/ange-ftp.el" (0 0 0 0)) +;;; Generated autoloads from cedet/semantic/analyze.el + +(register-definition-prefixes "semantic/analyze" '("semantic-a")) + + ;;; Generated autoloads from net/ange-ftp.el (defalias 'ange-ftp-re-read-dir 'ange-ftp-reread-dir) - (autoload 'ange-ftp-reread-dir "ange-ftp" "\ Reread remote directory DIR to update the directory cache. The implementation of remote FTP file names caches directory contents @@ -904,18 +834,14 @@ for speed. Therefore, when new remote files are created, Emacs may not know they exist. You can use this command to reread a specific directory, so that Emacs will know its current contents. -\(fn &optional DIR)" t nil) - +(fn &optional DIR)" t nil) (autoload 'ange-ftp-hook-function "ange-ftp" "\ -\(fn OPERATION &rest ARGS)" nil nil) - +(fn OPERATION &rest ARGS)" nil nil) (register-definition-prefixes "ange-ftp" '("ange-ftp-" "ftp-error" "internal-ange-ftp-mode")) -;;;*** -;;;### (autoloads nil "animate" "play/animate.el" (0 0 0 0)) ;;; Generated autoloads from play/animate.el (autoload 'animate-string "animate" "\ @@ -926,8 +852,7 @@ passing through `animate-n-steps' positions before the final ones. If HPOS is nil (or omitted), center the string horizontally in the current window. -\(fn STRING VPOS &optional HPOS)" nil nil) - +(fn STRING VPOS &optional HPOS)" nil nil) (autoload 'animate-sequence "animate" "\ Display animation strings from LIST-OF-STRING with buffer *Animation*. Strings will be separated from each other by SPACE lines. @@ -935,27 +860,22 @@ Strings will be separated from each other by SPACE lines. animation in the buffer named by variable's value, creating the buffer if one does not exist. -\(fn LIST-OF-STRINGS SPACE)" nil nil) - +(fn LIST-OF-STRINGS SPACE)" nil nil) (autoload 'animate-birthday-present "animate" "\ Return a birthday present in the buffer *Birthday-Present*. When optional arg NAME is non-nil or called-interactively, prompt for NAME of birthday present receiver and return a birthday present in the buffer *Birthday-Present-for-Name*. -\(fn &optional NAME)" t nil) - +(fn &optional NAME)" t nil) (register-definition-prefixes "animate" '("animat")) -;;;*** -;;;### (autoloads nil "ansi-color" "ansi-color.el" (0 0 0 0)) ;;; Generated autoloads from ansi-color.el -(push (purecopy '(ansi-color 3 4 2)) package--builtin-versions) +(push (purecopy '(ansi-color 3 4 2)) package--builtin-versions) (autoload 'ansi-color-for-comint-mode-on "ansi-color" "\ Set `ansi-color-for-comint-mode' to t." t nil) - (autoload 'ansi-color-process-output "ansi-color" "\ Maybe translate SGR control sequences of comint output into text properties. @@ -969,22 +889,17 @@ The comint output is assumed to lie between the marker This is a good function to put in `comint-output-filter-functions'. -\(fn IGNORED)" nil nil) - +(fn IGNORED)" nil nil) (autoload 'ansi-color-compilation-filter "ansi-color" "\ Maybe translate SGR control sequences into text properties. This function depends on the `ansi-color-for-compilation-mode' variable, and is meant to be used in `compilation-filter-hook'." nil nil) - (register-definition-prefixes "ansi-color" '("ansi-color-")) -;;;*** -;;;### (autoloads nil "antlr-mode" "progmodes/antlr-mode.el" (0 0 -;;;;;; 0 0)) ;;; Generated autoloads from progmodes/antlr-mode.el -(push (purecopy '(antlr-mode 2 2 3)) package--builtin-versions) +(push (purecopy '(antlr-mode 2 2 3)) package--builtin-versions) (autoload 'antlr-show-makefile-rules "antlr-mode" "\ Show Makefile rules for all grammar files in the current directory. If the `major-mode' of the current buffer has the value `makefile-mode', @@ -1001,21 +916,16 @@ If the file for a super-grammar cannot be determined, special file names are used according to variable `antlr-unknown-file-formats' and a commentary with value `antlr-help-unknown-file-text' is added. The *Help* buffer always starts with the text in `antlr-help-rules-intro'." t nil) - (autoload 'antlr-mode "antlr-mode" "\ Major mode for editing ANTLR grammar files. -\(fn)" t nil) - +(fn)" t nil) (autoload 'antlr-set-tabs "antlr-mode" "\ Use ANTLR's convention for TABs according to `antlr-tab-offset-alist'. Used in `antlr-mode'. Also a useful function in `java-mode-hook'." nil nil) - (register-definition-prefixes "antlr-mode" '("antlr-")) -;;;*** -;;;### (autoloads nil "appt" "calendar/appt.el" (0 0 0 0)) ;;; Generated autoloads from calendar/appt.el (autoload 'appt-add "appt" "\ @@ -1025,20 +935,16 @@ Optional argument WARNTIME is an integer (or string) giving the number of minutes before the appointment at which to start warning. The default is `appt-message-warning-time'. -\(fn TIME MSG &optional WARNTIME)" t nil) - +(fn TIME MSG &optional WARNTIME)" t nil) (autoload 'appt-activate "appt" "\ Toggle checking of appointments. With optional numeric argument ARG, turn appointment checking on if ARG is positive, otherwise off. -\(fn &optional ARG)" t nil) - +(fn &optional ARG)" t nil) (register-definition-prefixes "appt" '("appt-")) -;;;*** -;;;### (autoloads nil "apropos" "apropos.el" (0 0 0 0)) ;;; Generated autoloads from apropos.el (autoload 'apropos-read-pattern "apropos" "\ @@ -1049,8 +955,7 @@ literally, or a string which is used as a regexp to search for. SUBJECT is a string that is included in the prompt to identify what kind of objects to search. -\(fn SUBJECT)" nil nil) - +(fn SUBJECT)" nil nil) (autoload 'apropos-user-option "apropos" "\ Show user options that match PATTERN. PATTERN can be a word, a list of words (separated by spaces), @@ -1061,16 +966,14 @@ search for matches for any two (or more) of those words. With \\[universal-argument] prefix, or if `apropos-do-all' is non-nil, also show variables, not just user options. -\(fn PATTERN &optional DO-ALL)" t nil) - +(fn PATTERN &optional DO-ALL)" t nil) (autoload 'apropos-variable "apropos" "\ Show variables that match PATTERN. With the optional argument DO-NOT-ALL non-nil (or when called interactively with the prefix \\[universal-argument]), show user options only, i.e. behave like `apropos-user-option'. -\(fn PATTERN &optional DO-NOT-ALL)" t nil) - +(fn PATTERN &optional DO-NOT-ALL)" t nil) (autoload 'apropos-local-variable "apropos" "\ Show buffer-local variables that match PATTERN. Optional arg BUFFER (default: current buffer) is the buffer to check. @@ -1078,8 +981,7 @@ Optional arg BUFFER (default: current buffer) is the buffer to check. The output includes variables that are not yet set in BUFFER, but that will be buffer-local when set. -\(fn PATTERN &optional BUFFER)" t nil) - +(fn PATTERN &optional BUFFER)" t nil) (autoload 'apropos-function "apropos" "\ Show functions that match PATTERN. @@ -1091,10 +993,8 @@ search for matches for any two (or more) of those words. This is the same as running `apropos-command' with a \\[universal-argument] prefix, or a non-nil `apropos-do-all' argument. -\(fn PATTERN)" t nil) - +(fn PATTERN)" t nil) (defalias 'command-apropos #'apropos-command) - (autoload 'apropos-command "apropos" "\ Show commands (interactively callable functions) that match PATTERN. PATTERN can be a word, a list of words (separated by spaces), @@ -1111,13 +1011,11 @@ satisfy the predicate VAR-PREDICATE. When called from a Lisp program, a string PATTERN is used as a regexp, while a list of strings is used as a word list. -\(fn PATTERN &optional DO-ALL VAR-PREDICATE)" t nil) - +(fn PATTERN &optional DO-ALL VAR-PREDICATE)" t nil) (autoload 'apropos-documentation-property "apropos" "\ Like (documentation-property SYMBOL PROPERTY RAW) but handle errors. -\(fn SYMBOL PROPERTY RAW)" nil nil) - +(fn SYMBOL PROPERTY RAW)" nil nil) (autoload 'apropos "apropos" "\ Show all meaningful Lisp symbols whose names match PATTERN. Symbols are shown if they are defined as functions, variables, or @@ -1136,16 +1034,14 @@ Return list of symbols and documentation found. The *Apropos* window will be selected if `help-window-select' is non-nil. -\(fn PATTERN &optional DO-ALL)" t nil) - +(fn PATTERN &optional DO-ALL)" t nil) (autoload 'apropos-library "apropos" "\ List the variables and functions defined by library FILE. FILE should be one of the libraries currently loaded and should thus be found in `load-history'. If `apropos-do-all' is non-nil, the output includes key-bindings of commands. -\(fn FILE)" t nil) - +(fn FILE)" t nil) (autoload 'apropos-value "apropos" "\ Show all symbols whose value's printed representation matches PATTERN. PATTERN can be a word, a list of words (separated by spaces), @@ -1159,15 +1055,13 @@ names and values of properties. Returns list of symbols and values found. -\(fn PATTERN &optional DO-ALL)" t nil) - +(fn PATTERN &optional DO-ALL)" t nil) (autoload 'apropos-local-value "apropos" "\ Show buffer-local variables whose values match PATTERN. This is like `apropos-value', but only for buffer-local variables. Optional arg BUFFER (default: current buffer) is the buffer to check. -\(fn PATTERN &optional BUFFER)" t nil) - +(fn PATTERN &optional BUFFER)" t nil) (autoload 'apropos-documentation "apropos" "\ Show symbols whose documentation contains matches for PATTERN. PATTERN can be a word, a list of words (separated by spaces), @@ -1182,13 +1076,10 @@ documentation strings. Returns list of symbols and documentation found. -\(fn PATTERN &optional DO-ALL)" t nil) - +(fn PATTERN &optional DO-ALL)" t nil) (register-definition-prefixes "apropos" '("apropos-")) -;;;*** -;;;### (autoloads nil "arc-mode" "arc-mode.el" (0 0 0 0)) ;;; Generated autoloads from arc-mode.el (autoload 'archive-mode "arc-mode" "\ @@ -1204,13 +1095,15 @@ archive. \\{archive-mode-map} -\(fn &optional FORCE)" nil nil) - +(fn &optional FORCE)" nil nil) (register-definition-prefixes "arc-mode" '("arc")) -;;;*** -;;;### (autoloads nil "array" "array.el" (0 0 0 0)) +;;; Generated autoloads from cedet/srecode/args.el + +(register-definition-prefixes "srecode/args" '("srecode-")) + + ;;; Generated autoloads from array.el (autoload 'array-mode "array" "\ @@ -1280,13 +1173,10 @@ take a numeric prefix argument): Entering array mode calls the function `array-mode-hook'. -\(fn)" t nil) - +(fn)" t nil) (register-definition-prefixes "array" '("array-" "current-line" "limit-index" "move-to-column-untabify" "untabify-backward")) -;;;*** -;;;### (autoloads nil "artist" "textmodes/artist.el" (0 0 0 0)) ;;; Generated autoloads from textmodes/artist.el (autoload 'artist-mode "artist" "\ @@ -1501,13 +1391,10 @@ evaluate `artist-mode'. The mode's hook is called both when the mode is enabled and when it is disabled. -\(fn &optional ARG)" t nil) - +(fn &optional ARG)" t nil) (register-definition-prefixes "artist" '("artist-")) -;;;*** -;;;### (autoloads nil "asm-mode" "progmodes/asm-mode.el" (0 0 0 0)) ;;; Generated autoloads from progmodes/asm-mode.el (autoload 'asm-mode "asm-mode" "\ @@ -1530,21 +1417,16 @@ Turning on Asm mode runs the hook `asm-mode-hook' at the end of initialization. Special commands: \\{asm-mode-map} -\(fn)" t nil) - +(fn)" t nil) (register-definition-prefixes "asm-mode" '("asm-")) -;;;*** -;;;### (autoloads nil "auth-source" "auth-source.el" (0 0 0 0)) ;;; Generated autoloads from auth-source.el (defvar auth-source-cache-expiry 7200 "\ How many seconds passwords are cached, or nil to disable expiring. Overrides `password-cache-expiry' through a let-binding.") - (custom-autoload 'auth-source-cache-expiry "auth-source" t) - (autoload 'authinfo-mode "auth-source" "\ Mode for editing .authinfo/.netrc files. @@ -1554,20 +1436,15 @@ point is moved into the passwords (see `authinfo-hide-elements'). \\{authinfo-mode-map} -\(fn)" t nil) - +(fn)" t nil) (register-definition-prefixes "auth-source" '("auth")) -;;;*** -;;;### (autoloads nil "auth-source-pass" "auth-source-pass.el" (0 -;;;;;; 0 0 0)) ;;; Generated autoloads from auth-source-pass.el -(push (purecopy '(auth-source-pass 5 0 0)) package--builtin-versions) +(push (purecopy '(auth-source-pass 5 0 0)) package--builtin-versions) (autoload 'auth-source-pass-enable "auth-source-pass" "\ Enable auth-source-password-store." nil nil) - (autoload 'auth-source-pass-get "auth-source-pass" "\ Return the value associated to KEY in the password-store entry ENTRY. @@ -1581,40 +1458,41 @@ secret key1: value1 key2: value2 -\(fn KEY ENTRY)" nil nil) - +(fn KEY ENTRY)" nil nil) (register-definition-prefixes "auth-source-pass" '("auth-source-pass-")) -;;;*** -;;;### (autoloads nil "autoconf" "progmodes/autoconf.el" (0 0 0 0)) +;;; Generated autoloads from cedet/ede/auto.el + +(register-definition-prefixes "ede/auto" '("ede-")) + + ;;; Generated autoloads from progmodes/autoconf.el (autoload 'autoconf-mode "autoconf" "\ Major mode for editing Autoconf configure.ac files. -\(fn)" t nil) - +(fn)" t nil) (register-definition-prefixes "autoconf" '("autoconf-")) -;;;*** -;;;### (autoloads nil "autoinsert" "autoinsert.el" (0 0 0 0)) +;;; Generated autoloads from cedet/ede/autoconf-edit.el + +(register-definition-prefixes "ede/autoconf-edit" '("autoconf-")) + + ;;; Generated autoloads from autoinsert.el (autoload 'auto-insert "autoinsert" "\ Insert default contents into new files if variable `auto-insert' is non-nil. Matches the visited file name against the elements of `auto-insert-alist'." t nil) - (autoload 'define-auto-insert "autoinsert" "\ Associate CONDITION with (additional) ACTION in `auto-insert-alist'. Optional AFTER means to insert action after all existing actions for CONDITION, or if CONDITION had no actions, after all other CONDITIONs. -\(fn CONDITION ACTION &optional AFTER)" nil nil) - +(fn CONDITION ACTION &optional AFTER)" nil nil) (function-put 'define-auto-insert 'lisp-indent-function 'defun) - (defvar auto-insert-mode nil "\ Non-nil if Auto-Insert mode is enabled. See the `auto-insert-mode' command @@ -1622,9 +1500,7 @@ for a description of this minor mode. Setting this variable directly does not take effect; either customize it (see the info node `Easy Customization') or call the function `auto-insert-mode'.") - (custom-autoload 'auto-insert-mode "autoinsert" nil) - (autoload 'auto-insert-mode "autoinsert" "\ Toggle Auto-insert mode, a global minor mode. @@ -1645,22 +1521,13 @@ evaluate `(default-value \\='auto-insert-mode)'. The mode's hook is called both when the mode is enabled and when it is disabled. -\(fn &optional ARG)" t nil) - +(fn &optional ARG)" t nil) (register-definition-prefixes "autoinsert" '("auto-insert")) -;;;*** -;;;### (autoloads nil "autoload" "emacs-lisp/autoload.el" (0 0 0 -;;;;;; 0)) ;;; Generated autoloads from emacs-lisp/autoload.el -(put 'generated-autoload-file 'safe-local-variable 'stringp) - -(put 'generated-autoload-load-name 'safe-local-variable 'stringp) - (put 'autoload-ensure-writable 'risky-local-variable t) - (autoload 'update-file-autoloads "autoload" "\ Update the autoloads for FILE. If prefix arg SAVE-AFTER is non-nil, save the buffer too. @@ -1673,8 +1540,7 @@ existing value of `generated-autoload-file'. Return FILE if there was no autoload cookie in it, else nil. -\(fn FILE &optional SAVE-AFTER OUTFILE)" t nil) - +(fn FILE &optional SAVE-AFTER OUTFILE)" t nil) (autoload 'update-directory-autoloads "autoload" "\ Update autoload definitions for Lisp files in the directories DIRS. In an interactive call, you must give one argument, the name of a @@ -1690,10 +1556,8 @@ value of `generated-autoload-file'. If any Lisp file binds `generated-autoload-file' as a file-local variable, write its autoloads into the specified file instead. -\(fn &rest DIRS)" t nil) - +(fn &rest DIRS)" t nil) (make-obsolete 'update-directory-autoloads 'make-directory-autoloads '"28.1") - (autoload 'make-directory-autoloads "autoload" "\ Update autoload definitions for Lisp files in the directories DIRS. DIR can be either a single directory or a list of @@ -1706,19 +1570,15 @@ its autoloads into the specified file instead. The function does NOT recursively descend into subdirectories of the directory or directories specified. -\(fn DIR OUTPUT-FILE)" t nil) - +(fn DIR OUTPUT-FILE)" t nil) (autoload 'batch-update-autoloads "autoload" "\ Update loaddefs.el autoloads in batch mode. Calls `update-directory-autoloads' on the command line arguments. Definitions are written to `generated-autoload-file' (which should be non-nil)." nil nil) +(register-definition-prefixes "autoload" '("autoload-" "batch-update-autoloads--summary" "generate-" "make-autoload" "no-update-autoloads")) -(register-definition-prefixes "autoload" '("autoload-" "batch-update-autoloads--summary" "generate" "make-autoload" "no-update-autoloads")) - -;;;*** -;;;### (autoloads nil "autorevert" "autorevert.el" (0 0 0 0)) ;;; Generated autoloads from autorevert.el (autoload 'auto-revert-mode "autorevert" "\ @@ -1753,14 +1613,12 @@ evaluate `auto-revert-mode'. The mode's hook is called both when the mode is enabled and when it is disabled. -\(fn &optional ARG)" t nil) - +(fn &optional ARG)" t nil) (autoload 'turn-on-auto-revert-mode "autorevert" "\ Turn on Auto-Revert Mode. This function is designed to be added to hooks, for example: (add-hook \\='c-mode-hook #\\='turn-on-auto-revert-mode)" nil nil) - (autoload 'auto-revert-tail-mode "autorevert" "\ Toggle reverting tail of buffer when the file grows. @@ -1794,14 +1652,12 @@ evaluate `auto-revert-tail-mode'. The mode's hook is called both when the mode is enabled and when it is disabled. -\(fn &optional ARG)" t nil) - +(fn &optional ARG)" t nil) (autoload 'turn-on-auto-revert-tail-mode "autorevert" "\ Turn on Auto-Revert Tail Mode. This function is designed to be added to hooks, for example: (add-hook \\='my-logfile-mode-hook #\\='turn-on-auto-revert-tail-mode)" nil nil) - (defvar global-auto-revert-mode nil "\ Non-nil if Global Auto-Revert mode is enabled. See the `global-auto-revert-mode' command @@ -1809,9 +1665,7 @@ for a description of this minor mode. Setting this variable directly does not take effect; either customize it (see the info node `Easy Customization') or call the function `global-auto-revert-mode'.") - (custom-autoload 'global-auto-revert-mode "autorevert" nil) - (autoload 'global-auto-revert-mode "autorevert" "\ Toggle Global Auto-Revert Mode. @@ -1847,21 +1701,15 @@ evaluate `(default-value \\='global-auto-revert-mode)'. The mode's hook is called both when the mode is enabled and when it is disabled. -\(fn &optional ARG)" t nil) - +(fn &optional ARG)" t nil) (register-definition-prefixes "autorevert" '("auto-revert-" "global-auto-revert-")) -;;;*** -;;;### (autoloads nil "avl-tree" "emacs-lisp/avl-tree.el" (0 0 0 -;;;;;; 0)) ;;; Generated autoloads from emacs-lisp/avl-tree.el (register-definition-prefixes "avl-tree" '("avl-tree-")) -;;;*** -;;;### (autoloads nil "avoid" "avoid.el" (0 0 0 0)) ;;; Generated autoloads from avoid.el (defvar mouse-avoidance-mode nil "\ @@ -1869,9 +1717,7 @@ Activate Mouse Avoidance mode. See function `mouse-avoidance-mode' for possible values. Setting this variable directly does not take effect; use either \\[customize] or \\[mouse-avoidance-mode].") - (custom-autoload 'mouse-avoidance-mode "avoid" nil) - (autoload 'mouse-avoidance-mode "avoid" "\ Set Mouse Avoidance mode to MODE. MODE should be one of the symbols `banish', `exile', `jump', `animate', @@ -1891,34 +1737,31 @@ Effects of the different modes: * cat-and-mouse: Same as `animate'. * proteus: As `animate', but changes the shape of the mouse pointer too. -\(See `mouse-avoidance-threshold' for definition of \"too close\", +(See `mouse-avoidance-threshold' for definition of \"too close\", and `mouse-avoidance-nudge-dist' and `mouse-avoidance-nudge-var' for definition of \"random distance\".) -\(fn &optional MODE)" t nil) - +(fn &optional MODE)" t nil) (register-definition-prefixes "avoid" '("mouse-avoidance-")) -;;;*** -;;;### (autoloads nil "backtrace" "emacs-lisp/backtrace.el" (0 0 -;;;;;; 0 0)) ;;; Generated autoloads from emacs-lisp/backtrace.el -(push (purecopy '(backtrace 1 0)) package--builtin-versions) +(push (purecopy '(backtrace 1 0)) package--builtin-versions) (autoload 'backtrace "backtrace" "\ Print a trace of Lisp function calls currently active. Output stream used is value of `standard-output'." nil nil) - (register-definition-prefixes "backtrace" '("backtrace-")) -;;;*** -;;;### (autoloads nil "bat-mode" "progmodes/bat-mode.el" (0 0 0 0)) +;;; Generated autoloads from cedet/ede/base.el + +(register-definition-prefixes "ede/base" '("ede-")) + + ;;; Generated autoloads from progmodes/bat-mode.el (add-to-list 'auto-mode-alist '("\\.\\(bat\\|cmd\\)\\'" . bat-mode)) - (autoload 'bat-mode "bat-mode" "\ Major mode for editing DOS/Windows batch files. Start a new script from `bat-template'. Read help pages for DOS commands @@ -1927,21 +1770,17 @@ Run script using `bat-run' and `bat-run-args'. \\{bat-mode-map} -\(fn)" t nil) - +(fn)" t nil) (register-definition-prefixes "bat-mode" '("bat-")) -;;;*** -;;;### (autoloads nil "battery" "battery.el" (0 0 0 0)) ;;; Generated autoloads from battery.el - (put 'battery-mode-line-string 'risky-local-variable t) + (put 'battery-mode-line-string 'risky-local-variable t) (autoload 'battery "battery" "\ Display battery status information in the echo area. The text being displayed in the echo area is controlled by the variables `battery-echo-area-format' and `battery-status-function'." t nil) - (defvar display-battery-mode nil "\ Non-nil if Display-Battery mode is enabled. See the `display-battery-mode' command @@ -1949,9 +1788,7 @@ for a description of this minor mode. Setting this variable directly does not take effect; either customize it (see the info node `Easy Customization') or call the function `display-battery-mode'.") - (custom-autoload 'display-battery-mode "battery" nil) - (autoload 'display-battery-mode "battery" "\ Toggle battery status display in mode line (Display Battery mode). @@ -1960,6 +1797,10 @@ The text displayed in the mode line is controlled by The mode line is be updated every `battery-update-interval' seconds. +The function which updates the mode-line display will call the +functions in `battery-update-functions', which can be used to +trigger actions based on battery-related events. + This is a global minor mode. If called interactively, toggle the `Display-Battery mode' mode. If the prefix argument is positive, enable the mode, and if it is zero or negative, disable the mode. @@ -1974,14 +1815,10 @@ evaluate `(default-value \\='display-battery-mode)'. The mode's hook is called both when the mode is enabled and when it is disabled. -\(fn &optional ARG)" t nil) +(fn &optional ARG)" t nil) +(register-definition-prefixes "battery" '("battery-" "my-")) -(register-definition-prefixes "battery" '("battery-")) - -;;;*** -;;;### (autoloads nil "benchmark" "emacs-lisp/benchmark.el" (0 0 -;;;;;; 0 0)) ;;; Generated autoloads from emacs-lisp/benchmark.el (autoload 'benchmark-call "benchmark" "\ @@ -1996,8 +1833,7 @@ specifies a minimum number of seconds that the benchmark execution should take. In that case the return value is prepended with the number of repetitions actually used. -\(fn FUNC &optional REPETITIONS)" nil nil) - +(fn FUNC &optional REPETITIONS)" nil nil) (autoload 'benchmark-run "benchmark" "\ Time execution of FORMS. If REPETITIONS is supplied as a number, run FORMS that many times, @@ -2007,20 +1843,16 @@ Return a list of the total elapsed time for execution, the number of garbage collections that ran, and the time taken by garbage collection. See also `benchmark-run-compiled'. -\(fn &optional REPETITIONS &rest FORMS)" nil t) - +(fn &optional REPETITIONS &rest FORMS)" nil t) (function-put 'benchmark-run 'lisp-indent-function '1) - (autoload 'benchmark-run-compiled "benchmark" "\ Time execution of compiled version of FORMS. This is like `benchmark-run', but what is timed is a funcall of the byte code obtained by wrapping FORMS in a `lambda' and compiling the result. The overhead of the `lambda's is accounted for. -\(fn &optional REPETITIONS &rest FORMS)" nil t) - +(fn &optional REPETITIONS &rest FORMS)" nil t) (function-put 'benchmark-run-compiled 'lisp-indent-function '1) - (autoload 'benchmark "benchmark" "\ Print the time taken for REPETITIONS executions of FORM. Interactively, REPETITIONS is taken from the prefix arg, and @@ -2030,28 +1862,21 @@ For non-interactive use see also `benchmark-run' and FORM can also be a function in which case we measure the time it takes to call it without any argument. -\(fn REPETITIONS FORM)" t nil) - +(fn REPETITIONS FORM)" t nil) (autoload 'benchmark-progn "benchmark" "\ Evaluate BODY and message the time taken. The return value is the value of the final form in BODY. -\(fn &rest BODY)" nil t) - +(fn &rest BODY)" nil t) (function-put 'benchmark-progn 'lisp-indent-function '0) - (register-definition-prefixes "benchmark" '("benchmark-")) -;;;*** -;;;### (autoloads nil "bib-mode" "textmodes/bib-mode.el" (0 0 0 0)) ;;; Generated autoloads from textmodes/bib-mode.el (register-definition-prefixes "bib-mode" '("addbib" "bib-" "mark-bib" "return-key-bib" "unread-bib")) -;;;*** -;;;### (autoloads nil "bibtex" "textmodes/bibtex.el" (0 0 0 0)) ;;; Generated autoloads from textmodes/bibtex.el (autoload 'bibtex-initialize "bibtex" "\ @@ -2068,8 +1893,7 @@ When called interactively, FORCE is t, CURRENT is t if current buffer visits a file using `bibtex-mode', and SELECT is t if current buffer does not use `bibtex-mode'. -\(fn &optional CURRENT FORCE SELECT)" t nil) - +(fn &optional CURRENT FORCE SELECT)" t nil) (autoload 'bibtex-mode "bibtex" "\ Major mode for editing BibTeX files. @@ -2123,8 +1947,7 @@ if that value is non-nil. \\{bibtex-mode-map} -\(fn)" t nil) - +(fn)" t nil) (autoload 'bibtex-search-entry "bibtex" "\ Move point to the beginning of BibTeX entry named KEY. Return position of entry if KEY is found or nil if not found. @@ -2138,59 +1961,44 @@ Also, GLOBAL is t if the current mode is not `bibtex-mode' or `bibtex-search-entry-globally' is non-nil. A prefix arg negates the value of `bibtex-search-entry-globally'. -\(fn KEY &optional GLOBAL START DISPLAY)" t nil) - +(fn KEY &optional GLOBAL START DISPLAY)" t nil) (register-definition-prefixes "bibtex" '("bibtex-")) -;;;*** -;;;### (autoloads nil "bibtex-style" "textmodes/bibtex-style.el" -;;;;;; (0 0 0 0)) ;;; Generated autoloads from textmodes/bibtex-style.el (autoload 'bibtex-style-mode "bibtex-style" "\ Major mode for editing BibTeX style files. -\(fn)" t nil) - +(fn)" t nil) (register-definition-prefixes "bibtex-style" '("bibtex-style-")) -;;;*** -;;;### (autoloads nil "bindat" "emacs-lisp/bindat.el" (0 0 0 0)) ;;; Generated autoloads from emacs-lisp/bindat.el (register-definition-prefixes "bindat" '("bindat-")) -;;;*** -;;;### (autoloads nil "binhex" "mail/binhex.el" (0 0 0 0)) ;;; Generated autoloads from mail/binhex.el (defconst binhex-begin-line "^:...............................................................$" "\ Regular expression matching the start of a BinHex encoded region.") - (autoload 'binhex-decode-region-internal "binhex" "\ Binhex decode region between START and END without using an external program. If HEADER-ONLY is non-nil only decode header and return filename. -\(fn START END &optional HEADER-ONLY)" t nil) - +(fn START END &optional HEADER-ONLY)" t nil) (autoload 'binhex-decode-region-external "binhex" "\ Binhex decode region between START and END using external decoder. -\(fn START END)" t nil) - +(fn START END)" t nil) (autoload 'binhex-decode-region "binhex" "\ Binhex decode region between START and END. -\(fn START END)" t nil) - +(fn START END)" t nil) (register-definition-prefixes "binhex" '("binhex-")) -;;;*** -;;;### (autoloads nil "blackbox" "play/blackbox.el" (0 0 0 0)) ;;; Generated autoloads from play/blackbox.el (autoload 'blackbox "blackbox" "\ @@ -2305,22 +2113,23 @@ H * * * O - - - - - - - - - - - - - - - - - - - - Be sure to compare the second example of a hit with the first example of a reflection. -\(fn NUM)" t nil) - +(fn NUM)" t nil) (register-definition-prefixes "blackbox" '("bb-" "blackbox-")) -;;;*** -;;;### (autoloads nil "bookmark" "bookmark.el" (0 0 0 0)) ;;; Generated autoloads from bookmark.el + (define-key ctl-x-r-map "b" 'bookmark-jump) (define-key ctl-x-r-map "m" 'bookmark-set) (define-key ctl-x-r-map "M" 'bookmark-set-no-overwrite) (define-key ctl-x-r-map "l" 'bookmark-bmenu-list) - -(defvar-keymap bookmark-map :doc "Keymap containing bindings to bookmark functions.\nIt is not bound to any key by default: to bind it\nso that you have a bookmark prefix, just use `global-set-key' and bind a\nkey of your choice to variable `bookmark-map'. All interactive bookmark\nfunctions have a binding in this keymap." "x" #'bookmark-set "m" #'bookmark-set "M" #'bookmark-set-no-overwrite "j" #'bookmark-jump "g" #'bookmark-jump "o" #'bookmark-jump-other-window "5" #'bookmark-jump-other-frame "i" #'bookmark-insert "e" #'edit-bookmarks "f" #'bookmark-insert-location "r" #'bookmark-rename "d" #'bookmark-delete "D" #'bookmark-delete-all "l" #'bookmark-load "w" #'bookmark-write "s" #'bookmark-save) +(defvar-keymap bookmark-map :doc "\ +Keymap containing bindings to bookmark functions. +It is not bound to any key by default: to bind it +so that you have a bookmark prefix, just use `global-set-key' and bind a +key of your choice to variable `bookmark-map'. All interactive bookmark +functions have a binding in this keymap." "x" #'bookmark-set "m" #'bookmark-set "M" #'bookmark-set-no-overwrite "j" #'bookmark-jump "g" #'bookmark-jump "o" #'bookmark-jump-other-window "5" #'bookmark-jump-other-frame "i" #'bookmark-insert "e" #'edit-bookmarks "f" #'bookmark-insert-location "r" #'bookmark-rename "d" #'bookmark-delete "D" #'bookmark-delete-all "l" #'bookmark-load "w" #'bookmark-write "s" #'bookmark-save) (fset 'bookmark-map bookmark-map) - (autoload 'bookmark-set "bookmark" "\ Set a bookmark named NAME at the current location. If NAME is nil, then prompt the user. @@ -2346,8 +2155,7 @@ Use \\[bookmark-delete] to remove bookmarks (you give it a name and it removes only the first instance of a bookmark with that name from the list of bookmarks.) -\(fn &optional NAME NO-OVERWRITE)" t nil) - +(fn &optional NAME NO-OVERWRITE)" t nil) (autoload 'bookmark-set-no-overwrite "bookmark" "\ Set a bookmark named NAME at the current location. If NAME is nil, then prompt the user. @@ -2376,8 +2184,7 @@ Use \\[bookmark-delete] to remove bookmarks (you give it a name and it removes only the first instance of a bookmark with that name from the list of bookmarks.) -\(fn &optional NAME PUSH-BOOKMARK)" t nil) - +(fn &optional NAME PUSH-BOOKMARK)" t nil) (autoload 'bookmark-jump "bookmark" "\ Jump to bookmark BOOKMARK (a point in some file). You may have a problem using this function if the value of variable @@ -2397,18 +2204,15 @@ If DISPLAY-FUNC is non-nil, it is a function to invoke to display the bookmark. It defaults to `pop-to-buffer-same-window'. A typical value for DISPLAY-FUNC would be `switch-to-buffer-other-window'. -\(fn BOOKMARK &optional DISPLAY-FUNC)" t nil) - +(fn BOOKMARK &optional DISPLAY-FUNC)" t nil) (autoload 'bookmark-jump-other-window "bookmark" "\ Jump to BOOKMARK in another window. See `bookmark-jump' for more. -\(fn BOOKMARK)" t nil) - +(fn BOOKMARK)" t nil) (autoload 'bookmark-jump-other-frame "bookmark" "\ Jump to BOOKMARK in another frame. See `bookmark-jump' for more. -\(fn BOOKMARK)" t nil) - +(fn BOOKMARK)" t nil) (autoload 'bookmark-relocate "bookmark" "\ Relocate BOOKMARK-NAME to another file, reading file name with minibuffer. @@ -2416,18 +2220,15 @@ This makes an already existing bookmark point to that file, instead of the one it used to point at. Useful when a file has been renamed after a bookmark was set in it. -\(fn BOOKMARK-NAME)" t nil) - +(fn BOOKMARK-NAME)" t nil) (autoload 'bookmark-insert-location "bookmark" "\ Insert the name of the file associated with BOOKMARK-NAME. Optional second arg NO-HISTORY means don't record this in the minibuffer history list `bookmark-history'. -\(fn BOOKMARK-NAME &optional NO-HISTORY)" t nil) - +(fn BOOKMARK-NAME &optional NO-HISTORY)" t nil) (defalias 'bookmark-locate 'bookmark-insert-location) - (autoload 'bookmark-rename "bookmark" "\ Change the name of OLD-NAME bookmark to NEW-NAME name. If called from keyboard, prompt for OLD-NAME and NEW-NAME. @@ -2441,8 +2242,7 @@ While you are entering the new name, consecutive \\\", \"<3>\", etc. -\(fn FILE &optional OVERWRITE NO-MSG DEFAULT)" t nil) - +(fn FILE &optional OVERWRITE NO-MSG DEFAULT)" t nil) (autoload 'bookmark-bmenu-get-buffer "bookmark" "\ Return the Bookmark List, building it if it doesn't exists. Don't affect the buffer ring order." nil nil) - (autoload 'bookmark-bmenu-list "bookmark" "\ Display a list of existing bookmarks. The list is displayed in a buffer named `*Bookmark List*'. The leftmost column displays a D if the bookmark is flagged for deletion, or > if it is flagged for displaying." t nil) - (defalias 'list-bookmarks 'bookmark-bmenu-list) - (defalias 'edit-bookmarks 'bookmark-bmenu-list) - (autoload 'bookmark-bmenu-search "bookmark" "\ Incremental search of bookmarks, hiding the non-matches as we go." '(bookmark-bmenu-mode) nil) - (defvar menu-bar-bookmark-map (let ((map (make-sparse-keymap "Bookmark functions"))) (bindings--define-key map [load] '(menu-item "Load a Bookmark File..." bookmark-load :help "Load bookmarks from a bookmark file)")) (bindings--define-key map [write] '(menu-item "Save Bookmarks As..." bookmark-write :help "Write bookmarks to a file (reading the file name with the minibuffer)")) (bindings--define-key map [save] '(menu-item "Save Bookmarks" bookmark-save :help "Save currently defined bookmarks")) (bindings--define-key map [edit] '(menu-item "Edit Bookmark List" bookmark-bmenu-list :help "Display a list of existing bookmarks")) (bindings--define-key map [delete] '(menu-item "Delete Bookmark..." bookmark-delete :help "Delete a bookmark from the bookmark list")) (bindings--define-key map [delete-all] '(menu-item "Delete all Bookmarks..." bookmark-delete-all :help "Delete all bookmarks from the bookmark list")) (bindings--define-key map [rename] '(menu-item "Rename Bookmark..." bookmark-rename :help "Change the name of a bookmark")) (bindings--define-key map [locate] '(menu-item "Insert Location..." bookmark-locate :help "Insert the name of the file associated with a bookmark")) (bindings--define-key map [insert] '(menu-item "Insert Contents..." bookmark-insert :help "Insert the text of the file pointed to by a bookmark")) (bindings--define-key map [set] '(menu-item "Set Bookmark..." bookmark-set :help "Set a bookmark named inside a file.")) (bindings--define-key map [jump] '(menu-item "Jump to Bookmark..." bookmark-jump :help "Jump to a bookmark (a point in some file)")) map)) - (defalias 'menu-bar-bookmark-map menu-bar-bookmark-map) - (register-definition-prefixes "bookmark" '("bookmark-" "with-buffer-modified-unmodified")) -;;;*** -;;;### (autoloads nil "browse-url" "net/browse-url.el" (0 0 0 0)) +;;; Generated autoloads from cedet/semantic/bovine.el + +(register-definition-prefixes "semantic/bovine" '("semantic-")) + + ;;; Generated autoloads from net/browse-url.el (defvar browse-url-browser-function 'browse-url-default-browser "\ @@ -2549,16 +2338,13 @@ This is used by the `browse-url-at-point', `browse-url-at-mouse', and Also see `browse-url-secondary-browser-function' and `browse-url-handlers'.") - (custom-autoload 'browse-url-browser-function "browse-url" t) - (defvar browse-url-default-handlers '(("\\`mailto:" . browse-url--mailto) ("\\`man:" . browse-url--man) (browse-url--non-html-file-url-p . browse-url-emacs)) "\ Like `browse-url-handlers' but populated by Emacs and packages. Emacs and external packages capable of browsing certain URLs should place their entries in this alist rather than `browse-url-handlers' which is reserved for the user.") - (autoload 'browse-url-select-handler "browse-url" "\ Return a handler of suitable for browsing URL. This searches `browse-url-handlers', and @@ -2573,8 +2359,7 @@ Currently, it also consults `browse-url-browser-function' first if it is set to an alist, although this usage is deprecated since Emacs 28.1 and will be removed in a future release. -\(fn URL &optional KIND)" nil nil) - +(fn URL &optional KIND)" nil nil) (autoload 'browse-url-of-file "browse-url" "\ Use a web browser to display FILE. Display the current buffer's file if FILE is nil or if called @@ -2582,8 +2367,7 @@ interactively. Turn the filename into a URL with function `browse-url-file-url'. Pass the URL to a browser using the `browse-url' function then run `browse-url-of-file-hook'. -\(fn &optional FILE)" t nil) - +(fn &optional FILE)" t nil) (autoload 'browse-url-of-buffer "browse-url" "\ Use a web browser to display BUFFER. See `browse-url' for details. @@ -2592,17 +2376,14 @@ Display the current buffer if BUFFER is nil. Display only the currently visible part of BUFFER (from a temporary file) if buffer is narrowed. -\(fn &optional BUFFER)" t nil) - +(fn &optional BUFFER)" t nil) (autoload 'browse-url-of-dired-file "browse-url" "\ In Dired, ask a WWW browser to display the file named on this line." t nil) - (autoload 'browse-url-of-region "browse-url" "\ Use a web browser to display the current region. See `browse-url' for details. -\(fn MIN MAX)" t nil) - +(fn MIN MAX)" t nil) (autoload 'browse-url "browse-url" "\ Open URL using a configurable method. This will typically (by default) open URL with an external web @@ -2624,16 +2405,14 @@ significance of ARGS (most of the functions ignore it). If ARGS are omitted, the default is to pass `browse-url-new-window-flag' as ARGS. -\(fn URL &rest ARGS)" t nil) - +(fn URL &rest ARGS)" t nil) (autoload 'browse-url-at-point "browse-url" "\ Open URL at point using a configurable method. See `browse-url' for details. Optional prefix argument ARG non-nil inverts the value of the option `browse-url-new-window-flag'. -\(fn &optional ARG)" t nil) - +(fn &optional ARG)" t nil) (autoload 'browse-url-with-browser-kind "browse-url" "\ Browse URL with a browser of the given browser KIND. KIND is either `internal' or `external'. @@ -2641,8 +2420,7 @@ KIND is either `internal' or `external'. When called interactively, the default browser kind is the opposite of the browser kind of `browse-url-browser-function'. -\(fn KIND URL &optional ARG)" t nil) - +(fn KIND URL &optional ARG)" t nil) (autoload 'browse-url-at-mouse "browse-url" "\ Use a web browser to load a URL clicked with the mouse. See `browse-url' for details. @@ -2650,15 +2428,13 @@ See `browse-url' for details. The URL is the one around or before the position of the mouse click but point is not changed. -\(fn EVENT)" t nil) - +(fn EVENT)" t nil) (autoload 'browse-url-xdg-open "browse-url" "\ Pass the specified URL to the \"xdg-open\" command. xdg-open is a desktop utility that calls your preferred web browser. The optional argument IGNORED is not used. -\(fn URL &optional IGNORED)" t nil) - +(fn URL &optional IGNORED)" t nil) (autoload 'browse-url-mozilla "browse-url" "\ Ask the Mozilla WWW browser to load URL. Default to the URL around or before point. The strings in variable @@ -2676,8 +2452,7 @@ new tab in an existing window instead. When called non-interactively, optional second argument NEW-WINDOW is used instead of `browse-url-new-window-flag'. -\(fn URL &optional NEW-WINDOW)" t nil) - +(fn URL &optional NEW-WINDOW)" t nil) (autoload 'browse-url-firefox "browse-url" "\ Ask the Firefox WWW browser to load URL. Defaults to the URL around or before point. Passes the strings @@ -2694,8 +2469,7 @@ is loaded in a new tab in an existing window instead. Non-interactively, this uses the optional second argument NEW-WINDOW instead of `browse-url-new-window-flag'. -\(fn URL &optional NEW-WINDOW)" t nil) - +(fn URL &optional NEW-WINDOW)" t nil) (autoload 'browse-url-chromium "browse-url" "\ Ask the Chromium WWW browser to load URL. Default to the URL around or before point. The strings in @@ -2703,28 +2477,24 @@ variable `browse-url-chromium-arguments' are also passed to Chromium. The optional argument NEW-WINDOW is not used. -\(fn URL &optional NEW-WINDOW)" t nil) - +(fn URL &optional NEW-WINDOW)" t nil) (autoload 'browse-url-webpositive "browse-url" "\ Ask the WebPositive WWW browser to load URL. Default to the URL around or before point. The optional argument NEW-WINDOW is not used. -\(fn URL &optional NEW-WINDOW)" t nil) - +(fn URL &optional NEW-WINDOW)" t nil) (autoload 'browse-url-default-haiku-browser "browse-url" "\ Browse URL with the system default browser. Default to the URL around or before point. -\(fn URL &optional NEW-WINDOW)" t nil) - +(fn URL &optional NEW-WINDOW)" t nil) (autoload 'browse-url-emacs "browse-url" "\ Ask Emacs to load URL into a buffer and show it in another window. Optional argument SAME-WINDOW non-nil means show the URL in the currently selected window instead. -\(fn URL &optional SAME-WINDOW)" t nil) - +(fn URL &optional SAME-WINDOW)" t nil) (autoload 'browse-url-gnome-moz "browse-url" "\ Ask Mozilla to load URL via the GNOME program `gnome-moz-remote'. Default to the URL around or before point. The strings in variable @@ -2738,10 +2508,8 @@ effect of `browse-url-new-window-flag'. When called non-interactively, optional second argument NEW-WINDOW is used instead of `browse-url-new-window-flag'. -\(fn URL &optional NEW-WINDOW)" t nil) - +(fn URL &optional NEW-WINDOW)" t nil) (make-obsolete 'browse-url-gnome-moz 'nil '"25.1") - (autoload 'browse-url-conkeror "browse-url" "\ Ask the Conkeror WWW browser to load URL. Default to the URL around or before point. Also pass the strings @@ -2760,10 +2528,8 @@ new window, load it in a new buffer in an existing window instead. When called non-interactively, use optional second argument NEW-WINDOW instead of `browse-url-new-window-flag'. -\(fn URL &optional NEW-WINDOW)" t nil) - +(fn URL &optional NEW-WINDOW)" t nil) (make-obsolete 'browse-url-conkeror 'nil '"28.1") - (autoload 'browse-url-w3 "browse-url" "\ Ask the w3 WWW browser to load URL. Default to the URL around or before point. @@ -2775,17 +2541,14 @@ prefix argument reverses the effect of `browse-url-new-window-flag'. When called non-interactively, optional second argument NEW-WINDOW is used instead of `browse-url-new-window-flag'. -\(fn URL &optional NEW-WINDOW)" t nil) - +(fn URL &optional NEW-WINDOW)" t nil) (autoload 'browse-url-w3-gnudoit "browse-url" "\ Ask another Emacs running gnuserv to load the URL using the W3 browser. The `browse-url-gnudoit-program' program is used with options given by `browse-url-gnudoit-args'. Default to the URL around or before point. -\(fn URL &optional NEW-WINDOW)" t nil) - +(fn URL &optional NEW-WINDOW)" t nil) (make-obsolete 'browse-url-w3-gnudoit 'nil '"25.1") - (autoload 'browse-url-text-xterm "browse-url" "\ Ask a text browser to load URL. URL defaults to the URL around or before point. @@ -2794,8 +2557,7 @@ in an Xterm window using the Xterm program named by `browse-url-xterm-program' with possible additional arguments `browse-url-xterm-args'. The optional argument NEW-WINDOW is not used. -\(fn URL &optional NEW-WINDOW)" t nil) - +(fn URL &optional NEW-WINDOW)" t nil) (autoload 'browse-url-text-emacs "browse-url" "\ Ask a text browser to load URL. URL defaults to the URL around or before point. @@ -2810,8 +2572,7 @@ reverses the effect of `browse-url-new-window-flag'. When called non-interactively, optional second argument NEW-WINDOW is used instead of `browse-url-new-window-flag'. -\(fn URL &optional NEW-BUFFER)" t nil) - +(fn URL &optional NEW-BUFFER)" t nil) (autoload 'browse-url-mail "browse-url" "\ Open a new mail message buffer within Emacs for the RFC 2368 URL. Default to using the mailto: URL around or before point as the @@ -2827,8 +2588,7 @@ non-nil interactive prefix argument reverses the effect of When called non-interactively, optional second argument NEW-WINDOW is used instead of `browse-url-new-window-flag'. -\(fn URL &optional NEW-WINDOW)" t nil) - +(fn URL &optional NEW-WINDOW)" t nil) (autoload 'browse-url-generic "browse-url" "\ Ask the WWW browser defined by `browse-url-generic-program' to load URL. Default to the URL around or before point. A fresh copy of the @@ -2836,15 +2596,13 @@ browser is started up in a new process with possible additional arguments `browse-url-generic-args'. This is appropriate for browsers which don't offer a form of remote control. -\(fn URL &optional NEW-WINDOW)" t nil) - +(fn URL &optional NEW-WINDOW)" t nil) (autoload 'browse-url-kde "browse-url" "\ Ask the KDE WWW browser to load URL. Default to the URL around or before point. The optional argument NEW-WINDOW is not used. -\(fn URL &optional NEW-WINDOW)" t nil) - +(fn URL &optional NEW-WINDOW)" t nil) (autoload 'browse-url-elinks "browse-url" "\ Ask the Elinks WWW browser to load URL. Default to the URL around the point. @@ -2855,42 +2613,34 @@ none yet running, a newly started instance. The Elinks command will be prepended by the program+arguments from `browse-url-elinks-wrapper'. -\(fn URL &optional NEW-WINDOW)" t nil) - +(fn URL &optional NEW-WINDOW)" t nil) (autoload 'browse-url-button-open "browse-url" "\ Follow the link under point using `browse-url'. If EXTERNAL (the prefix if used interactively), open with the external browser instead of the default one. -\(fn &optional EXTERNAL MOUSE-EVENT)" t nil) - +(fn &optional EXTERNAL MOUSE-EVENT)" t nil) (autoload 'browse-url-button-open-url "browse-url" "\ Open URL using `browse-url'. If `current-prefix-arg' is non-nil, use `browse-url-secondary-browser-function' instead. -\(fn URL)" nil nil) - +(fn URL)" nil nil) (register-definition-prefixes "browse-url" '("browse-url-")) -;;;*** -;;;### (autoloads nil "bs" "bs.el" (0 0 0 0)) ;;; Generated autoloads from bs.el (autoload 'bs-cycle-next "bs" "\ Select next buffer defined by buffer cycling. The buffers taking part in buffer cycling are defined by buffer configuration `bs-cycle-configuration-name'." t nil) - (autoload 'bs-cycle-previous "bs" "\ Select previous buffer defined by buffer cycling. The buffers taking part in buffer cycling are defined by buffer configuration `bs-cycle-configuration-name'." t nil) - (autoload 'bs-customize "bs" "\ Customization of group bs for Buffer Selection Menu." t nil) - (autoload 'bs-show "bs" "\ Make a menu of buffers so you can manipulate buffers or the buffer list. \\ @@ -2905,13 +2655,10 @@ With prefix argument ARG show a different buffer list. Function `bs--configuration-name-for-prefix-arg' determine accordingly name of buffer configuration. -\(fn ARG)" t nil) - +(fn ARG)" t nil) (register-definition-prefixes "bs" '("bs-")) -;;;*** -;;;### (autoloads nil "bubbles" "play/bubbles.el" (0 0 0 0)) ;;; Generated autoloads from play/bubbles.el (autoload 'bubbles "bubbles" "\ @@ -2927,19 +2674,13 @@ columns on its right towards the left. \\[bubbles-set-game-medium] sets the difficulty to medium. \\[bubbles-set-game-difficult] sets the difficulty to difficult. \\[bubbles-set-game-hard] sets the difficulty to hard." t nil) - (register-definition-prefixes "bubbles" '("bubbles-")) -;;;*** -;;;### (autoloads nil "bug-reference" "progmodes/bug-reference.el" -;;;;;; (0 0 0 0)) ;;; Generated autoloads from progmodes/bug-reference.el (put 'bug-reference-url-format 'safe-local-variable (lambda (s) (or (stringp s) (and (symbolp s) (get s 'bug-reference-url-format))))) - (put 'bug-reference-bug-regexp 'safe-local-variable 'stringp) - (autoload 'bug-reference-mode "bug-reference" "\ Toggle hyperlinking bug references in the buffer (Bug Reference mode). @@ -2957,8 +2698,7 @@ evaluate `bug-reference-mode'. The mode's hook is called both when the mode is enabled and when it is disabled. -\(fn &optional ARG)" t nil) - +(fn &optional ARG)" t nil) (autoload 'bug-reference-prog-mode "bug-reference" "\ Like `bug-reference-mode', but only buttonize in comments and strings. @@ -2977,35 +2717,26 @@ evaluate `bug-reference-prog-mode'. The mode's hook is called both when the mode is enabled and when it is disabled. -\(fn &optional ARG)" t nil) - +(fn &optional ARG)" t nil) (register-definition-prefixes "bug-reference" '("bug-reference-")) -;;;*** -;;;### (autoloads nil "byte-opt" "emacs-lisp/byte-opt.el" (0 0 0 -;;;;;; 0)) ;;; Generated autoloads from emacs-lisp/byte-opt.el (register-definition-prefixes "byte-opt" '("byte-" "disassemble-offset")) -;;;*** -;;;### (autoloads nil "bytecomp" "emacs-lisp/bytecomp.el" (0 0 0 -;;;;;; 0)) ;;; Generated autoloads from emacs-lisp/bytecomp.el + (put 'byte-compile-dynamic 'safe-local-variable 'booleanp) (put 'byte-compile-disable-print-circle 'safe-local-variable 'booleanp) (put 'byte-compile-dynamic-docstrings 'safe-local-variable 'booleanp) (put 'byte-compile-error-on-warn 'safe-local-variable 'booleanp) - (put 'byte-compile-warnings 'safe-local-variable (lambda (v) (or (symbolp v) (null (delq nil (mapcar (lambda (x) (not (symbolp x))) v)))))) - (autoload 'byte-compile-warning-enabled-p "bytecomp" "\ Return non-nil if WARNING is enabled, according to `byte-compile-warnings'. -\(fn WARNING &optional SYMBOL)" nil nil) - +(fn WARNING &optional SYMBOL)" nil nil) (autoload 'byte-compile-disable-warning "bytecomp" "\ Change `byte-compile-warnings' to disable WARNING. If `byte-compile-warnings' is t, set it to `(not WARNING)'. @@ -3013,8 +2744,7 @@ Otherwise, if the first element is `not', add WARNING, else remove it. Normally you should let-bind `byte-compile-warnings' before calling this, else the global value will be modified. -\(fn WARNING)" nil nil) - +(fn WARNING)" nil nil) (autoload 'byte-compile-enable-warning "bytecomp" "\ Change `byte-compile-warnings' to enable WARNING. If `byte-compile-warnings' is t, do nothing. Otherwise, if the @@ -3022,14 +2752,12 @@ first element is `not', remove WARNING, else add it. Normally you should let-bind `byte-compile-warnings' before calling this, else the global value will be modified. -\(fn WARNING)" nil nil) - +(fn WARNING)" nil nil) (autoload 'byte-force-recompile "bytecomp" "\ Recompile every `.el' file in DIRECTORY that already has a `.elc' file. Files in subdirectories of DIRECTORY are processed also. -\(fn DIRECTORY)" t nil) - +(fn DIRECTORY)" t nil) (autoload 'byte-recompile-directory "bytecomp" "\ Recompile every `.el' file in DIRECTORY that needs recompilation. This happens when a `.elc' file exists but is older than the `.el' file. @@ -3049,9 +2777,8 @@ This command will normally not follow symlinks when compiling files. If FOLLOW-SYMLINKS is non-nil, symlinked `.el' files will also be compiled. -\(fn DIRECTORY &optional ARG FORCE FOLLOW-SYMLINKS)" t nil) +(fn DIRECTORY &optional ARG FORCE FOLLOW-SYMLINKS)" t nil) (put 'no-byte-compile 'safe-local-variable 'booleanp) - (autoload 'byte-compile-file "bytecomp" "\ Compile a file of Lisp code named FILENAME into a file of byte code. The output file's name is generated by passing FILENAME to the @@ -3060,23 +2787,19 @@ The value is non-nil if there were no errors, nil if errors. See also `emacs-lisp-byte-compile-and-load'. -\(fn FILENAME &optional LOAD)" t nil) - +(fn FILENAME &optional LOAD)" t nil) (set-advertised-calling-convention 'byte-compile-file '(filename) '"28.1") - (autoload 'compile-defun "bytecomp" "\ Compile and evaluate the current top-level form. Print the result in the echo area. With argument ARG, insert value in current buffer after the form. -\(fn &optional ARG)" t nil) - +(fn &optional ARG)" t nil) (autoload 'byte-compile "bytecomp" "\ If FORM is a symbol, byte-compile its function definition. If FORM is a lambda or a macro, byte-compile it as a function. -\(fn FORM)" nil nil) - +(fn FORM)" nil nil) (autoload 'display-call-tree "bytecomp" "\ Display a call graph of a specified file. This lists which functions have been called, what functions called @@ -3086,19 +2809,17 @@ all functions called by those functions. The call graph does not include macros, inline functions, or primitives that the byte-code interpreter knows about directly -\(`eq', `cons', etc.). +(`eq', `cons', etc.). The call tree also lists those functions which are not known to be called -\(that is, to which no calls have been compiled), and which cannot be +(that is, to which no calls have been compiled), and which cannot be invoked interactively. -\(fn &optional FILENAME)" t nil) - +(fn &optional FILENAME)" t nil) (autoload 'batch-byte-compile-if-not-done "bytecomp" "\ Like `byte-compile-file' but doesn't recompile if already up to date. Use this from the command line, with `-batch'; it won't work in an interactive Emacs." nil nil) - (autoload 'batch-byte-compile "bytecomp" "\ Run `byte-compile-file' on the files remaining on the command line. Use this from the command line, with `-batch'; @@ -3115,8 +2836,7 @@ For example, invoke \"emacs -batch -f batch-byte-compile $emacs/ ~/*.el\". If NOFORCE is non-nil, don't recompile a file that seems to be already up-to-date. -\(fn &optional NOFORCE)" nil nil) - +(fn &optional NOFORCE)" nil nil) (autoload 'batch-byte-recompile-directory "bytecomp" "\ Run `byte-recompile-directory' on the dirs remaining on the command line. Must be used only with `-batch', and kills Emacs on completion. @@ -3126,61 +2846,44 @@ Optional argument ARG is passed as second argument ARG to `byte-recompile-directory'; see there for its possible values and corresponding effects. -\(fn &optional ARG)" nil nil) - +(fn &optional ARG)" nil nil) (register-definition-prefixes "bytecomp" '("batch-byte-compile-file" "byte" "displaying-byte-compile-warnings" "emacs-lisp-" "no-byte-compile")) -;;;*** -;;;### (autoloads nil "cal-bahai" "calendar/cal-bahai.el" (0 0 0 -;;;;;; 0)) +;;; Generated autoloads from cedet/semantic/bovine/c.el + +(register-definition-prefixes "semantic/bovine/c" '("c-mode" "semantic")) + + ;;; Generated autoloads from calendar/cal-bahai.el (register-definition-prefixes "cal-bahai" '("calendar-bahai-" "diary-bahai-" "holiday-bahai")) -;;;*** -;;;### (autoloads nil "cal-china" "calendar/cal-china.el" (0 0 0 -;;;;;; 0)) ;;; Generated autoloads from calendar/cal-china.el (put 'calendar-chinese-time-zone 'risky-local-variable t) - (register-definition-prefixes "cal-china" '("calendar-chinese-" "diary-chinese-" "holiday-chinese")) -;;;*** -;;;### (autoloads nil "cal-coptic" "calendar/cal-coptic.el" (0 0 -;;;;;; 0 0)) ;;; Generated autoloads from calendar/cal-coptic.el (register-definition-prefixes "cal-coptic" '("calendar-" "diary-")) -;;;*** -;;;### (autoloads nil "cal-dst" "calendar/cal-dst.el" (0 0 0 0)) ;;; Generated autoloads from calendar/cal-dst.el (put 'calendar-daylight-savings-starts 'risky-local-variable t) - (put 'calendar-daylight-savings-ends 'risky-local-variable t) - (put 'calendar-current-time-zone-cache 'risky-local-variable t) - (register-definition-prefixes "cal-dst" '("calendar-" "dst-")) -;;;*** -;;;### (autoloads nil "cal-french" "calendar/cal-french.el" (0 0 -;;;;;; 0 0)) ;;; Generated autoloads from calendar/cal-french.el (register-definition-prefixes "cal-french" '("calendar-french-" "diary-french-date")) -;;;*** -;;;### (autoloads nil "cal-hebrew" "calendar/cal-hebrew.el" (0 0 -;;;;;; 0 0)) ;;; Generated autoloads from calendar/cal-hebrew.el (autoload 'calendar-hebrew-list-yahrzeits "cal-hebrew" "\ @@ -3188,164 +2891,124 @@ List Yahrzeit dates for *Gregorian* DEATH-DATE from START-YEAR to END-YEAR. When called interactively from the calendar window, the date of death is taken from the cursor position. -\(fn DEATH-DATE START-YEAR END-YEAR)" t nil) - +(fn DEATH-DATE START-YEAR END-YEAR)" t nil) (register-definition-prefixes "cal-hebrew" '("calendar-hebrew-" "diary-hebrew-" "holiday-hebrew")) -;;;*** -;;;### (autoloads nil "cal-html" "calendar/cal-html.el" (0 0 0 0)) ;;; Generated autoloads from calendar/cal-html.el (register-definition-prefixes "cal-html" '("cal-html-")) -;;;*** -;;;### (autoloads nil "cal-islam" "calendar/cal-islam.el" (0 0 0 -;;;;;; 0)) ;;; Generated autoloads from calendar/cal-islam.el (register-definition-prefixes "cal-islam" '("calendar-islamic-" "diary-islamic-" "holiday-islamic")) -;;;*** -;;;### (autoloads nil "cal-iso" "calendar/cal-iso.el" (0 0 0 0)) ;;; Generated autoloads from calendar/cal-iso.el (register-definition-prefixes "cal-iso" '("calendar-iso-" "diary-iso-date")) -;;;*** -;;;### (autoloads nil "cal-julian" "calendar/cal-julian.el" (0 0 -;;;;;; 0 0)) ;;; Generated autoloads from calendar/cal-julian.el (register-definition-prefixes "cal-julian" '("calendar-" "diary-" "holiday-julian")) -;;;*** -;;;### (autoloads nil "cal-mayan" "calendar/cal-mayan.el" (0 0 0 -;;;;;; 0)) ;;; Generated autoloads from calendar/cal-mayan.el (register-definition-prefixes "cal-mayan" '("calendar-mayan-" "diary-mayan-date")) -;;;*** -;;;### (autoloads nil "cal-menu" "calendar/cal-menu.el" (0 0 0 0)) ;;; Generated autoloads from calendar/cal-menu.el (register-definition-prefixes "cal-menu" '("cal")) -;;;*** -;;;### (autoloads nil "cal-move" "calendar/cal-move.el" (0 0 0 0)) ;;; Generated autoloads from calendar/cal-move.el (register-definition-prefixes "cal-move" '("calendar-")) -;;;*** -;;;### (autoloads nil "cal-persia" "calendar/cal-persia.el" (0 0 -;;;;;; 0 0)) ;;; Generated autoloads from calendar/cal-persia.el (register-definition-prefixes "cal-persia" '("calendar-persian-" "diary-persian-date")) -;;;*** -;;;### (autoloads nil "cal-tex" "calendar/cal-tex.el" (0 0 0 0)) ;;; Generated autoloads from calendar/cal-tex.el (register-definition-prefixes "cal-tex" '("cal-tex-")) -;;;*** -;;;### (autoloads nil "cal-x" "calendar/cal-x.el" (0 0 0 0)) ;;; Generated autoloads from calendar/cal-x.el (register-definition-prefixes "cal-x" '("calendar-" "diary-frame")) -;;;*** -;;;### (autoloads nil "calc" "calc/calc.el" (0 0 0 0)) ;;; Generated autoloads from calc/calc.el - (define-key ctl-x-map "*" 'calc-dispatch) + (define-key ctl-x-map "*" 'calc-dispatch) (autoload 'calc-dispatch "calc" "\ Invoke the GNU Emacs Calculator. See \\[calc-dispatch-help] for details. -\(fn &optional ARG)" t nil) - +(fn &optional ARG)" t nil) (autoload 'calc "calc" "\ The Emacs Calculator. Full documentation is listed under `calc-mode'. -\(fn &optional ARG FULL-DISPLAY INTERACTIVE)" t nil) - +(fn &optional ARG FULL-DISPLAY INTERACTIVE)" t nil) (autoload 'full-calc "calc" "\ Invoke the Calculator and give it a full-sized window. -\(fn &optional INTERACTIVE)" t nil) - +(fn &optional INTERACTIVE)" t nil) (autoload 'quick-calc "calc" "\ Do a quick calculation in the minibuffer without invoking full Calculator. With prefix argument INSERT, insert the result in the current buffer. Otherwise, the result is copied into the kill ring. -\(fn &optional INSERT)" t nil) - +(fn &optional INSERT)" t nil) (autoload 'calc-eval "calc" "\ Do a quick calculation and return the result as a string. Return value will either be the formatted result in string form, or a list containing a character position and an error message in string form. -\(fn STR &optional SEPARATOR &rest ARGS)" nil nil) - +(fn STR &optional SEPARATOR &rest ARGS)" nil nil) (autoload 'calc-keypad "calc" "\ Invoke the Calculator in \"visual keypad\" mode. This is most useful in the X window system. In this mode, click on the Calc \"buttons\" using the left mouse button. Or, position the cursor manually and do \\[calc-keypad-press]. -\(fn &optional INTERACTIVE)" t nil) - +(fn &optional INTERACTIVE)" t nil) (autoload 'full-calc-keypad "calc" "\ Invoke the Calculator in full-screen \"visual keypad\" mode. See calc-keypad for details. -\(fn &optional INTERACTIVE)" t nil) - +(fn &optional INTERACTIVE)" t nil) (autoload 'calc-grab-region "calc" "\ Parse the region as a vector of numbers and push it on the Calculator stack. -\(fn TOP BOT ARG)" t nil) - +(fn TOP BOT ARG)" t nil) (autoload 'calc-grab-rectangle "calc" "\ Parse a rectangle as a matrix of numbers and push it on the Calculator stack. -\(fn TOP BOT ARG)" t nil) - +(fn TOP BOT ARG)" t nil) (autoload 'calc-grab-sum-down "calc" "\ Parse a rectangle as a matrix of numbers and sum its columns. -\(fn TOP BOT ARG)" t nil) - +(fn TOP BOT ARG)" t nil) (autoload 'calc-grab-sum-across "calc" "\ Parse a rectangle as a matrix of numbers and sum its rows. -\(fn TOP BOT ARG)" t nil) - +(fn TOP BOT ARG)" t nil) (autoload 'calc-embedded "calc" "\ Start Calc Embedded mode on the formula surrounding point. -\(fn ARG &optional END OBEG OEND)" t nil) - +(fn ARG &optional END OBEG OEND)" t nil) (autoload 'calc-embedded-activate "calc" "\ Scan the current editing buffer for all embedded := and => formulas. Also looks for the equivalent TeX words, \\gets and \\evalto. -\(fn &optional ARG CBUF)" t nil) - +(fn &optional ARG CBUF)" t nil) (autoload 'defmath "calc" "\ Define Calc function. @@ -3358,299 +3021,234 @@ actual Lisp function name. See Info node `(calc)Defining Functions'. -\(fn FUNC ARGS &rest BODY)" nil t) - +(fn FUNC ARGS &rest BODY)" nil t) (function-put 'defmath 'doc-string-elt '3) - (function-put 'defmath 'lisp-indent-function 'defun) - (register-definition-prefixes "calc" '("calc" "defcalcmodevar" "inexact-result" "math-" "var-")) -;;;*** -;;;### (autoloads nil "calc-alg" "calc/calc-alg.el" (0 0 0 0)) +;;; Generated autoloads from calc/calc-aent.el + +(register-definition-prefixes "calc-aent" '("calc" "math-")) + + ;;; Generated autoloads from calc/calc-alg.el (register-definition-prefixes "calc-alg" '("calc" "math-")) -;;;*** -;;;### (autoloads nil "calc-arith" "calc/calc-arith.el" (0 0 0 0)) ;;; Generated autoloads from calc/calc-arith.el (register-definition-prefixes "calc-arith" '("calc" "math-")) -;;;*** -;;;### (autoloads nil "calc-bin" "calc/calc-bin.el" (0 0 0 0)) ;;; Generated autoloads from calc/calc-bin.el (register-definition-prefixes "calc-bin" '("calc" "math-")) -;;;*** -;;;### (autoloads nil "calc-comb" "calc/calc-comb.el" (0 0 0 0)) ;;; Generated autoloads from calc/calc-comb.el (register-definition-prefixes "calc-comb" '("calc" "math-")) -;;;*** -;;;### (autoloads nil "calc-cplx" "calc/calc-cplx.el" (0 0 0 0)) ;;; Generated autoloads from calc/calc-cplx.el (register-definition-prefixes "calc-cplx" '("calc" "math-")) -;;;*** -;;;### (autoloads nil "calc-ext" "calc/calc-ext.el" (0 0 0 0)) +;;; Generated autoloads from calc/calc-embed.el + +(register-definition-prefixes "calc-embed" '("calc-")) + + ;;; Generated autoloads from calc/calc-ext.el (register-definition-prefixes "calc-ext" '("calc" "math-" "var-")) -;;;*** -;;;### (autoloads nil "calc-fin" "calc/calc-fin.el" (0 0 0 0)) ;;; Generated autoloads from calc/calc-fin.el (register-definition-prefixes "calc-fin" '("calc" "math-c")) -;;;*** -;;;### (autoloads nil "calc-forms" "calc/calc-forms.el" (0 0 0 0)) ;;; Generated autoloads from calc/calc-forms.el (register-definition-prefixes "calc-forms" '("calc" "math-" "var-TimeZone")) -;;;*** -;;;### (autoloads nil "calc-frac" "calc/calc-frac.el" (0 0 0 0)) ;;; Generated autoloads from calc/calc-frac.el (register-definition-prefixes "calc-frac" '("calc" "math-")) -;;;*** -;;;### (autoloads nil "calc-funcs" "calc/calc-funcs.el" (0 0 0 0)) ;;; Generated autoloads from calc/calc-funcs.el (register-definition-prefixes "calc-funcs" '("calc" "math-")) -;;;*** -;;;### (autoloads nil "calc-graph" "calc/calc-graph.el" (0 0 0 0)) ;;; Generated autoloads from calc/calc-graph.el (register-definition-prefixes "calc-graph" '("calc-")) -;;;*** -;;;### (autoloads nil "calc-help" "calc/calc-help.el" (0 0 0 0)) ;;; Generated autoloads from calc/calc-help.el (register-definition-prefixes "calc-help" '("calc-")) -;;;*** -;;;### (autoloads nil "calc-incom" "calc/calc-incom.el" (0 0 0 0)) ;;; Generated autoloads from calc/calc-incom.el (register-definition-prefixes "calc-incom" '("calc-")) -;;;*** -;;;### (autoloads nil "calc-keypd" "calc/calc-keypd.el" (0 0 0 0)) ;;; Generated autoloads from calc/calc-keypd.el (register-definition-prefixes "calc-keypd" '("calc-")) -;;;*** -;;;### (autoloads nil "calc-lang" "calc/calc-lang.el" (0 0 0 0)) ;;; Generated autoloads from calc/calc-lang.el (register-definition-prefixes "calc-lang" '("calc-" "math-")) -;;;*** -;;;### (autoloads nil "calc-macs" "calc/calc-macs.el" (0 0 0 0)) ;;; Generated autoloads from calc/calc-macs.el (register-definition-prefixes "calc-macs" '("Math-" "calc-" "math-")) -;;;*** -;;;### (autoloads nil "calc-map" "calc/calc-map.el" (0 0 0 0)) ;;; Generated autoloads from calc/calc-map.el (register-definition-prefixes "calc-map" '("calc" "math-")) -;;;*** -;;;### (autoloads nil "calc-math" "calc/calc-math.el" (0 0 0 0)) ;;; Generated autoloads from calc/calc-math.el (register-definition-prefixes "calc-math" '("calc" "math-")) -;;;*** -;;;### (autoloads nil "calc-menu" "calc/calc-menu.el" (0 0 0 0)) ;;; Generated autoloads from calc/calc-menu.el (register-definition-prefixes "calc-menu" '("calc-")) -;;;*** -;;;### (autoloads nil "calc-mode" "calc/calc-mode.el" (0 0 0 0)) +;;; Generated autoloads from calc/calc-misc.el + +(register-definition-prefixes "calc-misc" '("math-iipow")) + + ;;; Generated autoloads from calc/calc-mode.el (register-definition-prefixes "calc-mode" '("calc-" "math-get-modes-vec")) -;;;*** -;;;### (autoloads nil "calc-mtx" "calc/calc-mtx.el" (0 0 0 0)) ;;; Generated autoloads from calc/calc-mtx.el (register-definition-prefixes "calc-mtx" '("calc" "math-")) -;;;*** -;;;### (autoloads nil "calc-nlfit" "calc/calc-nlfit.el" (0 0 0 0)) ;;; Generated autoloads from calc/calc-nlfit.el (register-definition-prefixes "calc-nlfit" '("calc-fit-" "math-nlfit-")) -;;;*** -;;;### (autoloads nil "calc-poly" "calc/calc-poly.el" (0 0 0 0)) ;;; Generated autoloads from calc/calc-poly.el (register-definition-prefixes "calc-poly" '("calcFunc-" "math-")) -;;;*** -;;;### (autoloads nil "calc-prog" "calc/calc-prog.el" (0 0 0 0)) ;;; Generated autoloads from calc/calc-prog.el (register-definition-prefixes "calc-prog" '("calc" "math-" "var-q")) -;;;*** -;;;### (autoloads nil "calc-rewr" "calc/calc-rewr.el" (0 0 0 0)) ;;; Generated autoloads from calc/calc-rewr.el (register-definition-prefixes "calc-rewr" '("calc" "math-")) -;;;*** -;;;### (autoloads nil "calc-rules" "calc/calc-rules.el" (0 0 0 0)) ;;; Generated autoloads from calc/calc-rules.el (register-definition-prefixes "calc-rules" '("calc-")) -;;;*** -;;;### (autoloads nil "calc-sel" "calc/calc-sel.el" (0 0 0 0)) ;;; Generated autoloads from calc/calc-sel.el (register-definition-prefixes "calc-sel" '("calc-")) -;;;*** -;;;### (autoloads nil "calc-stat" "calc/calc-stat.el" (0 0 0 0)) ;;; Generated autoloads from calc/calc-stat.el (register-definition-prefixes "calc-stat" '("calc" "math-")) -;;;*** -;;;### (autoloads nil "calc-store" "calc/calc-store.el" (0 0 0 0)) ;;; Generated autoloads from calc/calc-store.el (register-definition-prefixes "calc-store" '("calc")) -;;;*** -;;;### (autoloads nil "calc-stuff" "calc/calc-stuff.el" (0 0 0 0)) ;;; Generated autoloads from calc/calc-stuff.el (register-definition-prefixes "calc-stuff" '("calc" "math-")) -;;;*** -;;;### (autoloads nil "calc-trail" "calc/calc-trail.el" (0 0 0 0)) ;;; Generated autoloads from calc/calc-trail.el (register-definition-prefixes "calc-trail" '("calc-trail-")) -;;;*** -;;;### (autoloads nil "calc-undo" "calc/calc-undo.el" (0 0 0 0)) ;;; Generated autoloads from calc/calc-undo.el (autoload 'calc-undo "calc-undo" "\ -\(fn N)" t nil) - +(fn N)" t nil) (register-definition-prefixes "calc-undo" '("calc-")) -;;;*** -;;;### (autoloads nil "calc-units" "calc/calc-units.el" (0 0 0 0)) ;;; Generated autoloads from calc/calc-units.el (register-definition-prefixes "calc-units" '("calc" "math-")) -;;;*** -;;;### (autoloads nil "calc-vec" "calc/calc-vec.el" (0 0 0 0)) ;;; Generated autoloads from calc/calc-vec.el (register-definition-prefixes "calc-vec" '("calc" "math-")) -;;;*** -;;;### (autoloads nil "calcalg2" "calc/calcalg2.el" (0 0 0 0)) +;;; Generated autoloads from calc/calc-yank.el + +(register-definition-prefixes "calc-yank" '("calc-" "math-number-regexp")) + + ;;; Generated autoloads from calc/calcalg2.el (register-definition-prefixes "calcalg2" '("calc" "math-" "var-IntegLimit")) -;;;*** -;;;### (autoloads nil "calcalg3" "calc/calcalg3.el" (0 0 0 0)) ;;; Generated autoloads from calc/calcalg3.el (register-definition-prefixes "calcalg3" '("calc" "math-")) -;;;*** -;;;### (autoloads nil "calccomp" "calc/calccomp.el" (0 0 0 0)) ;;; Generated autoloads from calc/calccomp.el (register-definition-prefixes "calccomp" '("calcFunc-c" "math-")) -;;;*** -;;;### (autoloads nil "calcsel2" "calc/calcsel2.el" (0 0 0 0)) ;;; Generated autoloads from calc/calcsel2.el (register-definition-prefixes "calcsel2" '("calc-")) -;;;*** -;;;### (autoloads nil "calculator" "calculator.el" (0 0 0 0)) ;;; Generated autoloads from calculator.el (autoload 'calculator "calculator" "\ Run the Emacs calculator. See the documentation for `calculator-mode' for more information." t nil) - (register-definition-prefixes "calculator" '("calculator-")) -;;;*** -;;;### (autoloads nil "calendar" "calendar/calendar.el" (0 0 0 0)) ;;; Generated autoloads from calendar/calendar.el (autoload 'calendar "calendar" "\ @@ -3688,94 +3286,68 @@ Runs the following hooks: This function is suitable for execution in an init file. -\(fn &optional ARG)" t nil) - +(fn &optional ARG)" t nil) (register-definition-prefixes "calendar" '("calendar-" "diary-" "holiday-buffer" "lunar-phases-buffer" "solar-sunrises-buffer")) -;;;*** -;;;### (autoloads nil "canlock" "gnus/canlock.el" (0 0 0 0)) ;;; Generated autoloads from gnus/canlock.el (autoload 'canlock-insert-header "canlock" "\ Insert a Cancel-Key and/or a Cancel-Lock header if possible. -\(fn &optional ID-FOR-KEY ID-FOR-LOCK PASSWORD)" nil nil) - +(fn &optional ID-FOR-KEY ID-FOR-LOCK PASSWORD)" nil nil) (autoload 'canlock-verify "canlock" "\ Verify Cancel-Lock or Cancel-Key in BUFFER. If BUFFER is nil, the current buffer is assumed. Signal an error if it fails. -\(fn &optional BUFFER)" t nil) - +(fn &optional BUFFER)" t nil) (register-definition-prefixes "canlock" '("canlock-")) -;;;*** -;;;### (autoloads nil "cc-align" "progmodes/cc-align.el" (0 0 0 0)) ;;; Generated autoloads from progmodes/cc-align.el (register-definition-prefixes "cc-align" '("c-")) -;;;*** -;;;### (autoloads nil "cc-awk" "progmodes/cc-awk.el" (0 0 0 0)) ;;; Generated autoloads from progmodes/cc-awk.el (register-definition-prefixes "cc-awk" '("awk-" "c-awk-")) -;;;*** -;;;### (autoloads nil "cc-bytecomp" "progmodes/cc-bytecomp.el" (0 -;;;;;; 0 0 0)) ;;; Generated autoloads from progmodes/cc-bytecomp.el (register-definition-prefixes "cc-bytecomp" '("cc-")) -;;;*** -;;;### (autoloads nil "cc-cmds" "progmodes/cc-cmds.el" (0 0 0 0)) ;;; Generated autoloads from progmodes/cc-cmds.el (register-definition-prefixes "cc-cmds" '("c-")) -;;;*** -;;;### (autoloads nil "cc-defs" "progmodes/cc-defs.el" (0 0 0 0)) ;;; Generated autoloads from progmodes/cc-defs.el (register-definition-prefixes "cc-defs" '("c-" "cc-bytecomp-compiling-or-loading")) -;;;*** -;;;### (autoloads nil "cc-engine" "progmodes/cc-engine.el" (0 0 0 -;;;;;; 0)) ;;; Generated autoloads from progmodes/cc-engine.el (autoload 'c-guess-basic-syntax "cc-engine" "\ Return the syntactic context of the current line." nil nil) - (register-definition-prefixes "cc-engine" '("c-")) -;;;*** -;;;### (autoloads nil "cc-fonts" "progmodes/cc-fonts.el" (0 0 0 0)) ;;; Generated autoloads from progmodes/cc-fonts.el (register-definition-prefixes "cc-fonts" '("autodoc-" "c++-font-lock-keywords" "c-" "doxygen-font-lock-" "gtkdoc-font-lock-" "idl-font-lock-keywords" "java" "objc-font-lock-keywords" "pike-font-lock-keywords")) -;;;*** -;;;### (autoloads nil "cc-guess" "progmodes/cc-guess.el" (0 0 0 0)) ;;; Generated autoloads from progmodes/cc-guess.el (defvar c-guess-guessed-offsets-alist nil "\ Currently guessed offsets-alist.") - (defvar c-guess-guessed-basic-offset nil "\ Currently guessed basic-offset.") - (autoload 'c-guess "cc-guess" "\ Guess the style in the region up to `c-guess-region-max', and install it. @@ -3785,8 +3357,7 @@ If given a prefix argument (or if the optional argument ACCUMULATE is non-nil) then the previous guess is extended, otherwise a new guess is made from scratch. -\(fn &optional ACCUMULATE)" t nil) - +(fn &optional ACCUMULATE)" t nil) (autoload 'c-guess-no-install "cc-guess" "\ Guess the style in the region up to `c-guess-region-max'; don't install it. @@ -3794,8 +3365,7 @@ If given a prefix argument (or if the optional argument ACCUMULATE is non-nil) then the previous guess is extended, otherwise a new guess is made from scratch. -\(fn &optional ACCUMULATE)" t nil) - +(fn &optional ACCUMULATE)" t nil) (autoload 'c-guess-buffer "cc-guess" "\ Guess the style on the whole current buffer, and install it. @@ -3805,8 +3375,7 @@ If given a prefix argument (or if the optional argument ACCUMULATE is non-nil) then the previous guess is extended, otherwise a new guess is made from scratch. -\(fn &optional ACCUMULATE)" t nil) - +(fn &optional ACCUMULATE)" t nil) (autoload 'c-guess-buffer-no-install "cc-guess" "\ Guess the style on the whole current buffer; don't install it. @@ -3814,8 +3383,7 @@ If given a prefix argument (or if the optional argument ACCUMULATE is non-nil) then the previous guess is extended, otherwise a new guess is made from scratch. -\(fn &optional ACCUMULATE)" t nil) - +(fn &optional ACCUMULATE)" t nil) (autoload 'c-guess-region "cc-guess" "\ Guess the style on the region and install it. @@ -3825,8 +3393,7 @@ If given a prefix argument (or if the optional argument ACCUMULATE is non-nil) then the previous guess is extended, otherwise a new guess is made from scratch. -\(fn START END &optional ACCUMULATE)" t nil) - +(fn START END &optional ACCUMULATE)" t nil) (autoload 'c-guess-region-no-install "cc-guess" "\ Guess the style on the region; don't install it. @@ -3850,41 +3417,33 @@ guess is made from scratch. Note that the larger the region to guess in, the slower the guessing. So you can limit the region with `c-guess-region-max'. -\(fn START END &optional ACCUMULATE)" t nil) - +(fn START END &optional ACCUMULATE)" t nil) (autoload 'c-guess-install "cc-guess" "\ Install the latest guessed style into the current buffer. -\(This guessed style is a combination of `c-guess-guessed-basic-offset', +(This guessed style is a combination of `c-guess-guessed-basic-offset', `c-guess-guessed-offsets-alist' and `c-offsets-alist'.) The style is entered into CC Mode's style system by `c-add-style'. Its name is either STYLE-NAME, or a name based on the absolute file name of the file if STYLE-NAME is nil. -\(fn &optional STYLE-NAME)" t nil) - +(fn &optional STYLE-NAME)" t nil) (register-definition-prefixes "cc-guess" '("c-guess-")) -;;;*** -;;;### (autoloads nil "cc-langs" "progmodes/cc-langs.el" (0 0 0 0)) ;;; Generated autoloads from progmodes/cc-langs.el (register-definition-prefixes "cc-langs" '("c-")) -;;;*** -;;;### (autoloads nil "cc-menus" "progmodes/cc-menus.el" (0 0 0 0)) ;;; Generated autoloads from progmodes/cc-menus.el (register-definition-prefixes "cc-menus" '("cc-imenu-")) -;;;*** -;;;### (autoloads nil "cc-mode" "progmodes/cc-mode.el" (0 0 0 0)) ;;; Generated autoloads from progmodes/cc-mode.el -(push (purecopy '(cc-mode 5 33 1)) package--builtin-versions) +(push (purecopy '(cc-mode 5 33 1)) package--builtin-versions) (autoload 'c-initialize-cc-mode "cc-mode" "\ Initialize CC Mode for use in the current buffer. If the optional NEW-STYLE-INIT is nil or left out then all necessary @@ -3893,7 +3452,7 @@ only some basic setup is done, and a call to `c-init-language-vars' or `c-init-language-vars-for' is necessary too (which gives more control). See \"cc-mode.el\" for more info. -\(fn &optional NEW-STYLE-INIT)" nil nil) +(fn &optional NEW-STYLE-INIT)" nil nil) (add-to-list 'auto-mode-alist '("\\.\\(cc\\|hh\\)\\'" . c++-mode)) (add-to-list 'auto-mode-alist '("\\.[ch]\\(pp\\|xx\\|\\+\\+\\)\\'" . c++-mode)) (add-to-list 'auto-mode-alist '("\\.\\(CC?\\|HH?\\)\\'" . c++-mode)) @@ -3903,7 +3462,6 @@ control). See \"cc-mode.el\" for more info. (add-to-list 'auto-mode-alist '("\\.lex\\'" . c-mode)) (add-to-list 'auto-mode-alist '("\\.i\\'" . c-mode)) (add-to-list 'auto-mode-alist '("\\.ii\\'" . c++-mode)) - (autoload 'c-mode "cc-mode" "\ Major mode for editing C code. @@ -3920,8 +3478,7 @@ initialization, then `c-mode-hook'. Key bindings: \\{c-mode-map} -\(fn)" t nil) - +(fn)" t nil) (autoload 'c-or-c++-mode "cc-mode" "\ Analyze buffer and enable either C or C++ mode. @@ -3933,7 +3490,6 @@ should be used. This function attempts to use file contents to determine whether the code is C or C++ and based on that chooses whether to enable `c-mode' or `c++-mode'." t nil) - (autoload 'c++-mode "cc-mode" "\ Major mode for editing C++ code. To submit a problem report, enter `\\[c-submit-bug-report]' from a @@ -3950,9 +3506,8 @@ initialization, then `c++-mode-hook'. Key bindings: \\{c++-mode-map} -\(fn)" t nil) +(fn)" t nil) (add-to-list 'auto-mode-alist '("\\.m\\'" . objc-mode)) - (autoload 'objc-mode "cc-mode" "\ Major mode for editing Objective C code. To submit a problem report, enter `\\[c-submit-bug-report]' from an @@ -3969,9 +3524,8 @@ initialization, then `objc-mode-hook'. Key bindings: \\{objc-mode-map} -\(fn)" t nil) +(fn)" t nil) (add-to-list 'auto-mode-alist '("\\.java\\'" . java-mode)) - (autoload 'java-mode "cc-mode" "\ Major mode for editing Java code. To submit a problem report, enter `\\[c-submit-bug-report]' from a @@ -3988,9 +3542,8 @@ initialization, then `java-mode-hook'. Key bindings: \\{java-mode-map} -\(fn)" t nil) +(fn)" t nil) (add-to-list 'auto-mode-alist '("\\.idl\\'" . idl-mode)) - (autoload 'idl-mode "cc-mode" "\ Major mode for editing CORBA's IDL, PSDL and CIDL code. To submit a problem report, enter `\\[c-submit-bug-report]' from an @@ -4007,10 +3560,9 @@ initialization, then `idl-mode-hook'. Key bindings: \\{idl-mode-map} -\(fn)" t nil) +(fn)" t nil) (add-to-list 'auto-mode-alist '("\\.\\(u?lpc\\|pike\\|pmod\\(\\.in\\)?\\)\\'" . pike-mode)) (add-to-list 'interpreter-mode-alist '("pike" . pike-mode)) - (autoload 'pike-mode "cc-mode" "\ Major mode for editing Pike code. To submit a problem report, enter `\\[c-submit-bug-report]' from a @@ -4027,13 +3579,12 @@ initialization, then `pike-mode-hook'. Key bindings: \\{pike-mode-map} -\(fn)" t nil) +(fn)" t nil) (add-to-list 'auto-mode-alist '("\\.awk\\'" . awk-mode)) (add-to-list 'interpreter-mode-alist '("awk" . awk-mode)) (add-to-list 'interpreter-mode-alist '("mawk" . awk-mode)) (add-to-list 'interpreter-mode-alist '("nawk" . awk-mode)) (add-to-list 'interpreter-mode-alist '("gawk" . awk-mode)) - (autoload 'awk-mode "cc-mode" "\ Major mode for editing AWK code. To submit a problem report, enter `\\[c-submit-bug-report]' from an @@ -4049,14 +3600,10 @@ initialization, then `awk-mode-hook'. Key bindings: \\{awk-mode-map} -\(fn)" t nil) - +(fn)" t nil) (register-definition-prefixes "cc-mode" '("awk-mode-map" "c++-mode-" "c-" "idl-mode-" "java-mode-" "objc-mode-" "pike-mode-")) -;;;*** -;;;### (autoloads nil "cc-styles" "progmodes/cc-styles.el" (0 0 0 -;;;;;; 0)) ;;; Generated autoloads from progmodes/cc-styles.el (autoload 'c-set-style "cc-styles" "\ @@ -4082,8 +3629,7 @@ calls c-set-style internally in this way whilst initializing a buffer; if c-set-style is called like this from anywhere else, it will usually behave as a null operation. -\(fn STYLENAME &optional DONT-OVERRIDE)" t nil) - +(fn STYLENAME &optional DONT-OVERRIDE)" t nil) (autoload 'c-add-style "cc-styles" "\ Add a style to `c-style-alist', or update an existing one. STYLE is a string identifying the style to add or update. DESCRIPTION @@ -4095,43 +3641,35 @@ See the variable `c-style-alist' for the semantics of BASESTYLE, VARIABLE and VALUE. This function also sets the current style to STYLE using `c-set-style' if the optional SET-P flag is non-nil. -\(fn STYLE DESCRIPTION &optional SET-P)" t nil) - +(fn STYLE DESCRIPTION &optional SET-P)" t nil) (autoload 'c-set-offset "cc-styles" "\ Change the value of a syntactic element symbol in `c-offsets-alist'. SYMBOL is the syntactic element symbol to change and OFFSET is the new offset for that syntactic element. The optional argument is not used and exists only for compatibility reasons. -\(fn SYMBOL OFFSET &optional IGNORED)" t nil) - +(fn SYMBOL OFFSET &optional IGNORED)" t nil) (register-definition-prefixes "cc-styles" '("c-" "cc-choose-style-for-mode")) -;;;*** -;;;### (autoloads nil "cc-vars" "progmodes/cc-vars.el" (0 0 0 0)) ;;; Generated autoloads from progmodes/cc-vars.el + (put 'c-basic-offset 'safe-local-variable 'integerp) (put 'c-backslash-column 'safe-local-variable 'integerp) (put 'c-file-style 'safe-local-variable 'string-or-null-p) - (register-definition-prefixes "cc-vars" '("awk-mode-hook" "c++-" "c-" "defcustom-c-stylevar" "idl-" "java-" "objc-" "pike-")) -;;;*** -;;;### (autoloads nil "ccl" "international/ccl.el" (0 0 0 0)) ;;; Generated autoloads from international/ccl.el (autoload 'ccl-compile "ccl" "\ Return the compiled code of CCL-PROGRAM as a vector of integers. -\(fn CCL-PROGRAM)" nil nil) - +(fn CCL-PROGRAM)" nil nil) (autoload 'ccl-dump "ccl" "\ Disassemble compiled CCL-code CODE. -\(fn CODE)" nil nil) - +(fn CODE)" nil nil) (autoload 'declare-ccl-program "ccl" "\ Declare NAME as a name of CCL program. @@ -4143,8 +3681,7 @@ execution. Optional arg VECTOR is a compiled CCL code of the CCL program. -\(fn NAME &optional VECTOR)" nil t) - +(fn NAME &optional VECTOR)" nil t) (autoload 'define-ccl-program "ccl" "\ Set NAME the compiled code of CCL-PROGRAM. @@ -4389,12 +3926,9 @@ MAP-IDs := MAP-ID ... MAP-SET := MAP-IDs | (MAP-IDs) MAP-SET MAP-ID := integer -\(fn NAME CCL-PROGRAM &optional DOC)" nil t) - +(fn NAME CCL-PROGRAM &optional DOC)" nil t) (function-put 'define-ccl-program 'doc-string-elt '3) - (function-put 'define-ccl-program 'lisp-indent-function 'defun) - (autoload 'check-ccl-program "ccl" "\ Check validity of CCL-PROGRAM. If CCL-PROGRAM is a symbol denoting a CCL program, return @@ -4402,21 +3936,17 @@ CCL-PROGRAM, else return nil. If CCL-PROGRAM is a vector and optional arg NAME (symbol) is supplied, register CCL-PROGRAM by name NAME, and return NAME. -\(fn CCL-PROGRAM &optional NAME)" nil t) - +(fn CCL-PROGRAM &optional NAME)" nil t) (autoload 'ccl-execute-with-args "ccl" "\ Execute CCL-PROGRAM with registers initialized by the remaining args. The return value is a vector of resulting CCL registers. See the documentation of `define-ccl-program' for the detail of CCL program. -\(fn CCL-PROG &rest ARGS)" nil nil) - +(fn CCL-PROG &rest ARGS)" nil nil) (register-definition-prefixes "ccl" '("ccl-")) -;;;*** -;;;### (autoloads nil "cconv" "emacs-lisp/cconv.el" (0 0 0 0)) ;;; Generated autoloads from emacs-lisp/cconv.el (autoload 'cconv-closure-convert "cconv" "\ @@ -4426,63 +3956,44 @@ Main entry point for closure conversion. Returns a form where all lambdas don't have any free variables. -\(fn FORM)" nil nil) - +(fn FORM)" nil nil) (register-definition-prefixes "cconv" '("cconv-")) -;;;*** -;;;### (autoloads nil "cdl" "cdl.el" (0 0 0 0)) ;;; Generated autoloads from cdl.el (register-definition-prefixes "cdl" '("cdl-")) -;;;*** -;;;### (autoloads nil "cedet" "cedet/cedet.el" (0 0 0 0)) ;;; Generated autoloads from cedet/cedet.el -(push (purecopy '(cedet 2 0)) package--builtin-versions) +(push (purecopy '(cedet 2 0)) package--builtin-versions) (register-definition-prefixes "cedet" '("cedet-")) -;;;*** -;;;### (autoloads nil "cedet-cscope" "cedet/cedet-cscope.el" (0 0 -;;;;;; 0 0)) ;;; Generated autoloads from cedet/cedet-cscope.el (register-definition-prefixes "cedet-cscope" '("cedet-cscope-")) -;;;*** -;;;### (autoloads nil "cedet-files" "cedet/cedet-files.el" (0 0 0 -;;;;;; 0)) ;;; Generated autoloads from cedet/cedet-files.el (register-definition-prefixes "cedet-files" '("cedet-")) -;;;*** -;;;### (autoloads nil "cedet-global" "cedet/cedet-global.el" (0 0 -;;;;;; 0 0)) ;;; Generated autoloads from cedet/cedet-global.el (register-definition-prefixes "cedet-global" '("cedet-g")) -;;;*** -;;;### (autoloads nil "cedet-idutils" "cedet/cedet-idutils.el" (0 -;;;;;; 0 0 0)) ;;; Generated autoloads from cedet/cedet-idutils.el (register-definition-prefixes "cedet-idutils" '("cedet-idutils-")) -;;;*** -;;;### (autoloads nil "cfengine" "progmodes/cfengine.el" (0 0 0 0)) ;;; Generated autoloads from progmodes/cfengine.el -(push (purecopy '(cfengine 1 4)) package--builtin-versions) +(push (purecopy '(cfengine 1 4)) package--builtin-versions) (autoload 'cfengine3-mode "cfengine" "\ Major mode for editing CFEngine3 input. There are no special keybindings by default. @@ -4490,8 +4001,7 @@ There are no special keybindings by default. Action blocks are treated as defuns, i.e. \\[beginning-of-defun] moves to the action header. -\(fn)" t nil) - +(fn)" t nil) (autoload 'cfengine2-mode "cfengine" "\ Major mode for editing CFEngine2 input. There are no special keybindings by default. @@ -4499,16 +4009,12 @@ There are no special keybindings by default. Action blocks are treated as defuns, i.e. \\[beginning-of-defun] moves to the action header. -\(fn)" t nil) - +(fn)" t nil) (autoload 'cfengine-auto-mode "cfengine" "\ Choose `cfengine2-mode' or `cfengine3-mode' by buffer contents." t nil) - (register-definition-prefixes "cfengine" '("cfengine")) -;;;*** -;;;### (autoloads nil "char-fold" "char-fold.el" (0 0 0 0)) ;;; Generated autoloads from char-fold.el (autoload 'char-fold-to-regexp "char-fold" "\ @@ -4529,42 +4035,37 @@ just return the result of calling `regexp-quote' on STRING. FROM is for internal use. It specifies an index in the STRING from which to start. -\(fn STRING &optional LAX FROM)" nil nil) - +(fn STRING &optional LAX FROM)" nil nil) (register-definition-prefixes "char-fold" '("char-fold-")) -;;;*** -;;;### (autoloads nil "chart" "emacs-lisp/chart.el" (0 0 0 0)) ;;; Generated autoloads from emacs-lisp/chart.el (register-definition-prefixes "chart" '("chart")) -;;;*** -;;;### (autoloads nil "check-declare" "emacs-lisp/check-declare.el" -;;;;;; (0 0 0 0)) +;;; Generated autoloads from cedet/semantic/chart.el + +(register-definition-prefixes "semantic/chart" '("semantic-chart-")) + + ;;; Generated autoloads from emacs-lisp/check-declare.el (autoload 'check-declare-file "check-declare" "\ Check veracity of all `declare-function' statements in FILE. See `check-declare-directory' for more information. -\(fn FILE)" t nil) - +(fn FILE)" t nil) (autoload 'check-declare-directory "check-declare" "\ Check veracity of all `declare-function' statements under directory ROOT. Returns non-nil if any false statements are found. -\(fn ROOT)" t nil) - +(fn ROOT)" t nil) (register-definition-prefixes "check-declare" '("check-declare-")) -;;;*** -;;;### (autoloads nil "checkdoc" "emacs-lisp/checkdoc.el" (0 0 0 -;;;;;; 0)) ;;; Generated autoloads from emacs-lisp/checkdoc.el + (put 'checkdoc-force-docstrings-flag 'safe-local-variable #'booleanp) (put 'checkdoc-force-history-flag 'safe-local-variable #'booleanp) (put 'checkdoc-permit-comma-termination-flag 'safe-local-variable #'booleanp) @@ -4573,19 +4074,16 @@ Returns non-nil if any false statements are found. (put 'checkdoc-arguments-in-order-flag 'safe-local-variable #'booleanp) (put 'checkdoc-verb-check-experimental-flag 'safe-local-variable #'booleanp) (put 'checkdoc-symbol-words 'safe-local-variable #'checkdoc-list-of-strings-p) - (autoload 'checkdoc-list-of-strings-p "checkdoc" "\ Return t when OBJ is a list of strings. -\(fn OBJ)" nil nil) +(fn OBJ)" nil nil) (put 'checkdoc-proper-noun-regexp 'safe-local-variable 'stringp) (put 'checkdoc-common-verbs-regexp 'safe-local-variable 'stringp) - (autoload 'checkdoc "checkdoc" "\ Interactively check the entire buffer for style errors. The current status of the check will be displayed in a buffer which the users will view as each check is completed." '(emacs-lisp-mode) nil) - (autoload 'checkdoc-interactive "checkdoc" "\ Interactively check the current buffer for doc string errors. Prefix argument START-HERE will start the checking from the current @@ -4595,8 +4093,7 @@ errors. Does not check for comment or space warnings. Optional argument SHOWSTATUS indicates that we should update the checkdoc status window instead of the usual behavior. -\(fn &optional START-HERE SHOWSTATUS)" '(emacs-lisp-mode) nil) - +(fn &optional START-HERE SHOWSTATUS)" '(emacs-lisp-mode) nil) (autoload 'checkdoc-message-interactive "checkdoc" "\ Interactively check the current buffer for message string errors. Prefix argument START-HERE will start the checking from the current @@ -4606,27 +4103,23 @@ errors. Does not check for comment or space warnings. Optional argument SHOWSTATUS indicates that we should update the checkdoc status window instead of the usual behavior. -\(fn &optional START-HERE SHOWSTATUS)" '(emacs-lisp-mode) nil) - +(fn &optional START-HERE SHOWSTATUS)" '(emacs-lisp-mode) nil) (autoload 'checkdoc-eval-current-buffer "checkdoc" "\ Evaluate and check documentation for the current buffer. Evaluation is done first because good documentation for something that doesn't work is just not useful. Comments, doc strings, and rogue spacing are all verified." t nil) - (autoload 'checkdoc-current-buffer "checkdoc" "\ Check current buffer for document, comment, error style, and rogue spaces. With a prefix argument (in Lisp, the argument TAKE-NOTES), store all errors found in a warnings buffer, otherwise stop after the first error. -\(fn &optional TAKE-NOTES)" '(emacs-lisp-mode) nil) - +(fn &optional TAKE-NOTES)" '(emacs-lisp-mode) nil) (autoload 'checkdoc-file "checkdoc" "\ Check FILE for document, comment, error style, and rogue spaces. -\(fn FILE)" nil nil) - +(fn FILE)" nil nil) (autoload 'checkdoc-start "checkdoc" "\ Start scanning the current buffer for documentation string style errors. Only documentation strings are checked. @@ -4634,23 +4127,20 @@ Use `checkdoc-continue' to continue checking if an error cannot be fixed. Prefix argument TAKE-NOTES means to collect all the warning messages into a separate buffer. -\(fn &optional TAKE-NOTES)" '(emacs-lisp-mode) nil) - +(fn &optional TAKE-NOTES)" '(emacs-lisp-mode) nil) (autoload 'checkdoc-continue "checkdoc" "\ Find the next doc string in the current buffer which has a style error. Prefix argument TAKE-NOTES means to continue through the whole buffer and save warnings in a separate buffer. -\(fn &optional TAKE-NOTES)" '(emacs-lisp-mode) nil) - +(fn &optional TAKE-NOTES)" '(emacs-lisp-mode) nil) (autoload 'checkdoc-comments "checkdoc" "\ Find missing comment sections in the current Emacs Lisp file. Prefix argument TAKE-NOTES non-nil means to save warnings in a separate buffer. Otherwise print a message. This returns the error if there is one. -\(fn &optional TAKE-NOTES)" '(emacs-lisp-mode) nil) - +(fn &optional TAKE-NOTES)" '(emacs-lisp-mode) nil) (autoload 'checkdoc-rogue-spaces "checkdoc" "\ Find extra spaces at the end of lines in the current file. Prefix argument TAKE-NOTES non-nil means to save warnings in a @@ -4658,20 +4148,17 @@ separate buffer. Otherwise print a message. This returns the error if there is one. Optional argument INTERACT permits more interactive fixing. -\(fn &optional TAKE-NOTES INTERACT)" '(emacs-lisp-mode) nil) - +(fn &optional TAKE-NOTES INTERACT)" '(emacs-lisp-mode) nil) (autoload 'checkdoc-message-text "checkdoc" "\ Scan the buffer for occurrences of the error function, and verify text. Optional argument TAKE-NOTES causes all errors to be logged. -\(fn &optional TAKE-NOTES)" '(emacs-lisp-mode) nil) - +(fn &optional TAKE-NOTES)" '(emacs-lisp-mode) nil) (autoload 'checkdoc-eval-defun "checkdoc" "\ Evaluate the current form with `eval-defun' and check its documentation. Evaluation is done first so the form will be read before the documentation is checked. If there is a documentation error, then the display of what was evaluated will be overwritten by the diagnostic message." t nil) - (autoload 'checkdoc-defun "checkdoc" "\ Examine the doc string of the function or variable under point. Call `error' if the doc string has problems. If NO-ERROR is @@ -4679,61 +4166,50 @@ non-nil, then do not call error, but call `message' instead. If the doc string passes the test, then check the function for rogue white space at the end of each line. -\(fn &optional NO-ERROR)" t nil) - +(fn &optional NO-ERROR)" t nil) (autoload 'checkdoc-dired "checkdoc" "\ In Dired, run `checkdoc' on marked files. Skip anything that doesn't have the Emacs Lisp library file extension (\".el\"). When called from Lisp, FILES is a list of filenames. -\(fn FILES)" '(dired-mode) nil) - +(fn FILES)" '(dired-mode) nil) (autoload 'checkdoc-ispell "checkdoc" "\ Check the style and spelling of everything interactively. Calls `checkdoc' with spell-checking turned on. Prefix argument is the same as for `checkdoc'." t nil) - (autoload 'checkdoc-ispell-current-buffer "checkdoc" "\ Check the style and spelling of the current buffer. Calls `checkdoc-current-buffer' with spell-checking turned on. Prefix argument is the same as for `checkdoc-current-buffer'." t nil) - (autoload 'checkdoc-ispell-interactive "checkdoc" "\ Check the style and spelling of the current buffer interactively. Calls `checkdoc-interactive' with spell-checking turned on. Prefix argument is the same as for `checkdoc-interactive'." t nil) - (autoload 'checkdoc-ispell-message-interactive "checkdoc" "\ Check the style and spelling of message text interactively. Calls `checkdoc-message-interactive' with spell-checking turned on. Prefix argument is the same as for `checkdoc-message-interactive'." t nil) - (autoload 'checkdoc-ispell-message-text "checkdoc" "\ Check the style and spelling of message text interactively. Calls `checkdoc-message-text' with spell-checking turned on. Prefix argument is the same as for `checkdoc-message-text'." t nil) - (autoload 'checkdoc-ispell-start "checkdoc" "\ Check the style and spelling of the current buffer. Calls `checkdoc-start' with spell-checking turned on. Prefix argument is the same as for `checkdoc-start'." t nil) - (autoload 'checkdoc-ispell-continue "checkdoc" "\ Check the style and spelling of the current buffer after point. Calls `checkdoc-continue' with spell-checking turned on. Prefix argument is the same as for `checkdoc-continue'." t nil) - (autoload 'checkdoc-ispell-comments "checkdoc" "\ Check the style and spelling of the current buffer's comments. Calls `checkdoc-comments' with spell-checking turned on. Prefix argument is the same as for `checkdoc-comments'." t nil) - (autoload 'checkdoc-ispell-defun "checkdoc" "\ Check the style and spelling of the current defun with Ispell. Calls `checkdoc-defun' with spell-checking turned on. Prefix argument is the same as for `checkdoc-defun'." t nil) - (autoload 'checkdoc-minor-mode "checkdoc" "\ Toggle automatic docstring checking (Checkdoc minor mode). @@ -4757,52 +4233,39 @@ evaluate `checkdoc-minor-mode'. The mode's hook is called both when the mode is enabled and when it is disabled. -\(fn &optional ARG)" t nil) - +(fn &optional ARG)" t nil) (autoload 'checkdoc-package-keywords "checkdoc" "\ Find package keywords that aren't in `finder-known-keywords'." t nil) - (register-definition-prefixes "checkdoc" '("checkdoc-")) -;;;*** -;;;### (autoloads nil "china-util" "language/china-util.el" (0 0 -;;;;;; 0 0)) ;;; Generated autoloads from language/china-util.el (autoload 'decode-hz-region "china-util" "\ Decode HZ/ZW encoded text in the current region. Return the length of resulting text. -\(fn BEG END)" t nil) - +(fn BEG END)" t nil) (autoload 'decode-hz-buffer "china-util" "\ Decode HZ/ZW encoded text in the current buffer." t nil) - (autoload 'encode-hz-region "china-util" "\ Encode the text in the current region to HZ. Return the length of resulting text. -\(fn BEG END)" t nil) - +(fn BEG END)" t nil) (autoload 'encode-hz-buffer "china-util" "\ Encode the text in the current buffer to HZ." t nil) - (autoload 'post-read-decode-hz "china-util" "\ -\(fn LEN)" nil nil) - +(fn LEN)" nil nil) (autoload 'pre-write-encode-hz "china-util" "\ -\(fn FROM TO)" nil nil) - +(fn FROM TO)" nil nil) (register-definition-prefixes "china-util" '("decode-hz-line-continuation" "hz-" "hz/zw-start-gb" "iso2022-" "zw-start-gb")) -;;;*** -;;;### (autoloads nil "chistory" "chistory.el" (0 0 0 0)) ;;; Generated autoloads from chistory.el (autoload 'repeat-matching-complex-command "chistory" "\ @@ -4812,8 +4275,7 @@ a form for evaluation. If PATTERN is empty (or nil), every form in the command history is offered. The form is placed in the minibuffer for editing and the result is evaluated. -\(fn &optional PATTERN)" t nil) - +(fn &optional PATTERN)" t nil) (autoload 'list-command-history "chistory" "\ List history of commands that used the minibuffer. The number of commands listed is controlled by `list-command-history-max'. @@ -4821,7 +4283,6 @@ Calls value of `list-command-history-filter' (if non-nil) on each history element to judge if that element should be excluded from the list. The buffer is left in Command History mode." t nil) - (autoload 'command-history "chistory" "\ Examine commands from variable `command-history' in a buffer. The number of commands listed is controlled by `list-command-history-max'. @@ -4834,13 +4295,14 @@ and digits provide prefix arguments. Tab does not indent. This command always recompiles the Command History listing and runs the normal hook `command-history-hook'." t nil) - (register-definition-prefixes "chistory" '("command-history-" "default-command-history-filter" "list-command-history-")) -;;;*** -;;;### (autoloads nil "cl-font-lock" "progmodes/cl-font-lock.el" -;;;;;; (0 0 0 0)) +;;; Generated autoloads from emacs-lisp/cl-extra.el + +(register-definition-prefixes "cl-extra" '("cl-")) + + ;;; Generated autoloads from progmodes/cl-font-lock.el (defvar cl-font-lock-built-in-mode nil "\ @@ -4850,9 +4312,7 @@ for a description of this minor mode. Setting this variable directly does not take effect; either customize it (see the info node `Easy Customization') or call the function `cl-font-lock-built-in-mode'.") - (custom-autoload 'cl-font-lock-built-in-mode "cl-font-lock" nil) - (autoload 'cl-font-lock-built-in-mode "cl-font-lock" "\ Highlight built-in functions, variables, and types in `lisp-mode'. @@ -4871,17 +4331,13 @@ evaluate `(default-value \\='cl-font-lock-built-in-mode)'. The mode's hook is called both when the mode is enabled and when it is disabled. -\(fn &optional ARG)" t nil) - +(fn &optional ARG)" t nil) (register-definition-prefixes "cl-font-lock" '("cl-font-lock-")) -;;;*** -;;;### (autoloads nil "cl-generic" "emacs-lisp/cl-generic.el" (0 -;;;;;; 0 0 0)) ;;; Generated autoloads from emacs-lisp/cl-generic.el -(push (purecopy '(cl-generic 1 0)) package--builtin-versions) +(push (purecopy '(cl-generic 1 0)) package--builtin-versions) (autoload 'cl-defgeneric "cl-generic" "\ Create a generic function NAME. DOC-STRING is the base documentation for this class. A generic @@ -4895,17 +4351,13 @@ OPTIONS-AND-METHODS currently understands: - (:method [QUALIFIERS...] ARGS &rest BODY) DEFAULT-BODY, if present, is used as the body of a default method. -\(fn NAME ARGS [DOC-STRING] [OPTIONS-AND-METHODS...] &rest DEFAULT-BODY)" nil t) - +(fn NAME ARGS [DOC-STRING] [OPTIONS-AND-METHODS...] &rest DEFAULT-BODY)" nil t) (function-put 'cl-defgeneric 'lisp-indent-function '2) - (function-put 'cl-defgeneric 'doc-string-elt '3) - (autoload 'cl-generic-define "cl-generic" "\ -\(fn NAME ARGS OPTIONS)" nil nil) - +(fn NAME ARGS OPTIONS)" nil nil) (autoload 'cl-defmethod "cl-generic" "\ Define a new method for generic function NAME. This defines an implementation of NAME to use for invocations @@ -4936,7 +4388,7 @@ the method is combined with other methods, including: :around - Method will be called around everything else The absence of QUALIFIER means this is a \"primary\" method. The set of acceptable qualifiers and their meaning is defined -\(and can be extended) by the methods of `cl-generic-combine-methods'. +(and can be extended) by the methods of `cl-generic-combine-methods'. ARGS can also include so-called context specializers, introduced by `&context' (which should appear right after the mandatory arguments, @@ -4945,30 +4397,22 @@ EXPR is an Elisp expression whose value should match TYPE for the method to be applicable. The set of acceptable TYPEs (also called \"specializers\") is defined -\(and can be extended) by the various methods of `cl-generic-generalizers'. - -\(fn NAME [EXTRA] [QUALIFIER] ARGS &rest [DOCSTRING] BODY)" nil t) +(and can be extended) by the various methods of `cl-generic-generalizers'. +(fn NAME [EXTRA] [QUALIFIER] ARGS &rest [DOCSTRING] BODY)" nil t) (function-put 'cl-defmethod 'doc-string-elt 'cl--defmethod-doc-pos) - (function-put 'cl-defmethod 'lisp-indent-function 'defun) - (autoload 'cl-generic-define-method "cl-generic" "\ -\(fn NAME QUALIFIERS ARGS CALL-CON FUNCTION)" nil nil) - +(fn NAME QUALIFIERS ARGS CALL-CON FUNCTION)" nil nil) (autoload 'cl-find-method "cl-generic" "\ -\(fn GENERIC QUALIFIERS SPECIALIZERS)" nil nil) - +(fn GENERIC QUALIFIERS SPECIALIZERS)" nil nil) (register-definition-prefixes "cl-generic" '("cl-")) -;;;*** -;;;### (autoloads nil "cl-indent" "emacs-lisp/cl-indent.el" (0 0 -;;;;;; 0 0)) ;;; Generated autoloads from emacs-lisp/cl-indent.el (autoload 'common-lisp-indent-function "cl-indent" "\ @@ -5036,7 +4480,7 @@ property are: specifies how to indent the associated argument. For example, the function `case' has an indent property -\(4 &rest (&whole 2 &rest 1)), meaning: +(4 &rest (&whole 2 &rest 1)), meaning: * indent the first argument by 4. * arguments after the first should be lists, and there may be any number of them. The first list element has an offset of 2, all the rest @@ -5047,18 +4491,15 @@ If the current mode is actually `emacs-lisp-mode', look for a at `common-lisp-indent-function' and, if set, use its value instead. -\(fn INDENT-POINT STATE)" nil nil) - +(fn INDENT-POINT STATE)" nil nil) (register-definition-prefixes "cl-indent" '("common-lisp-" "lisp-")) -;;;*** -;;;### (autoloads nil "cl-lib" "emacs-lisp/cl-lib.el" (0 0 0 0)) ;;; Generated autoloads from emacs-lisp/cl-lib.el -(push (purecopy '(cl-lib 1 0)) package--builtin-versions) - -(define-obsolete-variable-alias 'custom-print-functions 'cl-custom-print-functions "24.3") +(push (purecopy '(cl-lib 1 0)) package--builtin-versions) +(define-obsolete-variable-alias 'custom-print-functions 'cl-custom-print-functions "\ +24.3") (defvar cl-custom-print-functions nil "\ This is a list of functions that format user objects for printing. Each function is called in turn with three arguments: the object, the @@ -5068,7 +4509,6 @@ printer proceeds to the next function on the list. This variable is not used at present, but it is defined in hopes that a future Emacs interpreter will be able to use it.") - (autoload 'cl-incf "cl-lib" "\ Increment PLACE by X (1 by default). PLACE may be a symbol, or any generalized variable allowed by `setf'. @@ -5077,8 +4517,7 @@ The return value is the incremented value of PLACE. If X is specified, it should be an expression that should evaluate to a number. -\(fn PLACE &optional X)" nil t) - +(fn PLACE &optional X)" nil t) (defvar cl-old-struct-compat-mode nil "\ Non-nil if Cl-Old-Struct-Compat mode is enabled. See the `cl-old-struct-compat-mode' command @@ -5086,9 +4525,7 @@ for a description of this minor mode. Setting this variable directly does not take effect; either customize it (see the info node `Easy Customization') or call the function `cl-old-struct-compat-mode'.") - (custom-autoload 'cl-old-struct-compat-mode "cl-lib" nil) - (autoload 'cl-old-struct-compat-mode "cl-lib" "\ Enable backward compatibility with old-style structs. @@ -5111,32 +4548,31 @@ evaluate `(default-value \\='cl-old-struct-compat-mode)'. The mode's hook is called both when the mode is enabled and when it is disabled. -\(fn &optional ARG)" t nil) - +(fn &optional ARG)" t nil) (register-definition-prefixes "cl-lib" '("cl-")) -;;;*** -;;;### (autoloads nil "cl-print" "emacs-lisp/cl-print.el" (0 0 0 -;;;;;; 0)) +;;; Generated autoloads from emacs-lisp/cl-macs.el + +(register-definition-prefixes "cl-macs" '("cl-" "foo" "function-form")) + + ;;; Generated autoloads from emacs-lisp/cl-print.el -(push (purecopy '(cl-print 1 0)) package--builtin-versions) +(push (purecopy '(cl-print 1 0)) package--builtin-versions) (autoload 'cl-print-object "cl-print" "\ Dispatcher to print OBJECT on STREAM according to its type. You can add methods to it to customize the output. But if you just want to print something, don't call this directly: call other entry points instead, such as `cl-prin1'. -\(fn OBJECT STREAM)" nil nil) - +(fn OBJECT STREAM)" nil nil) (autoload 'cl-print-expand-ellipsis "cl-print" "\ Print the expansion of an ellipsis to STREAM. VALUE should be the value of the `cl-print-ellipsis' text property which was attached to the ellipsis by `cl-prin1'. -\(fn VALUE STREAM)" nil nil) - +(fn VALUE STREAM)" nil nil) (autoload 'cl-prin1 "cl-print" "\ Print OBJECT on STREAM according to its type. Output is further controlled by the variables @@ -5144,13 +4580,11 @@ Output is further controlled by the variables variables for the standard printing functions. See Info node `(elisp)Output Variables'. -\(fn OBJECT &optional STREAM)" nil nil) - +(fn OBJECT &optional STREAM)" nil nil) (autoload 'cl-prin1-to-string "cl-print" "\ Return a string containing the `cl-prin1'-printed representation of OBJECT. -\(fn OBJECT)" nil nil) - +(fn OBJECT)" nil nil) (autoload 'cl-print-to-string-with-limit "cl-print" "\ Return a string containing a printed representation of VALUE. Attempt to get the length of the returned string under LIMIT @@ -5167,13 +4601,15 @@ this function with `cl-prin1-expand-ellipsis' to expand an ellipsis, abbreviating the expansion to stay within a size limit. -\(fn PRINT-FUNCTION VALUE LIMIT)" nil nil) - +(fn PRINT-FUNCTION VALUE LIMIT)" nil nil) (register-definition-prefixes "cl-print" '("cl-print-" "help-byte-code")) -;;;*** -;;;### (autoloads nil "cmacexp" "progmodes/cmacexp.el" (0 0 0 0)) +;;; Generated autoloads from emacs-lisp/cl-seq.el + +(register-definition-prefixes "cl-seq" '("cl--")) + + ;;; Generated autoloads from progmodes/cmacexp.el (autoload 'c-macro-expand "cmacexp" "\ @@ -5189,13 +4625,10 @@ otherwise use `c-macro-cppflags'. Noninteractive args are START, END, SUBST. For use inside Lisp programs, see also `c-macro-expansion'. -\(fn START END SUBST)" t nil) - +(fn START END SUBST)" t nil) (register-definition-prefixes "cmacexp" '("c-macro-")) -;;;*** -;;;### (autoloads nil "cmuscheme" "cmuscheme.el" (0 0 0 0)) ;;; Generated autoloads from cmuscheme.el (autoload 'run-scheme "cmuscheme" "\ @@ -5209,15 +4642,12 @@ Note that this may lose due to a timing error if the Scheme processor discards input when it starts up. Runs the hook `inferior-scheme-mode-hook' (after the `comint-mode-hook' is run). -\(Type \\[describe-mode] in the process buffer for a list of commands.) - -\(fn CMD)" t nil) +(Type \\[describe-mode] in the process buffer for a list of commands.) +(fn CMD)" t nil) (register-definition-prefixes "cmuscheme" '("cmuscheme-load-hook" "inferior-scheme-" "scheme-" "switch-to-scheme")) -;;;*** -;;;### (autoloads nil "color" "color.el" (0 0 0 0)) ;;; Generated autoloads from color.el (autoload 'color-name-to-rgb "color" "\ @@ -5236,13 +4666,10 @@ Optional argument FRAME specifies the frame where the color is to be displayed. If FRAME is omitted or nil, use the selected frame. If FRAME cannot display COLOR, return nil. -\(fn COLOR &optional FRAME)" nil nil) - +(fn COLOR &optional FRAME)" nil nil) (register-definition-prefixes "color" '("color-")) -;;;*** -;;;### (autoloads nil "comint" "comint.el" (0 0 0 0)) ;;; Generated autoloads from comint.el (defvar comint-output-filter-functions '(ansi-color-process-output comint-postoutput-scroll-to-bottom comint-watch-for-password-prompt) "\ @@ -5257,7 +4684,6 @@ See also `comint-preoutput-filter-functions'. You can use `add-hook' to add functions to this list either globally or locally.") - (autoload 'make-comint-in-buffer "comint" "\ Make a Comint process NAME in BUFFER, running PROGRAM. If BUFFER is nil, it defaults to NAME surrounded by `*'s. @@ -5277,8 +4703,7 @@ If PROGRAM is a string, any more args are arguments to PROGRAM. Return the (possibly newly created) process buffer. -\(fn NAME BUFFER PROGRAM &optional STARTFILE &rest SWITCHES)" nil nil) - +(fn NAME BUFFER PROGRAM &optional STARTFILE &rest SWITCHES)" nil nil) (autoload 'make-comint "comint" "\ Make a Comint process NAME in a buffer, running PROGRAM. The name of the buffer is made by surrounding NAME with `*'s. @@ -5293,8 +4718,7 @@ If PROGRAM is a string, any more args are arguments to PROGRAM. Returns the (possibly newly created) process buffer. -\(fn NAME PROGRAM &optional STARTFILE &rest SWITCHES)" nil nil) - +(fn NAME PROGRAM &optional STARTFILE &rest SWITCHES)" nil nil) (autoload 'comint-run "comint" "\ Run PROGRAM in a Comint buffer and switch to that buffer. @@ -5307,79 +4731,66 @@ hooks on this symbol are run in the buffer. See `make-comint' and `comint-exec'. -\(fn PROGRAM &optional SWITCHES)" t nil) - +(fn PROGRAM &optional SWITCHES)" t nil) (function-put 'comint-run 'interactive-only 'make-comint) - (defvar comint-file-name-prefix (purecopy "") "\ Prefix prepended to absolute file names taken from process input. This is used by Comint's and shell's completion functions, and by shell's directory tracking functions.") - (autoload 'comint-redirect-send-command "comint" "\ Send COMMAND to process in current buffer, with output to OUTPUT-BUFFER. With prefix arg ECHO, echo output in process buffer. If NO-DISPLAY is non-nil, do not show the output buffer. -\(fn COMMAND OUTPUT-BUFFER ECHO &optional NO-DISPLAY)" t nil) - +(fn COMMAND OUTPUT-BUFFER ECHO &optional NO-DISPLAY)" t nil) (autoload 'comint-redirect-send-command-to-process "comint" "\ Send COMMAND to PROCESS, with output to OUTPUT-BUFFER. With prefix arg, echo output in process buffer. If NO-DISPLAY is non-nil, do not show the output buffer. -\(fn COMMAND OUTPUT-BUFFER PROCESS ECHO &optional NO-DISPLAY)" t nil) - +(fn COMMAND OUTPUT-BUFFER PROCESS ECHO &optional NO-DISPLAY)" t nil) (autoload 'comint-redirect-results-list "comint" "\ Send COMMAND to current process. Return a list of expressions in the output which match REGEXP. REGEXP-GROUP is the regular expression group in REGEXP to use. -\(fn COMMAND REGEXP REGEXP-GROUP)" nil nil) - +(fn COMMAND REGEXP REGEXP-GROUP)" nil nil) (autoload 'comint-redirect-results-list-from-process "comint" "\ Send COMMAND to PROCESS. Return a list of expressions in the output which match REGEXP. REGEXP-GROUP is the regular expression group in REGEXP to use. -\(fn PROCESS COMMAND REGEXP REGEXP-GROUP)" nil nil) - +(fn PROCESS COMMAND REGEXP REGEXP-GROUP)" nil nil) (register-definition-prefixes "comint" '("comint-")) -;;;*** -;;;### (autoloads nil "comp" "emacs-lisp/comp.el" (0 0 0 0)) ;;; Generated autoloads from emacs-lisp/comp.el -(put 'no-native-compile 'safe-local-variable 'booleanp) +(put 'no-native-compile 'safe-local-variable 'booleanp) (autoload 'comp-subr-trampoline-install "comp" "\ Make SUBR-NAME effectively advice-able when called from native code. -\(fn SUBR-NAME)" nil nil) - +(fn SUBR-NAME)" nil nil) (autoload 'comp-c-func-name "comp" "\ Given NAME, return a name suitable for the native code. Add PREFIX in front of it. If FIRST is not nil, pick the first available name ignoring compilation context and potential name clashes. -\(fn NAME PREFIX &optional FIRST)" nil nil) - +(fn NAME PREFIX &optional FIRST)" nil nil) (autoload 'comp-clean-up-stale-eln "comp" "\ Remove all FILE*.eln* files found in `native-comp-eln-load-path'. The files to be removed are those produced from the original source filename (including FILE). -\(fn FILE)" nil nil) - +(fn FILE)" nil nil) (autoload 'comp-lookup-eln "comp" "\ Given a Lisp source FILENAME return the corresponding .eln file if found. Search happens in `native-comp-eln-load-path'. -\(fn FILENAME)" nil nil) - +(fn FILENAME)" nil nil) (autoload 'native-compile "comp" "\ Compile FUNCTION-OR-FILE into native code. This is the synchronous entry-point for the Emacs Lisp native @@ -5392,8 +4803,7 @@ If FUNCTION-OR-FILE is a filename, return the filename of the compiled object. If FUNCTION-OR-FILE is a function symbol or a form, return the compiled function. -\(fn FUNCTION-OR-FILE &optional OUTPUT)" nil nil) - +(fn FUNCTION-OR-FILE &optional OUTPUT)" nil nil) (autoload 'batch-native-compile "comp" "\ Perform batch native compilation of remaining command-line arguments. @@ -5405,8 +4815,7 @@ as part of building the source tarball, in which case the .eln file will be placed under the native-lisp/ directory (actually, in the last directory in `native-comp-eln-load-path'). -\(fn &optional FOR-TARBALL)" nil nil) - +(fn &optional FOR-TARBALL)" nil nil) (autoload 'batch-byte+native-compile "comp" "\ Like `batch-native-compile', but used for bootstrap. Generate .elc files in addition to the .eln files. @@ -5414,7 +4823,6 @@ Force the produced .eln to be outputted in the eln system directory (the last entry in `native-comp-eln-load-path') unless `native-compile-target-directory' is non-nil. If the environment variable \"NATIVE_DISABLED\" is set, only byte compile." nil nil) - (autoload 'native-compile-async "comp" "\ Compile FILES asynchronously. FILES is one file or a list of filenames or directories. @@ -5434,21 +4842,20 @@ a function -- A function selecting files with matching names. The variable `native-comp-async-jobs-number' specifies the number of (commands) to run simultaneously. -\(fn FILES &optional RECURSIVELY LOAD SELECTOR)" nil nil) - +(fn FILES &optional RECURSIVELY LOAD SELECTOR)" nil nil) (register-definition-prefixes "comp" '("comp-" "make-comp-edge" "native-" "no-native-compile")) -;;;*** -;;;### (autoloads nil "comp-cstr" "emacs-lisp/comp-cstr.el" (0 0 -;;;;;; 0 0)) +;;; Generated autoloads from cedet/semantic/wisent/comp.el + +(register-definition-prefixes "semantic/wisent/comp" '("wisent-")) + + ;;; Generated autoloads from emacs-lisp/comp-cstr.el (register-definition-prefixes "comp-cstr" '("comp-" "with-comp-cstr-accessors")) -;;;*** -;;;### (autoloads nil "compare-w" "vc/compare-w.el" (0 0 0 0)) ;;; Generated autoloads from vc/compare-w.el (autoload 'compare-windows "compare-w" "\ @@ -5480,70 +4887,52 @@ on first call it advances points to the next difference, on second call it synchronizes points by skipping the difference, on third call it again advances points to the next difference and so on. -\(fn IGNORE-WHITESPACE)" t nil) - +(fn IGNORE-WHITESPACE)" t nil) (register-definition-prefixes "compare-w" '("compare-")) -;;;*** -;;;### (autoloads nil "compface" "image/compface.el" (0 0 0 0)) ;;; Generated autoloads from image/compface.el (register-definition-prefixes "compface" '("uncompface")) -;;;*** -;;;### (autoloads nil "compile" "progmodes/compile.el" (0 0 0 0)) ;;; Generated autoloads from progmodes/compile.el (defvar compilation-mode-hook nil "\ List of hook functions run by `compilation-mode'.") - (custom-autoload 'compilation-mode-hook "compile" t) - (defvar compilation-start-hook nil "\ Hook run after starting a new compilation process. The hook is run with one argument, the new process.") - (custom-autoload 'compilation-start-hook "compile" t) - (defvar compilation-window-height nil "\ Number of lines in a compilation window. If nil, use Emacs default.") - (custom-autoload 'compilation-window-height "compile" t) - (defvar compilation-process-setup-function #'ignore "\ Function to call to customize the compilation process. This function is called immediately before the compilation process is started. It can be used to set any variables or functions that are used while processing the output of the compilation process.") - (defvar compilation-buffer-name-function #'compilation--default-buffer-name "\ Function to compute the name of a compilation buffer. The function receives one argument, the name of the major mode of the compilation buffer. It should return a string. By default, it returns `(concat \"*\" (downcase name-of-mode) \"*\")'.") - (defvar compilation-finish-functions nil "\ Functions to call when a compilation process finishes. Each function is called with two arguments: the compilation buffer, and a string describing how the process finished.") (put 'compilation-directory 'safe-local-variable 'stringp) - (defvar compilation-ask-about-save t "\ Non-nil means \\[compile] asks which buffers to save before compiling. Otherwise, it saves all modified buffers without asking.") - (custom-autoload 'compilation-ask-about-save "compile" t) - (defvar compilation-search-path '(nil) "\ List of directories to search for source files named in error messages. Elements should be directory names, not file names of directories. The value nil as an element means to try the default directory.") - (custom-autoload 'compilation-search-path "compile" t) - (defvar compile-command (purecopy "make -k ") "\ Last shell command used to do a compilation; default for next compilation. @@ -5561,17 +4950,13 @@ You might also use mode hooks to specify it in certain modes, like this: (file-name-sans-extension buffer-file-name)))))))) It's often useful to leave a space at the end of the value.") - (custom-autoload 'compile-command "compile" t) (put 'compile-command 'safe-local-variable (lambda (a) (and (stringp a) (or (not (boundp 'compilation-read-command)) compilation-read-command)))) - (defvar compilation-disable-input nil "\ If non-nil, send end-of-file as compilation process input. This only affects platforms that support asynchronous processes (see `start-process'); synchronous compilation processes never accept input.") - (custom-autoload 'compilation-disable-input "compile" t) - (autoload 'compile "compile" "\ Compile the program including the current buffer. Default: run `make'. Runs COMMAND, a shell command, in a separate process asynchronously @@ -5601,8 +4986,7 @@ The name used for the buffer is actually whatever is returned by the function in `compilation-buffer-name-function', so you can set that to a function that generates a unique name. -\(fn COMMAND &optional COMINT)" t nil) - +(fn COMMAND &optional COMINT)" t nil) (autoload 'compilation-start "compile" "\ Run compilation command COMMAND (low level interface). If COMMAND starts with a cd command, that becomes the `default-directory'. @@ -5628,8 +5012,7 @@ point is not changed. Returns the compilation buffer created. -\(fn COMMAND &optional MODE NAME-FUNCTION HIGHLIGHT-REGEXP CONTINUE)" nil nil) - +(fn COMMAND &optional MODE NAME-FUNCTION HIGHLIGHT-REGEXP CONTINUE)" nil nil) (autoload 'compilation-mode "compile" "\ Major mode for compilation log buffers. \\To visit the source for a line-numbered error, @@ -5640,10 +5023,8 @@ Runs `compilation-mode-hook' with `run-mode-hooks' (which see). \\{compilation-mode-map} -\(fn &optional NAME-OF-MODE)" t nil) - +(fn &optional NAME-OF-MODE)" t nil) (put 'define-compilation-mode 'doc-string-elt 3) - (autoload 'compilation-shell-minor-mode "compile" "\ Toggle Compilation Shell minor mode. @@ -5667,8 +5048,7 @@ evaluate `compilation-shell-minor-mode'. The mode's hook is called both when the mode is enabled and when it is disabled. -\(fn &optional ARG)" t nil) - +(fn &optional ARG)" t nil) (autoload 'compilation-minor-mode "compile" "\ Toggle Compilation minor mode. @@ -5691,19 +5071,30 @@ evaluate `compilation-minor-mode'. The mode's hook is called both when the mode is enabled and when it is disabled. -\(fn &optional ARG)" t nil) - +(fn &optional ARG)" t nil) (autoload 'compilation-next-error-function "compile" "\ Advance to the next error message and visit the file where the error was. This is the value of `next-error-function' in Compilation buffers. -\(fn N &optional RESET)" t nil) - +(fn N &optional RESET)" t nil) (register-definition-prefixes "compile" '("compil" "define-compilation-mode" "kill-compilation" "recompile")) -;;;*** -;;;### (autoloads nil "completion" "completion.el" (0 0 0 0)) +;;; Generated autoloads from cedet/srecode/compile.el + +(register-definition-prefixes "srecode/compile" '("srecode-")) + + +;;; Generated autoloads from cedet/semantic/analyze/complete.el + +(register-definition-prefixes "semantic/analyze/complete" '("semantic-analyze-")) + + +;;; Generated autoloads from cedet/semantic/complete.el + +(register-definition-prefixes "semantic/complete" '("semantic-")) + + ;;; Generated autoloads from completion.el (defvar dynamic-completion-mode nil "\ @@ -5713,9 +5104,7 @@ for a description of this minor mode. Setting this variable directly does not take effect; either customize it (see the info node `Easy Customization') or call the function `dynamic-completion-mode'.") - (custom-autoload 'dynamic-completion-mode "completion" nil) - (autoload 'dynamic-completion-mode "completion" "\ Toggle dynamic word-completion on or off. @@ -5734,14 +5123,10 @@ evaluate `(default-value \\='dynamic-completion-mode)'. The mode's hook is called both when the mode is enabled and when it is disabled. -\(fn &optional ARG)" t nil) - +(fn &optional ARG)" t nil) (register-definition-prefixes "completion" '("*c-def-regexp*" "*lisp-def-regexp*" "accept-completion" "add-" "cdabbrev-" "check-completion-length" "clear-all-completions" "cmpl-" "complet" "current-completion-source" "delete-completion" "enable-completion" "find-" "inside-locate-completion-entry" "interactive-completion-string-reader" "kill-" "list-all-completions" "load-completions-from-file" "make-c" "next-cdabbrev" "num-cmpl-sources" "reset-cdabbrev" "save" "set-c" "symbol-" "use-completion-")) -;;;*** -;;;### (autoloads nil "conf-mode" "textmodes/conf-mode.el" (0 0 0 -;;;;;; 0)) ;;; Generated autoloads from textmodes/conf-mode.el (autoload 'conf-mode "conf-mode" "\ @@ -5775,14 +5160,12 @@ See also `conf-space-mode', `conf-colon-mode', `conf-javaprop-mode', \\{conf-mode-map} -\(fn)" t nil) - +(fn)" t nil) (autoload 'conf-unix-mode "conf-mode" "\ Conf Mode starter for Unix style Conf files. Comments start with `#'. For details see `conf-mode'. -\(fn)" t nil) - +(fn)" t nil) (autoload 'conf-windows-mode "conf-mode" "\ Conf Mode starter for Windows style Conf files. Comments start with `;'. @@ -5790,15 +5173,14 @@ For details see `conf-mode'. Example: ; Conf mode font-locks this right on Windows and with \\[conf-windows-mode] -\[ExtShellFolderViews] +[ExtShellFolderViews] Default={5984FFE0-28D4-11CF-AE66-08002B2E1262} {5984FFE0-28D4-11CF-AE66-08002B2E1262}={5984FFE0-28D4-11CF-AE66-08002B2E1262} -\[{5984FFE0-28D4-11CF-AE66-08002B2E1262}] +[{5984FFE0-28D4-11CF-AE66-08002B2E1262}] PersistMoniker=file://Folder.htt -\(fn)" t nil) - +(fn)" t nil) (autoload 'conf-javaprop-mode "conf-mode" "\ Conf Mode starter for Java properties files. Comments start with `#' but are also recognized with `//' or @@ -5816,8 +5198,7 @@ x.1 = x.2.y.1.z.1 = x.2.y.1.z.2.zz = -\(fn)" t nil) - +(fn)" t nil) (autoload 'conf-space-mode "conf-mode" "\ Conf Mode starter for space separated conf files. \"Assignments\" are with ` '. Keywords before the parameters are @@ -5841,14 +5222,12 @@ class desktop add /dev/audio desktop add /dev/mixer desktop -\(fn)" t nil) - +(fn)" t nil) (autoload 'conf-space-keywords "conf-mode" "\ Enter Conf Space mode using regexp KEYWORDS to match the keywords. See `conf-space-mode'. -\(fn KEYWORDS)" t nil) - +(fn KEYWORDS)" t nil) (autoload 'conf-colon-mode "conf-mode" "\ Conf Mode starter for Colon files. \"Assignments\" are with `:'. @@ -5859,8 +5238,7 @@ For details see `conf-mode'. Example: : \"\\241\" exclamdown : \"\\242\" cent -\(fn)" t nil) - +(fn)" t nil) (autoload 'conf-ppd-mode "conf-mode" "\ Conf Mode starter for Adobe/CUPS PPD files. Comments start with `*%' and \"assignments\" are with `:'. @@ -5871,8 +5249,7 @@ For details see `conf-mode'. Example: *DefaultTransfer: Null *Transfer Null.Inverse: \"{ 1 exch sub }\" -\(fn)" t nil) - +(fn)" t nil) (autoload 'conf-xdefaults-mode "conf-mode" "\ Conf Mode starter for Xdefaults files. Comments start with `!' and \"assignments\" are with `:'. @@ -5883,8 +5260,7 @@ For details see `conf-mode'. Example: *background: gray99 *foreground: black -\(fn)" t nil) - +(fn)" t nil) (autoload 'conf-toml-mode "conf-mode" "\ Conf Mode starter for TOML files. Comments start with `#' and \"assignments\" are with `='. @@ -5892,11 +5268,10 @@ For details see `conf-mode'. Example: # Conf mode font-locks this right with \\[conf-toml-mode] -\[entry] +[entry] value = \"some string\" -\(fn)" t nil) - +(fn)" t nil) (autoload 'conf-desktop-mode "conf-mode" "\ Conf Mode started for freedesktop.org Desktop files. Comments start with `#' and \"assignments\" are with `='. @@ -5909,13 +5284,15 @@ For details see `conf-mode'. Exec=gimp-2.8 %U Terminal=false -\(fn)" t nil) - +(fn)" t nil) (register-definition-prefixes "conf-mode" '("conf-")) -;;;*** -;;;### (autoloads nil "cookie1" "play/cookie1.el" (0 0 0 0)) +;;; Generated autoloads from cedet/ede/config.el + +(register-definition-prefixes "ede/config" '("ede-")) + + ;;; Generated autoloads from play/cookie1.el (autoload 'cookie "cookie1" "\ @@ -5925,33 +5302,27 @@ of load, ENDMSG at the end. Interactively, PHRASE-FILE defaults to `cookie-file', unless that is nil or a prefix argument is used. -\(fn PHRASE-FILE &optional STARTMSG ENDMSG)" t nil) - +(fn PHRASE-FILE &optional STARTMSG ENDMSG)" t nil) (autoload 'cookie-insert "cookie1" "\ Insert random phrases from PHRASE-FILE; COUNT of them. When the phrase file is read in, display STARTMSG at the beginning of load, ENDMSG at the end. -\(fn PHRASE-FILE &optional COUNT STARTMSG ENDMSG)" nil nil) - +(fn PHRASE-FILE &optional COUNT STARTMSG ENDMSG)" nil nil) (autoload 'cookie-snarf "cookie1" "\ Read the PHRASE-FILE, return it as a vector of strings. Emit STARTMSG and ENDMSG before and after. Cache the result; second and subsequent calls on the same file won't go to disk. -\(fn PHRASE-FILE &optional STARTMSG ENDMSG)" nil nil) - +(fn PHRASE-FILE &optional STARTMSG ENDMSG)" nil nil) (register-definition-prefixes "cookie1" '("cookie")) -;;;*** -;;;### (autoloads nil "copyright" "emacs-lisp/copyright.el" (0 0 -;;;;;; 0 0)) ;;; Generated autoloads from emacs-lisp/copyright.el + (put 'copyright-at-end-flag 'safe-local-variable 'booleanp) (put 'copyright-names-regexp 'safe-local-variable 'stringp) (put 'copyright-year-ranges 'safe-local-variable 'booleanp) - (autoload 'copyright-update "copyright" "\ Update copyright notice to indicate the current year. With prefix ARG, replace the years in the notice rather than adding @@ -5961,32 +5332,26 @@ following the copyright are updated as well. If non-nil, INTERACTIVEP tells the function to behave as when it's called interactively. -\(fn &optional ARG INTERACTIVEP)" t nil) - +(fn &optional ARG INTERACTIVEP)" t nil) (autoload 'copyright-fix-years "copyright" "\ Convert 2 digit years to 4 digit years. Uses heuristic: year >= 50 means 19xx, < 50 means 20xx. If `copyright-year-ranges' (which see) is non-nil, also independently replaces consecutive years with a range." t nil) - (autoload 'copyright "copyright" "\ Insert a copyright by $ORGANIZATION notice at cursor. -\(fn &optional STR ARG)" t nil) - +(fn &optional STR ARG)" t nil) (autoload 'copyright-update-directory "copyright" "\ Update copyright notice for all files in DIRECTORY matching MATCH. If FIX is non-nil, run `copyright-fix-years' instead. -\(fn DIRECTORY MATCH &optional FIX)" t nil) - +(fn DIRECTORY MATCH &optional FIX)" t nil) (register-definition-prefixes "copyright" '("copyright-")) -;;;*** -;;;### (autoloads nil "cperl-mode" "progmodes/cperl-mode.el" (0 0 -;;;;;; 0 0)) ;;; Generated autoloads from progmodes/cperl-mode.el + (put 'cperl-indent-level 'safe-local-variable 'integerp) (put 'cperl-brace-offset 'safe-local-variable 'integerp) (put 'cperl-continued-brace-offset 'safe-local-variable 'integerp) @@ -5995,7 +5360,6 @@ If FIX is non-nil, run `copyright-fix-years' instead. (put 'cperl-extra-newline-before-brace 'safe-local-variable 'booleanp) (put 'cperl-merge-trailing-else 'safe-local-variable 'booleanp) (put 'cperl-file-style 'safe-local-variable 'stringp) - (autoload 'cperl-mode "cperl-mode" "\ Major mode for editing Perl code. Expression and list commands understand all C brackets. @@ -6065,10 +5429,10 @@ into \\{cperl-mode-map} Setting the variable `cperl-font-lock' to t switches on `font-lock-mode' -\(even with older Emacsen), `cperl-electric-lbrace-space' to t switches +(even with older Emacsen), `cperl-electric-lbrace-space' to t switches on electric space between $ and {, `cperl-electric-parens-string' is the string that contains parentheses that should be electric in CPerl -\(see also `cperl-electric-parens-mark' and `cperl-electric-parens'), +(see also `cperl-electric-parens-mark' and `cperl-electric-parens'), setting `cperl-electric-keywords' enables electric expansion of control structures in CPerl. `cperl-electric-linefeed' governs which one of two linefeed behavior is preferable. You can enable all these @@ -6083,7 +5447,7 @@ If your site has perl5 documentation in info format, you can use commands These keys run commands `cperl-info-on-current-command' and `cperl-info-on-command', which one is which is controlled by variable `cperl-info-on-command-no-prompt' and `cperl-clobber-lisp-bindings' -\(in turn affected by `cperl-hairy'). +(in turn affected by `cperl-hairy'). Even if you have no info-format documentation, short one-liner-style help is available on \\[cperl-get-help], and one can run perldoc or @@ -6171,21 +5535,16 @@ DO NOT FORGET to read micro-docs (available from `Perl' menu) or as help on variables `cperl-tips', `cperl-problems', `cperl-praise', `cperl-speed'. -\(fn)" t nil) - +(fn)" t nil) (autoload 'cperl-perldoc "cperl-mode" "\ Run `perldoc' on WORD. -\(fn WORD)" t nil) - +(fn WORD)" t nil) (autoload 'cperl-perldoc-at-point "cperl-mode" "\ Run a `perldoc' on the word around point." t nil) - (register-definition-prefixes "cperl-mode" '("cperl-" "pod2man-program")) -;;;*** -;;;### (autoloads nil "cpp" "progmodes/cpp.el" (0 0 0 0)) ;;; Generated autoloads from progmodes/cpp.el (autoload 'cpp-highlight-buffer "cpp" "\ @@ -6194,16 +5553,22 @@ This command pops up a buffer which you should edit to specify what kind of highlighting to use, and the criteria for highlighting. A prefix arg suppresses display of that buffer. -\(fn ARG)" t nil) - +(fn ARG)" t nil) (autoload 'cpp-parse-edit "cpp" "\ Edit display information for cpp conditionals." t nil) - (register-definition-prefixes "cpp" '("cpp-")) -;;;*** -;;;### (autoloads nil "crm" "emacs-lisp/crm.el" (0 0 0 0)) +;;; Generated autoloads from cedet/srecode/cpp.el + +(register-definition-prefixes "srecode/cpp" '("srecode-")) + + +;;; Generated autoloads from cedet/ede/cpp-root.el + +(register-definition-prefixes "ede/cpp-root" '("ede-cpp-root-")) + + ;;; Generated autoloads from emacs-lisp/crm.el (autoload 'completing-read-multiple "crm" "\ @@ -6225,13 +5590,15 @@ contents of the minibuffer are \"alice,bob,eve\" and point is between This function returns a list of the strings that were read, with empty strings removed. -\(fn PROMPT TABLE &optional PREDICATE REQUIRE-MATCH INITIAL-INPUT HIST DEF INHERIT-INPUT-METHOD)" nil nil) - +(fn PROMPT TABLE &optional PREDICATE REQUIRE-MATCH INITIAL-INPUT HIST DEF INHERIT-INPUT-METHOD)" nil nil) (register-definition-prefixes "crm" '("crm-")) -;;;*** -;;;### (autoloads nil "css-mode" "textmodes/css-mode.el" (0 0 0 0)) +;;; Generated autoloads from cedet/semantic/symref/cscope.el + +(register-definition-prefixes "semantic/symref/cscope" '("semantic-symref-cscope--line-re")) + + ;;; Generated autoloads from textmodes/css-mode.el (autoload 'css-mode "css-mode" "\ @@ -6255,14 +5622,12 @@ be used to fill comments. \\{css-mode-map} -\(fn)" t nil) +(fn)" t nil) (add-to-list 'auto-mode-alist '("\\.scss\\'" . scss-mode)) - (autoload 'scss-mode "css-mode" "\ Major mode to edit \"Sassy CSS\" files. -\(fn)" t nil) - +(fn)" t nil) (autoload 'css-lookup-symbol "css-mode" "\ Display the CSS documentation for SYMBOL, as found on MDN. When this command is used interactively, it picks a default @@ -6270,13 +5635,20 @@ symbol based on the CSS text before point -- either an @-keyword, a property name, a pseudo-class, or a pseudo-element, depending on what is seen near point. -\(fn SYMBOL)" t nil) - +(fn SYMBOL)" t nil) (register-definition-prefixes "css-mode" '("css-" "scss-")) -;;;*** -;;;### (autoloads nil "cua-base" "emulation/cua-base.el" (0 0 0 0)) +;;; Generated autoloads from cedet/srecode/ctxt.el + +(register-definition-prefixes "srecode/ctxt" '("srecode-")) + + +;;; Generated autoloads from cedet/semantic/ctxt.el + +(register-definition-prefixes "semantic/ctxt" '("semantic-")) + + ;;; Generated autoloads from emulation/cua-base.el (defvar cua-mode nil "\ @@ -6286,9 +5658,7 @@ for a description of this minor mode. Setting this variable directly does not take effect; either customize it (see the info node `Easy Customization') or call the function `cua-mode'.") - (custom-autoload 'cua-mode "cua-base" nil) - (autoload 'cua-mode "cua-base" "\ Toggle Common User Access style editing (CUA mode). @@ -6324,25 +5694,19 @@ evaluate `(default-value \\='cua-mode)'. The mode's hook is called both when the mode is enabled and when it is disabled. -\(fn &optional ARG)" t nil) - +(fn &optional ARG)" t nil) (autoload 'cua-selection-mode "cua-base" "\ Enable CUA selection mode without the C-z/C-x/C-c/C-v bindings. -\(fn ARG)" t nil) - +(fn ARG)" t nil) (register-definition-prefixes "cua-base" '("cua-")) -;;;*** -;;;### (autoloads nil "cua-gmrk" "emulation/cua-gmrk.el" (0 0 0 0)) ;;; Generated autoloads from emulation/cua-gmrk.el (register-definition-prefixes "cua-gmrk" '("cua-")) -;;;*** -;;;### (autoloads nil "cua-rect" "emulation/cua-rect.el" (0 0 0 0)) ;;; Generated autoloads from emulation/cua-rect.el (autoload 'cua-rectangle-mark-mode "cua-rect" "\ @@ -6365,21 +5729,16 @@ evaluate `cua-rectangle-mark-mode'. The mode's hook is called both when the mode is enabled and when it is disabled. -\(fn &optional ARG)" t nil) - +(fn &optional ARG)" t nil) (register-definition-prefixes "cua-rect" '("cua-")) -;;;*** -;;;### (autoloads nil "cursor-sensor" "emacs-lisp/cursor-sensor.el" -;;;;;; (0 0 0 0)) ;;; Generated autoloads from emacs-lisp/cursor-sensor.el (defvar cursor-sensor-inhibit nil "\ When non-nil, suspend `cursor-sensor-mode' and `cursor-intangible-mode'. By convention, this is a list of symbols where each symbol stands for the \"cause\" of the suspension.") - (autoload 'cursor-intangible-mode "cursor-sensor" "\ Keep cursor outside of any `cursor-intangible' text property. @@ -6398,8 +5757,7 @@ evaluate `cursor-intangible-mode'. The mode's hook is called both when the mode is enabled and when it is disabled. -\(fn &optional ARG)" t nil) - +(fn &optional ARG)" t nil) (autoload 'cursor-sensor-mode "cursor-sensor" "\ Handle the `cursor-sensor-functions' text property. @@ -6423,37 +5781,26 @@ evaluate `cursor-sensor-mode'. The mode's hook is called both when the mode is enabled and when it is disabled. -\(fn &optional ARG)" t nil) - +(fn &optional ARG)" t nil) (register-definition-prefixes "cursor-sensor" '("cursor-sensor-")) -;;;*** -;;;### (autoloads nil "cus-dep" "cus-dep.el" (0 0 0 0)) ;;; Generated autoloads from cus-dep.el (register-definition-prefixes "cus-dep" '("custom-" "generated-custom-dependencies-file")) -;;;*** -;;;### (autoloads nil "cus-edit" "cus-edit.el" (0 0 0 0)) ;;; Generated autoloads from cus-edit.el (defvar custom-browse-sort-alphabetically nil "\ If non-nil, sort customization group alphabetically in `custom-browse'.") - (custom-autoload 'custom-browse-sort-alphabetically "cus-edit" t) - (defvar custom-buffer-sort-alphabetically t "\ Whether to sort customization groups alphabetically in Custom buffer.") - (custom-autoload 'custom-buffer-sort-alphabetically "cus-edit" t) - (defvar custom-menu-sort-alphabetically nil "\ If non-nil, sort each customization group alphabetically in menus.") - (custom-autoload 'custom-menu-sort-alphabetically "cus-edit" t) - (autoload 'customize-set-value "cus-edit" "\ Set VARIABLE to VALUE, and return VALUE. VALUE is a Lisp object. @@ -6465,8 +5812,7 @@ If VARIABLE has a `custom-type' property, it must be a widget and the If given a prefix (or a COMMENT argument), also prompt for a comment. -\(fn VARIABLE VALUE &optional COMMENT)" t nil) - +(fn VARIABLE VALUE &optional COMMENT)" t nil) (autoload 'customize-set-variable "cus-edit" "\ Set the default for VARIABLE to VALUE, and return VALUE. VALUE is a Lisp object. @@ -6482,21 +5828,18 @@ If VARIABLE has a `custom-type' property, it must be a widget and the If given a prefix (or a COMMENT argument), also prompt for a comment. -\(fn VARIABLE VALUE &optional COMMENT)" t nil) - +(fn VARIABLE VALUE &optional COMMENT)" t nil) (autoload 'setopt "cus-edit" "\ Set VARIABLE/VALUE pairs, and return the final VALUE. This is like `setq', but is meant for user options instead of plain variables. This means that `setopt' will execute any `custom-set' form associated with VARIABLE. -\(fn [VARIABLE VALUE]...)" nil t) - +(fn [VARIABLE VALUE]...)" nil t) (autoload 'setopt--set "cus-edit" "\ -\(fn VARIABLE VALUE)" nil nil) - +(fn VARIABLE VALUE)" nil nil) (autoload 'customize-save-variable "cus-edit" "\ Set the default for VARIABLE to VALUE, and save it for future sessions. Return VALUE. @@ -6512,8 +5855,7 @@ If VARIABLE has a `custom-type' property, it must be a widget and the If given a prefix (or a COMMENT argument), also prompt for a comment. -\(fn VARIABLE VALUE &optional COMMENT)" t nil) - +(fn VARIABLE VALUE &optional COMMENT)" t nil) (autoload 'customize-push-and-save "cus-edit" "\ Add ELTS to LIST-VAR and save for future sessions, safely. ELTS should be a list. This function adds each entry to the @@ -6523,48 +5865,39 @@ If Emacs is initialized, call `customize-save-variable' to save the resulting list value now. Otherwise, add an entry to `after-init-hook' to save it after initialization. -\(fn LIST-VAR ELTS)" nil nil) - +(fn LIST-VAR ELTS)" nil nil) (autoload 'customize "cus-edit" "\ Select a customization buffer which you can use to set user options. User options are structured into \"groups\". Initially the top-level group `Emacs' and its immediate subgroups are shown; the contents of those subgroups are initially hidden." t nil) - (autoload 'customize-mode "cus-edit" "\ Customize options related to a major or minor mode. By default the current major mode is used. With a prefix argument or if the current major mode has no known group, prompt for the MODE to customize. -\(fn MODE)" t nil) - +(fn MODE)" t nil) (autoload 'customize-group "cus-edit" "\ Customize GROUP, which must be a customization group. If OTHER-WINDOW is non-nil, display in another window. -\(fn &optional GROUP OTHER-WINDOW)" t nil) - +(fn &optional GROUP OTHER-WINDOW)" t nil) (autoload 'customize-group-other-window "cus-edit" "\ Customize GROUP, which must be a customization group, in another window. -\(fn &optional GROUP)" t nil) - +(fn &optional GROUP)" t nil) (defalias 'customize-variable 'customize-option) - (autoload 'customize-option "cus-edit" "\ Customize SYMBOL, which must be a user option. -\(fn SYMBOL)" t nil) - +(fn SYMBOL)" t nil) (defalias 'customize-variable-other-window 'customize-option-other-window) - (autoload 'customize-option-other-window "cus-edit" "\ Customize SYMBOL, which must be a user option. Show the buffer in another window, but don't select it. -\(fn SYMBOL)" t nil) - +(fn SYMBOL)" t nil) (defvar customize-package-emacs-version-alist nil "\ Alist mapping versions of a package to Emacs versions. We use this for packages that have their own names, but are released @@ -6595,9 +5928,8 @@ The value of PACKAGE needs to be unique and it needs to match the PACKAGE value appearing in the :package-version keyword. Since the user might see the value in an error message, a good choice is the official name of the package, such as MH-E or Gnus.") - -(define-obsolete-function-alias 'customize-changed-options #'customize-changed "28.1") - +(define-obsolete-function-alias 'customize-changed-options #'customize-changed "\ +28.1") (autoload 'customize-changed "cus-edit" "\ Customize all settings whose meanings have changed in Emacs itself. This includes new user options and faces, and new customization @@ -6608,8 +5940,7 @@ release. With argument SINCE-VERSION (a string), customize all settings that were added or redefined since that version. -\(fn &optional SINCE-VERSION)" t nil) - +(fn &optional SINCE-VERSION)" t nil) (autoload 'customize-face "cus-edit" "\ Customize FACE, which should be a face name or nil. If FACE is nil, customize all faces. If FACE is actually a @@ -6620,8 +5951,7 @@ If OTHER-WINDOW is non-nil, display in another window. Interactively, when point is on text which has a face specified, suggest to customize that face, if it's customizable. -\(fn &optional FACE OTHER-WINDOW)" t nil) - +(fn &optional FACE OTHER-WINDOW)" t nil) (autoload 'customize-face-other-window "cus-edit" "\ Show customization buffer for face FACE in other window. If FACE is actually a face-alias, customize the face it is aliased to. @@ -6629,17 +5959,13 @@ If FACE is actually a face-alias, customize the face it is aliased to. Interactively, when point is on text which has a face specified, suggest to customize that face, if it's customizable. -\(fn &optional FACE)" t nil) - +(fn &optional FACE)" t nil) (autoload 'customize-unsaved "cus-edit" "\ Customize all options and faces set in this session but not saved." t nil) - (autoload 'customize-rogue "cus-edit" "\ Customize all user variables modified outside customize." t nil) - (autoload 'customize-saved "cus-edit" "\ Customize all saved options and faces." t nil) - (autoload 'customize-apropos "cus-edit" "\ Customize loaded options, faces and groups matching PATTERN. PATTERN can be a word, a list of words (separated by spaces), @@ -6651,28 +5977,23 @@ If TYPE is `options', include only options. If TYPE is `faces', include only faces. If TYPE is `groups', include only groups. -\(fn PATTERN &optional TYPE)" t nil) - +(fn PATTERN &optional TYPE)" t nil) (autoload 'customize-apropos-options "cus-edit" "\ Customize all loaded customizable options matching REGEXP. -\(fn REGEXP &optional IGNORED)" t nil) - +(fn REGEXP &optional IGNORED)" t nil) (autoload 'customize-apropos-faces "cus-edit" "\ Customize all loaded faces matching REGEXP. -\(fn REGEXP)" t nil) - +(fn REGEXP)" t nil) (autoload 'customize-apropos-groups "cus-edit" "\ Customize all loaded groups matching REGEXP. -\(fn REGEXP)" t nil) - +(fn REGEXP)" t nil) (autoload 'custom-prompt-customize-unsaved-options "cus-edit" "\ Prompt user to customize any unsaved customization options. Return nil if user chooses to customize, for use in `kill-emacs-query-functions'." nil nil) - (autoload 'custom-buffer-create "cus-edit" "\ Create a buffer containing OPTIONS. Optional NAME is the name of the buffer. @@ -6681,8 +6002,7 @@ SYMBOL is a customization option, and WIDGET is a widget for editing that option. DESCRIPTION is unused. -\(fn OPTIONS &optional NAME DESCRIPTION)" nil nil) - +(fn OPTIONS &optional NAME DESCRIPTION)" nil nil) (autoload 'custom-buffer-create-other-window "cus-edit" "\ Create a buffer containing OPTIONS, and display it in another window. The result includes selecting that window. @@ -6692,13 +6012,11 @@ SYMBOL is a customization option, and WIDGET is a widget for editing that option. DESCRIPTION is unused. -\(fn OPTIONS &optional NAME DESCRIPTION)" nil nil) - +(fn OPTIONS &optional NAME DESCRIPTION)" nil nil) (autoload 'customize-browse "cus-edit" "\ Create a tree browser for the customize hierarchy. -\(fn &optional GROUP)" t nil) - +(fn &optional GROUP)" t nil) (defvar custom-file nil "\ File used for storing customization information. The default is nil, which means to use your init file @@ -6709,8 +6027,8 @@ You can set this option through Custom, if you carefully read the last paragraph below. However, usually it is simpler to write something like the following in your init file: -\(setq custom-file \"~/.config/emacs-custom.el\") -\(load custom-file) +(setq custom-file \"~/.config/emacs-custom.el\") +(load custom-file) Note that both lines are necessary: the first line tells Custom to save all customizations in this file, but does not load it. @@ -6731,34 +6049,26 @@ want. You also have to put something like (load \"CUSTOM-FILE\") in your init file, where CUSTOM-FILE is the actual name of the file. Otherwise, Emacs will not load the file when it starts up, and hence will not set `custom-file' to that file either.") - (custom-autoload 'custom-file "cus-edit" t) - (autoload 'custom-save-all "cus-edit" "\ Save all customizations in `custom-file'." nil nil) - (autoload 'customize-save-customized "cus-edit" "\ Save all user options which have been set in this session." t nil) - (autoload 'custom-menu-create "cus-edit" "\ Create menu for customization group SYMBOL. The menu is in a format applicable to `easy-menu-define'. -\(fn SYMBOL)" nil nil) - +(fn SYMBOL)" nil nil) (autoload 'customize-menu-create "cus-edit" "\ Return a customize menu for customization group SYMBOL. If optional NAME is given, use that as the name of the menu. Otherwise the menu will be named `Customize'. The format is suitable for use with `easy-menu-define'. -\(fn SYMBOL &optional NAME)" nil nil) - +(fn SYMBOL &optional NAME)" nil nil) (register-definition-prefixes "cus-edit" '("Custom-" "cus" "widget-")) -;;;*** -;;;### (autoloads nil "cus-theme" "cus-theme.el" (0 0 0 0)) ;;; Generated autoloads from cus-theme.el (autoload 'customize-create-theme "cus-theme" "\ @@ -6770,42 +6080,38 @@ from the Custom save file. BUFFER, if non-nil, should be a buffer to use; the default is named *Custom Theme*. -\(fn &optional THEME BUFFER)" t nil) - +(fn &optional THEME BUFFER)" t nil) (autoload 'custom-theme-visit-theme "cus-theme" "\ Set up a Custom buffer to edit custom theme THEME. -\(fn THEME)" t nil) - +(fn THEME)" t nil) (autoload 'describe-theme "cus-theme" "\ Display a description of the Custom theme THEME (a symbol). -\(fn THEME)" t nil) - +(fn THEME)" t nil) (autoload 'customize-themes "cus-theme" "\ Display a selectable list of Custom themes. When called from Lisp, BUFFER should be the buffer to use; if omitted, a buffer named *Custom Themes* is used. -\(fn &optional BUFFER)" t nil) - +(fn &optional BUFFER)" t nil) (register-definition-prefixes "cus-theme" '("custom-" "describe-theme-1")) -;;;*** -;;;### (autoloads nil "cvs-status" "vc/cvs-status.el" (0 0 0 0)) +;;; Generated autoloads from cedet/ede/custom.el + +(register-definition-prefixes "ede/custom" '("ede-" "eieio-ede-old-variables")) + + ;;; Generated autoloads from vc/cvs-status.el (autoload 'cvs-status-mode "cvs-status" "\ Mode used for cvs status output. -\(fn)" t nil) - +(fn)" t nil) (register-definition-prefixes "cvs-status" '("cvs-")) -;;;*** -;;;### (autoloads nil "cwarn" "progmodes/cwarn.el" (0 0 0 0)) ;;; Generated autoloads from progmodes/cwarn.el (autoload 'cwarn-mode "cwarn" "\ @@ -6831,12 +6137,10 @@ evaluate `cwarn-mode'. The mode's hook is called both when the mode is enabled and when it is disabled. -\(fn &optional ARG)" t nil) - -(define-obsolete-function-alias 'turn-on-cwarn-mode 'cwarn-mode "24.1") - +(fn &optional ARG)" t nil) +(define-obsolete-function-alias 'turn-on-cwarn-mode 'cwarn-mode "\ +24.1") (put 'global-cwarn-mode 'globalized-minor-mode t) - (defvar global-cwarn-mode nil "\ Non-nil if Global Cwarn mode is enabled. See the `global-cwarn-mode' command @@ -6844,9 +6148,7 @@ for a description of this minor mode. Setting this variable directly does not take effect; either customize it (see the info node `Easy Customization') or call the function `global-cwarn-mode'.") - (custom-autoload 'global-cwarn-mode "cwarn" nil) - (autoload 'global-cwarn-mode "cwarn" "\ Toggle Cwarn mode in all buffers. With prefix ARG, enable Global Cwarn mode if ARG is positive; @@ -6861,26 +6163,20 @@ Cwarn mode is enabled in all buffers where See `cwarn-mode' for more information on Cwarn mode. -\(fn &optional ARG)" t nil) - +(fn &optional ARG)" t nil) (register-definition-prefixes "cwarn" '("cwarn-" "turn-on-cwarn-mode-if-enabled")) -;;;*** -;;;### (autoloads nil "cyril-util" "language/cyril-util.el" (0 0 -;;;;;; 0 0)) ;;; Generated autoloads from language/cyril-util.el (autoload 'cyrillic-encode-koi8-r-char "cyril-util" "\ Return KOI8-R external character code of CHAR if appropriate. -\(fn CHAR)" nil nil) - +(fn CHAR)" nil nil) (autoload 'cyrillic-encode-alternativnyj-char "cyril-util" "\ Return ALTERNATIVNYJ external character code of CHAR if appropriate. -\(fn CHAR)" nil nil) - +(fn CHAR)" nil nil) (autoload 'standard-display-cyrillic-translit "cyril-util" "\ Display a Cyrillic buffer using a transliteration. For readability, the table is slightly @@ -6892,19 +6188,16 @@ Possible values are listed in `cyrillic-language-alist'. If the argument is t, we use the default cyrillic transliteration. If the argument is nil, we return the display table to its standard state. -\(fn &optional CYRILLIC-LANGUAGE)" t nil) - +(fn &optional CYRILLIC-LANGUAGE)" t nil) (register-definition-prefixes "cyril-util" '("cyrillic-language-alist")) -;;;*** -;;;### (autoloads nil "dabbrev" "dabbrev.el" (0 0 0 0)) ;;; Generated autoloads from dabbrev.el + (put 'dabbrev-case-fold-search 'risky-local-variable t) (put 'dabbrev-case-replace 'risky-local-variable t) (define-key esc-map "/" 'dabbrev-expand) (define-key esc-map [?\C-/] 'dabbrev-completion) - (autoload 'dabbrev-completion "dabbrev" "\ Completion on current word. Like \\[dabbrev-expand] but finds all expansions in the current buffer @@ -6917,8 +6210,7 @@ completions. If the prefix argument is 16 (which comes from \\[universal-argument] \\[universal-argument]), then it searches *all* buffers. -\(fn &optional ARG)" t nil) - +(fn &optional ARG)" t nil) (autoload 'dabbrev-expand "dabbrev" "\ Expand previous word \"dynamically\". @@ -6943,25 +6235,74 @@ direction of search to backward if set non-nil. See also `dabbrev-abbrev-char-regexp' and \\[dabbrev-completion]. -\(fn ARG)" t nil) - +(fn ARG)" t nil) (register-definition-prefixes "dabbrev" '("dabbrev-")) -;;;*** -;;;### (autoloads nil "data-debug" "cedet/data-debug.el" (0 0 0 0)) ;;; Generated autoloads from cedet/data-debug.el (autoload 'data-debug-new-buffer "data-debug" "\ Create a new data-debug buffer with NAME. -\(fn NAME)" nil nil) - +(fn NAME)" nil nil) (register-definition-prefixes "data-debug" '("data-debug-")) -;;;*** -;;;### (autoloads nil "dbus" "net/dbus.el" (0 0 0 0)) +;;; Generated autoloads from cedet/semantic/db.el + +(register-definition-prefixes "semantic/db" '("semanticdb-")) + + +;;; Generated autoloads from cedet/semantic/db-debug.el + +(register-definition-prefixes "semantic/db-debug" '("semanticdb-")) + + +;;; Generated autoloads from cedet/semantic/db-ebrowse.el + +(register-definition-prefixes "semantic/db-ebrowse" '("c++-mode" "semanticdb-")) + + +;;; Generated autoloads from cedet/semantic/db-el.el + +(register-definition-prefixes "semantic/db-el" '("emacs-lisp-mode" "semanticdb-")) + + +;;; Generated autoloads from cedet/semantic/db-file.el + +(register-definition-prefixes "semantic/db-file" '("semanticdb-")) + + +;;; Generated autoloads from cedet/semantic/db-find.el + +(register-definition-prefixes "semantic/db-find" '("semanticdb-")) + + +;;; Generated autoloads from cedet/semantic/db-global.el + +(register-definition-prefixes "semantic/db-global" '("semanticdb-")) + + +;;; Generated autoloads from cedet/semantic/db-javascript.el + +(register-definition-prefixes "semantic/db-javascript" '("javascript-mode" "semanticdb-")) + + +;;; Generated autoloads from cedet/semantic/db-mode.el + +(register-definition-prefixes "semantic/db-mode" '("semanticdb-")) + + +;;; Generated autoloads from cedet/semantic/db-ref.el + +(register-definition-prefixes "semantic/db-ref" '("semanticdb-ref-")) + + +;;; Generated autoloads from cedet/semantic/db-typecache.el + +(register-definition-prefixes "semantic/db-typecache" '("semanticdb-")) + + ;;; Generated autoloads from net/dbus.el (autoload 'dbus-handle-event "dbus" "\ @@ -6970,22 +6311,17 @@ EVENT is a D-Bus event, see `dbus-check-event'. HANDLER, being part of the event, is called with arguments ARGS (without type information). If the HANDLER returns a `dbus-error', it is propagated as return message. -\(fn EVENT)" t nil) - +(fn EVENT)" t nil) (function-put 'dbus-handle-event 'completion-predicate #'ignore) - (autoload 'dbus-monitor "dbus" "\ Invoke `dbus-register-monitor' interactively, and switch to the buffer. BUS is either a Lisp keyword, `:system' or `:session', or a string denoting the bus address. The value nil defaults to `:session'. -\(fn &optional BUS)" t nil) - +(fn &optional BUS)" t nil) (register-definition-prefixes "dbus" '("dbus-")) -;;;*** -;;;### (autoloads nil "dcl-mode" "progmodes/dcl-mode.el" (0 0 0 0)) ;;; Generated autoloads from progmodes/dcl-mode.el (autoload 'dcl-mode "dcl-mode" "\ @@ -7106,17 +6442,13 @@ $ There is some minimal font-lock support (see vars `dcl-font-lock-defaults' and `dcl-font-lock-keywords'). -\(fn)" t nil) - +(fn)" t nil) (register-definition-prefixes "dcl-mode" '("dcl-")) -;;;*** -;;;### (autoloads nil "debug" "emacs-lisp/debug.el" (0 0 0 0)) ;;; Generated autoloads from emacs-lisp/debug.el (setq debugger 'debug) - (autoload 'debug "debug" "\ Enter debugger. \\`\\[debugger-continue]' returns from the debugger. Arguments are mainly for use when this is called from the internals @@ -7129,8 +6461,7 @@ first will be printed into the backtrace buffer. If `inhibit-redisplay' is non-nil when this function is called, the debugger will not be entered. -\(fn &rest ARGS)" t nil) - +(fn &rest ARGS)" t nil) (autoload 'debug-on-entry "debug" "\ Request FUNCTION to invoke debugger each time it is called. @@ -7146,16 +6477,14 @@ primitive functions only works when that function is called from Lisp. Use \\[cancel-debug-on-entry] to cancel the effect of this command. Redefining FUNCTION also cancels it. -\(fn FUNCTION)" t nil) - +(fn FUNCTION)" t nil) (autoload 'cancel-debug-on-entry "debug" "\ Undo effect of \\[debug-on-entry] on FUNCTION. If FUNCTION is nil, cancel `debug-on-entry' for all functions. When called interactively, prompt for FUNCTION in the minibuffer. To specify a nil argument interactively, exit with an empty minibuffer. -\(fn &optional FUNCTION)" t nil) - +(fn &optional FUNCTION)" t nil) (autoload 'debug-on-variable-change "debug" "\ Trigger a debugger invocation when VARIABLE is changed. @@ -7174,30 +6503,38 @@ Use \\[cancel-debug-on-variable-change] to cancel the effect of this command. Uninterning VARIABLE or making it an alias of another symbol also cancels it. -\(fn VARIABLE)" t nil) - +(fn VARIABLE)" t nil) (defalias 'debug-watch #'debug-on-variable-change) - (autoload 'cancel-debug-on-variable-change "debug" "\ Undo effect of \\[debug-on-variable-change] on VARIABLE. If VARIABLE is nil, cancel `debug-on-variable-change' for all variables. When called interactively, prompt for VARIABLE in the minibuffer. To specify a nil argument interactively, exit with an empty minibuffer. -\(fn &optional VARIABLE)" t nil) - +(fn &optional VARIABLE)" t nil) (defalias 'cancel-debug-watch #'cancel-debug-on-variable-change) - (register-definition-prefixes "debug" '("debug" "inhibit-debug-on-entry")) -;;;*** -;;;### (autoloads nil "decipher" "play/decipher.el" (0 0 0 0)) +;;; Generated autoloads from cedet/semantic/bovine/debug.el + +(register-definition-prefixes "semantic/bovine/debug" '("semantic-")) + + +;;; Generated autoloads from cedet/semantic/analyze/debug.el + +(register-definition-prefixes "semantic/analyze/debug" '("semantic-analyze")) + + +;;; Generated autoloads from cedet/semantic/debug.el + +(register-definition-prefixes "semantic/debug" '("semantic-debug-")) + + ;;; Generated autoloads from play/decipher.el (autoload 'decipher "decipher" "\ Format a buffer of ciphertext for cryptanalysis and enter Decipher mode." t nil) - (autoload 'decipher-mode "decipher" "\ Major mode for decrypting monoalphabetic substitution ciphers. Lower-case letters enter plaintext. @@ -7214,18 +6551,19 @@ The most useful commands are: \\[decipher-make-checkpoint] Save the current cipher alphabet (checkpoint) \\[decipher-restore-checkpoint] Restore a saved cipher alphabet (checkpoint) -\(fn)" t nil) - +(fn)" t nil) (register-definition-prefixes "decipher" '("decipher-")) -;;;*** -;;;### (autoloads nil "delim-col" "delim-col.el" (0 0 0 0)) +;;; Generated autoloads from cedet/semantic/decorate.el + +(register-definition-prefixes "semantic/decorate" '("semantic-")) + + ;;; Generated autoloads from delim-col.el (autoload 'delimit-columns-customize "delim-col" "\ Customize the `columns' group." t nil) - (autoload 'delimit-columns-region "delim-col" "\ Prettify all columns in a text region. @@ -7249,8 +6587,7 @@ See the `delimit-columns-str-before', `delimit-columns-extra' variables for customization of the look. -\(fn START END)" t nil) - +(fn START END)" t nil) (autoload 'delimit-columns-rectangle "delim-col" "\ Prettify all columns in a text rectangle. @@ -7258,17 +6595,13 @@ See `delimit-columns-region' for what this entails. START and END delimit the corners of the text rectangle. -\(fn START END)" t nil) - +(fn START END)" t nil) (register-definition-prefixes "delim-col" '("delimit-columns-")) -;;;*** -;;;### (autoloads nil "delsel" "delsel.el" (0 0 0 0)) ;;; Generated autoloads from delsel.el (defalias 'pending-delete-mode 'delete-selection-mode) - (defvar delete-selection-mode nil "\ Non-nil if Delete-Selection mode is enabled. See the `delete-selection-mode' command @@ -7276,9 +6609,7 @@ for a description of this minor mode. Setting this variable directly does not take effect; either customize it (see the info node `Easy Customization') or call the function `delete-selection-mode'.") - (custom-autoload 'delete-selection-mode "delsel" nil) - (autoload 'delete-selection-mode "delsel" "\ Toggle Delete Selection mode. @@ -7304,20 +6635,21 @@ evaluate `(default-value \\='delete-selection-mode)'. The mode's hook is called both when the mode is enabled and when it is disabled. -\(fn &optional ARG)" t nil) - +(fn &optional ARG)" t nil) (autoload 'delete-active-region "delsel" "\ Delete the active region. If KILLP is non-nil, or if called interactively with a prefix argument, the active region is killed instead of deleted. -\(fn &optional KILLP)" t nil) - +(fn &optional KILLP)" t nil) (register-definition-prefixes "delsel" '("del" "minibuffer-keyboard-quit")) -;;;*** -;;;### (autoloads nil "derived" "emacs-lisp/derived.el" (0 0 0 0)) +;;; Generated autoloads from cedet/semantic/dep.el + +(register-definition-prefixes "semantic/dep" '("defcustom-mode-local-semantic-dependency-system-include-path" "semantic-")) + + ;;; Generated autoloads from emacs-lisp/derived.el (autoload 'define-derived-mode "derived" "\ @@ -7379,25 +6711,19 @@ the hook will be named `foo-mode-hook'. See Info node `(elisp)Derived Modes' for more details. -\(fn CHILD PARENT NAME [DOCSTRING] [KEYWORD-ARGS...] &rest BODY)" nil t) - +(fn CHILD PARENT NAME [DOCSTRING] [KEYWORD-ARGS...] &rest BODY)" nil t) (function-put 'define-derived-mode 'doc-string-elt '4) - (function-put 'define-derived-mode 'lisp-indent-function 'defun) - (autoload 'derived-mode-init-mode-variables "derived" "\ Initialize variables for a new MODE. Right now, if they don't already exist, set up a blank keymap, an empty syntax table, and an empty abbrev table -- these will be merged the first time the mode is used. -\(fn MODE)" nil nil) - +(fn MODE)" nil nil) (register-definition-prefixes "derived" '("derived-mode-")) -;;;*** -;;;### (autoloads nil "descr-text" "descr-text.el" (0 0 0 0)) ;;; Generated autoloads from descr-text.el (autoload 'describe-text-properties "descr-text" "\ @@ -7408,8 +6734,7 @@ If optional second argument OUTPUT-BUFFER is non-nil, insert the output into that buffer, and don't initialize or clear it otherwise. -\(fn POS &optional OUTPUT-BUFFER BUFFER)" t nil) - +(fn POS &optional OUTPUT-BUFFER BUFFER)" t nil) (autoload 'describe-char "descr-text" "\ Describe position POS (interactively, point) and the char after POS. POS is taken to be in BUFFER, or the current buffer if BUFFER is nil. @@ -7436,8 +6761,7 @@ The character information includes: Unicode Data Base; and widgets, buttons, overlays, and text properties relevant to POS. -\(fn POS &optional BUFFER)" t nil) - +(fn POS &optional BUFFER)" t nil) (autoload 'describe-char-eldoc "descr-text" "\ Return a description of character at point for use by ElDoc mode. @@ -7451,13 +6775,10 @@ minibuffer window for width limit. This function can be used as a value of `eldoc-documentation-functions' variable. -\(fn CALLBACK &rest _)" nil nil) - +(fn CALLBACK &rest _)" nil nil) (register-definition-prefixes "descr-text" '("describe-")) -;;;*** -;;;### (autoloads nil "desktop" "desktop.el" (0 0 0 0)) ;;; Generated autoloads from desktop.el (defvar desktop-save-mode nil "\ @@ -7467,9 +6788,7 @@ for a description of this minor mode. Setting this variable directly does not take effect; either customize it (see the info node `Easy Customization') or call the function `desktop-save-mode'.") - (custom-autoload 'desktop-save-mode "desktop" nil) - (autoload 'desktop-save-mode "desktop" "\ Toggle desktop saving (Desktop Save mode). @@ -7502,15 +6821,12 @@ evaluate `(default-value \\='desktop-save-mode)'. The mode's hook is called both when the mode is enabled and when it is disabled. -\(fn &optional ARG)" t nil) - +(fn &optional ARG)" t nil) (defvar desktop-locals-to-save '(desktop-locals-to-save truncate-lines case-fold-search case-replace fill-column overwrite-mode change-log-default-name line-number-mode column-number-mode size-indication-mode buffer-file-coding-system buffer-display-time indent-tabs-mode tab-width indicate-buffer-boundaries indicate-empty-lines show-trailing-whitespace) "\ List of local variables to save for each buffer. The variables are saved only when they really are local. Conventional minor modes are restored automatically; they should not be listed here.") - (custom-autoload 'desktop-locals-to-save "desktop" t) - (defvar-local desktop-save-buffer nil "\ When non-nil, save buffer status in desktop file. @@ -7524,7 +6840,6 @@ When file names are returned, they should be formatted using the call Later, when `desktop-read' evaluates the desktop file, auxiliary information is passed as the argument DESKTOP-BUFFER-MISC to functions in `desktop-buffer-mode-handlers'.") - (defvar desktop-buffer-mode-handlers nil "\ Alist of major mode specific functions to restore a desktop buffer. Functions listed are called by `desktop-create-buffer' when `desktop-read' @@ -7563,9 +6878,7 @@ code like The major mode function must either be autoloaded, or of the form \"foobar-mode\" and defined in library \"foobar\", so that desktop can guess how to load the mode's definition.") - (put 'desktop-buffer-mode-handlers 'risky-local-variable t) - (defvar desktop-minor-mode-handlers nil "\ Alist of functions to restore non-standard minor modes. Functions are called by `desktop-create-buffer' to restore minor modes. @@ -7609,9 +6922,7 @@ The minor mode function must either be autoloaded, or of the form can guess how to load the mode's definition. See also `desktop-minor-mode-table'.") - (put 'desktop-minor-mode-handlers 'risky-local-variable t) - (autoload 'desktop-clear "desktop" "\ Empty the Desktop. This kills all buffers except for internal ones and those with names matched by @@ -7620,7 +6931,6 @@ Furthermore, it clears the variables listed in `desktop-globals-to-clear'. When called interactively and `desktop-restore-frames' is non-nil, it also deletes all frames except the selected one (and its minibuffer frame, if different)." t nil) - (autoload 'desktop-save "desktop" "\ Save the state of Emacs in a desktop file in directory DIRNAME. Optional argument RELEASE non-nil says we're done with this @@ -7656,12 +6966,10 @@ In a non-interactive call, VERSION can be given as an integer, either 206 or 208, to specify the format version in which to save the file, no questions asked. -\(fn DIRNAME &optional RELEASE ONLY-IF-CHANGED VERSION)" t nil) - +(fn DIRNAME &optional RELEASE ONLY-IF-CHANGED VERSION)" t nil) (autoload 'desktop-remove "desktop" "\ Delete desktop file in `desktop-dirname'. This function also sets `desktop-dirname' to nil." t nil) - (autoload 'desktop-read "desktop" "\ Read and process the desktop file in directory DIRNAME. Look for a desktop file in DIRNAME, or if DIRNAME is omitted, look in @@ -7672,27 +6980,26 @@ Interactively, with prefix arg \\[universal-argument], ask for DIRNAME. This function is a no-op when Emacs is running in batch mode. It returns t if a desktop file was loaded, nil otherwise. -\(fn DIRNAME)" t nil) - +(fn DIRNAME)" t nil) (autoload 'desktop-change-dir "desktop" "\ Change to desktop saved in DIRNAME. Kill the desktop as specified by variables `desktop-save-mode' and `desktop-save', then clear the desktop and load the desktop file in directory DIRNAME. -\(fn DIRNAME)" t nil) - +(fn DIRNAME)" t nil) (autoload 'desktop-save-in-desktop-dir "desktop" "\ Save the desktop in directory `desktop-dirname'." t nil) - (autoload 'desktop-revert "desktop" "\ Revert to the last loaded desktop." t nil) - (register-definition-prefixes "desktop" '("desktop-")) -;;;*** -;;;### (autoloads nil "deuglify" "gnus/deuglify.el" (0 0 0 0)) +;;; Generated autoloads from cedet/ede/detect.el + +(register-definition-prefixes "ede/detect" '("ede-")) + + ;;; Generated autoloads from gnus/deuglify.el (autoload 'gnus-article-outlook-unwrap-lines "deuglify" "\ @@ -7702,44 +7009,34 @@ You can control what lines will be unwrapped by frobbing indicating the minimum and maximum length of an unwrapped citation line. If NODISPLAY is non-nil, don't redisplay the article buffer. -\(fn &optional NODISPLAY)" '(gnus-article-mode gnus-summary-mode) nil) - +(fn &optional NODISPLAY)" '(gnus-article-mode gnus-summary-mode) nil) (autoload 'gnus-article-outlook-repair-attribution "deuglify" "\ Repair a broken attribution line. If NODISPLAY is non-nil, don't redisplay the article buffer. -\(fn &optional NODISPLAY)" '(gnus-article-mode gnus-summary-mode) nil) - +(fn &optional NODISPLAY)" '(gnus-article-mode gnus-summary-mode) nil) (autoload 'gnus-article-outlook-rearrange-citation "deuglify" "\ Repair broken citations. If NODISPLAY is non-nil, don't redisplay the article buffer. -\(fn &optional NODISPLAY)" '(gnus-article-mode gnus-summary-mode) nil) - +(fn &optional NODISPLAY)" '(gnus-article-mode gnus-summary-mode) nil) (autoload 'gnus-outlook-deuglify-article "deuglify" "\ Full deuglify of broken Outlook (Express) articles. Treat \"smartquotes\", unwrap lines, repair attribution and rearrange citation. If NODISPLAY is non-nil, don't redisplay the article buffer. -\(fn &optional NODISPLAY)" '(gnus-article-mode gnus-summary-mode) nil) - +(fn &optional NODISPLAY)" '(gnus-article-mode gnus-summary-mode) nil) (autoload 'gnus-article-outlook-deuglify-article "deuglify" "\ Deuglify broken Outlook (Express) articles and redisplay." '(gnus-article-mode gnus-summary-mode) nil) - (register-definition-prefixes "deuglify" '("gnus-outlook-")) -;;;*** -;;;### (autoloads nil "dframe" "dframe.el" (0 0 0 0)) ;;; Generated autoloads from dframe.el (register-definition-prefixes "dframe" '("dframe-")) -;;;*** -;;;### (autoloads nil "diary-lib" "calendar/diary-lib.el" (0 0 0 -;;;;;; 0)) ;;; Generated autoloads from calendar/diary-lib.el (autoload 'diary "diary-lib" "\ @@ -7748,8 +7045,7 @@ If no argument is provided, the number of days of diary entries is governed by the variable `diary-number-of-entries'. A value of ARG less than 1 does nothing. This function is suitable for execution in an init file. -\(fn &optional ARG)" t nil) - +(fn &optional ARG)" t nil) (autoload 'diary-mail-entries "diary-lib" "\ Send a mail message showing diary entries for next NDAYS days. If no prefix argument is given, NDAYS is set to `diary-mail-days'. @@ -7763,27 +7059,23 @@ ensure that all relevant variables are set. #!/usr/bin/emacs -script ;; diary-rem.el - run the Emacs diary-reminder -\(setq diary-mail-days 3 +(setq diary-mail-days 3 diary-file \"/path/to/diary.file\" calendar-date-style \\='european diary-mail-addr \"user@host.name\") -\(diary-mail-entries) +(diary-mail-entries) # diary-rem.el ends here -\(fn &optional NDAYS)" t nil) - +(fn &optional NDAYS)" t nil) (autoload 'diary-mode "diary-lib" "\ Major mode for editing the diary file. -\(fn)" t nil) - +(fn)" t nil) (register-definition-prefixes "diary-lib" '("calendar-mark-" "diary-")) -;;;*** -;;;### (autoloads nil "dictionary" "net/dictionary.el" (0 0 0 0)) ;;; Generated autoloads from net/dictionary.el (autoload 'dictionary-mode "dictionary" "\ @@ -7805,35 +7097,28 @@ This is a quick reference to this mode describing the default key bindings: * \\[dictionary-select-strategy] select the default search strategy * RET or visit that link" nil nil) - (autoload 'dictionary "dictionary" "\ Create a new dictionary buffer and install `dictionary-mode'." t nil) - (autoload 'dictionary-search "dictionary" "\ Search the WORD in DICTIONARY if given or in all if nil. It presents the selection or word at point as default input and allows editing it. -\(fn WORD &optional DICTIONARY)" t nil) - +(fn WORD &optional DICTIONARY)" t nil) (autoload 'dictionary-lookup-definition "dictionary" "\ Unconditionally lookup the word at point." t nil) - (autoload 'dictionary-match-words "dictionary" "\ Search PATTERN in current default dictionary using default strategy. -\(fn &optional PATTERN &rest IGNORED)" t nil) - +(fn &optional PATTERN &rest IGNORED)" t nil) (autoload 'dictionary-mouse-popup-matching-words "dictionary" "\ Display entries matching the word at the cursor retrieved using EVENT. -\(fn EVENT)" t nil) - +(fn EVENT)" t nil) (autoload 'dictionary-popup-matching-words "dictionary" "\ Display entries matching WORD or the current word if not given. -\(fn &optional WORD)" t nil) - +(fn &optional WORD)" t nil) (autoload 'dictionary-tooltip-mode "dictionary" "\ Display tooltips for the current word. @@ -7841,8 +7126,7 @@ This function can be used to enable or disable the tooltip mode for the current buffer (based on ARG). If global-tooltip-mode is active it will overwrite that mode for the current buffer. -\(fn &optional ARG)" t nil) - +(fn &optional ARG)" t nil) (autoload 'global-dictionary-tooltip-mode "dictionary" "\ Enable/disable `dictionary-tooltip-mode' for all buffers. @@ -7852,29 +7136,27 @@ It can be overwritten for each buffer using `dictionary-tooltip-mode'. Note: (global-dictionary-tooltip-mode 0) will not disable the mode any buffer where (dictionary-tooltip-mode 1) has been called. -\(fn &optional ARG)" t nil) - +(fn &optional ARG)" t nil) (autoload 'dictionary-context-menu "dictionary" "\ Populate MENU with dictionary commands at CLICK. When you add this function to `context-menu-functions', the context menu will contain an item that searches the word at mouse click. -\(fn MENU CLICK)" nil nil) - +(fn MENU CLICK)" nil nil) (register-definition-prefixes "dictionary" '("dictionary-" "global-dictionary-tooltip-mode")) -;;;*** -;;;### (autoloads nil "dictionary-connection" "net/dictionary-connection.el" -;;;;;; (0 0 0 0)) +;;; Generated autoloads from cedet/srecode/dictionary.el + +(register-definition-prefixes "srecode/dictionary" '("srecode-")) + + ;;; Generated autoloads from net/dictionary-connection.el (register-definition-prefixes "dictionary-connection" '("dictionary-connection-")) -;;;*** -;;;### (autoloads nil "diff" "vc/diff.el" (0 0 0 0)) ;;; Generated autoloads from vc/diff.el (defvar diff-switches (purecopy "-u") "\ @@ -7884,14 +7166,10 @@ This variable is also used in the `vc-diff' command (and related commands) if the backend-specific diff switch variable isn't set (`vc-git-diff-switches' for git, for instance), and `vc-diff-switches' isn't set.") - (custom-autoload 'diff-switches "diff" t) - (defvar diff-command (purecopy "diff") "\ The command to use to run diff.") - (custom-autoload 'diff-command "diff" t) - (autoload 'diff "diff" "\ Find and display the differences between OLD and NEW files. When called interactively, read NEW, then OLD, using the @@ -7906,8 +7184,7 @@ command. Non-interactively, OLD and NEW may each be a file or a buffer. -\(fn OLD NEW &optional SWITCHES NO-ASYNC)" t nil) - +(fn OLD NEW &optional SWITCHES NO-ASYNC)" t nil) (autoload 'diff-backup "diff" "\ Diff this file with its backup file or vice versa. Uses the latest backup, if there are several numerical backups. @@ -7915,19 +7192,16 @@ If this file is a backup, diff it with its original. The backup file is the first file given to `diff'. With prefix arg SWITCHES, prompt for diff switches. -\(fn FILE &optional SWITCHES)" t nil) - +(fn FILE &optional SWITCHES)" t nil) (autoload 'diff-latest-backup-file "diff" "\ Return the latest existing backup of file FN, or nil. -\(fn FN)" nil nil) - +(fn FN)" nil nil) (autoload 'diff-buffer-with-file "diff" "\ View the differences between BUFFER and its associated file. This requires the external program `diff' to be in your `exec-path'. -\(fn &optional BUFFER)" t nil) - +(fn &optional BUFFER)" t nil) (autoload 'diff-buffers "diff" "\ Find and display the differences between OLD and NEW buffers. @@ -7945,13 +7219,10 @@ OLD and NEW may each be a buffer or a buffer name. Also see the `diff-entire-buffers' variable. -\(fn OLD NEW &optional SWITCHES NO-ASYNC)" t nil) - +(fn OLD NEW &optional SWITCHES NO-ASYNC)" t nil) (register-definition-prefixes "diff" '("diff-")) -;;;*** -;;;### (autoloads nil "diff-mode" "vc/diff-mode.el" (0 0 0 0)) ;;; Generated autoloads from vc/diff-mode.el (autoload 'diff-mode "diff-mode" "\ @@ -7969,8 +7240,7 @@ a diff with \\[diff-reverse-direction]. \\{diff-mode-map} -\(fn)" t nil) - +(fn)" t nil) (autoload 'diff-minor-mode "diff-mode" "\ Toggle Diff minor mode. @@ -7990,13 +7260,10 @@ evaluate `diff-minor-mode'. The mode's hook is called both when the mode is enabled and when it is disabled. -\(fn &optional ARG)" t nil) - +(fn &optional ARG)" t nil) (register-definition-prefixes "diff-mode" '("diff-")) -;;;*** -;;;### (autoloads nil "dig" "net/dig.el" (0 0 0 0)) ;;; Generated autoloads from net/dig.el (autoload 'dig "dig" "\ @@ -8005,13 +7272,15 @@ See `dig-invoke' for an explanation for the parameters. When called interactively, DOMAIN is prompted for. If given a prefix, also prompt for the QUERY-TYPE parameter. -\(fn DOMAIN &optional QUERY-TYPE QUERY-CLASS QUERY-OPTION DIG-OPTION SERVER)" t nil) - +(fn DOMAIN &optional QUERY-TYPE QUERY-CLASS QUERY-OPTION DIG-OPTION SERVER)" t nil) (register-definition-prefixes "dig" '("dig-" "query-dig")) -;;;*** -;;;### (autoloads nil "dired" "dired.el" (0 0 0 0)) +;;; Generated autoloads from cedet/ede/dired.el + +(register-definition-prefixes "ede/dired" '("ede-dired-")) + + ;;; Generated autoloads from dired.el (defvar dired-listing-switches (purecopy "-al") "\ @@ -8031,16 +7300,13 @@ each option. On systems such as MS-DOS and MS-Windows, which use `ls' emulation in Lisp, some of the `ls' switches are not supported; see the doc string of `insert-directory' in `ls-lisp.el' for more details.") - (custom-autoload 'dired-listing-switches "dired" t) - (defvar-local dired-directory nil "\ The directory name or wildcard spec that this Dired directory lists. Local to each Dired buffer. May be a list, in which case the car is the directory name and the cdr is the list of files to mention. The directory name must be absolute, but need not be fully expanded.") (define-key ctl-x-map "d" 'dired) - (autoload 'dired "dired" "\ \"Edit\" directory DIRNAME--delete, rename, print, etc. some files in it. Optional second argument SWITCHES specifies the options to be used @@ -8064,31 +7330,26 @@ Type \\[describe-mode] after entering Dired for more info. If DIRNAME is already in a Dired buffer, that buffer is used without refresh. -\(fn DIRNAME &optional SWITCHES)" t nil) +(fn DIRNAME &optional SWITCHES)" t nil) (define-key ctl-x-4-map "d" 'dired-other-window) - (autoload 'dired-other-window "dired" "\ \"Edit\" directory DIRNAME. Like `dired' but select in another window. -\(fn DIRNAME &optional SWITCHES)" t nil) +(fn DIRNAME &optional SWITCHES)" t nil) (define-key ctl-x-5-map "d" 'dired-other-frame) - (autoload 'dired-other-frame "dired" "\ \"Edit\" directory DIRNAME. Like `dired' but make a new frame. -\(fn DIRNAME &optional SWITCHES)" t nil) +(fn DIRNAME &optional SWITCHES)" t nil) (define-key tab-prefix-map "d" 'dired-other-tab) - (autoload 'dired-other-tab "dired" "\ \"Edit\" directory DIRNAME. Like `dired' but make a new tab. -\(fn DIRNAME &optional SWITCHES)" t nil) - +(fn DIRNAME &optional SWITCHES)" t nil) (autoload 'dired-noselect "dired" "\ Like `dired' but return the Dired buffer as value, do not select it. -\(fn DIR-OR-LIST &optional SWITCHES)" nil nil) - +(fn DIR-OR-LIST &optional SWITCHES)" nil nil) (autoload 'dired-mode "dired" "\ Mode for \"editing\" directory listings. In Dired, you are \"editing\" a list of the files in a directory and @@ -8139,9 +7400,8 @@ This mode runs the following hooks: Keybindings: \\{dired-mode-map} -\(fn &optional DIRNAME SWITCHES)" nil nil) +(fn &optional DIRNAME SWITCHES)" nil nil) (put 'dired-find-alternate-file 'disabled t) - (autoload 'dired-jump "dired" "\ Jump to Dired buffer corresponding to current buffer. If in a buffer visiting a file, Dired that file's directory and @@ -8158,18 +7418,24 @@ When OTHER-WINDOW is non-nil, jump to Dired buffer in other window. When FILE-NAME is non-nil, jump to its line in Dired. Interactively with prefix argument, read FILE-NAME. -\(fn &optional OTHER-WINDOW FILE-NAME)" t nil) - +(fn &optional OTHER-WINDOW FILE-NAME)" t nil) (autoload 'dired-jump-other-window "dired" "\ Like \\[dired-jump] (`dired-jump') but in other window. -\(fn &optional FILE-NAME)" t nil) - +(fn &optional FILE-NAME)" t nil) (register-definition-prefixes "dired" '("dired-")) -;;;*** -;;;### (autoloads nil "dirtrack" "dirtrack.el" (0 0 0 0)) +;;; Generated autoloads from dired-aux.el + +(register-definition-prefixes "dired-aux" '("dired-" "minibuffer-default-add-dired-shell-commands")) + + +;;; Generated autoloads from dired-x.el + +(register-definition-prefixes "dired-x" '("dired-" "virtual-dired")) + + ;;; Generated autoloads from dirtrack.el (autoload 'dirtrack-mode "dirtrack" "\ @@ -8197,8 +7463,7 @@ evaluate `dirtrack-mode'. The mode's hook is called both when the mode is enabled and when it is disabled. -\(fn &optional ARG)" t nil) - +(fn &optional ARG)" t nil) (autoload 'dirtrack "dirtrack" "\ Determine the current directory from the process output for a prompt. This filter function is used by `dirtrack-mode'. It looks for @@ -8206,58 +7471,47 @@ the prompt specified by `dirtrack-list', and calls `shell-process-cd' if the directory seems to have changed away from `default-directory'. -\(fn INPUT)" nil nil) - +(fn INPUT)" nil nil) (register-definition-prefixes "dirtrack" '("dirtrack-")) -;;;*** -;;;### (autoloads nil "disass" "emacs-lisp/disass.el" (0 0 0 0)) ;;; Generated autoloads from emacs-lisp/disass.el (autoload 'disassemble "disass" "\ Print disassembled code for OBJECT in (optional) BUFFER. OBJECT can be a symbol defined as a function, or a function itself -\(a lambda expression or a compiled-function object). +(a lambda expression or a compiled-function object). If OBJECT is not already compiled, we compile it, but do not redefine OBJECT if it is a symbol. -\(fn OBJECT &optional BUFFER INDENT INTERACTIVE-P)" t nil) - +(fn OBJECT &optional BUFFER INDENT INTERACTIVE-P)" t nil) (register-definition-prefixes "disass" '("disassemble-")) -;;;*** -;;;### (autoloads nil "disp-table" "disp-table.el" (0 0 0 0)) ;;; Generated autoloads from disp-table.el (autoload 'make-display-table "disp-table" "\ Return a new, empty display table." nil nil) - (autoload 'display-table-slot "disp-table" "\ Return the value of the extra slot in DISPLAY-TABLE named SLOT. SLOT may be a number from 0 to 5 inclusive, or a slot name (symbol). Valid symbols are `truncation', `wrap', `escape', `control', `selective-display', and `vertical-border'. -\(fn DISPLAY-TABLE SLOT)" nil nil) - +(fn DISPLAY-TABLE SLOT)" nil nil) (autoload 'set-display-table-slot "disp-table" "\ Set the value of the extra slot in DISPLAY-TABLE named SLOT to VALUE. SLOT may be a number from 0 to 5 inclusive, or a name (symbol). Valid symbols are `truncation', `wrap', `escape', `control', `selective-display', and `vertical-border'. -\(fn DISPLAY-TABLE SLOT VALUE)" nil nil) - +(fn DISPLAY-TABLE SLOT VALUE)" nil nil) (autoload 'describe-display-table "disp-table" "\ Describe the display table DT in a help buffer. -\(fn DT)" nil nil) - +(fn DT)" nil nil) (autoload 'describe-current-display-table "disp-table" "\ Describe the display table in use in the selected window and buffer." t nil) - (autoload 'standard-display-8bit "disp-table" "\ Display characters representing raw bytes in the range L to H literally. @@ -8271,57 +7525,47 @@ byte. Note that ASCII printable characters (SPC to TILDA) are displayed in the default way after this call. -\(fn L H)" nil nil) - +(fn L H)" nil nil) (autoload 'standard-display-default "disp-table" "\ Display characters in the range L to H using the default notation. -\(fn L H)" nil nil) - +(fn L H)" nil nil) (autoload 'standard-display-ascii "disp-table" "\ Display character C using printable string S. -\(fn C S)" nil nil) - +(fn C S)" nil nil) (autoload 'standard-display-g1 "disp-table" "\ Display character C as character SC in the g1 character set. This function assumes that your terminal uses the SO/SI characters; it is meaningless for a graphical frame. -\(fn C SC)" nil nil) - +(fn C SC)" nil nil) (autoload 'standard-display-graphic "disp-table" "\ Display character C as character GC in graphics character set. This function assumes VT100-compatible escapes; it is meaningless for a graphical frame. -\(fn C GC)" nil nil) - +(fn C GC)" nil nil) (autoload 'standard-display-underline "disp-table" "\ Display character C as character UC plus underlining. -\(fn C UC)" nil nil) - +(fn C UC)" nil nil) (autoload 'create-glyph "disp-table" "\ Allocate a glyph code to display by sending STRING to the terminal. -\(fn STRING)" nil nil) - +(fn STRING)" nil nil) (autoload 'make-glyph-code "disp-table" "\ Return a glyph code representing char CHAR with face FACE. -\(fn CHAR &optional FACE)" nil nil) - +(fn CHAR &optional FACE)" nil nil) (autoload 'glyph-char "disp-table" "\ Return the character of glyph code GLYPH. -\(fn GLYPH)" nil nil) - +(fn GLYPH)" nil nil) (autoload 'glyph-face "disp-table" "\ Return the face of glyph code GLYPH, or nil if glyph has default face. -\(fn GLYPH)" nil nil) - +(fn GLYPH)" nil nil) (autoload 'standard-display-european "disp-table" "\ Semi-obsolete way to toggle display of ISO 8859 European characters. @@ -8341,14 +7585,10 @@ from Lisp code also selects Latin-1 as the language environment. This provides increased compatibility for users who call this function in `.emacs'. -\(fn ARG)" nil nil) - +(fn ARG)" nil nil) (register-definition-prefixes "disp-table" '("display-table-print-array")) -;;;*** -;;;### (autoloads nil "display-fill-column-indicator" "display-fill-column-indicator.el" -;;;;;; (0 0 0 0)) ;;; Generated autoloads from display-fill-column-indicator.el (autoload 'display-fill-column-indicator-mode "display-fill-column-indicator" "\ @@ -8378,10 +7618,8 @@ evaluate `display-fill-column-indicator-mode'. The mode's hook is called both when the mode is enabled and when it is disabled. -\(fn &optional ARG)" t nil) - +(fn &optional ARG)" t nil) (put 'global-display-fill-column-indicator-mode 'globalized-minor-mode t) - (defvar global-display-fill-column-indicator-mode nil "\ Non-nil if Global Display-Fill-Column-Indicator mode is enabled. See the `global-display-fill-column-indicator-mode' command @@ -8389,9 +7627,7 @@ for a description of this minor mode. Setting this variable directly does not take effect; either customize it (see the info node `Easy Customization') or call the function `global-display-fill-column-indicator-mode'.") - (custom-autoload 'global-display-fill-column-indicator-mode "display-fill-column-indicator" nil) - (autoload 'global-display-fill-column-indicator-mode "display-fill-column-indicator" "\ Toggle Display-Fill-Column-Indicator mode in all buffers. With prefix ARG, enable Global Display-Fill-Column-Indicator mode if @@ -8410,8 +7646,7 @@ Display-Fill-Column-Indicator mode. `global-display-fill-column-indicator-modes' is used to control which modes this minor mode is used in. -\(fn &optional ARG)" t nil) - +(fn &optional ARG)" t nil) (defvar global-display-fill-column-indicator-modes '((not special-mode) t) "\ Which major modes `display-fill-column-indicator-mode' is switched on in. This variable can be either t (all major modes), nil (no major modes), @@ -8425,15 +7660,10 @@ modes derived from `message-mode' or `mail-mode', but do use in other modes derived from `text-mode'\". An element with value t means \"use\" and nil means \"don't use\". There's an implicit nil at the end of the list.") - (custom-autoload 'global-display-fill-column-indicator-modes "display-fill-column-indicator" t) - (register-definition-prefixes "display-fill-column-indicator" '("display-fill-column-indicator--turn-on")) -;;;*** -;;;### (autoloads nil "display-line-numbers" "display-line-numbers.el" -;;;;;; (0 0 0 0)) ;;; Generated autoloads from display-line-numbers.el (autoload 'display-line-numbers-mode "display-line-numbers" "\ @@ -8460,10 +7690,8 @@ evaluate `display-line-numbers-mode'. The mode's hook is called both when the mode is enabled and when it is disabled. -\(fn &optional ARG)" t nil) - +(fn &optional ARG)" t nil) (put 'global-display-line-numbers-mode 'globalized-minor-mode t) - (defvar global-display-line-numbers-mode nil "\ Non-nil if Global Display-Line-Numbers mode is enabled. See the `global-display-line-numbers-mode' command @@ -8471,9 +7699,7 @@ for a description of this minor mode. Setting this variable directly does not take effect; either customize it (see the info node `Easy Customization') or call the function `global-display-line-numbers-mode'.") - (custom-autoload 'global-display-line-numbers-mode "display-line-numbers" nil) - (autoload 'global-display-line-numbers-mode "display-line-numbers" "\ Toggle Display-Line-Numbers mode in all buffers. With prefix ARG, enable Global Display-Line-Numbers mode if ARG is @@ -8489,8 +7715,7 @@ Display-Line-Numbers mode is enabled in all buffers where See `display-line-numbers-mode' for more information on Display-Line-Numbers mode. -\(fn &optional ARG)" t nil) - +(fn &optional ARG)" t nil) (defvar header-line-indent "" "\ String to indent at the start if the header line. This is used in `header-line-indent-mode', and buffers that have @@ -8499,13 +7724,11 @@ this switched on should have a `header-line-format' that look like: (\"\" header-line-indent THE-REST...) Also see `header-line-indent-width'.") - (defvar header-line-indent-width 0 "\ The width of the current line numbers displayed. This is updated when `header-line-indent-mode' is switched on. Also see `header-line-indent'.") - (autoload 'header-line-indent-mode "display-line-numbers" "\ Mode to indent the header line in `display-line-numbers-mode' buffers. @@ -8539,13 +7762,10 @@ evaluate `header-line-indent-mode'. The mode's hook is called both when the mode is enabled and when it is disabled. -\(fn &optional ARG)" t nil) - +(fn &optional ARG)" t nil) (register-definition-prefixes "display-line-numbers" '("display-line-numbers-" "header-line-indent--")) -;;;*** -;;;### (autoloads nil "dissociate" "play/dissociate.el" (0 0 0 0)) ;;; Generated autoloads from play/dissociate.el (autoload 'dissociated-press "dissociate" "\ @@ -8557,11 +7777,9 @@ If ARG is positive, require ARG chars of continuity. If ARG is negative, require -ARG words of continuity. Default is 2. -\(fn &optional ARG)" t nil) +(fn &optional ARG)" t nil) -;;;*** -;;;### (autoloads nil "dnd" "dnd.el" (0 0 0 0)) ;;; Generated autoloads from dnd.el (defvar dnd-protocol-alist `((,(purecopy "^file:///") . dnd-open-local-file) (,(purecopy "^file://") . dnd-open-file) (,(purecopy "^file:") . dnd-open-local-file) (,(purecopy "^\\(https?\\|ftp\\|file\\|nfs\\)://") . dnd-open-file)) "\ @@ -8576,14 +7794,10 @@ is a pair of (REGEXP . FUNCTION), those regexps are tried for a match. If no match is found, the URL is inserted as text by calling `dnd-insert-text'. The function shall return the action done (move, copy, link or private) if some action was made, or nil if the URL is ignored.") - (custom-autoload 'dnd-protocol-alist "dnd" t) - (register-definition-prefixes "dnd" '("dnd-")) -;;;*** -;;;### (autoloads nil "dns" "net/dns.el" (0 0 0 0)) ;;; Generated autoloads from net/dns.el (autoload 'dns-query "dns" "\ @@ -8591,13 +7805,10 @@ Query a DNS server for NAME of TYPE. If FULL, return the entire record returned. If REVERSE, look up an IP address. -\(fn NAME &optional TYPE FULL REVERSE)" nil nil) - +(fn NAME &optional TYPE FULL REVERSE)" nil nil) (register-definition-prefixes "dns" '("dns-")) -;;;*** -;;;### (autoloads nil "dns-mode" "textmodes/dns-mode.el" (0 0 0 0)) ;;; Generated autoloads from textmodes/dns-mode.el (autoload 'dns-mode "dns-mode" "\ @@ -8610,17 +7821,18 @@ table and its own syntax table. Turning on DNS mode runs `dns-mode-hook'. -\(fn)" t nil) +(fn)" t nil) (defalias 'zone-mode 'dns-mode) - (autoload 'dns-mode-soa-increment-serial "dns-mode" "\ Locate SOA record and increment the serial field." t nil) - (register-definition-prefixes "dns-mode" '("dns-mode-")) -;;;*** -;;;### (autoloads nil "doc-view" "doc-view.el" (0 0 0 0)) +;;; Generated autoloads from cedet/semantic/doc.el + +(register-definition-prefixes "semantic/doc" '("semantic-doc")) + + ;;; Generated autoloads from doc-view.el (autoload 'doc-view-mode-p "doc-view" "\ @@ -8628,8 +7840,7 @@ Return non-nil if document type TYPE is available for `doc-view'. Document types are symbols like `dvi', `ps', `pdf', `epub', `cbz', `fb2', `xps', `oxps', or`odf' (any OpenDocument format). -\(fn TYPE)" nil nil) - +(fn TYPE)" nil nil) (autoload 'doc-view-mode "doc-view" "\ Major mode in DocView buffers. @@ -8639,12 +7850,10 @@ and DVI files (as PNG images) in Emacs buffers. You can use \\\\[doc-view-toggle-display] to toggle between displaying the document or editing it as text. \\{doc-view-mode-map}" t nil) - (autoload 'doc-view-mode-maybe "doc-view" "\ Switch to `doc-view-mode' if possible. If the required external tools are not available, then fallback to the next best mode." nil nil) - (autoload 'doc-view-minor-mode "doc-view" "\ Toggle displaying buffer via Doc View (Doc View minor mode). @@ -8664,56 +7873,46 @@ evaluate `doc-view-minor-mode'. The mode's hook is called both when the mode is enabled and when it is disabled. -\(fn &optional ARG)" t nil) - +(fn &optional ARG)" t nil) (autoload 'doc-view-bookmark-jump "doc-view" "\ -\(fn BMK)" nil nil) - +(fn BMK)" nil nil) (register-definition-prefixes "doc-view" '("doc-view-")) -;;;*** -;;;### (autoloads nil "doctor" "play/doctor.el" (0 0 0 0)) ;;; Generated autoloads from play/doctor.el (autoload 'doctor "doctor" "\ Switch to *doctor* buffer and start giving psychotherapy." t nil) - (register-definition-prefixes "doctor" '("doc" "make-doctor-variables")) -;;;*** -;;;### (autoloads nil "dom" "dom.el" (0 0 0 0)) +;;; Generated autoloads from cedet/srecode/document.el + +(register-definition-prefixes "srecode/document" '("srecode-document-")) + + ;;; Generated autoloads from dom.el (register-definition-prefixes "dom" '("dom-")) -;;;*** -;;;### (autoloads nil "dos-fns" "dos-fns.el" (0 0 0 0)) ;;; Generated autoloads from dos-fns.el (register-definition-prefixes "dos-fns" '("dos")) -;;;*** -;;;### (autoloads nil "dos-vars" "dos-vars.el" (0 0 0 0)) ;;; Generated autoloads from dos-vars.el (register-definition-prefixes "dos-vars" '("dos-codepage-setup-hook" "msdos-shells")) -;;;*** -;;;### (autoloads nil "dos-w32" "dos-w32.el" (0 0 0 0)) ;;; Generated autoloads from dos-w32.el (register-definition-prefixes "dos-w32" '("file-name-buffer-file-type-alist" "find-" "w32-")) -;;;*** -;;;### (autoloads nil "double" "double.el" (0 0 0 0)) ;;; Generated autoloads from double.el (autoload 'double-mode "double" "\ @@ -8736,36 +7935,25 @@ evaluate `double-mode'. The mode's hook is called both when the mode is enabled and when it is disabled. -\(fn &optional ARG)" t nil) - +(fn &optional ARG)" t nil) (register-definition-prefixes "double" '("double-")) -;;;*** -;;;### (autoloads nil "dunnet" "play/dunnet.el" (0 0 0 0)) ;;; Generated autoloads from play/dunnet.el (autoload 'dunnet "dunnet" "\ Switch to *dungeon* buffer and start game." t nil) - (register-definition-prefixes "dunnet" '("dun" "obj-special")) -;;;*** -;;;### (autoloads nil "dynamic-setting" "dynamic-setting.el" (0 0 -;;;;;; 0 0)) ;;; Generated autoloads from dynamic-setting.el (register-definition-prefixes "dynamic-setting" '("dynamic-setting-handle-config-changed-event" "font-setting-change-default-font")) -;;;*** -;;;### (autoloads nil "easy-mmode" "emacs-lisp/easy-mmode.el" (0 -;;;;;; 0 0 0)) ;;; Generated autoloads from emacs-lisp/easy-mmode.el (defalias 'easy-mmode-define-minor-mode #'define-minor-mode) - (autoload 'define-minor-mode "easy-mmode" "\ Define a new minor mode MODE. This defines the toggle command MODE and (by default) a control variable @@ -8837,16 +8025,11 @@ For backward compatibility with the Emacs<21 calling convention, the keywords can also be preceded by the obsolete triplet INIT-VALUE LIGHTER KEYMAP. -\(fn MODE DOC [KEYWORD VAL ... &rest BODY])" nil t) - +(fn MODE DOC [KEYWORD VAL ... &rest BODY])" nil t) (function-put 'define-minor-mode 'doc-string-elt '2) - (function-put 'define-minor-mode 'lisp-indent-function 'defun) - (defalias 'easy-mmode-define-global-mode #'define-globalized-minor-mode) - (defalias 'define-global-minor-mode #'define-globalized-minor-mode) - (autoload 'define-globalized-minor-mode "easy-mmode" "\ Make a global mode GLOBAL-MODE corresponding to buffer-local minor MODE. TURN-ON is a function that will be called with no args in every buffer @@ -8876,12 +8059,9 @@ When a major mode is initialized, MODE is actually turned on just after running the major mode's hook. However, MODE is not turned on if the hook has explicitly disabled it. -\(fn GLOBAL-MODE MODE TURN-ON [KEY VALUE]... BODY...)" nil t) - +(fn GLOBAL-MODE MODE TURN-ON [KEY VALUE]... BODY...)" nil t) (function-put 'define-globalized-minor-mode 'doc-string-elt '2) - (function-put 'define-globalized-minor-mode 'lisp-indent-function 'defun) - (autoload 'easy-mmode-define-keymap "easy-mmode" "\ Return a keymap built from bindings BS. BS must be a list of (KEY . BINDING) where @@ -8899,8 +8079,7 @@ Valid keywords and arguments are: :suppress Non-nil to call `suppress-keymap' on keymap, `nodigits' to suppress digits as prefix arguments. -\(fn BS &optional NAME M ARGS)" nil nil) - +(fn BS &optional NAME M ARGS)" nil nil) (autoload 'easy-mmode-defmap "easy-mmode" "\ Define a constant M whose value is the result of `easy-mmode-define-keymap'. The M, BS, and ARGS arguments are as per that function. DOC is @@ -8908,82 +8087,59 @@ the constant's documentation. This macro is deprecated; use `defvar-keymap' instead. -\(fn M BS DOC &rest ARGS)" nil t) - +(fn M BS DOC &rest ARGS)" nil t) (function-put 'easy-mmode-defmap 'doc-string-elt '3) - (function-put 'easy-mmode-defmap 'lisp-indent-function '1) - (autoload 'easy-mmode-defsyntax "easy-mmode" "\ Define variable ST as a syntax-table. CSS contains a list of syntax specifications of the form (CHAR . SYNTAX). -\(fn ST CSS DOC &rest ARGS)" nil t) - +(fn ST CSS DOC &rest ARGS)" nil t) (function-put 'easy-mmode-defsyntax 'doc-string-elt '3) - (function-put 'easy-mmode-defsyntax 'lisp-indent-function '1) - (register-definition-prefixes "easy-mmode" '("easy-mmode-")) -;;;*** -;;;### (autoloads nil "ebnf-abn" "progmodes/ebnf-abn.el" (0 0 0 0)) ;;; Generated autoloads from progmodes/ebnf-abn.el (register-definition-prefixes "ebnf-abn" '("ebnf-abn-")) -;;;*** -;;;### (autoloads nil "ebnf-bnf" "progmodes/ebnf-bnf.el" (0 0 0 0)) ;;; Generated autoloads from progmodes/ebnf-bnf.el (register-definition-prefixes "ebnf-bnf" '("ebnf-")) -;;;*** -;;;### (autoloads nil "ebnf-dtd" "progmodes/ebnf-dtd.el" (0 0 0 0)) ;;; Generated autoloads from progmodes/ebnf-dtd.el (register-definition-prefixes "ebnf-dtd" '("ebnf-dtd-")) -;;;*** -;;;### (autoloads nil "ebnf-ebx" "progmodes/ebnf-ebx.el" (0 0 0 0)) ;;; Generated autoloads from progmodes/ebnf-ebx.el (register-definition-prefixes "ebnf-ebx" '("ebnf-ebx-")) -;;;*** -;;;### (autoloads nil "ebnf-iso" "progmodes/ebnf-iso.el" (0 0 0 0)) ;;; Generated autoloads from progmodes/ebnf-iso.el (register-definition-prefixes "ebnf-iso" '("ebnf-")) -;;;*** -;;;### (autoloads nil "ebnf-otz" "progmodes/ebnf-otz.el" (0 0 0 0)) ;;; Generated autoloads from progmodes/ebnf-otz.el (register-definition-prefixes "ebnf-otz" '("ebnf-")) -;;;*** -;;;### (autoloads nil "ebnf-yac" "progmodes/ebnf-yac.el" (0 0 0 0)) ;;; Generated autoloads from progmodes/ebnf-yac.el (register-definition-prefixes "ebnf-yac" '("ebnf-yac-")) -;;;*** -;;;### (autoloads nil "ebnf2ps" "progmodes/ebnf2ps.el" (0 0 0 0)) ;;; Generated autoloads from progmodes/ebnf2ps.el -(push (purecopy '(ebnf2ps 4 4)) package--builtin-versions) +(push (purecopy '(ebnf2ps 4 4)) package--builtin-versions) (autoload 'ebnf-customize "ebnf2ps" "\ Customization for ebnf group." t nil) - (autoload 'ebnf-print-directory "ebnf2ps" "\ Generate and print a PostScript syntactic chart image of DIRECTORY. @@ -8994,8 +8150,7 @@ processed. See also `ebnf-print-buffer'. -\(fn &optional DIRECTORY)" t nil) - +(fn &optional DIRECTORY)" t nil) (autoload 'ebnf-print-file "ebnf2ps" "\ Generate and print a PostScript syntactic chart image of the file FILE. @@ -9004,8 +8159,7 @@ killed after process termination. See also `ebnf-print-buffer'. -\(fn FILE &optional DO-NOT-KILL-BUFFER-WHEN-DONE)" t nil) - +(fn FILE &optional DO-NOT-KILL-BUFFER-WHEN-DONE)" t nil) (autoload 'ebnf-print-buffer "ebnf2ps" "\ Generate and print a PostScript syntactic chart image of the buffer. @@ -9018,14 +8172,12 @@ is nil, send the image to the printer. If FILENAME is a string, save the PostScript image in a file with that name. If FILENAME is a number, prompt the user for the name of the file to save in. -\(fn &optional FILENAME)" t nil) - +(fn &optional FILENAME)" t nil) (autoload 'ebnf-print-region "ebnf2ps" "\ Generate and print a PostScript syntactic chart image of the region. Like `ebnf-print-buffer', but prints just the current region. -\(fn FROM TO &optional FILENAME)" t nil) - +(fn FROM TO &optional FILENAME)" t nil) (autoload 'ebnf-spool-directory "ebnf2ps" "\ Generate and spool a PostScript syntactic chart image of DIRECTORY. @@ -9036,8 +8188,7 @@ processed. See also `ebnf-spool-buffer'. -\(fn &optional DIRECTORY)" t nil) - +(fn &optional DIRECTORY)" t nil) (autoload 'ebnf-spool-file "ebnf2ps" "\ Generate and spool a PostScript syntactic chart image of the file FILE. @@ -9046,23 +8197,20 @@ killed after process termination. See also `ebnf-spool-buffer'. -\(fn FILE &optional DO-NOT-KILL-BUFFER-WHEN-DONE)" t nil) - +(fn FILE &optional DO-NOT-KILL-BUFFER-WHEN-DONE)" t nil) (autoload 'ebnf-spool-buffer "ebnf2ps" "\ Generate and spool a PostScript syntactic chart image of the buffer. Like `ebnf-print-buffer' except that the PostScript image is saved in a local buffer to be sent to the printer later. Use the command `ebnf-despool' to send the spooled images to the printer." t nil) - (autoload 'ebnf-spool-region "ebnf2ps" "\ Generate a PostScript syntactic chart image of the region and spool locally. Like `ebnf-spool-buffer', but spools just the current region. Use the command `ebnf-despool' to send the spooled images to the printer. -\(fn FROM TO)" t nil) - +(fn FROM TO)" t nil) (autoload 'ebnf-eps-directory "ebnf2ps" "\ Generate EPS files from EBNF files in DIRECTORY. @@ -9073,8 +8221,7 @@ processed. See also `ebnf-eps-buffer'. -\(fn &optional DIRECTORY)" t nil) - +(fn &optional DIRECTORY)" t nil) (autoload 'ebnf-eps-file "ebnf2ps" "\ Generate an EPS file from EBNF file FILE. @@ -9083,8 +8230,7 @@ killed after EPS generation. See also `ebnf-eps-buffer'. -\(fn FILE &optional DO-NOT-KILL-BUFFER-WHEN-DONE)" t nil) - +(fn FILE &optional DO-NOT-KILL-BUFFER-WHEN-DONE)" t nil) (autoload 'ebnf-eps-buffer "ebnf2ps" "\ Generate a PostScript syntactic chart image of the buffer in an EPS file. @@ -9104,7 +8250,6 @@ The EPS file name has the following form: WARNING: This function does *NOT* ask any confirmation to override existing files." t nil) - (autoload 'ebnf-eps-region "ebnf2ps" "\ Generate a PostScript syntactic chart image of the region in an EPS file. @@ -9125,10 +8270,8 @@ The EPS file name has the following form: WARNING: This function does *NOT* ask any confirmation to override existing files. -\(fn FROM TO)" t nil) - +(fn FROM TO)" t nil) (defalias 'ebnf-despool #'ps-despool) - (autoload 'ebnf-syntax-directory "ebnf2ps" "\ Do a syntactic analysis of the files in DIRECTORY. @@ -9139,8 +8282,7 @@ are processed. See also `ebnf-syntax-buffer'. -\(fn &optional DIRECTORY)" t nil) - +(fn &optional DIRECTORY)" t nil) (autoload 'ebnf-syntax-file "ebnf2ps" "\ Do a syntactic analysis of the named FILE. @@ -9149,47 +8291,39 @@ killed after syntax checking. See also `ebnf-syntax-buffer'. -\(fn FILE &optional DO-NOT-KILL-BUFFER-WHEN-DONE)" t nil) - +(fn FILE &optional DO-NOT-KILL-BUFFER-WHEN-DONE)" t nil) (autoload 'ebnf-syntax-buffer "ebnf2ps" "\ Do a syntactic analysis of the current buffer." t nil) - (autoload 'ebnf-syntax-region "ebnf2ps" "\ Do a syntactic analysis of a region. -\(fn FROM TO)" t nil) - +(fn FROM TO)" t nil) (autoload 'ebnf-setup "ebnf2ps" "\ Return the current ebnf2ps setup." nil nil) - (autoload 'ebnf-find-style "ebnf2ps" "\ Return style definition if NAME is already defined; otherwise, return nil. See `ebnf-style-database' documentation. -\(fn NAME)" t nil) - +(fn NAME)" t nil) (autoload 'ebnf-insert-style "ebnf2ps" "\ Insert a new style NAME with inheritance INHERITS and values VALUES. See `ebnf-style-database' documentation. -\(fn NAME INHERITS &rest VALUES)" t nil) - +(fn NAME INHERITS &rest VALUES)" t nil) (autoload 'ebnf-delete-style "ebnf2ps" "\ Delete style NAME. See `ebnf-style-database' documentation. -\(fn NAME)" t nil) - +(fn NAME)" t nil) (autoload 'ebnf-merge-style "ebnf2ps" "\ Merge values of style NAME with style VALUES. See `ebnf-style-database' documentation. -\(fn NAME &rest VALUES)" t nil) - +(fn NAME &rest VALUES)" t nil) (autoload 'ebnf-apply-style "ebnf2ps" "\ Set STYLE as the current style. @@ -9197,8 +8331,7 @@ Returns the old style symbol. See `ebnf-style-database' documentation. -\(fn STYLE)" t nil) - +(fn STYLE)" t nil) (autoload 'ebnf-reset-style "ebnf2ps" "\ Reset current style. @@ -9206,8 +8339,7 @@ Returns the old style symbol. See `ebnf-style-database' documentation. -\(fn &optional STYLE)" t nil) - +(fn &optional STYLE)" t nil) (autoload 'ebnf-push-style "ebnf2ps" "\ Push the current style onto a stack and set STYLE as the current style. @@ -9217,8 +8349,7 @@ See also `ebnf-pop-style'. See `ebnf-style-database' documentation. -\(fn &optional STYLE)" t nil) - +(fn &optional STYLE)" t nil) (autoload 'ebnf-pop-style "ebnf2ps" "\ Pop a style from the stack of pushed styles and set it as the current style. @@ -9227,12 +8358,9 @@ Returns the old style symbol. See also `ebnf-push-style'. See `ebnf-style-database' documentation." t nil) - (register-definition-prefixes "ebnf2ps" '("ebnf-")) -;;;*** -;;;### (autoloads nil "ebrowse" "progmodes/ebrowse.el" (0 0 0 0)) ;;; Generated autoloads from progmodes/ebrowse.el (autoload 'ebrowse-tree-mode "ebrowse" "\ @@ -9245,68 +8373,52 @@ E.g.\\[save-buffer] writes the tree to the file it was loaded from. Tree mode key bindings: \\{ebrowse-tree-mode-map} -\(fn)" t nil) - +(fn)" t nil) (autoload 'ebrowse-electric-choose-tree "ebrowse" "\ Return a buffer containing a tree or nil if no tree found or canceled." t nil) - (autoload 'ebrowse-member-mode "ebrowse" "\ Major mode for Ebrowse member buffers. -\(fn)" t nil) - +(fn)" t nil) (autoload 'ebrowse-tags-view-declaration "ebrowse" "\ View declaration of member at point." t nil) - (autoload 'ebrowse-tags-find-declaration "ebrowse" "\ Find declaration of member at point." t nil) - (autoload 'ebrowse-tags-view-definition "ebrowse" "\ View definition of member at point." t nil) - (autoload 'ebrowse-tags-find-definition "ebrowse" "\ Find definition of member at point." t nil) - (autoload 'ebrowse-tags-find-declaration-other-window "ebrowse" "\ Find declaration of member at point in other window." t nil) - (autoload 'ebrowse-tags-view-definition-other-window "ebrowse" "\ View definition of member at point in other window." t nil) - (autoload 'ebrowse-tags-find-definition-other-window "ebrowse" "\ Find definition of member at point in other window." t nil) - (autoload 'ebrowse-tags-find-declaration-other-frame "ebrowse" "\ Find definition of member at point in other frame." t nil) - (autoload 'ebrowse-tags-view-definition-other-frame "ebrowse" "\ View definition of member at point in other frame." t nil) - (autoload 'ebrowse-tags-find-definition-other-frame "ebrowse" "\ Find definition of member at point in other frame." t nil) - (autoload 'ebrowse-tags-complete-symbol "ebrowse" "\ Perform completion on the C++ symbol preceding point. A second call of this function without changing point inserts the next match. A call with prefix PREFIX reads the symbol to insert from the minibuffer with completion. -\(fn PREFIX)" t nil) - +(fn PREFIX)" '("P") nil) (autoload 'ebrowse-tags-loop-continue "ebrowse" "\ Repeat last operation on files in tree. FIRST-TIME non-nil means this is not a repetition, but the first time. TREE-BUFFER if indirectly specifies which files to loop over. -\(fn &optional FIRST-TIME TREE-BUFFER)" t nil) - +(fn &optional FIRST-TIME TREE-BUFFER)" t nil) (autoload 'ebrowse-tags-search "ebrowse" "\ Search for REGEXP in all files in a tree. If marked classes exist, process marked classes, only. If regular expression is nil, repeat last search. -\(fn REGEXP)" t nil) - +(fn REGEXP)" t nil) (autoload 'ebrowse-tags-query-replace "ebrowse" "\ Query replace FROM with TO in all files of a class tree. With prefix arg, process files of marked classes only. @@ -9316,8 +8428,7 @@ what to do with it. Type SPC or `y' to replace the match, DEL or `n' to skip and go to the next match. For more directions, type \\[help-command] at that time. -\(fn FROM TO)" t nil) - +(fn FROM TO)" t nil) (autoload 'ebrowse-tags-search-member-use "ebrowse" "\ Search for call sites of a member. If FIX-NAME is specified, search uses of that member. @@ -9325,41 +8436,32 @@ Otherwise, read a member name from the minibuffer. Searches in all files mentioned in a class tree for something that looks like a function call to the member. -\(fn &optional FIX-NAME)" t nil) - +(fn &optional FIX-NAME)" t nil) (autoload 'ebrowse-back-in-position-stack "ebrowse" "\ Move backward in the position stack. Prefix arg ARG says how much. -\(fn ARG)" t nil) - +(fn ARG)" t nil) (autoload 'ebrowse-forward-in-position-stack "ebrowse" "\ Move forward in the position stack. Prefix arg ARG says how much. -\(fn ARG)" t nil) - +(fn ARG)" t nil) (autoload 'ebrowse-electric-position-menu "ebrowse" "\ List positions in the position stack in an electric buffer." t nil) - (autoload 'ebrowse-save-tree "ebrowse" "\ Save current tree in same file it was loaded from." t nil) - (autoload 'ebrowse-save-tree-as "ebrowse" "\ Write the current tree data structure to a file. Read the file name from the minibuffer if interactive. Otherwise, FILE-NAME specifies the file to save the tree in. -\(fn &optional FILE-NAME)" t nil) - +(fn &optional FILE-NAME)" t nil) (autoload 'ebrowse-statistics "ebrowse" "\ Display statistics for a class tree." t nil) - (register-definition-prefixes "ebrowse" '("ebrowse-" "electric-buffer-menu-mode-hook")) -;;;*** -;;;### (autoloads nil "ebuff-menu" "ebuff-menu.el" (0 0 0 0)) ;;; Generated autoloads from ebuff-menu.el (autoload 'electric-buffer-list "ebuff-menu" "\ @@ -9388,39 +8490,30 @@ Run hooks in `electric-buffer-menu-mode-hook' on entry. \\[Electric-buffer-menu-mode-view-buffer] -- view buffer, returning when done. \\[Buffer-menu-backup-unmark] -- back up a line and remove marks. -\(fn ARG)" t nil) - +(fn ARG)" t nil) (register-definition-prefixes "ebuff-menu" '("Electric-buffer-menu-" "electric-buffer-")) -;;;*** -;;;### (autoloads nil "echistory" "echistory.el" (0 0 0 0)) ;;; Generated autoloads from echistory.el (autoload 'Electric-command-history-redo-expression "echistory" "\ Edit current history line in minibuffer and execute result. With prefix arg NOCONFIRM, execute current line as-is without editing. -\(fn &optional NOCONFIRM)" t nil) - +(fn &optional NOCONFIRM)" t nil) (register-definition-prefixes "echistory" '("Electric-history-" "electric-")) -;;;*** -;;;### (autoloads nil "ecomplete" "ecomplete.el" (0 0 0 0)) ;;; Generated autoloads from ecomplete.el (autoload 'ecomplete-setup "ecomplete" "\ Read the .ecompleterc file." nil nil) - (register-definition-prefixes "ecomplete" '("ecomplete-")) -;;;*** -;;;### (autoloads nil "ede" "cedet/ede.el" (0 0 0 0)) ;;; Generated autoloads from cedet/ede.el -(push (purecopy '(ede 1 2)) package--builtin-versions) +(push (purecopy '(ede 1 2)) package--builtin-versions) (defvar global-ede-mode nil "\ Non-nil if Global Ede mode is enabled. See the `global-ede-mode' command @@ -9428,9 +8521,7 @@ for a description of this minor mode. Setting this variable directly does not take effect; either customize it (see the info node `Easy Customization') or call the function `global-ede-mode'.") - (custom-autoload 'global-ede-mode "ede" nil) - (autoload 'global-ede-mode "ede" "\ Toggle global EDE (Emacs Development Environment) mode. @@ -9451,174 +8542,15 @@ evaluate `(default-value \\='global-ede-mode)'. The mode's hook is called both when the mode is enabled and when it is disabled. -\(fn &optional ARG)" t nil) - +(fn &optional ARG)" t nil) (register-definition-prefixes "ede" '("ede" "global-ede-mode-map" "project-try-ede")) -;;;*** - -;;;### (autoloads nil "ede/auto" "cedet/ede/auto.el" (0 0 0 0)) -;;; Generated autoloads from cedet/ede/auto.el - -(register-definition-prefixes "ede/auto" '("ede-")) - -;;;*** - -;;;### (autoloads nil "ede/autoconf-edit" "cedet/ede/autoconf-edit.el" -;;;;;; (0 0 0 0)) -;;; Generated autoloads from cedet/ede/autoconf-edit.el - -(register-definition-prefixes "ede/autoconf-edit" '("autoconf-")) - -;;;*** - -;;;### (autoloads nil "ede/detect" "cedet/ede/detect.el" (0 0 0 0)) -;;; Generated autoloads from cedet/ede/detect.el - -(register-definition-prefixes "ede/detect" '("ede-")) - -;;;*** - -;;;### (autoloads nil "ede/makefile-edit" "cedet/ede/makefile-edit.el" -;;;;;; (0 0 0 0)) -;;; Generated autoloads from cedet/ede/makefile-edit.el - -(register-definition-prefixes "ede/makefile-edit" '("makefile-")) - -;;;*** - -;;;### (autoloads nil "ede/pconf" "cedet/ede/pconf.el" (0 0 0 0)) -;;; Generated autoloads from cedet/ede/pconf.el - -(register-definition-prefixes "ede/pconf" '("ede-pconf-create-file-query")) - -;;;*** - -;;;### (autoloads nil "ede/pmake" "cedet/ede/pmake.el" (0 0 0 0)) -;;; Generated autoloads from cedet/ede/pmake.el - -(register-definition-prefixes "ede/pmake" '("ede-pmake-")) - -;;;*** - -;;;### (autoloads nil "ede/proj" "cedet/ede/proj.el" (0 0 0 0)) -;;; Generated autoloads from cedet/ede/proj.el - -(register-definition-prefixes "ede/proj" '("ede-proj-")) - -;;;*** - -;;;### (autoloads nil "ede/proj-archive" "cedet/ede/proj-archive.el" -;;;;;; (0 0 0 0)) -;;; Generated autoloads from cedet/ede/proj-archive.el - -(register-definition-prefixes "ede/proj-archive" '("ede-")) - -;;;*** - -;;;### (autoloads nil "ede/proj-aux" "cedet/ede/proj-aux.el" (0 0 -;;;;;; 0 0)) -;;; Generated autoloads from cedet/ede/proj-aux.el - -(register-definition-prefixes "ede/proj-aux" '("ede-")) - -;;;*** - -;;;### (autoloads nil "ede/proj-comp" "cedet/ede/proj-comp.el" (0 -;;;;;; 0 0 0)) -;;; Generated autoloads from cedet/ede/proj-comp.el - -(register-definition-prefixes "ede/proj-comp" '("ede-" "proj-comp-insert-variable-once")) - -;;;*** - -;;;### (autoloads nil "ede/proj-elisp" "cedet/ede/proj-elisp.el" -;;;;;; (0 0 0 0)) -;;; Generated autoloads from cedet/ede/proj-elisp.el - -(register-definition-prefixes "ede/proj-elisp" '("ede-")) - -;;;*** - -;;;### (autoloads nil "ede/proj-info" "cedet/ede/proj-info.el" (0 -;;;;;; 0 0 0)) -;;; Generated autoloads from cedet/ede/proj-info.el - -(register-definition-prefixes "ede/proj-info" '("ede-")) - -;;;*** - -;;;### (autoloads nil "ede/proj-misc" "cedet/ede/proj-misc.el" (0 -;;;;;; 0 0 0)) -;;; Generated autoloads from cedet/ede/proj-misc.el - -(register-definition-prefixes "ede/proj-misc" '("ede-")) - -;;;*** -;;;### (autoloads nil "ede/proj-obj" "cedet/ede/proj-obj.el" (0 0 -;;;;;; 0 0)) -;;; Generated autoloads from cedet/ede/proj-obj.el - -(register-definition-prefixes "ede/proj-obj" '("ede-")) - -;;;*** - -;;;### (autoloads nil "ede/proj-prog" "cedet/ede/proj-prog.el" (0 -;;;;;; 0 0 0)) -;;; Generated autoloads from cedet/ede/proj-prog.el - -(register-definition-prefixes "ede/proj-prog" '("ede-proj-target-makefile-program")) - -;;;*** - -;;;### (autoloads nil "ede/proj-scheme" "cedet/ede/proj-scheme.el" -;;;;;; (0 0 0 0)) -;;; Generated autoloads from cedet/ede/proj-scheme.el - -(register-definition-prefixes "ede/proj-scheme" '("ede-proj-target-scheme")) - -;;;*** - -;;;### (autoloads nil "ede/proj-shared" "cedet/ede/proj-shared.el" -;;;;;; (0 0 0 0)) -;;; Generated autoloads from cedet/ede/proj-shared.el - -(register-definition-prefixes "ede/proj-shared" '("ede-")) - -;;;*** - -;;;### (autoloads nil "ede/project-am" "cedet/ede/project-am.el" -;;;;;; (0 0 0 0)) -;;; Generated autoloads from cedet/ede/project-am.el - -(register-definition-prefixes "ede/project-am" '("project-am-")) - -;;;*** - -;;;### (autoloads nil "ede/simple" "cedet/ede/simple.el" (0 0 0 0)) -;;; Generated autoloads from cedet/ede/simple.el - -(register-definition-prefixes "ede/simple" '("ede-simple-")) - -;;;*** - -;;;### (autoloads nil "ede/source" "cedet/ede/source.el" (0 0 0 0)) -;;; Generated autoloads from cedet/ede/source.el - -(register-definition-prefixes "ede/source" '("ede-source")) - -;;;*** - -;;;### (autoloads nil "ede/srecode" "cedet/ede/srecode.el" (0 0 0 -;;;;;; 0)) -;;; Generated autoloads from cedet/ede/srecode.el +;;; Generated autoloads from cedet/semantic/ede-grammar.el -(register-definition-prefixes "ede/srecode" '("ede-srecode-")) +(register-definition-prefixes "semantic/ede-grammar" '("semantic-ede-")) -;;;*** -;;;### (autoloads nil "edebug" "emacs-lisp/edebug.el" (0 0 0 0)) ;;; Generated autoloads from emacs-lisp/edebug.el (defvar edebug-all-defs nil "\ @@ -9629,30 +8561,24 @@ This applies to `eval-defun', `eval-region', `eval-buffer', and You can use the command `edebug-all-defs' to toggle the value of this variable. You may wish to make it local to each buffer with -\(make-local-variable \\='edebug-all-defs) in your +(make-local-variable \\='edebug-all-defs) in your `emacs-lisp-mode-hook'. Note that this user option has no effect unless the edebug package has been loaded.") - (custom-autoload 'edebug-all-defs "edebug" t) - (defvar edebug-all-forms nil "\ Non-nil means evaluation of all forms will instrument for Edebug. This doesn't apply to loading or evaluations in the minibuffer. Use the command `edebug-all-forms' to toggle the value of this option.") - (custom-autoload 'edebug-all-forms "edebug" t) - (autoload 'edebug-basic-spec "edebug" "\ Return t if SPEC uses only extant spec symbols. An extant spec symbol is a symbol that is not a function and has a `edebug-form-spec' property. -\(fn SPEC)" nil nil) - +(fn SPEC)" nil nil) (defalias 'edebug-defun 'edebug-eval-top-level-form) - (autoload 'edebug-eval-top-level-form "edebug" "\ Evaluate the top level form point is in, stepping through with Edebug. This is like `eval-defun' except that it steps the code for Edebug @@ -9668,53 +8594,42 @@ instrumented for Edebug. If the current defun is actually a call to `defvar' or `defcustom', evaluating it this way resets the variable using its initial value expression even if the variable already has some other value. -\(Normally `defvar' and `defcustom' do not alter the value if there +(Normally `defvar' and `defcustom' do not alter the value if there already is one.)" t nil) - (autoload 'edebug-all-defs "edebug" "\ Toggle edebugging of all definitions." t nil) - (autoload 'edebug-all-forms "edebug" "\ Toggle edebugging of all forms." t nil) - (register-definition-prefixes "edebug" '("arglist" "backquote-form" "def-declarations" "edebug" "function-form" "interactive" "lambda-" "name" "nested-backquote-form")) -;;;*** -;;;### (autoloads nil "ediff" "vc/ediff.el" (0 0 0 0)) ;;; Generated autoloads from vc/ediff.el -(push (purecopy '(ediff 2 81 6)) package--builtin-versions) +(push (purecopy '(ediff 2 81 6)) package--builtin-versions) (autoload 'ediff-files "ediff" "\ Run Ediff on a pair of files, FILE-A and FILE-B. STARTUP-HOOKS is a list of functions that Emacs calls without arguments after setting up the Ediff buffers. -\(fn FILE-A FILE-B &optional STARTUP-HOOKS)" t nil) - +(fn FILE-A FILE-B &optional STARTUP-HOOKS)" t nil) (autoload 'ediff-files3 "ediff" "\ Run Ediff on three files, FILE-A, FILE-B, and FILE-C. STARTUP-HOOKS is a list of functions that Emacs calls without arguments after setting up the Ediff buffers. -\(fn FILE-A FILE-B FILE-C &optional STARTUP-HOOKS)" t nil) - +(fn FILE-A FILE-B FILE-C &optional STARTUP-HOOKS)" t nil) (defalias 'ediff3 #'ediff-files3) - (defalias 'ediff #'ediff-files) - (autoload 'ediff-current-file "ediff" "\ Start ediff between current buffer and its file on disk. This command can be used instead of `revert-buffer'. If there is nothing to revert then this command fails." t nil) - (autoload 'ediff-backup "ediff" "\ Run Ediff on FILE and its backup file. Uses the latest backup, if there are several numerical backups. If this file is a backup, `ediff' it with its original. -\(fn FILE)" t nil) - +(fn FILE)" t nil) (autoload 'ediff-buffers "ediff" "\ Run Ediff on a pair of buffers, BUFFER-A and BUFFER-B. STARTUP-HOOKS is a list of functions that Emacs calls without @@ -9725,10 +8640,8 @@ symbol describing the Ediff job type; it defaults to `ediff-last-dir-C', `ediff-buffers3', `ediff-merge-buffers', or `ediff-merge-buffers-with-ancestor'. -\(fn BUFFER-A BUFFER-B &optional STARTUP-HOOKS JOB-NAME)" t nil) - +(fn BUFFER-A BUFFER-B &optional STARTUP-HOOKS JOB-NAME)" t nil) (defalias 'ebuffers #'ediff-buffers) - (autoload 'ediff-buffers3 "ediff" "\ Run Ediff on three buffers, BUFFER-A, BUFFER-B, and BUFFER-C. STARTUP-HOOKS is a list of functions that Emacs calls without @@ -9739,10 +8652,8 @@ symbol describing the Ediff job type; it defaults to `ediff-last-dir-C', `ediff-buffers', `ediff-merge-buffers', or `ediff-merge-buffers-with-ancestor'. -\(fn BUFFER-A BUFFER-B BUFFER-C &optional STARTUP-HOOKS JOB-NAME)" t nil) - +(fn BUFFER-A BUFFER-B BUFFER-C &optional STARTUP-HOOKS JOB-NAME)" t nil) (defalias 'ebuffers3 #'ediff-buffers3) - (autoload 'ediff-directories "ediff" "\ Run Ediff on directories DIR1 and DIR2, comparing files. Consider only files that have the same name in both directories. @@ -9750,19 +8661,15 @@ Consider only files that have the same name in both directories. REGEXP is nil or a regular expression; only file names that match the regexp are considered. -\(fn DIR1 DIR2 REGEXP)" t nil) - +(fn DIR1 DIR2 REGEXP)" t nil) (defalias 'edirs #'ediff-directories) - (autoload 'ediff-directory-revisions "ediff" "\ Run Ediff on a directory, DIR1, comparing its files with their revisions. The second argument, REGEXP, is a regular expression that filters the file names. Only the files that are under revision control are taken into account. -\(fn DIR1 REGEXP)" t nil) - +(fn DIR1 REGEXP)" t nil) (defalias 'edir-revisions #'ediff-directory-revisions) - (autoload 'ediff-directories3 "ediff" "\ Run Ediff on directories DIR1, DIR2, and DIR3, comparing files. Consider only files that have the same name in all three directories. @@ -9770,20 +8677,16 @@ Consider only files that have the same name in all three directories. REGEXP is nil or a regular expression; only file names that match the regexp are considered. -\(fn DIR1 DIR2 DIR3 REGEXP)" t nil) - +(fn DIR1 DIR2 DIR3 REGEXP)" t nil) (defalias 'edirs3 #'ediff-directories3) - (autoload 'ediff-merge-directories "ediff" "\ Run Ediff on a pair of directories, DIR1 and DIR2, merging files that have the same name in both. The third argument, REGEXP, is nil or a regular expression; only file names that match the regexp are considered. MERGE-AUTOSTORE-DIR is the directory in which to store merged files. -\(fn DIR1 DIR2 REGEXP &optional MERGE-AUTOSTORE-DIR)" t nil) - +(fn DIR1 DIR2 REGEXP &optional MERGE-AUTOSTORE-DIR)" t nil) (defalias 'edirs-merge #'ediff-merge-directories) - (autoload 'ediff-merge-directories-with-ancestor "ediff" "\ Merge files in DIR1 and DIR2 using files in ANCESTOR-DIR as ancestors. Ediff merges files that have identical names in DIR1, DIR2. If a pair of files @@ -9792,30 +8695,24 @@ without ancestor. The fourth argument, REGEXP, is nil or a regular expression; only file names that match the regexp are considered. MERGE-AUTOSTORE-DIR is the directory in which to store merged files. -\(fn DIR1 DIR2 ANCESTOR-DIR REGEXP &optional MERGE-AUTOSTORE-DIR)" t nil) - +(fn DIR1 DIR2 ANCESTOR-DIR REGEXP &optional MERGE-AUTOSTORE-DIR)" t nil) (autoload 'ediff-merge-directory-revisions "ediff" "\ Run Ediff on a directory, DIR1, merging its files with their revisions. The second argument, REGEXP, is a regular expression that filters the file names. Only the files that are under revision control are taken into account. MERGE-AUTOSTORE-DIR is the directory in which to store merged files. -\(fn DIR1 REGEXP &optional MERGE-AUTOSTORE-DIR)" t nil) - +(fn DIR1 REGEXP &optional MERGE-AUTOSTORE-DIR)" t nil) (defalias 'edir-merge-revisions #'ediff-merge-directory-revisions) - (autoload 'ediff-merge-directory-revisions-with-ancestor "ediff" "\ Run Ediff on DIR1 and merge its files with their revisions and ancestors. The second argument, REGEXP, is a regular expression that filters the file names. Only the files that are under revision control are taken into account. MERGE-AUTOSTORE-DIR is the directory in which to store merged files. -\(fn DIR1 REGEXP &optional MERGE-AUTOSTORE-DIR)" t nil) - +(fn DIR1 REGEXP &optional MERGE-AUTOSTORE-DIR)" t nil) (defalias 'edir-merge-revisions-with-ancestor 'ediff-merge-directory-revisions-with-ancestor) - (defalias 'edirs-merge-with-ancestor 'ediff-merge-directories-with-ancestor) - (autoload 'ediff-windows-wordwise "ediff" "\ Compare WIND-A and WIND-B, which are selected by clicking, wordwise. This compares the portions of text visible in each of the two windows. @@ -9826,8 +8723,7 @@ If WIND-B is nil, use window next to WIND-A. STARTUP-HOOKS is a list of functions that Emacs calls without arguments after setting up the Ediff buffers. -\(fn DUMB-MODE &optional WIND-A WIND-B STARTUP-HOOKS)" t nil) - +(fn DUMB-MODE &optional WIND-A WIND-B STARTUP-HOOKS)" t nil) (autoload 'ediff-windows-linewise "ediff" "\ Compare WIND-A and WIND-B, which are selected by clicking, linewise. This compares the portions of text visible in each of the two windows. @@ -9838,8 +8734,7 @@ If WIND-B is nil, use window next to WIND-A. STARTUP-HOOKS is a list of functions that Emacs calls without arguments after setting up the Ediff buffers. -\(fn DUMB-MODE &optional WIND-A WIND-B STARTUP-HOOKS)" t nil) - +(fn DUMB-MODE &optional WIND-A WIND-B STARTUP-HOOKS)" t nil) (autoload 'ediff-regions-wordwise "ediff" "\ Run Ediff on a pair of regions in specified buffers. BUFFER-A and BUFFER-B are the buffers to be compared. @@ -9849,8 +8744,7 @@ use `ediff-regions-linewise' instead. STARTUP-HOOKS is a list of functions that Emacs calls without arguments after setting up the Ediff buffers. -\(fn BUFFER-A BUFFER-B &optional STARTUP-HOOKS)" t nil) - +(fn BUFFER-A BUFFER-B &optional STARTUP-HOOKS)" t nil) (autoload 'ediff-regions-linewise "ediff" "\ Run Ediff on a pair of regions in specified buffers. BUFFER-A and BUFFER-B are the buffers to be compared. @@ -9861,10 +8755,8 @@ lines. For small regions, use `ediff-regions-wordwise'. STARTUP-HOOKS is a list of functions that Emacs calls without arguments after setting up the Ediff buffers. -\(fn BUFFER-A BUFFER-B &optional STARTUP-HOOKS)" t nil) - +(fn BUFFER-A BUFFER-B &optional STARTUP-HOOKS)" t nil) (defalias 'ediff-merge 'ediff-merge-files) - (autoload 'ediff-merge-files "ediff" "\ Merge two files without ancestor. FILE-A and FILE-B are the names of the files to be merged. @@ -9872,8 +8764,7 @@ STARTUP-HOOKS is a list of functions that Emacs calls without arguments after setting up the Ediff buffers. MERGE-BUFFER-FILE is the name of the file to be associated with the merge buffer.. -\(fn FILE-A FILE-B &optional STARTUP-HOOKS MERGE-BUFFER-FILE)" t nil) - +(fn FILE-A FILE-B &optional STARTUP-HOOKS MERGE-BUFFER-FILE)" t nil) (autoload 'ediff-merge-files-with-ancestor "ediff" "\ Merge two files with ancestor. FILE-A and FILE-B are the names of the files to be merged, and @@ -9882,10 +8773,8 @@ a list of functions that Emacs calls without arguments after setting up the Ediff buffers. MERGE-BUFFER-FILE is the name of the file to be associated with the merge buffer. -\(fn FILE-A FILE-B FILE-ANCESTOR &optional STARTUP-HOOKS MERGE-BUFFER-FILE)" t nil) - +(fn FILE-A FILE-B FILE-ANCESTOR &optional STARTUP-HOOKS MERGE-BUFFER-FILE)" t nil) (defalias 'ediff-merge-with-ancestor 'ediff-merge-files-with-ancestor) - (autoload 'ediff-merge-buffers "ediff" "\ Merge buffers without ancestor. BUFFER-A and BUFFER-B are the buffers to be merged. @@ -9898,8 +8787,7 @@ symbol describing the Ediff job type; it defaults to `ediff-merge-buffers-with-ancestor'. MERGE-BUFFER-FILE is the name of the file to be associated with the merge buffer. -\(fn BUFFER-A BUFFER-B &optional STARTUP-HOOKS JOB-NAME MERGE-BUFFER-FILE)" t nil) - +(fn BUFFER-A BUFFER-B &optional STARTUP-HOOKS JOB-NAME MERGE-BUFFER-FILE)" t nil) (autoload 'ediff-merge-buffers-with-ancestor "ediff" "\ Merge buffers with ancestor. BUFFER-A and BUFFER-B are the buffers to be merged, and @@ -9912,8 +8800,7 @@ also be one of `ediff-merge-files-with-ancestor', `ediff-buffers3', or `ediff-merge-buffers'. MERGE-BUFFER-FILE is the name of the file to be associated with the merge buffer. -\(fn BUFFER-A BUFFER-B BUFFER-ANCESTOR &optional STARTUP-HOOKS JOB-NAME MERGE-BUFFER-FILE)" t nil) - +(fn BUFFER-A BUFFER-B BUFFER-ANCESTOR &optional STARTUP-HOOKS JOB-NAME MERGE-BUFFER-FILE)" t nil) (autoload 'ediff-merge-revisions "ediff" "\ Run Ediff by merging two revisions of a file. The file is the optional FILE argument or the file visited by the @@ -9922,8 +8809,7 @@ calls without arguments after setting up the Ediff buffers. MERGE-BUFFER-FILE is the name of the file to be associated with the merge buffer. -\(fn &optional FILE STARTUP-HOOKS MERGE-BUFFER-FILE)" t nil) - +(fn &optional FILE STARTUP-HOOKS MERGE-BUFFER-FILE)" t nil) (autoload 'ediff-merge-revisions-with-ancestor "ediff" "\ Run Ediff by merging two revisions of a file with a common ancestor. The file is the optional FILE argument or the file visited by the @@ -9932,8 +8818,7 @@ calls without arguments after setting up the Ediff buffers. MERGE-BUFFER-FILE is the name of the file to be associated with the merge buffer. -\(fn &optional FILE STARTUP-HOOKS MERGE-BUFFER-FILE)" t nil) - +(fn &optional FILE STARTUP-HOOKS MERGE-BUFFER-FILE)" t nil) (autoload 'ediff-patch-file "ediff" "\ Query for a file name, and then run Ediff by patching that file. If optional PATCH-BUF is given, use the patch in that buffer @@ -9941,8 +8826,7 @@ and don't ask the user. If prefix argument ARG, then: if even argument, assume that the patch is in a buffer. If odd -- assume it is in a file. -\(fn &optional ARG PATCH-BUF)" t nil) - +(fn &optional ARG PATCH-BUF)" t nil) (autoload 'ediff-patch-buffer "ediff" "\ Run Ediff by patching the buffer specified at prompt. Without the optional prefix ARG, asks if the patch is in some buffer and @@ -9952,12 +8836,9 @@ With ARG=2, assumes the patch is in a buffer and prompts for the buffer. PATCH-BUF is an optional argument, which specifies the buffer that contains the patch. If not given, the user is prompted according to the prefix argument. -\(fn &optional ARG PATCH-BUF)" t nil) - +(fn &optional ARG PATCH-BUF)" t nil) (defalias 'epatch 'ediff-patch-file) - (defalias 'epatch-buffer 'ediff-patch-buffer) - (autoload 'ediff-revision "ediff" "\ Run Ediff by comparing versions of a file. The file is an optional FILE argument or the file entered at the prompt. @@ -9966,130 +8847,98 @@ Uses `vc.el' or `rcs.el' depending on `ediff-version-control-package'. STARTUP-HOOKS is a list of functions that Emacs calls without arguments after setting up the Ediff buffers. -\(fn &optional FILE STARTUP-HOOKS)" t nil) - +(fn &optional FILE STARTUP-HOOKS)" t nil) (defalias 'erevision 'ediff-revision) - (autoload 'ediff-version "ediff" "\ Return string describing the version of Ediff. When called interactively, displays the version." t nil) - (autoload 'ediff-documentation "ediff" "\ Display Ediff's manual. With optional NODE, goes to that node. -\(fn &optional NODE)" t nil) - +(fn &optional NODE)" t nil) (autoload 'ediff-files-command "ediff" "\ Call `ediff-files' with the next two command line arguments." nil nil) - (autoload 'ediff3-files-command "ediff" "\ Call `ediff3-files' with the next three command line arguments." nil nil) - (autoload 'ediff-merge-command "ediff" "\ Call `ediff-merge-files' with the next two command line arguments." nil nil) - (autoload 'ediff-merge-with-ancestor-command "ediff" "\ Call `ediff-merge-files-with-ancestor' with next three command line arguments." nil nil) - (autoload 'ediff-directories-command "ediff" "\ Call `ediff-directories' with the next three command line arguments." nil nil) - (autoload 'ediff-directories3-command "ediff" "\ Call `ediff-directories3' with the next four command line arguments." nil nil) - (autoload 'ediff-merge-directories-command "ediff" "\ Call `ediff-merge-directories' with the next three command line arguments." nil nil) - (autoload 'ediff-merge-directories-with-ancestor-command "ediff" "\ Call `ediff-merge-directories-with-ancestor' with the next four command line arguments." nil nil) - (register-definition-prefixes "ediff" '("ediff-")) -;;;*** -;;;### (autoloads nil "ediff-diff" "vc/ediff-diff.el" (0 0 0 0)) ;;; Generated autoloads from vc/ediff-diff.el (register-definition-prefixes "ediff-diff" '("ediff-")) -;;;*** -;;;### (autoloads nil "ediff-help" "vc/ediff-help.el" (0 0 0 0)) ;;; Generated autoloads from vc/ediff-help.el (autoload 'ediff-customize "ediff-help" nil t nil) - (register-definition-prefixes "ediff-help" '("ediff-")) -;;;*** -;;;### (autoloads nil "ediff-init" "vc/ediff-init.el" (0 0 0 0)) ;;; Generated autoloads from vc/ediff-init.el (register-definition-prefixes "ediff-init" '("ediff-" "stipple-pixmap")) -;;;*** -;;;### (autoloads nil "ediff-merg" "vc/ediff-merg.el" (0 0 0 0)) ;;; Generated autoloads from vc/ediff-merg.el (register-definition-prefixes "ediff-merg" '("ediff-")) -;;;*** -;;;### (autoloads nil "ediff-mult" "vc/ediff-mult.el" (0 0 0 0)) ;;; Generated autoloads from vc/ediff-mult.el (autoload 'ediff-show-registry "ediff-mult" "\ Display Ediff's registry." t nil) - (defalias 'eregistry #'ediff-show-registry) - (register-definition-prefixes "ediff-mult" '("ediff-")) -;;;*** -;;;### (autoloads nil "ediff-ptch" "vc/ediff-ptch.el" (0 0 0 0)) ;;; Generated autoloads from vc/ediff-ptch.el (register-definition-prefixes "ediff-ptch" '("ediff-")) -;;;*** -;;;### (autoloads nil "ediff-util" "vc/ediff-util.el" (0 0 0 0)) ;;; Generated autoloads from vc/ediff-util.el (autoload 'ediff-toggle-multiframe "ediff-util" "\ Switch from multiframe display to single-frame display and back. To change the default, set the variable `ediff-window-setup-function', which see." t nil) - (autoload 'ediff-toggle-use-toolbar "ediff-util" "\ Enable or disable Ediff toolbar. Works only in versions of Emacs that support toolbars. To change the default, set the variable `ediff-use-toolbar-p', which see." t nil) - (register-definition-prefixes "ediff-util" '("ediff-")) -;;;*** -;;;### (autoloads nil "ediff-vers" "vc/ediff-vers.el" (0 0 0 0)) ;;; Generated autoloads from vc/ediff-vers.el (register-definition-prefixes "ediff-vers" '("ediff-" "rcs-ediff-view-revision")) -;;;*** -;;;### (autoloads nil "ediff-wind" "vc/ediff-wind.el" (0 0 0 0)) ;;; Generated autoloads from vc/ediff-wind.el (register-definition-prefixes "ediff-wind" '("ediff-")) -;;;*** -;;;### (autoloads nil "edmacro" "edmacro.el" (0 0 0 0)) +;;; Generated autoloads from cedet/semantic/edit.el + +(register-definition-prefixes "semantic/edit" '("semantic-")) + + ;;; Generated autoloads from edmacro.el (autoload 'edit-kbd-macro "edmacro" "\ @@ -10101,18 +8950,15 @@ keystrokes as a keyboard macro, or `\\[execute-extended-command]' to edit a macro by its command name. With a prefix argument, format the macro in a more concise way. -\(fn KEYS &optional PREFIX FINISH-HOOK STORE-HOOK)" t nil) - +(fn KEYS &optional PREFIX FINISH-HOOK STORE-HOOK)" t nil) (autoload 'edit-last-kbd-macro "edmacro" "\ Edit the most recently defined keyboard macro. -\(fn &optional PREFIX)" t nil) - +(fn &optional PREFIX)" t nil) (autoload 'edit-named-kbd-macro "edmacro" "\ Edit a keyboard macro which has been given a name by `name-last-kbd-macro'. -\(fn &optional PREFIX)" t nil) - +(fn &optional PREFIX)" t nil) (autoload 'read-kbd-macro "edmacro" "\ Read the region as a keyboard macro definition. The region is interpreted as spelled-out keystrokes, e.g., \"M-x abc RET\". @@ -10125,8 +8971,7 @@ the result is returned rather than being installed as the current macro. The result will be a string if possible, otherwise an event vector. Second argument NEED-VECTOR means to return an event vector always. -\(fn START &optional END)" t nil) - +(fn START &optional END)" t nil) (autoload 'format-kbd-macro "edmacro" "\ Return the keyboard macro MACRO as a human-readable string. This string is suitable for passing to `read-kbd-macro'. @@ -10134,13 +8979,10 @@ Second argument VERBOSE means to put one command per line with comments. If VERBOSE is `1', put everything on one line. If VERBOSE is omitted or nil, use a compact 80-column format. -\(fn &optional MACRO VERBOSE)" nil nil) - +(fn &optional MACRO VERBOSE)" nil nil) (register-definition-prefixes "edmacro" '("edmacro-")) -;;;*** -;;;### (autoloads nil "edt" "emulation/edt.el" (0 0 0 0)) ;;; Generated autoloads from emulation/edt.el (autoload 'edt-set-scroll-margins "edt" "\ @@ -10148,47 +8990,32 @@ Set scroll margins. Argument TOP is the top margin in number of lines or percent of window. Argument BOTTOM is the bottom margin in number of lines or percent of window. -\(fn TOP BOTTOM)" t nil) - +(fn TOP BOTTOM)" t nil) (autoload 'edt-emulation-on "edt" "\ Turn on EDT Emulation." t nil) - (register-definition-prefixes "edt" '("edt-")) -;;;*** -;;;### (autoloads nil "edt-lk201" "emulation/edt-lk201.el" (0 0 0 -;;;;;; 0)) ;;; Generated autoloads from emulation/edt-lk201.el (register-definition-prefixes "edt-lk201" '("*EDT-keys*")) -;;;*** -;;;### (autoloads nil "edt-mapper" "emulation/edt-mapper.el" (0 0 -;;;;;; 0 0)) ;;; Generated autoloads from emulation/edt-mapper.el (register-definition-prefixes "edt-mapper" '("edt-")) -;;;*** -;;;### (autoloads nil "edt-pc" "emulation/edt-pc.el" (0 0 0 0)) ;;; Generated autoloads from emulation/edt-pc.el (register-definition-prefixes "edt-pc" '("*EDT-keys*")) -;;;*** -;;;### (autoloads nil "edt-vt100" "emulation/edt-vt100.el" (0 0 0 -;;;;;; 0)) ;;; Generated autoloads from emulation/edt-vt100.el (register-definition-prefixes "edt-vt100" '("edt-set-term-width-")) -;;;*** -;;;### (autoloads nil "ehelp" "ehelp.el" (0 0 0 0)) ;;; Generated autoloads from ehelp.el (autoload 'with-electric-help "ehelp" "\ @@ -10215,38 +9042,28 @@ When the user exits (with `electric-help-exit', or otherwise), the help buffer's window disappears (i.e., we use `save-window-excursion'), and BUFFER is put back into its original major mode. -\(fn THUNK &optional BUFFER NOERASE MINHEIGHT)" nil nil) - +(fn THUNK &optional BUFFER NOERASE MINHEIGHT)" nil nil) (autoload 'electric-helpify "ehelp" "\ -\(fn FUN &optional NAME)" nil nil) - +(fn FUN &optional NAME)" nil nil) (register-definition-prefixes "ehelp" '("ehelp-" "electric-")) -;;;*** -;;;### (autoloads nil "eieio" "emacs-lisp/eieio.el" (0 0 0 0)) ;;; Generated autoloads from emacs-lisp/eieio.el -(push (purecopy '(eieio 1 4)) package--builtin-versions) +(push (purecopy '(eieio 1 4)) package--builtin-versions) (register-definition-prefixes "eieio" '("child-of-class-p" "defclass" "eieio-" "find-class" "obj" "oref" "oset" "same-class-p" "set-slot-value" "slot-" "with-slots")) -;;;*** -;;;### (autoloads nil "eieio-base" "emacs-lisp/eieio-base.el" (0 -;;;;;; 0 0 0)) ;;; Generated autoloads from emacs-lisp/eieio-base.el (register-definition-prefixes "eieio-base" '("eieio-")) -;;;*** -;;;### (autoloads nil "eieio-core" "emacs-lisp/eieio-core.el" (0 -;;;;;; 0 0 0)) ;;; Generated autoloads from emacs-lisp/eieio-core.el -(push (purecopy '(eieio-core 1 4)) package--builtin-versions) +(push (purecopy '(eieio-core 1 4)) package--builtin-versions) (autoload 'eieio-defclass-autoload "eieio-core" "\ Create autoload symbols for the EIEIO class CNAME. SUPERCLASSES are the superclasses that CNAME inherits from. @@ -10255,35 +9072,45 @@ This function creates a mock-class for CNAME and adds it into SUPERCLASSES as children. It creates an autoload function for CNAME's constructor. -\(fn CNAME SUPERCLASSES FILENAME DOC)" nil nil) - +(fn CNAME SUPERCLASSES FILENAME DOC)" nil nil) (register-definition-prefixes "eieio-core" '("class-" "eieio-" "inconsistent-class-hierarchy" "invalid-slot-" "unbound-slot")) -;;;*** -;;;### (autoloads nil "eieio-datadebug" "emacs-lisp/eieio-datadebug.el" -;;;;;; (0 0 0 0)) +;;; Generated autoloads from emacs-lisp/eieio-custom.el + +(register-definition-prefixes "eieio-custom" '("eieio-")) + + ;;; Generated autoloads from emacs-lisp/eieio-datadebug.el (register-definition-prefixes "eieio-datadebug" '("data-debug-insert-object-")) -;;;*** -;;;### (autoloads nil "eieio-speedbar" "emacs-lisp/eieio-speedbar.el" -;;;;;; (0 0 0 0)) +;;; Generated autoloads from emacs-lisp/eieio-opt.el + +(register-definition-prefixes "eieio-opt" '("eieio-")) + + ;;; Generated autoloads from emacs-lisp/eieio-speedbar.el (register-definition-prefixes "eieio-speedbar" '("eieio-speedbar")) -;;;*** -;;;### (autoloads nil "eldoc" "emacs-lisp/eldoc.el" (0 0 0 0)) +;;; Generated autoloads from cedet/srecode/el.el + +(register-definition-prefixes "srecode/el" '("srecode-semantic-apply-tag-to-dict")) + + +;;; Generated autoloads from cedet/semantic/bovine/el.el + +(register-definition-prefixes "semantic/bovine/el" '("emacs-lisp-mode" "semantic-")) + + ;;; Generated autoloads from emacs-lisp/eldoc.el + (push (purecopy '(eldoc 1 12 0)) package--builtin-versions) -;;;*** -;;;### (autoloads nil "elec-pair" "elec-pair.el" (0 0 0 0)) ;;; Generated autoloads from elec-pair.el (defvar electric-pair-mode nil "\ @@ -10293,9 +9120,7 @@ for a description of this minor mode. Setting this variable directly does not take effect; either customize it (see the info node `Easy Customization') or call the function `electric-pair-mode'.") - (custom-autoload 'electric-pair-mode "elec-pair" nil) - (autoload 'electric-pair-mode "elec-pair" "\ Toggle automatic parens pairing (Electric Pair mode). @@ -10321,8 +9146,7 @@ evaluate `(default-value \\='electric-pair-mode)'. The mode's hook is called both when the mode is enabled and when it is disabled. -\(fn &optional ARG)" t nil) - +(fn &optional ARG)" t nil) (autoload 'electric-pair-local-mode "elec-pair" "\ Toggle `electric-pair-mode' only in this buffer. @@ -10337,18 +9161,15 @@ Disable the mode if ARG is a negative number. To check whether the minor mode is enabled in the current buffer, evaluate `(buffer-local-value \\='electric-pair-mode -\(current-buffer))'. +(current-buffer))'. The mode's hook is called both when the mode is enabled and when it is disabled. -\(fn &optional ARG)" t nil) - +(fn &optional ARG)" t nil) (register-definition-prefixes "elec-pair" '("electric-pair-")) -;;;*** -;;;### (autoloads nil "elide-head" "elide-head.el" (0 0 0 0)) ;;; Generated autoloads from elide-head.el (autoload 'elide-head-mode "elide-head" "\ @@ -10374,8 +9195,7 @@ evaluate `elide-head-mode'. The mode's hook is called both when the mode is enabled and when it is disabled. -\(fn &optional ARG)" t nil) - +(fn &optional ARG)" t nil) (autoload 'elide-head "elide-head" "\ Hide header material in buffer according to `elide-head-headers-to-hide'. @@ -10384,64 +9204,51 @@ an elided material again. This is suitable as an entry on `find-file-hook' or appropriate mode hooks. -\(fn &optional ARG)" t nil) - +(fn &optional ARG)" t nil) (make-obsolete 'elide-head 'elide-head-mode '"29.1") - (register-definition-prefixes "elide-head" '("elide-head-")) -;;;*** -;;;### (autoloads nil "elint" "emacs-lisp/elint.el" (0 0 0 0)) ;;; Generated autoloads from emacs-lisp/elint.el (autoload 'elint-file "elint" "\ Lint the file FILE. -\(fn FILE)" t nil) - +(fn FILE)" t nil) (autoload 'elint-directory "elint" "\ Lint all the .el files in DIRECTORY. A complicated directory may require a lot of memory. -\(fn DIRECTORY)" t nil) - +(fn DIRECTORY)" t nil) (autoload 'elint-current-buffer "elint" "\ Lint the current buffer. If necessary, this first calls `elint-initialize'." t nil) - (autoload 'elint-defun "elint" "\ Lint the function at point. If necessary, this first calls `elint-initialize'." t nil) - (autoload 'elint-initialize "elint" "\ Initialize elint. If elint is already initialized, this does nothing, unless optional prefix argument REINIT is non-nil. -\(fn &optional REINIT)" t nil) - +(fn &optional REINIT)" t nil) (register-definition-prefixes "elint" '("elint-")) -;;;*** -;;;### (autoloads nil "elp" "emacs-lisp/elp.el" (0 0 0 0)) ;;; Generated autoloads from emacs-lisp/elp.el (autoload 'elp-instrument-function "elp" "\ Instrument FUNSYM for profiling. FUNSYM must be a symbol of a defined function. -\(fn FUNSYM)" t nil) - +(fn FUNSYM)" t nil) (autoload 'elp-instrument-list "elp" "\ Instrument, for profiling, all functions in `elp-function-list'. Use optional LIST if provided instead. If called interactively, prompt for LIST in the minibuffer; type \"nil\" to use `elp-function-list'. -\(fn &optional LIST)" t nil) - +(fn &optional LIST)" t nil) (autoload 'elp-instrument-package "elp" "\ Instrument for profiling, all functions which start with PREFIX. For example, to instrument all ELP functions, do the following: @@ -10453,27 +9260,115 @@ instrumented. If you run this function, and then later load further functions that start with PREFIX, they will not be instrumented automatically. -\(fn PREFIX)" t nil) - +(fn PREFIX)" t nil) (autoload 'elp-results "elp" "\ Display current profiling results. If `elp-reset-after-results' is non-nil, then current profiling information for all instrumented functions is reset after results are displayed." t nil) - (register-definition-prefixes "elp" '("elp-")) -;;;*** -;;;### (autoloads nil "em-extpipe" "eshell/em-extpipe.el" (0 0 0 -;;;;;; 0)) +;;; Generated autoloads from eshell/em-alias.el + +(register-definition-prefixes "em-alias" '("eshell" "pcomplete/eshell-mode/alias")) + + +;;; Generated autoloads from eshell/em-banner.el + +(register-definition-prefixes "em-banner" '("eshell-banner-")) + + +;;; Generated autoloads from eshell/em-basic.el + +(register-definition-prefixes "em-basic" '("eshell")) + + +;;; Generated autoloads from eshell/em-cmpl.el + +(register-definition-prefixes "em-cmpl" '("eshell-")) + + +;;; Generated autoloads from eshell/em-dirs.el + +(register-definition-prefixes "em-dirs" '("eshell")) + + +;;; Generated autoloads from eshell/em-elecslash.el + +(register-definition-prefixes "em-elecslash" '("eshell-elec")) + + ;;; Generated autoloads from eshell/em-extpipe.el (register-definition-prefixes "em-extpipe" '("em-extpipe--or-with-catch" "eshell-")) -;;;*** -;;;### (autoloads nil "emacs-lock" "emacs-lock.el" (0 0 0 0)) +;;; Generated autoloads from eshell/em-glob.el + +(register-definition-prefixes "em-glob" '("eshell-")) + + +;;; Generated autoloads from eshell/em-hist.el + +(register-definition-prefixes "em-hist" '("eshell")) + + +;;; Generated autoloads from eshell/em-ls.el + +(register-definition-prefixes "em-ls" '("eshell")) + + +;;; Generated autoloads from eshell/em-pred.el + +(register-definition-prefixes "em-pred" '("eshell-")) + + +;;; Generated autoloads from eshell/em-prompt.el + +(register-definition-prefixes "em-prompt" '("eshell-")) + + +;;; Generated autoloads from eshell/em-rebind.el + +(register-definition-prefixes "em-rebind" '("eshell-")) + + +;;; Generated autoloads from eshell/em-script.el + +(register-definition-prefixes "em-script" '("eshell")) + + +;;; Generated autoloads from eshell/em-smart.el + +(register-definition-prefixes "em-smart" '("eshell-")) + + +;;; Generated autoloads from eshell/em-term.el + +(register-definition-prefixes "em-term" '("eshell-")) + + +;;; Generated autoloads from eshell/em-tramp.el + +(register-definition-prefixes "em-tramp" '("eshell")) + + +;;; Generated autoloads from eshell/em-unix.el + +(register-definition-prefixes "em-unix" '("eshell" "nil-blank-string")) + + +;;; Generated autoloads from eshell/em-xtra.el + +(register-definition-prefixes "em-xtra" '("eshell/")) + + +;;; Generated autoloads from cedet/ede/emacs.el + +(register-definition-prefixes "ede/emacs" '("ede-emacs-")) + + ;;; Generated autoloads from emacs-lock.el (autoload 'emacs-lock-mode "emacs-lock" "\ @@ -10497,31 +9392,23 @@ Other values are interpreted as usual. See also `emacs-lock-unlockable-modes', which exempts buffers under some major modes from being locked under some circumstances. -\(fn &optional ARG)" t nil) - +(fn &optional ARG)" t nil) (register-definition-prefixes "emacs-lock" '("emacs-lock-" "toggle-emacs-lock")) -;;;*** -;;;### (autoloads nil "emacs-news-mode" "textmodes/emacs-news-mode.el" -;;;;;; (0 0 0 0)) ;;; Generated autoloads from textmodes/emacs-news-mode.el (autoload 'emacs-news-mode "emacs-news-mode" "\ Major mode for editing the Emacs NEWS file. -\(fn)" t nil) - +(fn)" t nil) (autoload 'emacs-news-view-mode "emacs-news-mode" "\ Major mode for viewing the Emacs NEWS file. -\(fn)" t nil) - +(fn)" t nil) (register-definition-prefixes "emacs-news-mode" '("emacs-news-")) -;;;*** -;;;### (autoloads nil "emacsbug" "mail/emacsbug.el" (0 0 0 0)) ;;; Generated autoloads from mail/emacsbug.el (autoload 'report-emacs-bug "emacsbug" "\ @@ -10532,79 +9419,61 @@ Already submitted bugs can be found in the Emacs bug tracker: https://debbugs.gnu.org/cgi/pkgreport.cgi?package=emacs;max-bugs=100;base-order=1;bug-rev=1 -\(fn TOPIC &optional UNUSED)" t nil) - +(fn TOPIC &optional UNUSED)" t nil) (set-advertised-calling-convention 'report-emacs-bug '(topic) '"24.5") - (autoload 'submit-emacs-patch "emacsbug" "\ Send an Emacs patch to the Emacs maintainers. Interactively, you will be prompted for SUBJECT and a patch FILE name (which will be attached to the mail). You will end up in a Message buffer where you can explain more about the patch. -\(fn SUBJECT FILE)" t nil) - +(fn SUBJECT FILE)" t nil) (register-definition-prefixes "emacsbug" '("emacs-bug--system-description" "report-emacs-bug-")) -;;;*** -;;;### (autoloads nil "emerge" "vc/emerge.el" (0 0 0 0)) ;;; Generated autoloads from vc/emerge.el (autoload 'emerge-files "emerge" "\ Run Emerge on two files FILE-A and FILE-B. -\(fn ARG FILE-A FILE-B FILE-OUT &optional STARTUP-HOOKS QUIT-HOOKS)" t nil) - +(fn ARG FILE-A FILE-B FILE-OUT &optional STARTUP-HOOKS QUIT-HOOKS)" t nil) (autoload 'emerge-files-with-ancestor "emerge" "\ Run Emerge on two files, giving another file as the ancestor. -\(fn ARG FILE-A FILE-B FILE-ANCESTOR FILE-OUT &optional STARTUP-HOOKS QUIT-HOOKS)" t nil) - +(fn ARG FILE-A FILE-B FILE-ANCESTOR FILE-OUT &optional STARTUP-HOOKS QUIT-HOOKS)" t nil) (autoload 'emerge-buffers "emerge" "\ Run Emerge on two buffers BUFFER-A and BUFFER-B. -\(fn BUFFER-A BUFFER-B &optional STARTUP-HOOKS QUIT-HOOKS)" t nil) - +(fn BUFFER-A BUFFER-B &optional STARTUP-HOOKS QUIT-HOOKS)" t nil) (autoload 'emerge-buffers-with-ancestor "emerge" "\ Run Emerge on two buffers, giving another buffer as the ancestor. -\(fn BUFFER-A BUFFER-B BUFFER-ANCESTOR &optional STARTUP-HOOKS QUIT-HOOKS)" t nil) - +(fn BUFFER-A BUFFER-B BUFFER-ANCESTOR &optional STARTUP-HOOKS QUIT-HOOKS)" t nil) (autoload 'emerge-files-command "emerge" nil nil nil) - (autoload 'emerge-files-with-ancestor-command "emerge" nil nil nil) - (autoload 'emerge-files-remote "emerge" "\ -\(fn FILE-A FILE-B FILE-OUT)" nil nil) - +(fn FILE-A FILE-B FILE-OUT)" nil nil) (autoload 'emerge-files-with-ancestor-remote "emerge" "\ -\(fn FILE-A FILE-B FILE-ANC FILE-OUT)" nil nil) - +(fn FILE-A FILE-B FILE-ANC FILE-OUT)" nil nil) (autoload 'emerge-revisions "emerge" "\ Emerge two RCS revisions of a file. -\(fn ARG FILE REVISION-A REVISION-B &optional STARTUP-HOOKS QUIT-HOOKS)" t nil) - +(fn ARG FILE REVISION-A REVISION-B &optional STARTUP-HOOKS QUIT-HOOKS)" t nil) (autoload 'emerge-revisions-with-ancestor "emerge" "\ Emerge two RCS revisions of a file, with another revision as ancestor. -\(fn ARG FILE REVISION-A REVISION-B ANCESTOR &optional STARTUP-HOOKS QUIT-HOOKS)" t nil) - +(fn ARG FILE REVISION-A REVISION-B ANCESTOR &optional STARTUP-HOOKS QUIT-HOOKS)" t nil) (autoload 'emerge-merge-directories "emerge" "\ -\(fn A-DIR B-DIR ANCESTOR-DIR OUTPUT-DIR)" t nil) - +(fn A-DIR B-DIR ANCESTOR-DIR OUTPUT-DIR)" t nil) (register-definition-prefixes "emerge" '("emerge-")) -;;;*** -;;;### (autoloads nil "emoji" "international/emoji.el" (0 0 0 0)) ;;; Generated autoloads from international/emoji.el (autoload 'emoji-insert "emoji" "\ @@ -10613,23 +9482,19 @@ If TEXT (interactively, the prefix argument), choose the emoji by typing its Unicode Standard name (with completion), instead of selecting from emoji display. -\(fn &optional TEXT)" t nil) - +(fn &optional TEXT)" t nil) (autoload 'emoji-recent "emoji" "\ Choose and insert one of the recently-used emoji glyphs." t nil) - (autoload 'emoji-search "emoji" "\ Choose and insert an emoji glyph by typing its Unicode name. This command prompts for an emoji name, with completion, and inserts it. It recognizes the Unicode Standard names of emoji, and also consults the `emoji-alternate-names' alist." t nil) - (autoload 'emoji-list "emoji" "\ List emojis and insert the one that's selected. Select the emoji by typing \\\\[emoji-list-select] on its picture. The glyph will be inserted into the buffer that was current when the command was invoked." t nil) - (autoload 'emoji-describe "emoji" "\ Display the name of the grapheme cluster composed from GLYPH. GLYPH should be a string of one or more characters which together @@ -10639,13 +9504,10 @@ could also be any character, not just emoji). If called from Lisp, return the name as a string; return nil if the name is not known. -\(fn GLYPH &optional INTERACTIVE)" t nil) - +(fn GLYPH &optional INTERACTIVE)" t nil) (register-definition-prefixes "emoji" '("emoji-")) -;;;*** -;;;### (autoloads nil "enriched" "textmodes/enriched.el" (0 0 0 0)) ;;; Generated autoloads from textmodes/enriched.el (autoload 'enriched-mode "enriched" "\ @@ -10677,35 +9539,28 @@ evaluate `enriched-mode'. The mode's hook is called both when the mode is enabled and when it is disabled. -\(fn &optional ARG)" t nil) - +(fn &optional ARG)" t nil) (autoload 'enriched-encode "enriched" "\ -\(fn FROM TO ORIG-BUF)" nil nil) - +(fn FROM TO ORIG-BUF)" nil nil) (autoload 'enriched-decode "enriched" "\ -\(fn FROM TO)" nil nil) - +(fn FROM TO)" nil nil) (register-definition-prefixes "enriched" '("enriched-")) -;;;*** -;;;### (autoloads nil "epa" "epa.el" (0 0 0 0)) ;;; Generated autoloads from epa.el (autoload 'epa-list-keys "epa" "\ List all keys matched with NAME from the public keyring. -\(fn &optional NAME)" t nil) - +(fn &optional NAME)" t nil) (autoload 'epa-list-secret-keys "epa" "\ List all keys matched with NAME from the private keyring. -\(fn &optional NAME)" t nil) - +(fn &optional NAME)" t nil) (autoload 'epa-select-keys "epa" "\ Display a user's keyring and ask him to select keys. CONTEXT is an `epg-context'. @@ -10714,29 +9569,24 @@ NAMES is a list of strings to be matched with keys. If it is nil, all the keys are listed. If SECRET is non-nil, list secret keys instead of public keys. -\(fn CONTEXT PROMPT &optional NAMES SECRET)" nil nil) - +(fn CONTEXT PROMPT &optional NAMES SECRET)" nil nil) (autoload 'epa-decrypt-file "epa" "\ Decrypt DECRYPT-FILE into PLAIN-FILE. If you do not specify PLAIN-FILE, this functions prompts for the value to use. -\(fn DECRYPT-FILE &optional PLAIN-FILE)" t nil) - +(fn DECRYPT-FILE &optional PLAIN-FILE)" t nil) (autoload 'epa-verify-file "epa" "\ Verify FILE. -\(fn FILE)" t nil) - +(fn FILE)" t nil) (autoload 'epa-sign-file "epa" "\ Sign FILE by SIGNERS keys selected. -\(fn FILE SIGNERS MODE)" t nil) - +(fn FILE SIGNERS MODE)" t nil) (autoload 'epa-encrypt-file "epa" "\ Encrypt FILE for RECIPIENTS. -\(fn FILE RECIPIENTS)" t nil) - +(fn FILE RECIPIENTS)" t nil) (autoload 'epa-decrypt-region "epa" "\ Decrypt the current region between START and END. @@ -10755,23 +9605,20 @@ should consider using the string based counterpart For example: -\(let ((context (epg-make-context \\='OpenPGP))) +(let ((context (epg-make-context \\='OpenPGP))) (decode-coding-string (epg-decrypt-string context (buffer-substring start end)) \\='utf-8)) -\(fn START END &optional MAKE-BUFFER-FUNCTION)" t nil) - +(fn START END &optional MAKE-BUFFER-FUNCTION)" t nil) (autoload 'epa-decrypt-armor-in-region "epa" "\ Decrypt OpenPGP armors in the current region between START and END. Don't use this command in Lisp programs! See the reason described in the `epa-decrypt-region' documentation. -\(fn START END)" t nil) - +(fn START END)" t nil) (function-put 'epa-decrypt-armor-in-region 'interactive-only 't) - (autoload 'epa-verify-region "epa" "\ Verify the current region between START and END. @@ -10785,25 +9632,21 @@ should consider using the string based counterpart For example: -\(let ((context (epg-make-context \\='OpenPGP))) +(let ((context (epg-make-context \\='OpenPGP))) (decode-coding-string (epg-verify-string context (buffer-substring start end)) \\='utf-8)) -\(fn START END)" t nil) - +(fn START END)" t nil) (function-put 'epa-verify-region 'interactive-only 't) - (autoload 'epa-verify-cleartext-in-region "epa" "\ Verify OpenPGP cleartext signed messages in current region from START to END. Don't use this command in Lisp programs! See the reason described in the `epa-verify-region' documentation. -\(fn START END)" t nil) - +(fn START END)" t nil) (function-put 'epa-verify-cleartext-in-region 'interactive-only 't) - (autoload 'epa-sign-region "epa" "\ Sign the current region between START and END by SIGNERS keys selected. @@ -10816,15 +9659,13 @@ based counterpart `epg-sign-file' instead. For example: -\(let ((context (epg-make-context \\='OpenPGP))) +(let ((context (epg-make-context \\='OpenPGP))) (epg-sign-string context (encode-coding-string (buffer-substring start end) \\='utf-8))) -\(fn START END SIGNERS MODE)" t nil) - +(fn START END SIGNERS MODE)" t nil) (function-put 'epa-sign-region 'interactive-only 't) - (autoload 'epa-encrypt-region "epa" "\ Encrypt the current region between START and END for RECIPIENTS. @@ -10837,84 +9678,64 @@ file based counterpart `epg-encrypt-file' instead. For example: -\(let ((context (epg-make-context \\='OpenPGP))) +(let ((context (epg-make-context \\='OpenPGP))) (epg-encrypt-string context (encode-coding-string (buffer-substring start end) \\='utf-8) nil)) -\(fn START END RECIPIENTS SIGN SIGNERS)" t nil) - +(fn START END RECIPIENTS SIGN SIGNERS)" t nil) (function-put 'epa-encrypt-region 'interactive-only 't) - (autoload 'epa-delete-keys "epa" "\ Delete selected KEYS. -\(fn KEYS &optional ALLOW-SECRET)" t nil) - +(fn KEYS &optional ALLOW-SECRET)" t nil) (autoload 'epa-import-keys "epa" "\ Import keys from FILE. -\(fn FILE)" t nil) - +(fn FILE)" t nil) (autoload 'epa-import-keys-region "epa" "\ Import keys from the region. -\(fn START END)" t nil) - +(fn START END)" t nil) (autoload 'epa-import-armor-in-region "epa" "\ Import keys in the OpenPGP armor format in the current region from START to END. -\(fn START END)" t nil) - +(fn START END)" t nil) (autoload 'epa-export-keys "epa" "\ Export selected KEYS to FILE. -\(fn KEYS FILE)" t nil) - +(fn KEYS FILE)" t nil) (autoload 'epa-insert-keys "epa" "\ Insert selected KEYS after the point. -\(fn KEYS)" t nil) - +(fn KEYS)" t nil) (register-definition-prefixes "epa" '("epa-")) -;;;*** -;;;### (autoloads nil "epa-dired" "epa-dired.el" (0 0 0 0)) ;;; Generated autoloads from epa-dired.el (autoload 'epa-dired-do-decrypt "epa-dired" "\ Decrypt marked files." t nil) - (autoload 'epa-dired-do-verify "epa-dired" "\ Verify marked files." t nil) - (autoload 'epa-dired-do-sign "epa-dired" "\ Sign marked files." t nil) - (autoload 'epa-dired-do-encrypt "epa-dired" "\ Encrypt marked files." t nil) -;;;*** -;;;### (autoloads nil "epa-file" "epa-file.el" (0 0 0 0)) ;;; Generated autoloads from epa-file.el (autoload 'epa-file-handler "epa-file" "\ -\(fn OPERATION &rest ARGS)" nil nil) - +(fn OPERATION &rest ARGS)" nil nil) (autoload 'epa-file-enable "epa-file" nil t nil) - (autoload 'epa-file-disable "epa-file" nil t nil) - (register-definition-prefixes "epa-file" '("epa-")) -;;;*** -;;;### (autoloads nil "epa-ks" "epa-ks.el" (0 0 0 0)) ;;; Generated autoloads from epa-ks.el (autoload 'epa-search-keys "epa-ks" "\ @@ -10928,13 +9749,10 @@ exact matches. Note that the request may fail if the query is not specific enough, since keyservers have strict timeout settings. -\(fn QUERY EXACT)" t nil) - +(fn QUERY EXACT)" t nil) (register-definition-prefixes "epa-ks" '("epa-k")) -;;;*** -;;;### (autoloads nil "epa-mail" "epa-mail.el" (0 0 0 0)) ;;; Generated autoloads from epa-mail.el (autoload 'epa-mail-mode "epa-mail" "\ @@ -10954,20 +9772,15 @@ evaluate `epa-mail-mode'. The mode's hook is called both when the mode is enabled and when it is disabled. -\(fn &optional ARG)" t nil) - +(fn &optional ARG)" t nil) (autoload 'epa-mail-decrypt "epa-mail" "\ Decrypt OpenPGP armors in the current buffer. The buffer is expected to contain a mail message." t nil) - (function-put 'epa-mail-decrypt 'interactive-only 't) - (autoload 'epa-mail-verify "epa-mail" "\ Verify OpenPGP cleartext signed messages in the current buffer. The buffer is expected to contain a mail message." t nil) - (function-put 'epa-mail-verify 'interactive-only 't) - (autoload 'epa-mail-sign "epa-mail" "\ Sign the current buffer. The buffer is expected to contain a mail message, and signing is @@ -10975,10 +9788,8 @@ performed with your default key. With prefix argument, asks you to select interactively the key to use from your key ring. -\(fn START END SIGNERS MODE)" t nil) - +(fn START END SIGNERS MODE)" t nil) (function-put 'epa-mail-sign 'interactive-only 't) - (autoload 'epa-mail-encrypt "epa-mail" "\ Encrypt the outgoing mail message in the current buffer. Takes the recipients from the text in the header in the buffer @@ -10992,14 +9803,11 @@ or nil meaning use the defaults. SIGNERS is a list of keys to sign the message with. -\(fn &optional RECIPIENTS SIGNERS)" t nil) - +(fn &optional RECIPIENTS SIGNERS)" t nil) (autoload 'epa-mail-import-keys "epa-mail" "\ Import keys in the OpenPGP armor format in the current buffer. The buffer is expected to contain a mail message." t nil) - (function-put 'epa-mail-import-keys 'interactive-only 't) - (defvar epa-global-mail-mode nil "\ Non-nil if Epa-Global-Mail mode is enabled. See the `epa-global-mail-mode' command @@ -11007,9 +9815,7 @@ for a description of this minor mode. Setting this variable directly does not take effect; either customize it (see the info node `Easy Customization') or call the function `epa-global-mail-mode'.") - (custom-autoload 'epa-global-mail-mode "epa-mail" nil) - (autoload 'epa-global-mail-mode "epa-mail" "\ Minor mode to hook EasyPG into Mail mode. @@ -11027,26 +9833,20 @@ evaluate `(default-value \\='epa-global-mail-mode)'. The mode's hook is called both when the mode is enabled and when it is disabled. -\(fn &optional ARG)" t nil) - +(fn &optional ARG)" t nil) (register-definition-prefixes "epa-mail" '("epa-mail-")) -;;;*** -;;;### (autoloads nil "epg" "epg.el" (0 0 0 0)) ;;; Generated autoloads from epg.el -(push (purecopy '(epg 1 0 0)) package--builtin-versions) +(push (purecopy '(epg 1 0 0)) package--builtin-versions) (autoload 'epg-make-context "epg" "\ Return a context object. -\(fn &optional PROTOCOL ARMOR TEXTMODE INCLUDE-CERTS CIPHER-ALGORITHM DIGEST-ALGORITHM COMPRESS-ALGORITHM)" nil nil) - +(fn &optional PROTOCOL ARMOR TEXTMODE INCLUDE-CERTS CIPHER-ALGORITHM DIGEST-ALGORITHM COMPRESS-ALGORITHM)" nil nil) (register-definition-prefixes "epg" '("epg-")) -;;;*** -;;;### (autoloads nil "epg-config" "epg-config.el" (0 0 0 0)) ;;; Generated autoloads from epg-config.el (autoload 'epg-find-configuration "epg-config" "\ @@ -11060,13 +9860,10 @@ Then it walks through PROGRAM-ALIST or Otherwise, it tries the programs listed in the entry until the version requirement is met. -\(fn PROTOCOL &optional NO-CACHE PROGRAM-ALIST)" nil nil) - +(fn PROTOCOL &optional NO-CACHE PROGRAM-ALIST)" nil nil) (autoload 'epg-configuration "epg-config" "\ Return a list of internal configuration parameters of `epg-gpg-program'." nil nil) - (make-obsolete 'epg-configuration 'epg-find-configuration '"25.1") - (autoload 'epg-check-configuration "epg-config" "\ Verify that a sufficient version of GnuPG is installed. CONFIG should be a `epg-configuration' object (a plist). @@ -11075,24 +9872,19 @@ REQ-VERSIONS should be a list with elements of the form (MIN semi-open range of acceptable versions. REQ-VERSIONS may also be a single minimum version string. -\(fn CONFIG &optional REQ-VERSIONS)" nil nil) - +(fn CONFIG &optional REQ-VERSIONS)" nil nil) (autoload 'epg-expand-group "epg-config" "\ Look at CONFIG and try to expand GROUP. -\(fn CONFIG GROUP)" nil nil) - +(fn CONFIG GROUP)" nil nil) (register-definition-prefixes "epg-config" '("epg-")) -;;;*** -;;;### (autoloads nil "erc" "erc/erc.el" (0 0 0 0)) ;;; Generated autoloads from erc/erc.el -(push (purecopy '(erc 5 4 1)) package--builtin-versions) +(push (purecopy '(erc 5 4 1)) package--builtin-versions) (autoload 'erc-select-read-args "erc" "\ Prompt the user for values of nick, server, port, and password." nil nil) - (autoload 'erc "erc" "\ ERC is a powerful, modular, and extensible IRC client. This function is the main entry point for ERC. @@ -11114,10 +9906,8 @@ then the server and full-name will be set to those values, whereas `erc-compute-port' and `erc-compute-nick' will be invoked for the values of the other parameters. -\(fn &key (SERVER (erc-compute-server)) (PORT (erc-compute-port)) (NICK (erc-compute-nick)) PASSWORD (FULL-NAME (erc-compute-full-name)))" t nil) - +(fn &key (SERVER (erc-compute-server)) (PORT (erc-compute-port)) (NICK (erc-compute-nick)) PASSWORD (FULL-NAME (erc-compute-full-name)))" '((erc-select-read-args)) nil) (defalias 'erc-select #'erc) - (autoload 'erc-tls "erc" "\ ERC is a powerful, modular, and extensible IRC client. This function is the main entry point for ERC over TLS. @@ -11156,64 +9946,197 @@ Example usage: \\='(\"/home/bandali/my-cert.key\" \"/home/bandali/my-cert.crt\")) -\(fn &key (SERVER (erc-compute-server)) (PORT (erc-compute-port)) (NICK (erc-compute-nick)) PASSWORD (FULL-NAME (erc-compute-full-name)) CLIENT-CERTIFICATE)" t nil) - +(fn &key (SERVER (erc-compute-server)) (PORT (erc-compute-port)) (NICK (erc-compute-nick)) PASSWORD (FULL-NAME (erc-compute-full-name)) CLIENT-CERTIFICATE)" '((let ((erc-default-port erc-default-port-tls)) (erc-select-read-args))) nil) (autoload 'erc-handle-irc-url "erc" "\ Use ERC to IRC on HOST:PORT in CHANNEL as USER with PASSWORD. If ERC is already connected to HOST:PORT, simply /join CHANNEL. Otherwise, connect to HOST:PORT as USER and /join CHANNEL. -\(fn HOST PORT CHANNEL USER PASSWORD)" nil nil) - +(fn HOST PORT CHANNEL USER PASSWORD)" nil nil) (register-definition-prefixes "erc" '("define-erc-module" "erc-")) -;;;*** -;;;### (autoloads nil "erc-backend" "erc/erc-backend.el" (0 0 0 0)) +;;; Generated autoloads from erc/erc-autoaway.el + +(register-definition-prefixes "erc-autoaway" '("erc-auto")) + + ;;; Generated autoloads from erc/erc-backend.el (register-definition-prefixes "erc-backend" '("erc-")) -;;;*** -;;;### (autoloads nil "erc-goodies" "erc/erc-goodies.el" (0 0 0 0)) +;;; Generated autoloads from erc/erc-button.el + +(register-definition-prefixes "erc-button" '("erc-")) + + +;;; Generated autoloads from erc/erc-capab.el + +(register-definition-prefixes "erc-capab" '("erc-capab-identify-")) + + +;;; Generated autoloads from erc/erc-compat.el + +(register-definition-prefixes "erc-compat" '("erc-")) + + +;;; Generated autoloads from erc/erc-dcc.el + +(register-definition-prefixes "erc-dcc" '("erc-" "pcomplete/erc-mode/")) + + +;;; Generated autoloads from erc/erc-desktop-notifications.el + +(register-definition-prefixes "erc-desktop-notifications" '("erc-notifications-")) + + +;;; Generated autoloads from erc/erc-ezbounce.el + +(register-definition-prefixes "erc-ezbounce" '("erc-ezb-")) + + +;;; Generated autoloads from erc/erc-fill.el + +(register-definition-prefixes "erc-fill" '("erc-")) + + ;;; Generated autoloads from erc/erc-goodies.el (register-definition-prefixes "erc-goodies" '("erc-")) -;;;*** -;;;### (autoloads nil "erc-ibuffer" "erc/erc-ibuffer.el" (0 0 0 0)) ;;; Generated autoloads from erc/erc-ibuffer.el (register-definition-prefixes "erc-ibuffer" '("erc-")) -;;;*** -;;;### (autoloads nil "erc-lang" "erc/erc-lang.el" (0 0 0 0)) +;;; Generated autoloads from erc/erc-identd.el + +(register-definition-prefixes "erc-identd" '("erc-identd-")) + + +;;; Generated autoloads from erc/erc-imenu.el + +(register-definition-prefixes "erc-imenu" '("erc-unfill-notice")) + + +;;; Generated autoloads from erc/erc-join.el + +(register-definition-prefixes "erc-join" '("erc-")) + + ;;; Generated autoloads from erc/erc-lang.el (register-definition-prefixes "erc-lang" '("erc-cmd-LANG" "iso-639-1-languages" "language")) -;;;*** -;;;### (autoloads nil "erc-networks" "erc/erc-networks.el" (0 0 0 -;;;;;; 0)) +;;; Generated autoloads from erc/erc-list.el + +(register-definition-prefixes "erc-list" '("erc-")) + + +;;; Generated autoloads from erc/erc-log.el + +(register-definition-prefixes "erc-log" '("erc-")) + + +;;; Generated autoloads from erc/erc-match.el + +(register-definition-prefixes "erc-match" '("erc-")) + + +;;; Generated autoloads from erc/erc-menu.el + +(register-definition-prefixes "erc-menu" '("erc-menu-")) + + +;;; Generated autoloads from erc/erc-netsplit.el + +(register-definition-prefixes "erc-netsplit" '("erc-")) + + ;;; Generated autoloads from erc/erc-networks.el (autoload 'erc-determine-network "erc-networks" "\ Return the name of the network or \"Unknown\" as a symbol. Use the server parameter NETWORK if provided, otherwise parse the server name and search for a match in `erc-networks-alist'." nil nil) - (autoload 'erc-server-select "erc-networks" "\ Interactively select a server to connect to using `erc-server-alist'." t nil) - (register-definition-prefixes "erc-networks" '("erc-")) -;;;*** -;;;### (autoloads nil "ert" "emacs-lisp/ert.el" (0 0 0 0)) +;;; Generated autoloads from erc/erc-notify.el + +(register-definition-prefixes "erc-notify" '("erc-")) + + +;;; Generated autoloads from erc/erc-page.el + +(register-definition-prefixes "erc-page" '("erc-")) + + +;;; Generated autoloads from erc/erc-pcomplete.el + +(register-definition-prefixes "erc-pcomplete" '("erc-pcomplet" "pcomplete")) + + +;;; Generated autoloads from erc/erc-replace.el + +(register-definition-prefixes "erc-replace" '("erc-replace-")) + + +;;; Generated autoloads from erc/erc-ring.el + +(register-definition-prefixes "erc-ring" '("erc-")) + + +;;; Generated autoloads from erc/erc-services.el + +(register-definition-prefixes "erc-services" '("erc-")) + + +;;; Generated autoloads from erc/erc-sound.el + +(register-definition-prefixes "erc-sound" '("erc-")) + + +;;; Generated autoloads from erc/erc-speedbar.el + +(register-definition-prefixes "erc-speedbar" '("erc-")) + + +;;; Generated autoloads from erc/erc-spelling.el + +(register-definition-prefixes "erc-spelling" '("erc-spelling-")) + + +;;; Generated autoloads from erc/erc-stamp.el + +(register-definition-prefixes "erc-stamp" '("erc-")) + + +;;; Generated autoloads from erc/erc-status-sidebar.el + +(register-definition-prefixes "erc-status-sidebar" '("erc-status-sidebar-")) + + +;;; Generated autoloads from erc/erc-track.el + +(register-definition-prefixes "erc-track" '("erc-")) + + +;;; Generated autoloads from erc/erc-truncate.el + +(register-definition-prefixes "erc-truncate" '("erc-max-buffer-size")) + + +;;; Generated autoloads from erc/erc-xdcc.el + +(register-definition-prefixes "erc-xdcc" '("erc-")) + + ;;; Generated autoloads from emacs-lisp/ert.el (autoload 'ert-deftest "ert" "\ @@ -11238,12 +10161,7 @@ it has to be wrapped in `(eval (quote ...))'. If NAME is already defined as a test and Emacs is running in batch mode, an error is signalled. -\(fn NAME () [DOCSTRING] [:expected-result RESULT-TYPE] [:tags \\='(TAG...)] BODY...)" nil t) - -(function-put 'ert-deftest 'doc-string-elt '3) - -(function-put 'ert-deftest 'lisp-indent-function '2) - +(fn NAME () [DOCSTRING] [:expected-result RESULT-TYPE] [:tags \\='(TAG...)] BODY...)" nil 'macro) (autoload 'ert-run-tests-batch "ert" "\ Run the tests specified by SELECTOR, printing results to the terminal. @@ -11254,8 +10172,7 @@ ert-run-tests-batch-and-exit\" useful. Returns the stats object. -\(fn &optional SELECTOR)" nil nil) - +(fn &optional SELECTOR)" nil nil) (autoload 'ert-run-tests-batch-and-exit "ert" "\ Like `ert-run-tests-batch', but exits Emacs when done. @@ -11264,38 +10181,28 @@ on unexpected results, or 2 if the tool detected an error outside of the tests (e.g. invalid SELECTOR or bug in the code that runs the tests). -\(fn &optional SELECTOR)" nil nil) - +(fn &optional SELECTOR)" nil nil) (autoload 'ert-run-tests-interactively "ert" "\ Run the tests specified by SELECTOR and display the results in a buffer. SELECTOR works as described in `ert-select-tests'. -\(fn SELECTOR)" t nil) - +(fn SELECTOR)" t nil) (defalias 'ert #'ert-run-tests-interactively) - (autoload 'ert-describe-test "ert" "\ Display the documentation for TEST-OR-TEST-NAME (a symbol or ert-test). -\(fn TEST-OR-TEST-NAME)" t nil) - +(fn TEST-OR-TEST-NAME)" t nil) (register-definition-prefixes "ert" '("ert-")) -;;;*** -;;;### (autoloads nil "ert-x" "emacs-lisp/ert-x.el" (0 0 0 0)) ;;; Generated autoloads from emacs-lisp/ert-x.el (autoload 'ert-kill-all-test-buffers "ert-x" "\ Kill all test buffers that are still live." t nil) - (register-definition-prefixes "ert-x" '("ert-")) -;;;*** -;;;### (autoloads nil "erts-mode" "progmodes/erts-mode.el" (0 0 0 -;;;;;; 0)) ;;; Generated autoloads from progmodes/erts-mode.el (autoload 'erts-mode "erts-mode" "\ @@ -11304,97 +10211,71 @@ This mode mainly provides some font locking. \\{erts-mode-map} -\(fn)" t nil) - +(fn)" t nil) (register-definition-prefixes "erts-mode" '("erts-")) -;;;*** -;;;### (autoloads nil "esh-arg" "eshell/esh-arg.el" (0 0 0 0)) ;;; Generated autoloads from eshell/esh-arg.el (register-definition-prefixes "esh-arg" '("eshell-")) -;;;*** -;;;### (autoloads nil "esh-cmd" "eshell/esh-cmd.el" (0 0 0 0)) ;;; Generated autoloads from eshell/esh-cmd.el (register-definition-prefixes "esh-cmd" '("eshell" "pcomplete/eshell-mode/eshell-debug")) -;;;*** -;;;### (autoloads nil "esh-ext" "eshell/esh-ext.el" (0 0 0 0)) ;;; Generated autoloads from eshell/esh-ext.el (register-definition-prefixes "esh-ext" '("eshell")) -;;;*** -;;;### (autoloads nil "esh-io" "eshell/esh-io.el" (0 0 0 0)) ;;; Generated autoloads from eshell/esh-io.el (register-definition-prefixes "esh-io" '("eshell-")) -;;;*** -;;;### (autoloads nil "esh-mode" "eshell/esh-mode.el" (0 0 0 0)) ;;; Generated autoloads from eshell/esh-mode.el (autoload 'eshell-mode "esh-mode" "\ Emacs shell interactive mode. -\(fn)" t nil) - +(fn)" t nil) (autoload 'eshell-bookmark-jump "esh-mode" "\ Default bookmark handler for Eshell buffers. -\(fn BOOKMARK)" nil nil) - +(fn BOOKMARK)" nil nil) (register-definition-prefixes "esh-mode" '("eshell")) -;;;*** -;;;### (autoloads nil "esh-module" "eshell/esh-module.el" (0 0 0 -;;;;;; 0)) ;;; Generated autoloads from eshell/esh-module.el (register-definition-prefixes "esh-module" '("eshell-")) -;;;*** -;;;### (autoloads nil "esh-opt" "eshell/esh-opt.el" (0 0 0 0)) ;;; Generated autoloads from eshell/esh-opt.el (register-definition-prefixes "esh-opt" '("eshell-")) -;;;*** -;;;### (autoloads nil "esh-proc" "eshell/esh-proc.el" (0 0 0 0)) ;;; Generated autoloads from eshell/esh-proc.el (register-definition-prefixes "esh-proc" '("eshell")) -;;;*** -;;;### (autoloads nil "esh-util" "eshell/esh-util.el" (0 0 0 0)) ;;; Generated autoloads from eshell/esh-util.el (register-definition-prefixes "esh-util" '("eshell-")) -;;;*** -;;;### (autoloads nil "esh-var" "eshell/esh-var.el" (0 0 0 0)) ;;; Generated autoloads from eshell/esh-var.el (register-definition-prefixes "esh-var" '("eshell" "pcomplete/eshell-mode/")) -;;;*** -;;;### (autoloads nil "eshell" "eshell/eshell.el" (0 0 0 0)) ;;; Generated autoloads from eshell/eshell.el -(push (purecopy '(eshell 2 4 2)) package--builtin-versions) +(push (purecopy '(eshell 2 4 2)) package--builtin-versions) (autoload 'eshell "eshell" "\ Create an interactive Eshell buffer. Start a new Eshell session, or switch to an already active @@ -11412,14 +10293,12 @@ value of `eshell-buffer-name', which see. Eshell is a shell-like command interpreter. For more information on Eshell, see Info node `(eshell)Top'. -\(fn &optional ARG)" t nil) - +(fn &optional ARG)" t nil) (autoload 'eshell-command "eshell" "\ Execute the Eshell command string COMMAND. With prefix ARG, insert output into the current buffer at point. -\(fn &optional COMMAND ARG)" t nil) - +(fn &optional COMMAND ARG)" t nil) (autoload 'eshell-command-result "eshell" "\ Execute the given Eshell COMMAND, and return the result. The result might be any Lisp object. @@ -11427,13 +10306,10 @@ If STATUS-VAR is a symbol, it will be set to the exit status of the command. This is the only way to determine whether the value returned corresponding to a successful execution. -\(fn COMMAND &optional STATUS-VAR)" nil nil) - +(fn COMMAND &optional STATUS-VAR)" nil nil) (register-definition-prefixes "eshell" '("eshell-")) -;;;*** -;;;### (autoloads nil "etags" "progmodes/etags.el" (0 0 0 0)) ;;; Generated autoloads from progmodes/etags.el (defvar tags-file-name nil "\ @@ -11444,59 +10320,44 @@ setting the value of this variable, whether buffer-local or global. Use the `etags' program to make a tags table file.") (put 'tags-file-name 'variable-interactive (purecopy "fVisit tags table: ")) (put 'tags-file-name 'safe-local-variable 'stringp) - (defvar tags-case-fold-search 'default "\ Whether tags operations should be case-sensitive. A value of t means case-insensitive, a value of nil means case-sensitive. Any other value means use the setting of `case-fold-search'.") - (custom-autoload 'tags-case-fold-search "etags" t) - (put 'tags-case-fold-search 'safe-local-variable 'symbolp) - (defvar tags-table-list nil "\ List of file names of tags tables to search. An element that is a directory means the file \"TAGS\" in that directory. To switch to a new list of tags tables, setting this variable is sufficient. If you set this variable, do not also set `tags-file-name'. Use the `etags' program to make a tags table file.") - (custom-autoload 'tags-table-list "etags" t) - (defvar tags-compression-info-list (purecopy '("" ".Z" ".bz2" ".gz" ".xz" ".tgz")) "\ List of extensions tried by etags when `auto-compression-mode' is on. An empty string means search the non-compressed file.") - (custom-autoload 'tags-compression-info-list "etags" t) - (defvar tags-add-tables 'ask-user "\ Control whether to add a new tags table to the current list. t means do; nil means don't (always start a new list). Any other value means ask the user whether to add a new tags table to the current list (as opposed to starting a new list).") - (custom-autoload 'tags-add-tables "etags" t) - (defvar find-tag-hook nil "\ Hook to be run by \\[find-tag] after finding a tag. See `run-hooks'. The value in the buffer in which \\[find-tag] is done is used, not the value in the buffer \\[find-tag] goes to.") - (custom-autoload 'find-tag-hook "etags" t) - (defvar find-tag-default-function nil "\ A function of no arguments used by \\[find-tag] to pick a default tag. If nil, and the symbol that is the value of `major-mode' has a `find-tag-default-function' property (see `put'), that is used. Otherwise, `find-tag-default' is used.") - (custom-autoload 'find-tag-default-function "etags" t) - (autoload 'tags-table-mode "etags" "\ Major mode for tags table file buffers. -\(fn)" t nil) - +(fn)" t nil) (autoload 'visit-tags-table "etags" "\ Tell tags commands to use tags table file FILE. FILE should be the name of a file created with the `etags' program. @@ -11509,8 +10370,7 @@ When you find a tag with \\[find-tag], the buffer it finds the tag in is given a local value of this variable which is the name of the tags file the tag was in. -\(fn FILE &optional LOCAL)" t nil) - +(fn FILE &optional LOCAL)" t nil) (autoload 'visit-tags-table-buffer "etags" "\ Select the buffer containing the current tags table. Optional arg CONT specifies which tags table to visit. @@ -11524,21 +10384,18 @@ Optional second arg CBUF, if non-nil, specifies the initial buffer, which is important if that buffer has a local value of `tags-file-name'. Returns t if it visits a tags table, or nil if there are no more in the list. -\(fn &optional CONT CBUF)" nil nil) - +(fn &optional CONT CBUF)" nil nil) (autoload 'tags-table-files "etags" "\ Return a list of files in the current tags table. Assumes the tags table is the current buffer. The file names are returned as they appeared in the `etags' command that created the table, usually without directory names." nil nil) - (autoload 'tags-lazy-completion-table "etags" nil nil nil) (defun tags-completion-at-point-function () (if (or tags-table-list tags-file-name) (progn (load "etags") (tags-completion-at-point-function)))) - (autoload 'find-tag-noselect "etags" "\ Find tag (in current tags table) whose name contains TAGNAME. Returns the buffer containing the tag's definition and moves its point there, @@ -11559,8 +10416,7 @@ Contrast this with the ring of marks gone to by the command. See documentation of variable `tags-file-name'. -\(fn TAGNAME &optional NEXT-P REGEXP-P)" t nil) - +(fn TAGNAME &optional NEXT-P REGEXP-P)" t nil) (autoload 'find-tag "etags" "\ Find tag (in current tags table) whose name contains TAGNAME. Select the buffer containing the tag's definition, and move point there. @@ -11580,10 +10436,8 @@ Contrast this with the ring of marks gone to by the command. See documentation of variable `tags-file-name'. -\(fn TAGNAME &optional NEXT-P REGEXP-P)" t nil) - +(fn TAGNAME &optional NEXT-P REGEXP-P)" t nil) (make-obsolete 'find-tag 'xref-find-definitions '"25.1") - (autoload 'find-tag-other-window "etags" "\ Find tag (in current tags table) whose name contains TAGNAME. Select the buffer containing the tag's definition in another window, and @@ -11604,10 +10458,8 @@ Contrast this with the ring of marks gone to by the command. See documentation of variable `tags-file-name'. -\(fn TAGNAME &optional NEXT-P REGEXP-P)" t nil) - +(fn TAGNAME &optional NEXT-P REGEXP-P)" t nil) (make-obsolete 'find-tag-other-window 'xref-find-definitions-other-window '"25.1") - (autoload 'find-tag-other-frame "etags" "\ Find tag (in current tags table) whose name contains TAGNAME. Select the buffer containing the tag's definition in another frame, and @@ -11628,10 +10480,8 @@ Contrast this with the ring of marks gone to by the command. See documentation of variable `tags-file-name'. -\(fn TAGNAME &optional NEXT-P)" t nil) - +(fn TAGNAME &optional NEXT-P)" t nil) (make-obsolete 'find-tag-other-frame 'xref-find-definitions-other-frame '"25.1") - (autoload 'find-tag-regexp "etags" "\ Find tag (in current tags table) whose name matches REGEXP. Select the buffer containing the tag's definition and move point there. @@ -11650,14 +10500,10 @@ Contrast this with the ring of marks gone to by the command. See documentation of variable `tags-file-name'. -\(fn REGEXP &optional NEXT-P OTHER-WINDOW)" t nil) - +(fn REGEXP &optional NEXT-P OTHER-WINDOW)" t nil) (make-obsolete 'find-tag-regexp 'xref-find-apropos '"25.1") - (defalias 'pop-tag-mark 'xref-go-back) - (defalias 'next-file 'tags-next-file) - (autoload 'tags-next-file "etags" "\ Select next file among files in current tags table. @@ -11671,17 +10517,14 @@ Non-nil second argument NOVISIT means use a temporary buffer Value is nil if the file was already visited; if the file was newly read in, the value is the filename. -\(fn &optional INITIALIZE NOVISIT)" t nil) - +(fn &optional INITIALIZE NOVISIT)" t nil) (autoload 'tags-loop-continue "etags" "\ Continue last \\[tags-search] or \\[tags-query-replace] command. Used noninteractively with non-nil argument to begin such a command (the argument is passed to `next-file', which see). -\(fn &optional FIRST-TIME)" t nil) - +(fn &optional FIRST-TIME)" t nil) (make-obsolete 'tags-loop-continue 'fileloop-continue '"27.1") - (autoload 'tags-search "etags" "\ Search through all files listed in tags table for match for REGEXP. Stops when a match is found. @@ -11692,8 +10535,7 @@ files to search. The search will be restricted to these files. Also see the documentation of the `tags-file-name' variable. -\(fn REGEXP &optional FILES)" t nil) - +(fn REGEXP &optional FILES)" t nil) (autoload 'tags-query-replace "etags" "\ Do `query-replace-regexp' of FROM with TO on all files listed in tags table. Third arg DELIMITED (prefix arg) means replace only word-delimited matches. @@ -11707,10 +10549,8 @@ type \\[help-command] at that time. For non-interactive use, this is superseded by `fileloop-initialize-replace'. -\(fn FROM TO &optional DELIMITED FILES)" t nil) - +(fn FROM TO &optional DELIMITED FILES)" t nil) (set-advertised-calling-convention 'tags-query-replace '(from to &optional delimited) '"27.1") - (autoload 'list-tags "etags" "\ Display list of tags in file FILE. This searches only the first table in the list, and no included @@ -11719,52 +10559,38 @@ usually without a directory specification. If called interactively, FILE defaults to the file name of the current buffer. -\(fn FILE &optional NEXT-MATCH)" t nil) - +(fn FILE &optional NEXT-MATCH)" t nil) (autoload 'tags-apropos "etags" "\ Display list of all tags in tags table REGEXP matches. -\(fn REGEXP)" t nil) - +(fn REGEXP)" t nil) (make-obsolete 'tags-apropos 'xref-find-apropos '"25.1") - (autoload 'select-tags-table "etags" "\ Select a tags table file from a menu of those you have already used. The list of tags tables to select from is stored in `tags-table-set-list'; see the doc of that variable if you want to add names to the list." t nil) - (autoload 'complete-tag "etags" "\ Perform tags completion on the text around point. Completes to the set of names listed in the current tags table. The string to complete is chosen in the same way as the default for \\[find-tag] (which see)." t nil) - (autoload 'etags--xref-backend "etags" nil nil nil) - (register-definition-prefixes "etags" '("default-tags-table-function" "etags-" "file-of-tag" "find-tag-" "goto-tag-location-function" "initialize-new-tags-table" "last-tag" "list-tags-function" "select-tags-table-" "snarf-tag-function" "tag" "verify-tags-table-function")) -;;;*** -;;;### (autoloads nil "etc-authors-mode" "textmodes/etc-authors-mode.el" -;;;;;; (0 0 0 0)) ;;; Generated autoloads from textmodes/etc-authors-mode.el (autoload 'etc-authors-mode "etc-authors-mode" "\ Major mode for viewing \"etc/AUTHORS\" from the Emacs distribution. Provides some basic font locking and not much else. -\(fn)" t nil) - +(fn)" t nil) (register-definition-prefixes "etc-authors-mode" '("etc-authors-")) -;;;*** -;;;### (autoloads nil "ethio-util" "language/ethio-util.el" (0 0 -;;;;;; 0 0)) ;;; Generated autoloads from language/ethio-util.el (autoload 'setup-ethiopic-environment-internal "ethio-util" nil nil nil) - (autoload 'ethio-sera-to-fidel-buffer "ethio-util" "\ Convert the current buffer from SERA to FIDEL. @@ -11781,8 +10607,7 @@ even if the buffer is read-only. See also the descriptions of the variables `ethio-use-colon-for-colon' and `ethio-use-three-dot-question'. -\(fn &optional SECONDARY FORCE)" t nil) - +(fn &optional SECONDARY FORCE)" t nil) (autoload 'ethio-sera-to-fidel-region "ethio-util" "\ Convert the characters in region from SERA to FIDEL. @@ -11799,15 +10624,13 @@ conversion even if the buffer is read-only. See also the descriptions of the variables `ethio-use-colon-for-colon' and `ethio-use-three-dot-question'. -\(fn BEGIN END &optional SECONDARY FORCE)" t nil) - +(fn BEGIN END &optional SECONDARY FORCE)" t nil) (autoload 'ethio-sera-to-fidel-marker "ethio-util" "\ Convert the regions surrounded by \"\" and \"\" from SERA to FIDEL. Assume that each region begins with `ethio-primary-language'. The markers \"\" and \"\" themselves are not deleted. -\(fn &optional FORCE)" t nil) - +(fn &optional FORCE)" t nil) (autoload 'ethio-fidel-to-sera-buffer "ethio-util" "\ Replace all the FIDEL characters in the current buffer to the SERA format. The variable `ethio-primary-language' specifies the primary @@ -11824,8 +10647,7 @@ See also the descriptions of the variables `ethio-use-colon-for-colon', `ethio-use-three-dot-question', `ethio-quote-vowel-always' and `ethio-numeric-reduction'. -\(fn &optional SECONDARY FORCE)" t nil) - +(fn &optional SECONDARY FORCE)" t nil) (autoload 'ethio-fidel-to-sera-region "ethio-util" "\ Replace all the FIDEL characters in the region to the SERA format. @@ -11843,17 +10665,14 @@ See also the descriptions of the variables `ethio-use-colon-for-colon', `ethio-use-three-dot-question', `ethio-quote-vowel-always' and `ethio-numeric-reduction'. -\(fn BEGIN END &optional SECONDARY FORCE)" t nil) - +(fn BEGIN END &optional SECONDARY FORCE)" t nil) (autoload 'ethio-fidel-to-sera-marker "ethio-util" "\ Convert the regions surrounded by \"\" and \"\" from FIDEL to SERA. The markers \"\" and \"\" themselves are not deleted. -\(fn &optional FORCE)" t nil) - +(fn &optional FORCE)" t nil) (autoload 'ethio-modify-vowel "ethio-util" "\ Modify the vowel of the FIDEL that is under the cursor." t nil) - (autoload 'ethio-replace-space "ethio-util" "\ Replace ASCII spaces with Ethiopic word separators in the region. @@ -11867,19 +10686,15 @@ If CH = 3, with the Ethiopic colon-like word separator. The 2nd and 3rd arguments BEGIN and END specify the region. -\(fn CH BEGIN END)" t nil) - +(fn CH BEGIN END)" t nil) (autoload 'ethio-input-special-character "ethio-util" "\ This function is deprecated. -\(fn ARG)" t nil) - +(fn ARG)" t nil) (autoload 'ethio-fidel-to-tex-buffer "ethio-util" "\ Convert each fidel characters in the current buffer into a fidel-tex command." t nil) - (autoload 'ethio-tex-to-fidel-buffer "ethio-util" "\ Convert fidel-tex commands in the current buffer into fidel chars." t nil) - (autoload 'ethio-fidel-to-java-buffer "ethio-util" "\ Convert Ethiopic characters into the Java escape sequences. @@ -11888,32 +10703,29 @@ character's codepoint (in hex) in Unicode. If `ethio-java-save-lowercase' is non-nil, use [0-9a-f]. Otherwise, [0-9A-F]." nil nil) - (autoload 'ethio-java-to-fidel-buffer "ethio-util" "\ Convert the Java escape sequences into corresponding Ethiopic characters." nil nil) - (autoload 'ethio-find-file "ethio-util" "\ Transliterate file content into Ethiopic depending on filename suffix." nil nil) - (autoload 'ethio-write-file "ethio-util" "\ Transliterate Ethiopic characters in ASCII depending on the file extension." nil nil) - (autoload 'ethio-insert-ethio-space "ethio-util" "\ Insert the Ethiopic word delimiter (the colon-like character). With ARG, insert that many delimiters. -\(fn ARG)" t nil) - +(fn ARG)" t nil) (autoload 'ethio-composition-function "ethio-util" "\ -\(fn POS TO FONT-OBJECT STRING DIRECTION)" nil nil) - +(fn POS TO FONT-OBJECT STRING DIRECTION)" nil nil) (register-definition-prefixes "ethio-util" '("ethio-" "exit-ethiopic-environment")) -;;;*** -;;;### (autoloads nil "eudc" "net/eudc.el" (0 0 0 0)) +;;; Generated autoloads from leim/quail/ethiopic.el + +(register-definition-prefixes "quail/ethiopic" '("ethio-select-a-translation")) + + ;;; Generated autoloads from net/eudc.el (autoload 'eudc-set-server "eudc" "\ @@ -11921,20 +10733,17 @@ Set the directory server to SERVER using PROTOCOL. Unless NO-SAVE is non-nil, the server is saved as the default server for future sessions. -\(fn SERVER PROTOCOL &optional NO-SAVE)" t nil) - +(fn SERVER PROTOCOL &optional NO-SAVE)" t nil) (autoload 'eudc-get-email "eudc" "\ Get the email field of NAME from the directory server. If ERROR is non-nil, report an error if there is none. -\(fn NAME &optional ERROR)" t nil) - +(fn NAME &optional ERROR)" t nil) (autoload 'eudc-get-phone "eudc" "\ Get the phone field of NAME from the directory server. If ERROR is non-nil, report an error if there is none. -\(fn NAME &optional ERROR)" t nil) - +(fn NAME &optional ERROR)" t nil) (autoload 'eudc-expand-try-all "eudc" "\ Wrap `eudc-expand-inline' with a prefix argument. If TRY-ALL-SERVERS -- the prefix argument when called @@ -11942,8 +10751,7 @@ interactively -- is non-nil, collect results from all servers. If TRY-ALL-SERVERS is nil, do not try subsequent servers after one server returns any match. -\(fn &optional TRY-ALL-SERVERS)" t nil) - +(fn &optional TRY-ALL-SERVERS)" t nil) (autoload 'eudc-expand-inline "eudc" "\ Query the directory server, and expand the query string before point. The query string consists of the buffer substring from the point back to @@ -11959,13 +10767,11 @@ Multiple servers can be tried with the same query until one finds a match, see `eudc-inline-expansion-servers'. If TRY-ALL-SERVERS is non-nil, collect results from all servers. -\(fn &optional SAVE-QUERY-AS-KILL TRY-ALL-SERVERS)" t nil) - +(fn &optional SAVE-QUERY-AS-KILL TRY-ALL-SERVERS)" t nil) (autoload 'eudc-format-inline-expansion-result "eudc" "\ Format a query result according to `eudc-inline-expansion-format'. -\(fn RES QUERY-ATTRS)" nil nil) - +(fn RES QUERY-ATTRS)" nil nil) (autoload 'eudc-query-with-words "eudc" "\ Query the directory server, and return the matching responses. The variable `eudc-inline-query-format' controls how to associate the @@ -11977,65 +10783,50 @@ Multiple servers can be tried with the same query until one finds a match, see `eudc-inline-expansion-servers'. When TRY-ALL-SERVERS is non-nil, keep collecting results from subsequent servers after the first match. -\(fn QUERY-WORDS &optional TRY-ALL-SERVERS)" nil nil) - +(fn QUERY-WORDS &optional TRY-ALL-SERVERS)" nil nil) (autoload 'eudc-query-form "eudc" "\ Display a form to query the directory server. If given a non-nil argument GET-FIELDS-FROM-SERVER, the function first queries the server for the existing fields and displays a corresponding form. -\(fn &optional GET-FIELDS-FROM-SERVER)" t nil) - +(fn &optional GET-FIELDS-FROM-SERVER)" t nil) (autoload 'eudc-load-eudc "eudc" "\ Load the Emacs Unified Directory Client. This does nothing except loading eudc by autoload side-effect." t nil) - (defvar eudc-tools-menu (let ((map (make-sparse-keymap "Directory Servers"))) (define-key map [phone] `(menu-item ,(purecopy "Get Phone") eudc-get-phone :help ,(purecopy "Get the phone field of name from the directory server"))) (define-key map [email] `(menu-item ,(purecopy "Get Email") eudc-get-email :help ,(purecopy "Get the email field of NAME from the directory server"))) (define-key map [separator-eudc-email] menu-bar-separator) (define-key map [expand-inline] `(menu-item ,(purecopy "Expand Inline Query") eudc-expand-inline :help ,(purecopy "Query the directory server, and expand the query string before point"))) (define-key map [query] `(menu-item ,(purecopy "Query with Form") eudc-query-form :help ,(purecopy "Display a form to query the directory server"))) (define-key map [separator-eudc-query] menu-bar-separator) (define-key map [new] `(menu-item ,(purecopy "New Server") eudc-set-server :help ,(purecopy "Set the directory server to SERVER using PROTOCOL"))) (define-key map [load] `(menu-item ,(purecopy "Load Hotlist of Servers") eudc-load-eudc :help ,(purecopy "Load the Emacs Unified Directory Client"))) map)) - (fset 'eudc-tools-menu (symbol-value 'eudc-tools-menu)) - (register-definition-prefixes "eudc" '("eudc-")) -;;;*** -;;;### (autoloads nil "eudc-bob" "net/eudc-bob.el" (0 0 0 0)) ;;; Generated autoloads from net/eudc-bob.el (autoload 'eudc-display-generic-binary "eudc-bob" "\ Display a button for unidentified binary DATA. -\(fn DATA)" nil nil) - +(fn DATA)" nil nil) (autoload 'eudc-display-url "eudc-bob" "\ Display URL and make it clickable. -\(fn URL)" nil nil) - +(fn URL)" nil nil) (autoload 'eudc-display-mail "eudc-bob" "\ Display e-mail address and make it clickable. -\(fn MAIL)" nil nil) - +(fn MAIL)" nil nil) (autoload 'eudc-display-sound "eudc-bob" "\ Display a button to play the sound DATA. -\(fn DATA)" nil nil) - +(fn DATA)" nil nil) (autoload 'eudc-display-jpeg-inline "eudc-bob" "\ Display the JPEG DATA inline at point if possible. -\(fn DATA)" nil nil) - +(fn DATA)" nil nil) (autoload 'eudc-display-jpeg-as-button "eudc-bob" "\ Display a button for the JPEG DATA. -\(fn DATA)" nil nil) - +(fn DATA)" nil nil) (register-definition-prefixes "eudc-bob" '("eudc-bob-")) -;;;*** -;;;### (autoloads nil "eudc-capf" "net/eudc-capf.el" (0 0 0 0)) ;;; Generated autoloads from net/eudc-capf.el (autoload 'eudc-capf-complete "eudc-capf" "\ @@ -12051,7 +10842,6 @@ words before point. The return value is either nil when no match is found, or a completion table as required for functions listed in `completion-at-point-functions'." nil nil) - (autoload 'eudc-capf-message-expand-name "eudc-capf" "\ Email address completion function for `message-completion-alist'. @@ -12061,73 +10851,51 @@ with an appropriate regular expression such as for example `message-email-recipient-header-regexp', then EUDC will be queried for email addresses, and the results delivered to `completion-at-point'." nil nil) - (register-definition-prefixes "eudc-capf" '("eudc-capf-modes")) -;;;*** -;;;### (autoloads nil "eudc-export" "net/eudc-export.el" (0 0 0 0)) ;;; Generated autoloads from net/eudc-export.el (autoload 'eudc-insert-record-at-point-into-bbdb "eudc-export" "\ Insert record at point into the BBDB database. This function can only be called from a directory query result buffer." t nil) - (autoload 'eudc-try-bbdb-insert "eudc-export" "\ Call `eudc-insert-record-at-point-into-bbdb' if on a record." t nil) - (register-definition-prefixes "eudc-export" '("eudc-")) -;;;*** -;;;### (autoloads nil "eudc-hotlist" "net/eudc-hotlist.el" (0 0 0 -;;;;;; 0)) ;;; Generated autoloads from net/eudc-hotlist.el (autoload 'eudc-edit-hotlist "eudc-hotlist" "\ Edit the hotlist of directory servers in a specialized buffer." t nil) - (register-definition-prefixes "eudc-hotlist" '("eudc-hotlist-")) -;;;*** -;;;### (autoloads nil "eudc-vars" "net/eudc-vars.el" (0 0 0 0)) ;;; Generated autoloads from net/eudc-vars.el (register-definition-prefixes "eudc-vars" '("eudc-")) -;;;*** -;;;### (autoloads nil "eudcb-bbdb" "net/eudcb-bbdb.el" (0 0 0 0)) ;;; Generated autoloads from net/eudcb-bbdb.el (register-definition-prefixes "eudcb-bbdb" '("eudc-bbdb-")) -;;;*** -;;;### (autoloads nil "eudcb-ldap" "net/eudcb-ldap.el" (0 0 0 0)) ;;; Generated autoloads from net/eudcb-ldap.el (register-definition-prefixes "eudcb-ldap" '("eudc-")) -;;;*** -;;;### (autoloads nil "eudcb-mab" "net/eudcb-mab.el" (0 0 0 0)) ;;; Generated autoloads from net/eudcb-mab.el (register-definition-prefixes "eudcb-mab" '("eudc-")) -;;;*** -;;;### (autoloads nil "eudcb-macos-contacts" "net/eudcb-macos-contacts.el" -;;;;;; (0 0 0 0)) ;;; Generated autoloads from net/eudcb-macos-contacts.el (register-definition-prefixes "eudcb-macos-contacts" '("eudc-macos-contacts-")) -;;;*** -;;;### (autoloads nil "ewoc" "emacs-lisp/ewoc.el" (0 0 0 0)) ;;; Generated autoloads from emacs-lisp/ewoc.el (autoload 'ewoc-create "ewoc" "\ @@ -12149,13 +10917,10 @@ Normally, a newline is automatically inserted after the header, the footer and every node's printed representation. Optional fourth arg NOSEP non-nil inhibits this. -\(fn PRETTY-PRINTER &optional HEADER FOOTER NOSEP)" nil nil) - +(fn PRETTY-PRINTER &optional HEADER FOOTER NOSEP)" nil nil) (register-definition-prefixes "ewoc" '("ewoc-")) -;;;*** -;;;### (autoloads nil "eww" "net/eww.el" (0 0 0 0)) ;;; Generated autoloads from net/eww.el (defvar eww-suggest-uris '(eww-links-at-point thing-at-point-url-at-point eww-current-url) "\ @@ -12163,9 +10928,7 @@ List of functions called to form the list of default URIs for `eww'. Each of the elements is a function returning either a string or a list of strings. The results will be joined into a single list with duplicate entries (if any) removed.") - (custom-autoload 'eww-suggest-uris "eww" t) - (autoload 'eww-browse "eww" "\ Function to be run to parse command line URLs. This is meant to be used for MIME handlers or command line use. @@ -12179,7 +10942,6 @@ This can also be used on the command line directly: emacs -f eww-browse https://gnu.org will start Emacs and browse the GNU web site." t nil) - (autoload 'eww "eww" "\ Fetch URL and render the page. If the input doesn't look like an URL or a domain name, the @@ -12192,28 +10954,24 @@ If BUFFER, the data to be rendered is in that buffer. In that case, this function doesn't actually fetch URL. BUFFER will be killed after rendering. -\(fn URL &optional NEW-BUFFER BUFFER)" t nil) +(fn URL &optional NEW-BUFFER BUFFER)" t nil) (defalias 'browse-web 'eww) - (autoload 'eww-open-file "eww" "\ Render FILE using EWW. -\(fn FILE)" t nil) - +(fn FILE)" t nil) (autoload 'eww-search-words "eww" "\ Search the web for the text in the region. If region is active (and not whitespace), search the web for the text between region beginning and end. Else, prompt the user for a search string. See the variable `eww-search-prefix' for the search engine used." t nil) - (autoload 'eww-mode "eww" "\ Mode for browsing the web. \\{eww-mode-map} -\(fn)" t nil) - +(fn)" t nil) (autoload 'eww-browse-url "eww" "\ Ask the EWW browser to load URL. @@ -12229,38 +10987,30 @@ in the tab-bar on an existing frame. See more options in Non-interactively, this uses the optional second argument NEW-WINDOW instead of `browse-url-new-window-flag'. -\(fn URL &optional NEW-WINDOW)" nil nil) - +(fn URL &optional NEW-WINDOW)" nil nil) (autoload 'eww-list-bookmarks "eww" "\ Display the bookmarks." t nil) - (autoload 'eww-bookmark-jump "eww" "\ Default bookmark handler for EWW buffers. -\(fn BOOKMARK)" nil nil) - +(fn BOOKMARK)" nil nil) (register-definition-prefixes "eww" '("erc--download-directory" "eww-")) -;;;*** -;;;### (autoloads nil "executable" "progmodes/executable.el" (0 0 -;;;;;; 0 0)) ;;; Generated autoloads from progmodes/executable.el (autoload 'executable-command-find-posix-p "executable" "\ Check if PROGRAM handles arguments Posix-style. If PROGRAM is non-nil, use that instead of \"find\". -\(fn &optional PROGRAM)" nil nil) - +(fn &optional PROGRAM)" nil nil) (autoload 'executable-interpret "executable" "\ Run script with user-specified args, and collect output in a buffer. While script runs asynchronously, you can use the \\[next-error] command to find the next error. The buffer is also in `comint-mode' and `compilation-shell-minor-mode', so that you can answer any prompts. -\(fn COMMAND)" t nil) - +(fn COMMAND)" t nil) (autoload 'executable-set-magic "executable" "\ Set this buffer's interpreter to INTERPRETER with optional ARGUMENT. The variables `executable-magicless-file-regexp', `executable-prefix-env', @@ -12268,25 +11018,19 @@ The variables `executable-magicless-file-regexp', `executable-prefix-env', when and how magic numbers are inserted or replaced and scripts made executable. -\(fn INTERPRETER &optional ARGUMENT NO-QUERY-FLAG INSERT-FLAG)" t nil) - +(fn INTERPRETER &optional ARGUMENT NO-QUERY-FLAG INSERT-FLAG)" t nil) (autoload 'executable-make-buffer-file-executable-if-script-p "executable" "\ Make file executable according to umask if not already executable. If file already has any execute bits set at all, do not change existing file modes." nil nil) - (register-definition-prefixes "executable" '("executable-")) -;;;*** -;;;### (autoloads nil "exif" "image/exif.el" (0 0 0 0)) ;;; Generated autoloads from image/exif.el (register-definition-prefixes "exif" '("exif-")) -;;;*** -;;;### (autoloads nil "expand" "expand.el" (0 0 0 0)) ;;; Generated autoloads from expand.el (autoload 'expand-add-abbrevs "expand" "\ @@ -12311,34 +11055,36 @@ cyclically with the functions `expand-jump-to-previous-slot' and If ARG is omitted, point is placed at the end of the expanded text. -\(fn TABLE ABBREVS)" nil nil) - +(fn TABLE ABBREVS)" nil nil) (autoload 'expand-abbrev-hook "expand" "\ Abbrev hook used to do the expansion job of expand abbrevs. See `expand-add-abbrevs'. Value is non-nil if expansion was done." nil nil) - (autoload 'expand-jump-to-previous-slot "expand" "\ Move the cursor to the previous slot in the last abbrev expansion. This is used only in conjunction with `expand-add-abbrevs'." t nil) - (autoload 'expand-jump-to-next-slot "expand" "\ Move the cursor to the next slot in the last abbrev expansion. This is used only in conjunction with `expand-add-abbrevs'." t nil) (define-key abbrev-map "p" 'expand-jump-to-previous-slot) (define-key abbrev-map "n" 'expand-jump-to-next-slot) - (register-definition-prefixes "expand" '("expand-")) -;;;*** -;;;### (autoloads nil "ezimage" "ezimage.el" (0 0 0 0)) +;;; Generated autoloads from cedet/srecode/expandproto.el + +(register-definition-prefixes "srecode/expandproto" '("srecode-")) + + +;;; Generated autoloads from cedet/srecode/extract.el + +(register-definition-prefixes "srecode/extract" '("srecode-extract")) + + ;;; Generated autoloads from ezimage.el (register-definition-prefixes "ezimage" '("defezimage" "ezimage-")) -;;;*** -;;;### (autoloads nil "f90" "progmodes/f90.el" (0 0 0 0)) ;;; Generated autoloads from progmodes/f90.el (autoload 'f90-mode "f90" "\ @@ -12401,13 +11147,10 @@ Variables controlling indentation style and extra features: Turning on F90 mode calls the value of the variable `f90-mode-hook' with no args, if that value is non-nil. -\(fn)" t nil) - +(fn)" t nil) (register-definition-prefixes "f90" '("f90-")) -;;;*** -;;;### (autoloads nil "face-remap" "face-remap.el" (0 0 0 0)) ;;; Generated autoloads from face-remap.el (autoload 'face-remap-add-relative "face-remap" "\ @@ -12432,15 +11175,13 @@ attributes. The base (lowest priority) remapping may be set to something other than the normal definition of FACE via `face-remap-set-base'. -\(fn FACE &rest SPECS)" nil nil) - +(fn FACE &rest SPECS)" nil nil) (autoload 'face-remap-reset-base "face-remap" "\ Set the base remapping of FACE to the normal definition of FACE. This causes the remappings specified by `face-remap-add-relative' to apply on top of the normal definition of FACE. -\(fn FACE)" nil nil) - +(fn FACE)" nil nil) (autoload 'face-remap-set-base "face-remap" "\ Set the base remapping of FACE in the current buffer to SPECS. This causes the remappings specified by `face-remap-add-relative' @@ -12455,8 +11196,7 @@ to use the normal definition of FACE as the base remapping; note that this is different from SPECS containing a single value nil, which means not to inherit from the global definition of FACE at all. -\(fn FACE &rest SPECS)" nil nil) - +(fn FACE &rest SPECS)" nil nil) (autoload 'text-scale-set "face-remap" "\ Set the scale factor of the default face in the current buffer to LEVEL. If LEVEL is non-zero, `text-scale-mode' is enabled, otherwise it is disabled. @@ -12466,8 +11206,7 @@ Each step scales the height of the default face by the variable `text-scale-mode-step' (a negative number decreases the height by the same amount). -\(fn LEVEL)" t nil) - +(fn LEVEL)" t nil) (autoload 'text-scale-increase "face-remap" "\ Increase the height of the default face in the current buffer by INC steps. If the new height is other than the default, `text-scale-mode' is enabled. @@ -12477,18 +11216,16 @@ Each step scales the height of the default face by the variable height by the same amount). As a special case, an argument of 0 will remove any scaling currently active. -\(fn INC)" t nil) - +(fn INC)" t nil) (autoload 'text-scale-decrease "face-remap" "\ Decrease the height of the default face in the current buffer by DEC steps. See `text-scale-increase' for more details. -\(fn DEC)" t nil) +(fn DEC)" t nil) (define-key ctl-x-map [(control ?+)] 'text-scale-adjust) (define-key ctl-x-map [(control ?-)] 'text-scale-adjust) (define-key ctl-x-map [(control ?=)] 'text-scale-adjust) (define-key ctl-x-map [(control ?0)] 'text-scale-adjust) - (autoload 'text-scale-adjust "face-remap" "\ Adjust the height of the default face by INC. @@ -12503,7 +11240,7 @@ keybinding used to invoke the command, with all modifiers removed: After adjusting, continue to read input events and further adjust the face height as long as the input event read -\(with all modifiers removed) is one of the above characters. +(with all modifiers removed) is one of the above characters. Each step scales the height of the default face by the variable `text-scale-mode-step' (a negative number of steps decreases the @@ -12516,14 +11253,12 @@ even when it is bound in a non-top-level keymap. For binding in a top-level keymap, `text-scale-increase' or `text-scale-decrease' may be more appropriate. -\(fn INC)" t nil) +(fn INC)" t nil) (define-key global-map [pinch] 'text-scale-pinch) - (autoload 'text-scale-pinch "face-remap" "\ Adjust the height of the default face by the scale in the pinch event EVENT. -\(fn EVENT)" t nil) - +(fn EVENT)" t nil) (autoload 'buffer-face-mode "face-remap" "\ Minor mode for a buffer-specific default face. @@ -12544,8 +11279,7 @@ evaluate `buffer-face-mode'. The mode's hook is called both when the mode is enabled and when it is disabled. -\(fn &optional ARG)" t nil) - +(fn &optional ARG)" t nil) (autoload 'buffer-face-set "face-remap" "\ Enable `buffer-face-mode', using face specs SPECS. Each argument in SPECS should be a face, i.e. either a face name @@ -12557,8 +11291,7 @@ one face is listed, that specifies an aggregate face, like in a This function makes the variable `buffer-face-mode-face' buffer local, and sets it to FACE. -\(fn &rest SPECS)" t nil) - +(fn &rest SPECS)" t nil) (autoload 'buffer-face-toggle "face-remap" "\ Toggle `buffer-face-mode', using face specs SPECS. Each argument in SPECS should be a face, i.e. either a face name @@ -12574,25 +11307,20 @@ face, then is left enabled, but the face changed to reflect SPECS. This function will make the variable `buffer-face-mode-face' buffer local, and set it to SPECS. -\(fn &rest SPECS)" t nil) - +(fn &rest SPECS)" t nil) (autoload 'variable-pitch-mode "face-remap" "\ Variable-pitch default-face mode. An interface to `buffer-face-mode' which uses the `variable-pitch' face. Besides the choice of face, it is the same as `buffer-face-mode'. -\(fn &optional ARG)" t nil) - +(fn &optional ARG)" t nil) (register-definition-prefixes "face-remap" '("buffer-face-mode-" "face-" "internal-lisp-face-attributes" "text-scale-")) -;;;*** -;;;### (autoloads nil "facemenu" "facemenu.el" (0 0 0 0)) ;;; Generated autoloads from facemenu.el - (autoload 'facemenu-menu "facemenu" nil nil 'keymap) + (autoload 'facemenu-menu "facemenu" nil nil 'keymap) (define-key global-map [C-down-mouse-2] 'facemenu-menu) - (autoload 'list-colors-display "facemenu" "\ Display names of defined colors, and show what they look like. If the optional argument LIST is non-nil, it should be a list of @@ -12608,19 +11336,15 @@ If the optional argument CALLBACK is non-nil, it should be a function to call each time the user types RET or clicks on a color. The function should accept a single argument, the color name. -\(fn &optional LIST BUFFER-NAME CALLBACK)" t nil) - +(fn &optional LIST BUFFER-NAME CALLBACK)" t nil) (register-definition-prefixes "facemenu" '("facemenu-" "list-colors-")) -;;;*** -;;;### (autoloads nil "faceup" "emacs-lisp/faceup.el" (0 0 0 0)) ;;; Generated autoloads from emacs-lisp/faceup.el -(push (purecopy '(faceup 0 0 6)) package--builtin-versions) +(push (purecopy '(faceup 0 0 6)) package--builtin-versions) (autoload 'faceup-view-buffer "faceup" "\ Display the faceup representation of the current buffer." t nil) - (autoload 'faceup-write-file "faceup" "\ Save the faceup representation of the current buffer to the file FILE-NAME. @@ -12631,57 +11355,52 @@ If optional second arg CONFIRM is non-nil, this function asks for confirmation before overwriting an existing file. Interactively, confirmation is required unless you supply a prefix argument. -\(fn &optional FILE-NAME CONFIRM)" t nil) - +(fn &optional FILE-NAME CONFIRM)" t nil) (autoload 'faceup-render-view-buffer "faceup" "\ Convert BUFFER containing Faceup markup to a new buffer and display it. -\(fn &optional BUFFER)" t nil) - +(fn &optional BUFFER)" t nil) (autoload 'faceup-clean-buffer "faceup" "\ Remove faceup markup from buffer." t nil) - (autoload 'faceup-defexplainer "faceup" "\ Define an Ert explainer function for FUNCTION. FUNCTION must return an explanation when the test fails and `faceup-test-explain' is set. -\(fn FUNCTION)" nil t) - +(fn FUNCTION)" nil t) (register-definition-prefixes "faceup" '("faceup-")) -;;;*** -;;;### (autoloads nil "feedmail" "mail/feedmail.el" (0 0 0 0)) +;;; Generated autoloads from cedet/semantic/analyze/fcn.el + +(register-definition-prefixes "semantic/analyze/fcn" '("semantic-analyze-")) + + ;;; Generated autoloads from mail/feedmail.el -(push (purecopy '(feedmail 11)) package--builtin-versions) +(push (purecopy '(feedmail 11)) package--builtin-versions) (autoload 'feedmail-send-it "feedmail" "\ Send the current mail buffer using the Feedmail package. This is a suitable value for `send-mail-function'. It can be used with various lower-level mechanisms to provide features such as queueing." nil nil) - (autoload 'feedmail-run-the-queue-no-prompts "feedmail" "\ Like `feedmail-run-the-queue', but suppress confirmation prompts. -\(fn &optional ARG)" t nil) - +(fn &optional ARG)" t nil) (autoload 'feedmail-run-the-queue-global-prompt "feedmail" "\ Like `feedmail-run-the-queue', but with a global confirmation prompt. This is generally most useful if run non-interactively, since you can bail out with an appropriate answer to the global confirmation prompt. -\(fn &optional ARG)" t nil) - +(fn &optional ARG)" t nil) (autoload 'feedmail-run-the-queue "feedmail" "\ Visit each message in the feedmail queue directory and send it out. Return value is a list of three things: number of messages sent, number of messages skipped, and number of non-message things in the queue (commonly backup file names and the like). -\(fn &optional ARG)" t nil) - +(fn &optional ARG)" t nil) (autoload 'feedmail-queue-reminder "feedmail" "\ Perform some kind of reminder activity about queued and draft messages. Called with an optional symbol argument which says what kind of event @@ -12701,20 +11420,15 @@ expected to perform the reminder activity. You can supply your own reminder functions by redefining `feedmail-queue-reminder-alist'. If you don't want any reminders, you can set `feedmail-queue-reminder-alist' to nil. -\(fn &optional WHAT-EVENT)" t nil) - +(fn &optional WHAT-EVENT)" t nil) (register-definition-prefixes "feedmail" '("feedmail-")) -;;;*** -;;;### (autoloads nil "ffap" "ffap.el" (0 0 0 0)) ;;; Generated autoloads from ffap.el (defvar ffap-file-finder 'find-file "\ The command called by `find-file-at-point' to find a file.") - (custom-autoload 'ffap-file-finder "ffap" t) - (autoload 'ffap-next "ffap" "\ Search buffer for next file or URL, and run ffap. Optional argument BACK says to search backwards. @@ -12723,8 +11437,7 @@ Interactively: use a single prefix \\[universal-argument] to search backwards, double prefix to wrap forward, triple to wrap backwards. Actual search is done by the function `ffap-next-guess'. -\(fn &optional BACK WRAP)" t nil) - +(fn &optional BACK WRAP)" t nil) (autoload 'find-file-at-point "ffap" "\ Find FILENAME, guessing a default from text around point. If `ffap-url-regexp' is not nil, the FILENAME may also be an URL. @@ -12735,10 +11448,8 @@ See also the variables `ffap-dired-wildcards', `ffap-newfile-prompt', `ffap-file-name-with-spaces', and the functions `ffap-file-at-point' and `ffap-url-at-point'. -\(fn &optional FILENAME)" t nil) - +(fn &optional FILENAME)" t nil) (defalias 'ffap 'find-file-at-point) - (autoload 'ffap-menu "ffap" "\ Put up a menu of files and URLs mentioned in this buffer. Then set mark, jump to choice, and try to fetch it. The menu is @@ -12746,8 +11457,7 @@ cached in `ffap-menu-alist', and rebuilt by `ffap-menu-rescan'. The optional RESCAN argument (a prefix, interactively) forces a rebuild. Searches with `ffap-menu-regexp'. -\(fn &optional RESCAN)" t nil) - +(fn &optional RESCAN)" t nil) (autoload 'ffap-at-mouse "ffap" "\ Find file or URL guessed from text around mouse click. Interactively, calls `ffap-at-mouse-fallback' if no guess is found. @@ -12756,26 +11466,25 @@ Return value: * if the fallback is called, return whatever it returns * otherwise, nil -\(fn E)" t nil) - +(fn E)" t nil) (autoload 'dired-at-point "ffap" "\ Start Dired, defaulting to file at point. See `ffap'. If `dired-at-point-require-prefix' is set, the prefix meaning is reversed. -\(fn &optional FILENAME)" t nil) - +(fn &optional FILENAME)" t nil) (autoload 'ffap-guess-file-name-at-point "ffap" "\ Try to get a file name at point. This hook is intended to be put in `file-name-at-point-functions'." nil nil) - (autoload 'ffap-bindings "ffap" "\ Evaluate the forms in variable `ffap-bindings'." t nil) - (register-definition-prefixes "ffap" '("dired-at-point-" "ffap-" "find-file-literally-at-point")) -;;;*** -;;;### (autoloads nil "filecache" "filecache.el" (0 0 0 0)) +;;; Generated autoloads from cedet/srecode/fields.el + +(register-definition-prefixes "srecode/fields" '("srecode-")) + + ;;; Generated autoloads from filecache.el (autoload 'file-cache-add-directory "filecache" "\ @@ -12783,8 +11492,7 @@ Add all files in DIRECTORY to the file cache. If called from Lisp with a non-nil REGEXP argument is non-nil, only add files whose names match REGEXP. -\(fn DIRECTORY &optional REGEXP)" t nil) - +(fn DIRECTORY &optional REGEXP)" t nil) (autoload 'file-cache-add-directory-list "filecache" "\ Add DIRECTORIES (a list of directory names) to the file cache. If called interactively, read the directory names one by one. @@ -12792,25 +11500,21 @@ If the optional REGEXP argument is non-nil, only files which match it will be added to the cache. Note that the REGEXP is applied to the files in each directory, not to the directory list itself. -\(fn DIRECTORIES &optional REGEXP)" t nil) - +(fn DIRECTORIES &optional REGEXP)" t nil) (autoload 'file-cache-add-file "filecache" "\ Add FILE to the file cache. -\(fn FILE)" t nil) - +(fn FILE)" t nil) (autoload 'file-cache-add-directory-using-find "filecache" "\ Use the `find' command to add files to the file cache. Find is run in DIRECTORY. -\(fn DIRECTORY)" t nil) - +(fn DIRECTORY)" t nil) (autoload 'file-cache-add-directory-using-locate "filecache" "\ Use the `locate' command to add files to the file cache. STRING is passed as an argument to the locate command. -\(fn STRING)" t nil) - +(fn STRING)" t nil) (autoload 'file-cache-add-directory-recursively "filecache" "\ Add DIR and any subdirectories to the file-cache. This function does not use any external programs. @@ -12818,23 +11522,19 @@ If the optional REGEXP argument is non-nil, only files which match it will be added to the cache. Note that the REGEXP is applied to the files in each directory, not to the directory list itself. -\(fn DIR &optional REGEXP)" t nil) - +(fn DIR &optional REGEXP)" t nil) (autoload 'file-cache-minibuffer-complete "filecache" "\ Complete a filename in the minibuffer using a preloaded cache. Filecache does two kinds of substitution: it completes on names in the cache, and, once it has found a unique name, it cycles through the directories that the name is available in. With a prefix argument, the name is considered already unique; only the second substitution -\(directories) is done. - -\(fn ARG)" t nil) +(directories) is done. +(fn ARG)" t nil) (register-definition-prefixes "filecache" '("file-cache-")) -;;;*** -;;;### (autoloads nil "fileloop" "fileloop.el" (0 0 0 0)) ;;; Generated autoloads from fileloop.el (autoload 'fileloop-initialize "fileloop" "\ @@ -12848,13 +11548,11 @@ to perform the operation on the current file buffer and when done should return non-nil to mean that we should immediately continue operating on the next file and nil otherwise. -\(fn FILES SCAN-FUNCTION OPERATE-FUNCTION)" nil nil) - +(fn FILES SCAN-FUNCTION OPERATE-FUNCTION)" nil nil) (autoload 'fileloop-initialize-search "fileloop" "\ -\(fn REGEXP FILES CASE-FOLD)" nil nil) - +(fn REGEXP FILES CASE-FOLD)" nil nil) (autoload 'fileloop-initialize-replace "fileloop" "\ Initialize a new round of query&replace on several files. FROM is a regexp and TO is the replacement to use. @@ -12868,13 +11566,10 @@ CASE-FOLD can be t, nil, or `default': `case-fold-search' instead. DELIMITED if non-nil means replace only word-delimited matches. -\(fn FROM TO FILES CASE-FOLD &optional DELIMITED)" nil nil) - +(fn FROM TO FILES CASE-FOLD &optional DELIMITED)" nil nil) (register-definition-prefixes "fileloop" '("fileloop-")) -;;;*** -;;;### (autoloads nil "filenotify" "filenotify.el" (0 0 0 0)) ;;; Generated autoloads from filenotify.el (autoload 'file-notify-handle-event "filenotify" "\ @@ -12882,15 +11577,16 @@ Handle a file system monitoring event, coming from backends. If OBJECT is a filewatch event, call its callback. Otherwise, signal a `file-notify-error'. -\(fn OBJECT)" t nil) - +(fn OBJECT)" t nil) (function-put 'file-notify-handle-event 'completion-predicate #'ignore) - (register-definition-prefixes "filenotify" '("file-notify-")) -;;;*** -;;;### (autoloads nil "files-x" "files-x.el" (0 0 0 0)) +;;; Generated autoloads from cedet/ede/files.el + +(register-definition-prefixes "ede/files" '("ede-")) + + ;;; Generated autoloads from files-x.el (autoload 'add-file-local-variable "files-x" "\ @@ -12904,13 +11600,11 @@ If there is no Local Variables list in the current file buffer then this function adds the first line containing the string `Local Variables:' and the last line containing the string `End:'. -\(fn VARIABLE VALUE &optional INTERACTIVE)" t nil) - +(fn VARIABLE VALUE &optional INTERACTIVE)" t nil) (autoload 'delete-file-local-variable "files-x" "\ Delete all settings of file-local VARIABLE from the Local Variables list. -\(fn VARIABLE &optional INTERACTIVE)" t nil) - +(fn VARIABLE &optional INTERACTIVE)" t nil) (autoload 'add-file-local-variable-prop-line "files-x" "\ Add file-local VARIABLE with its VALUE to the -*- line. @@ -12921,35 +11615,27 @@ the -*- line. If there is no -*- line at the beginning of the current file buffer then this function adds it. -\(fn VARIABLE VALUE &optional INTERACTIVE)" t nil) - +(fn VARIABLE VALUE &optional INTERACTIVE)" t nil) (autoload 'delete-file-local-variable-prop-line "files-x" "\ Delete all settings of file-local VARIABLE from the -*- line. -\(fn VARIABLE &optional INTERACTIVE)" t nil) - +(fn VARIABLE &optional INTERACTIVE)" t nil) (autoload 'add-dir-local-variable "files-x" "\ Add directory-local VARIABLE with its VALUE and MODE to .dir-locals.el. -\(fn MODE VARIABLE VALUE)" t nil) - +(fn MODE VARIABLE VALUE)" t nil) (autoload 'delete-dir-local-variable "files-x" "\ Delete all MODE settings of file-local VARIABLE from .dir-locals.el. -\(fn MODE VARIABLE)" t nil) - +(fn MODE VARIABLE)" t nil) (autoload 'copy-file-locals-to-dir-locals "files-x" "\ Copy file-local variables to .dir-locals.el." t nil) - (autoload 'copy-dir-locals-to-file-locals "files-x" "\ Copy directory-local variables to the Local Variables list." t nil) - (autoload 'copy-dir-locals-to-file-locals-prop-line "files-x" "\ Copy directory-local variables to the -*- line." t nil) - (defvar enable-connection-local-variables t "\ Non-nil means enable use of connection-local variables.") - (autoload 'connection-local-set-profiles "files-x" "\ Add PROFILES for CRITERIA. CRITERIA is a plist identifying a connection and the application @@ -12962,8 +11648,7 @@ PROFILES are applied to the corresponding process buffer. The variables for a connection profile are defined using `connection-local-set-profile-variables'. -\(fn CRITERIA &rest PROFILES)" nil nil) - +(fn CRITERIA &rest PROFILES)" nil nil) (autoload 'connection-local-set-profile-variables "files-x" "\ Map the symbol PROFILE to a list of variable settings. VARIABLES is a list that declares connection-local variables for @@ -12977,57 +11662,66 @@ variables are set in the server's process buffer according to the VARIABLES list of the connection profile. The list is processed in order. -\(fn PROFILE VARIABLES)" nil nil) - +(fn PROFILE VARIABLES)" nil nil) (autoload 'hack-connection-local-variables-apply "files-x" "\ Apply connection-local variables identified by CRITERIA. Other local variables, like file-local and dir-local variables, will not be changed. -\(fn CRITERIA)" nil nil) - +(fn CRITERIA)" nil nil) (autoload 'with-connection-local-variables "files-x" "\ Apply connection-local variables according to `default-directory'. Execute BODY, and unwind connection-local variables. -\(fn &rest BODY)" nil t) - +(fn &rest BODY)" nil t) (autoload 'with-connection-local-variables-1 "files-x" "\ Apply connection-local variables according to `default-directory'. Call BODY-FUN with no args, and then unwind connection-local variables. -\(fn BODY-FUN)" nil nil) - +(fn BODY-FUN)" nil nil) (autoload 'path-separator "files-x" "\ The connection-local value of `path-separator'." nil nil) - (autoload 'null-device "files-x" "\ The connection-local value of `null-device'." nil nil) - (register-definition-prefixes "files-x" '("connection-local-" "dir-locals-to-string" "hack-connection-local-variables" "modify-" "read-file-local-variable")) -;;;*** -;;;### (autoloads nil "filesets" "filesets.el" (0 0 0 0)) ;;; Generated autoloads from filesets.el (autoload 'filesets-init "filesets" "\ Filesets initialization. Set up hooks, load the cache file -- if existing -- and build the menu." nil nil) - (register-definition-prefixes "filesets" '("filesets-")) -;;;*** -;;;### (autoloads nil "find-cmd" "find-cmd.el" (0 0 0 0)) +;;; Generated autoloads from cedet/semantic/symref/filter.el + +(register-definition-prefixes "semantic/symref/filter" '("semantic-symref-")) + + +;;; Generated autoloads from cedet/srecode/filters.el + +(register-definition-prefixes "srecode/filters" '("srecode-comment-prefix")) + + +;;; Generated autoloads from cedet/srecode/find.el + +(register-definition-prefixes "srecode/find" '("srecode-")) + + +;;; Generated autoloads from cedet/semantic/find.el + +(register-definition-prefixes "semantic/find" '("semantic-")) + + ;;; Generated autoloads from find-cmd.el -(push (purecopy '(find-cmd 0 6)) package--builtin-versions) +(push (purecopy '(find-cmd 0 6)) package--builtin-versions) (autoload 'find-cmd "find-cmd" "\ Initiate the building of a find command. For example: -\(find-cmd \\='(prune (name \".svn\" \".git\" \".CVS\")) +(find-cmd \\='(prune (name \".svn\" \".git\" \".CVS\")) \\='(and (or (name \"*.pl\" \"*.pm\" \"*.t\") (mtime \"+1\")) (fstype \"nfs\" \"ufs\")))) @@ -13035,13 +11729,10 @@ For example: `default-directory' is used as the initial search path. The result is a string that should be ready for the command line. -\(fn &rest SUBFINDS)" nil nil) - +(fn &rest SUBFINDS)" nil nil) (register-definition-prefixes "find-cmd" '("find-")) -;;;*** -;;;### (autoloads nil "find-dired" "find-dired.el" (0 0 0 0)) ;;; Generated autoloads from find-dired.el (autoload 'find-dired "find-dired" "\ @@ -13056,8 +11747,7 @@ use in place of \"-ls\" as the final argument. Collect output in the \"*Find*\" buffer. To kill the job before it finishes, type \\[kill-find]. -\(fn DIR ARGS)" t nil) - +(fn DIR ARGS)" t nil) (autoload 'find-name-dired "find-dired" "\ Search DIR recursively for files matching the globbing PATTERN, and run Dired on those files. @@ -13068,8 +11758,7 @@ The default command run (after changing into DIR) is See `find-name-arg' to customize the arguments. -\(fn DIR PATTERN)" t nil) - +(fn DIR PATTERN)" t nil) (autoload 'find-grep-dired "find-dired" "\ Find files in DIR that contain matches for REGEXP and start Dired on output. The command run (after changing into DIR) is @@ -13080,13 +11769,10 @@ The command run (after changing into DIR) is where the first string in the value of the variable `find-ls-option' specifies what to use in place of \"-ls\" as the final argument. -\(fn DIR REGEXP)" t nil) - +(fn DIR REGEXP)" t nil) (register-definition-prefixes "find-dired" '("find-" "kill-find" "lookfor-dired")) -;;;*** -;;;### (autoloads nil "find-file" "find-file.el" (0 0 0 0)) ;;; Generated autoloads from find-file.el (defvar ff-special-constructs `((,(purecopy "^#\\s *\\(include\\|import\\)\\s +[<\"]\\(.*\\)[>\"]") \, (lambda nil (match-string 2)))) "\ @@ -13096,19 +11782,15 @@ If REGEXP matches the current line (from the beginning of the line), `ff-treat-as-special' calls function EXTRACT with no args. If EXTRACT returns nil, keep trying. Otherwise, return the filename that EXTRACT returned.") - (custom-autoload 'ff-special-constructs "find-file" t) - (autoload 'ff-get-other-file "find-file" "\ Find the header or source file corresponding to this file. See also the documentation for `ff-find-other-file'. If optional IN-OTHER-WINDOW is non-nil, find the file in another window. -\(fn &optional IN-OTHER-WINDOW)" t nil) - +(fn &optional IN-OTHER-WINDOW)" t nil) (defalias 'ff-find-related-file #'ff-find-other-file) - (autoload 'ff-find-other-file "find-file" "\ Find the header or source file corresponding to this file. Being on a `#include' line pulls in that file. @@ -13166,23 +11848,18 @@ Variables of interest include: - `ff-file-created-hook' List of functions to be called if the other file has been created. -\(fn &optional IN-OTHER-WINDOW IGNORE-INCLUDE EVENT)" t nil) - -(define-obsolete-function-alias 'ff-mouse-find-other-file #'ff-find-other-file "28.1") - -(define-obsolete-function-alias 'ff-mouse-find-other-file-other-window #'ff-find-other-file-other-window "28.1") - +(fn &optional IN-OTHER-WINDOW IGNORE-INCLUDE EVENT)" t nil) +(define-obsolete-function-alias 'ff-mouse-find-other-file #'ff-find-other-file "\ +28.1") +(define-obsolete-function-alias 'ff-mouse-find-other-file-other-window #'ff-find-other-file-other-window "\ +28.1") (autoload 'ff-find-other-file-other-window "find-file" "\ Visit the file you point at in another window. -\(fn EVENT)" t nil) - +(fn EVENT)" t nil) (register-definition-prefixes "find-file" '("cc-" "ff-" "modula2-other-file-alist")) -;;;*** -;;;### (autoloads nil "find-func" "emacs-lisp/find-func.el" (0 0 -;;;;;; 0 0)) ;;; Generated autoloads from emacs-lisp/find-func.el (autoload 'find-library "find-func" "\ @@ -13196,29 +11873,25 @@ This function searches `find-library-source-path' if non-nil, and See the `find-library-include-other-files' user option for customizing the candidate completions. -\(fn LIBRARY)" t nil) - +(fn LIBRARY)" t nil) (autoload 'read-library-name "find-func" "\ Read and return a library name, defaulting to the one near point. A library name is the filename of an Emacs Lisp library located in a directory under `load-path' (or `find-library-source-path', if non-nil)." nil nil) - (autoload 'find-library-other-window "find-func" "\ Find the Emacs Lisp source of LIBRARY in another window. See `find-library' for more details. -\(fn LIBRARY)" t nil) - +(fn LIBRARY)" t nil) (autoload 'find-library-other-frame "find-func" "\ Find the Emacs Lisp source of LIBRARY in another frame. See `find-library' for more details. -\(fn LIBRARY)" t nil) - +(fn LIBRARY)" t nil) (autoload 'find-function-search-for-symbol "find-func" "\ Search for SYMBOL's definition of type TYPE in LIBRARY. Visit the library in a buffer, and return a cons cell (BUFFER . POSITION), @@ -13229,8 +11902,7 @@ Otherwise, TYPE specifies the kind of definition, and it is interpreted via `find-function-regexp-alist'. The search is done in the source for library LIBRARY. -\(fn SYMBOL TYPE LIBRARY)" nil nil) - +(fn SYMBOL TYPE LIBRARY)" nil nil) (autoload 'find-function-noselect "find-func" "\ Return a pair (BUFFER . POINT) pointing to the definition of FUNCTION. @@ -13243,8 +11915,7 @@ If FUNCTION is a built-in function, this function normally attempts to find it in the Emacs C sources; however, if LISP-ONLY is non-nil, signal an error instead. -\(fn FUNCTION &optional LISP-ONLY)" nil nil) - +(fn FUNCTION &optional LISP-ONLY)" nil nil) (autoload 'find-function "find-func" "\ Find the definition of the FUNCTION near point. @@ -13255,22 +11926,19 @@ Set mark before moving, if the buffer already existed. See also `find-function-recenter-line' and `find-function-after-hook'. -\(fn FUNCTION)" t nil) - +(fn FUNCTION)" t nil) (autoload 'find-function-other-window "find-func" "\ Find, in another window, the definition of FUNCTION near point. See `find-function' for more details. -\(fn FUNCTION)" t nil) - +(fn FUNCTION)" t nil) (autoload 'find-function-other-frame "find-func" "\ Find, in another frame, the definition of FUNCTION near point. See `find-function' for more details. -\(fn FUNCTION)" t nil) - +(fn FUNCTION)" t nil) (autoload 'find-variable-noselect "find-func" "\ Return a pair `(BUFFER . POINT)' pointing to the definition of VARIABLE. @@ -13278,8 +11946,7 @@ Finds the library containing the definition of VARIABLE in a buffer and the point of the definition. The buffer is not selected. If the variable's definition can't be found in the buffer, return (BUFFER). -\(fn VARIABLE &optional FILE)" nil nil) - +(fn VARIABLE &optional FILE)" nil nil) (autoload 'find-variable "find-func" "\ Find the definition of the VARIABLE at or before point. @@ -13291,22 +11958,19 @@ Set mark before moving, if the buffer already existed. See also `find-function-recenter-line' and `find-function-after-hook'. -\(fn VARIABLE)" t nil) - +(fn VARIABLE)" t nil) (autoload 'find-variable-other-window "find-func" "\ Find, in another window, the definition of VARIABLE near point. See `find-variable' for more details. -\(fn VARIABLE)" t nil) - +(fn VARIABLE)" t nil) (autoload 'find-variable-other-frame "find-func" "\ Find, in another frame, the definition of VARIABLE near point. See `find-variable' for more details. -\(fn VARIABLE)" t nil) - +(fn VARIABLE)" t nil) (autoload 'find-definition-noselect "find-func" "\ Return a pair `(BUFFER . POINT)' pointing to the definition of SYMBOL. If the definition can't be found in the buffer, return (BUFFER). @@ -13314,8 +11978,7 @@ TYPE says what type of definition: nil for a function, `defvar' for a variable, `defface' for a face. This function does not switch to the buffer nor display it. -\(fn SYMBOL TYPE &optional FILE)" nil nil) - +(fn SYMBOL TYPE &optional FILE)" nil nil) (autoload 'find-face-definition "find-func" "\ Find the definition of FACE. FACE defaults to the name near point. @@ -13327,81 +11990,62 @@ Set mark before moving, if the buffer already existed. See also `find-function-recenter-line' and `find-function-after-hook'. -\(fn FACE)" t nil) - +(fn FACE)" t nil) (autoload 'find-function-on-key "find-func" "\ Find the function that KEY invokes. KEY is a string. Set mark before moving, if the buffer already existed. -\(fn KEY)" t nil) - +(fn KEY)" t nil) (autoload 'find-function-on-key-other-window "find-func" "\ Find, in the other window, the function that KEY invokes. See `find-function-on-key'. -\(fn KEY)" t nil) - +(fn KEY)" t nil) (autoload 'find-function-on-key-other-frame "find-func" "\ Find, in the other frame, the function that KEY invokes. See `find-function-on-key'. -\(fn KEY)" t nil) - +(fn KEY)" t nil) (autoload 'find-function-at-point "find-func" "\ Find directly the function at point in the other window." t nil) - (autoload 'find-variable-at-point "find-func" "\ Find directly the variable at point in the other window." t nil) - (autoload 'find-function-setup-keys "find-func" "\ Define some key bindings for the `find-function' family of functions." nil nil) - (register-definition-prefixes "find-func" '("find-" "read-library-name--find-files")) -;;;*** -;;;### (autoloads nil "find-lisp" "find-lisp.el" (0 0 0 0)) ;;; Generated autoloads from find-lisp.el (autoload 'find-lisp-find-dired "find-lisp" "\ Find files in DIR, matching REGEXP. -\(fn DIR REGEXP)" t nil) - +(fn DIR REGEXP)" t nil) (autoload 'find-lisp-find-dired-subdirectories "find-lisp" "\ Find all subdirectories of DIR. -\(fn DIR)" t nil) - +(fn DIR)" t nil) (autoload 'find-lisp-find-dired-filter "find-lisp" "\ Change the filter on a `find-lisp-find-dired' buffer to REGEXP. -\(fn REGEXP)" t nil) - +(fn REGEXP)" t nil) (register-definition-prefixes "find-lisp" '("find-lisp-")) -;;;*** -;;;### (autoloads nil "finder" "finder.el" (0 0 0 0)) ;;; Generated autoloads from finder.el (autoload 'finder-list-keywords "finder" "\ Display descriptions of the keywords in the Finder buffer." t nil) - (autoload 'finder-commentary "finder" "\ Display FILE's commentary section. FILE should be in a form suitable for passing to `locate-library'. -\(fn FILE)" t nil) - +(fn FILE)" t nil) (autoload 'finder-by-keyword "finder" "\ Find packages matching a given keyword." t nil) - (register-definition-prefixes "finder" '("finder-" "generated-finder-keywords-file")) -;;;*** -;;;### (autoloads nil "flow-ctrl" "flow-ctrl.el" (0 0 0 0)) ;;; Generated autoloads from flow-ctrl.el (autoload 'enable-flow-control "flow-ctrl" "\ @@ -13409,8 +12053,7 @@ Toggle flow control handling. When handling is enabled, user can type C-s as C-\\, and C-q as C-^. With arg, enable flow control mode if arg is positive, otherwise disable. -\(fn &optional ARGUMENT)" t nil) - +(fn &optional ARGUMENT)" t nil) (autoload 'enable-flow-control-on "flow-ctrl" "\ Enable flow control if using one of a specified set of terminal types. Use `(enable-flow-control-on \"vt100\" \"h19\")' to enable flow control @@ -13418,20 +12061,16 @@ on VT-100 and H19 terminals. When flow control is enabled, you must type C-\\ to get the effect of a C-s, and type C-^ to get the effect of a C-q. -\(fn &rest LOSING-TERMINAL-TYPES)" nil nil) - +(fn &rest LOSING-TERMINAL-TYPES)" nil nil) (register-definition-prefixes "flow-ctrl" '("flow-control-c-")) -;;;*** -;;;### (autoloads nil "flow-fill" "mail/flow-fill.el" (0 0 0 0)) ;;; Generated autoloads from mail/flow-fill.el (autoload 'fill-flowed-encode "flow-fill" "\ -\(fn &optional BUFFER)" nil nil) - +(fn &optional BUFFER)" nil nil) (autoload 'fill-flowed "flow-fill" "\ Apply RFC2646 decoding to BUFFER. If BUFFER is nil, default to the current buffer. @@ -13439,16 +12078,13 @@ If BUFFER is nil, default to the current buffer. If DELETE-SPACE, delete RFC2646 spaces padding at the end of lines. -\(fn &optional BUFFER DELETE-SPACE)" nil nil) - +(fn &optional BUFFER DELETE-SPACE)" nil nil) (register-definition-prefixes "flow-fill" '("fill-flowed-")) -;;;*** -;;;### (autoloads nil "flymake" "progmodes/flymake.el" (0 0 0 0)) ;;; Generated autoloads from progmodes/flymake.el -(push (purecopy '(flymake 1 2 2)) package--builtin-versions) +(push (purecopy '(flymake 1 2 2)) package--builtin-versions) (autoload 'flymake-log "flymake" "\ Log, at level LEVEL, the message MSG formatted with ARGS. LEVEL is passed to `display-warning', which is used to display @@ -13456,8 +12092,7 @@ the warning. If this form is included in a file, the generated warning contains an indication of the file that generated it. -\(fn LEVEL MSG &rest ARGS)" nil t) - +(fn LEVEL MSG &rest ARGS)" nil t) (autoload 'flymake-make-diagnostic "flymake" "\ Make a Flymake diagnostic for LOCUS's region from BEG to END. LOCUS is a buffer object or a string designating a file name. @@ -13479,8 +12114,7 @@ created diagnostic, overriding the default properties and any properties listed in the `flymake-overlay-control' property of the diagnostic's type symbol. -\(fn LOCUS BEG END TYPE TEXT &optional DATA OVERLAY-PROPERTIES)" nil nil) - +(fn LOCUS BEG END TYPE TEXT &optional DATA OVERLAY-PROPERTIES)" nil nil) (autoload 'flymake-diagnostics "flymake" "\ Get Flymake diagnostics in region determined by BEG and END. @@ -13488,15 +12122,13 @@ If neither BEG or END is supplied, use whole accessible buffer, otherwise if BEG is non-nil and END is nil, consider only diagnostics at BEG. -\(fn &optional BEG END)" nil nil) - +(fn &optional BEG END)" nil nil) (autoload 'flymake-diag-region "flymake" "\ Compute BUFFER's region (BEG . END) corresponding to LINE and COL. If COL is nil, return a region just for LINE. Return nil if the region is invalid. This function saves match data. -\(fn BUFFER LINE &optional COL)" nil nil) - +(fn BUFFER LINE &optional COL)" nil nil) (autoload 'flymake-mode "flymake" "\ Toggle Flymake mode on or off. @@ -13551,20 +12183,14 @@ evaluate `flymake-mode'. The mode's hook is called both when the mode is enabled and when it is disabled. -\(fn &optional ARG)" t nil) - +(fn &optional ARG)" t nil) (autoload 'flymake-mode-on "flymake" "\ Turn Flymake mode on." nil nil) - (autoload 'flymake-mode-off "flymake" "\ Turn Flymake mode off." nil nil) - (register-definition-prefixes "flymake" '("flymake-")) -;;;*** -;;;### (autoloads nil "flymake-cc" "progmodes/flymake-cc.el" (0 0 -;;;;;; 0 0)) ;;; Generated autoloads from progmodes/flymake-cc.el (autoload 'flymake-cc "flymake-cc" "\ @@ -13573,28 +12199,21 @@ This backend uses `flymake-cc-command' (which see) to launch a process that is passed the current buffer's contents via stdin. REPORT-FN is Flymake's callback. -\(fn REPORT-FN &rest ARGS)" nil nil) - +(fn REPORT-FN &rest ARGS)" nil nil) (register-definition-prefixes "flymake-cc" '("flymake-cc-")) -;;;*** -;;;### (autoloads nil "flymake-proc" "progmodes/flymake-proc.el" -;;;;;; (0 0 0 0)) ;;; Generated autoloads from progmodes/flymake-proc.el -(push (purecopy '(flymake-proc 1 0)) package--builtin-versions) +(push (purecopy '(flymake-proc 1 0)) package--builtin-versions) (register-definition-prefixes "flymake-proc" '("flymake-proc-")) -;;;*** -;;;### (autoloads nil "flyspell" "textmodes/flyspell.el" (0 0 0 0)) ;;; Generated autoloads from textmodes/flyspell.el (autoload 'flyspell-prog-mode "flyspell" "\ Turn on `flyspell-mode' for comments and strings." t nil) (defvar flyspell-mode nil "Non-nil if Flyspell mode is enabled.") - (autoload 'flyspell-mode "flyspell" "\ Toggle on-the-fly spell checking (Flyspell mode). @@ -13621,7 +12240,7 @@ invoking `ispell-change-dictionary'. Consider using the `ispell-parser' to check your text. For instance consider adding: -\(add-hook \\='tex-mode-hook (lambda () (setq ispell-parser \\='tex))) +(add-hook \\='tex-mode-hook (lambda () (setq ispell-parser \\='tex))) in your init file. \\[flyspell-region] checks all words inside a region. @@ -13641,49 +12260,37 @@ evaluate `flyspell-mode'. The mode's hook is called both when the mode is enabled and when it is disabled. -\(fn &optional ARG)" t nil) - +(fn &optional ARG)" t nil) (autoload 'turn-on-flyspell "flyspell" "\ Unconditionally turn on Flyspell mode." nil nil) - (autoload 'turn-off-flyspell "flyspell" "\ Unconditionally turn off Flyspell mode." nil nil) - (autoload 'flyspell-mode-off "flyspell" "\ Turn Flyspell mode off." nil nil) - (autoload 'flyspell-region "flyspell" "\ Flyspell text between BEG and END. Make sure `flyspell-mode' is turned on if you want the highlight of a misspelled word removed when you've corrected it. -\(fn BEG END)" t nil) - +(fn BEG END)" t nil) (autoload 'flyspell-buffer "flyspell" "\ Flyspell whole buffer." t nil) - (register-definition-prefixes "flyspell" '("flyspell-" "mail-mode-flyspell-verify" "make-flyspell-overlay" "sgml-mode-flyspell-verify" "tex")) -;;;*** -;;;### (autoloads nil "foldout" "foldout.el" (0 0 0 0)) ;;; Generated autoloads from foldout.el -(push (purecopy '(foldout 1 10)) package--builtin-versions) +(push (purecopy '(foldout 1 10)) package--builtin-versions) (register-definition-prefixes "foldout" '("foldout-")) -;;;*** -;;;### (autoloads nil "follow" "follow.el" (0 0 0 0)) ;;; Generated autoloads from follow.el (autoload 'turn-on-follow-mode "follow" "\ Turn on Follow mode. Please see the function `follow-mode'." nil nil) - (autoload 'turn-off-follow-mode "follow" "\ Turn off Follow mode. Please see the function `follow-mode'." nil nil) - (autoload 'follow-mode "follow" "\ Toggle Follow mode. @@ -13730,8 +12337,7 @@ evaluate `follow-mode'. The mode's hook is called both when the mode is enabled and when it is disabled. -\(fn &optional ARG)" t nil) - +(fn &optional ARG)" t nil) (autoload 'follow-scroll-up-window "follow" "\ Scroll text in a Follow mode window up by that window's size. The other windows in the window chain will scroll synchronously. @@ -13744,8 +12350,7 @@ Negative ARG means scroll downward. Works like `scroll-up' when not in Follow mode. -\(fn &optional ARG)" t nil) - +(fn &optional ARG)" t nil) (autoload 'follow-scroll-down-window "follow" "\ Scroll text in a Follow mode window down by that window's size. The other windows in the window chain will scroll synchronously. @@ -13758,8 +12363,7 @@ Negative ARG means scroll upward. Works like `scroll-down' when not in Follow mode. -\(fn &optional ARG)" t nil) - +(fn &optional ARG)" t nil) (autoload 'follow-scroll-up "follow" "\ Scroll text in a Follow mode window chain up. @@ -13771,8 +12375,7 @@ Negative ARG means scroll downward. Works like `scroll-up' when not in Follow mode. -\(fn &optional ARG)" t nil) - +(fn &optional ARG)" t nil) (autoload 'follow-scroll-down "follow" "\ Scroll text in a Follow mode window chain down. @@ -13784,8 +12387,7 @@ Negative ARG means scroll upward. Works like `scroll-down' when not in Follow mode. -\(fn &optional ARG)" t nil) - +(fn &optional ARG)" t nil) (autoload 'follow-delete-other-windows-and-split "follow" "\ Create two side by side windows and enter Follow mode. @@ -13794,27 +12396,21 @@ in the selected window. All other windows, in the current frame, are deleted and the selected window is split in two side-by-side windows. Follow mode is activated, hence the two windows always will display two successive pages. -\(If one window is moved, the other one will follow.) +(If one window is moved, the other one will follow.) If ARG is positive, the leftmost window is selected. If negative, the rightmost is selected. If ARG is nil, the leftmost window is selected if the original window is the first one in the frame. -\(fn &optional ARG)" t nil) - +(fn &optional ARG)" t nil) (register-definition-prefixes "follow" '("follow-")) -;;;*** -;;;### (autoloads nil "fontset" "international/fontset.el" (0 0 0 -;;;;;; 0)) ;;; Generated autoloads from international/fontset.el -(register-definition-prefixes "fontset" '("charset-script-alist" "create-" "fontset-" "generate-fontset-menu" "set" "standard-fontset-spec" "x-" "xlfd-")) +(register-definition-prefixes "fontset" '("build-default-fontset-data" "charset-script-alist" "create-" "fontset-" "generate-fontset-menu" "set" "standard-fontset-spec" "x-" "xlfd-")) -;;;*** -;;;### (autoloads nil "footnote" "mail/footnote.el" (0 0 0 0)) ;;; Generated autoloads from mail/footnote.el (autoload 'footnote-mode "footnote" "\ @@ -13839,13 +12435,15 @@ evaluate `footnote-mode'. The mode's hook is called both when the mode is enabled and when it is disabled. -\(fn &optional ARG)" t nil) - +(fn &optional ARG)" t nil) (register-definition-prefixes "footnote" '("footnote-")) -;;;*** -;;;### (autoloads nil "format-spec" "format-spec.el" (0 0 0 0)) +;;; Generated autoloads from cedet/semantic/format.el + +(register-definition-prefixes "semantic/format" '("semantic-")) + + ;;; Generated autoloads from format-spec.el (autoload 'format-spec "format-spec" "\ @@ -13896,13 +12494,10 @@ any occurrences of \"%%\" in FORMAT verbatim in the result. If SPLIT, instead of returning a single string, a list of strings is returned, where each format spec is its own element. -\(fn FORMAT SPECIFICATION &optional IGNORE-MISSING SPLIT)" nil nil) - +(fn FORMAT SPECIFICATION &optional IGNORE-MISSING SPLIT)" nil nil) (register-definition-prefixes "format-spec" '("format-spec-")) -;;;*** -;;;### (autoloads nil "forms" "forms.el" (0 0 0 0)) ;;; Generated autoloads from forms.el (autoload 'forms-mode "forms" "\ @@ -13924,23 +12519,18 @@ Commands: Equivalent keys in read-only mode: C-c C-s forms-search-forward s C-c C-x forms-exit x -\(fn &optional PRIMARY)" t nil) - +(fn &optional PRIMARY)" t nil) (autoload 'forms-find-file "forms" "\ Visit a file in Forms mode. -\(fn FN)" t nil) - +(fn FN)" t nil) (autoload 'forms-find-file-other-window "forms" "\ Visit a file in Forms mode in other window. -\(fn FN)" t nil) - +(fn FN)" t nil) (register-definition-prefixes "forms" '("forms-")) -;;;*** -;;;### (autoloads nil "fortran" "progmodes/fortran.el" (0 0 0 0)) ;;; Generated autoloads from progmodes/fortran.el (autoload 'fortran-mode "fortran" "\ @@ -14013,13 +12603,10 @@ Variables controlling indentation style and extra features: Turning on Fortran mode calls the value of the variable `fortran-mode-hook' with no args, if that value is non-nil. -\(fn)" t nil) - +(fn)" t nil) (register-definition-prefixes "fortran" '("fortran-")) -;;;*** -;;;### (autoloads nil "fortune" "play/fortune.el" (0 0 0 0)) ;;; Generated autoloads from play/fortune.el (autoload 'fortune-add-fortune "fortune" "\ @@ -14028,24 +12615,21 @@ Add STRING to a fortune file FILE. Interactively, if called with a prefix argument, read the file name to use. Otherwise use the value of `fortune-file'. -\(fn STRING FILE)" t nil) - +(fn STRING FILE)" t nil) (autoload 'fortune-from-region "fortune" "\ Append the current region to a local fortune-like data file. Interactively, if called with a prefix argument, read the file name to use. Otherwise use the value of `fortune-file'. -\(fn BEG END FILE)" t nil) - +(fn BEG END FILE)" t nil) (autoload 'fortune-compile "fortune" "\ Compile fortune file. If called with a prefix asks for the FILE to compile, otherwise uses the value of `fortune-file'. This currently cannot handle directories. -\(fn &optional FILE)" t nil) - +(fn &optional FILE)" t nil) (autoload 'fortune-to-signature "fortune" "\ Create signature from output of the fortune program. @@ -14054,15 +12638,13 @@ otherwise uses the value of `fortune-file'. If you want to have fortune choose from a set of files in a directory, call interactively with prefix and choose the directory as the fortune-file. -\(fn &optional FILE)" t nil) - +(fn &optional FILE)" t nil) (autoload 'fortune-message "fortune" "\ Display a fortune cookie to the mini-buffer. If called with a prefix, it has the same behavior as `fortune'. Optional FILE is a fortune file from which a cookie will be selected. -\(fn &optional FILE)" t nil) - +(fn &optional FILE)" t nil) (autoload 'fortune "fortune" "\ Display a fortune cookie. If called with a prefix asks for the FILE to choose the fortune from, @@ -14070,23 +12652,18 @@ otherwise uses the value of `fortune-file'. If you want to have fortune choose from a set of files in a directory, call interactively with prefix and choose the directory as the fortune-file. -\(fn &optional FILE)" t nil) - +(fn &optional FILE)" t nil) (register-definition-prefixes "fortune" '("fortune-")) -;;;*** -;;;### (autoloads nil "frameset" "frameset.el" (0 0 0 0)) ;;; Generated autoloads from frameset.el (defvar frameset-session-filter-alist (append '((left . frameset-filter-iconified) (minibuffer . frameset-filter-minibuffer) (top . frameset-filter-iconified)) (mapcar (lambda (p) (cons p :never)) frame-internal-parameters)) "\ Minimum set of parameters to filter for live (on-session) framesets. DO NOT MODIFY. See `frameset-filter-alist' for a full description.") - (defvar frameset-persistent-filter-alist (append '((background-color . frameset-filter-sanitize-color) (bottom . frameset-filter-shelve-param) (buffer-list . :never) (buffer-predicate . :never) (buried-buffer-list . :never) (client . :never) (delete-before . :never) (font . frameset-filter-font-param) (font-backend . :never) (foreground-color . frameset-filter-sanitize-color) (frameset--text-pixel-height . :save) (frameset--text-pixel-width . :save) (fullscreen . frameset-filter-shelve-param) (GUI:bottom . frameset-filter-unshelve-param) (GUI:font . frameset-filter-unshelve-param) (GUI:fullscreen . frameset-filter-unshelve-param) (GUI:height . frameset-filter-unshelve-param) (GUI:left . frameset-filter-unshelve-param) (GUI:right . frameset-filter-unshelve-param) (GUI:top . frameset-filter-unshelve-param) (GUI:width . frameset-filter-unshelve-param) (height . frameset-filter-shelve-param) (left . frameset-filter-shelve-param) (parent-frame . :never) (mouse-wheel-frame . :never) (right . frameset-filter-shelve-param) (top . frameset-filter-shelve-param) (tty . frameset-filter-tty-to-GUI) (tty-type . frameset-filter-tty-to-GUI) (width . frameset-filter-shelve-param) (window-system . :never)) frameset-session-filter-alist) "\ Parameters to filter for persistent framesets. DO NOT MODIFY. See `frameset-filter-alist' for a full description.") - (defvar frameset-filter-alist frameset-persistent-filter-alist "\ Alist of frame parameters and filtering functions. @@ -14142,7 +12719,6 @@ It must return: Frame parameters not on this alist are passed intact, as if they were defined with ACTION = nil.") - (autoload 'frameset-frame-id "frameset" "\ Return the frame id of FRAME, if it has one; else, return nil. A frame id is a string that uniquely identifies a frame. @@ -14151,20 +12727,17 @@ invocations, and once assigned is never changed unless the same frame is duplicated (via `frameset-restore'), in which case the newest frame keeps the id and the old frame's is set to nil. -\(fn FRAME)" nil nil) - +(fn FRAME)" nil nil) (autoload 'frameset-frame-id-equal-p "frameset" "\ Return non-nil if FRAME's id matches ID. -\(fn FRAME ID)" nil nil) - +(fn FRAME ID)" nil nil) (autoload 'frameset-frame-with-id "frameset" "\ Return the live frame with id ID, if exists; else nil. If FRAME-LIST is a list of frames, check these frames only. If nil, check all live frames. -\(fn ID &optional FRAME-LIST)" nil nil) - +(fn ID &optional FRAME-LIST)" nil nil) (autoload 'frameset-save "frameset" "\ Return a frameset for FRAME-LIST, a list of frames. Dead frames and non-frame objects are silently removed from the list. @@ -14177,8 +12750,7 @@ PREDICATE is a predicate function, which must return non-nil for frames that should be saved; if PREDICATE is nil, all frames from FRAME-LIST are saved. PROPERTIES is a user-defined property list to add to the frameset. -\(fn FRAME-LIST &key APP NAME DESCRIPTION FILTERS PREDICATE PROPERTIES)" nil nil) - +(fn FRAME-LIST &key APP NAME DESCRIPTION FILTERS PREDICATE PROPERTIES)" nil nil) (autoload 'frameset-restore "frameset" "\ Restore a FRAMESET into the current display(s). @@ -14238,8 +12810,7 @@ restoration, including those that have been reused or created anew. All keyword parameters default to nil. -\(fn FRAMESET &key PREDICATE FILTERS REUSE-FRAMES FORCE-DISPLAY FORCE-ONSCREEN CLEANUP-FRAMES)" nil nil) - +(fn FRAMESET &key PREDICATE FILTERS REUSE-FRAMES FORCE-DISPLAY FORCE-ONSCREEN CLEANUP-FRAMES)" nil nil) (autoload 'frameset-to-register "frameset" "\ Store the current frameset in register REGISTER. Use \\[jump-to-register] to restore the frameset. @@ -14247,45 +12818,53 @@ Argument is a character, naming the register. Interactively, reads the register using `register-read-with-preview'. -\(fn REGISTER)" t nil) - +(fn REGISTER)" t nil) (register-definition-prefixes "frameset" '("frameset-")) -;;;*** -;;;### (autoloads nil "fringe" "fringe.el" (0 0 0 0)) ;;; Generated autoloads from fringe.el -(unless (fboundp 'define-fringe-bitmap) (defun define-fringe-bitmap (_bitmap _bits &optional _height _width _align) "Define fringe bitmap BITMAP from BITS of size HEIGHT x WIDTH.\nBITMAP is a symbol identifying the new fringe bitmap.\nBITS is either a string or a vector of integers.\nHEIGHT is height of bitmap. If HEIGHT is nil, use length of BITS.\nWIDTH must be an integer between 1 and 16, or nil which defaults to 8.\nOptional fifth arg ALIGN may be one of `top', `center', or `bottom',\nindicating the positioning of the bitmap relative to the rows where it\nis used; the default is to center the bitmap. Fifth arg may also be a\nlist (ALIGN PERIODIC) where PERIODIC non-nil specifies that the bitmap\nshould be repeated.\nIf BITMAP already exists, the existing definition is replaced.")) - +(unless (fboundp 'define-fringe-bitmap) (defun define-fringe-bitmap (_bitmap _bits &optional _height _width _align) "Define fringe bitmap BITMAP from BITS of size HEIGHT x WIDTH. +BITMAP is a symbol identifying the new fringe bitmap. +BITS is either a string or a vector of integers. +HEIGHT is height of bitmap. If HEIGHT is nil, use length of BITS. +WIDTH must be an integer between 1 and 16, or nil which defaults to 8. +Optional fifth arg ALIGN may be one of `top', `center', or `bottom', +indicating the positioning of the bitmap relative to the rows where it +is used; the default is to center the bitmap. Fifth arg may also be a +list (ALIGN PERIODIC) where PERIODIC non-nil specifies that the bitmap +should be repeated. +If BITMAP already exists, the existing definition is replaced.")) (register-definition-prefixes "fringe" '("fringe-" "set-fringe-")) -;;;*** -;;;### (autoloads nil "gamegrid" "play/gamegrid.el" (0 0 0 0)) +;;; Generated autoloads from cedet/semantic/fw.el + +(register-definition-prefixes "semantic/fw" '("semantic")) + + ;;; Generated autoloads from play/gamegrid.el (register-definition-prefixes "gamegrid" '("gamegrid-")) -;;;*** -;;;### (autoloads nil "gametree" "play/gametree.el" (0 0 0 0)) ;;; Generated autoloads from play/gametree.el (register-definition-prefixes "gametree" '("gametree-")) -;;;*** -;;;### (autoloads nil "gdb-mi" "progmodes/gdb-mi.el" (0 0 0 0)) +;;; Generated autoloads from cedet/semantic/bovine/gcc.el + +(register-definition-prefixes "semantic/bovine/gcc" '("semantic-")) + + ;;; Generated autoloads from progmodes/gdb-mi.el (defvar gdb-enable-debug nil "\ Non-nil if Gdb-Enable-Debug mode is enabled. See the `gdb-enable-debug' command for a description of this minor mode.") - (custom-autoload 'gdb-enable-debug "gdb-mi" nil) - (autoload 'gdb-enable-debug "gdb-mi" "\ Toggle logging of transaction between Emacs and Gdb. @@ -14310,8 +12889,7 @@ evaluate `(default-value \\='gdb-enable-debug)'. The mode's hook is called both when the mode is enabled and when it is disabled. -\(fn &optional ARG)" t nil) - +(fn &optional ARG)" t nil) (autoload 'gdb "gdb-mi" "\ Run gdb passing it COMMAND-LINE as arguments. @@ -14370,28 +12948,21 @@ detailed description of this mode. | | D gdb-delete-breakpoint | +-----------------------------------+----------------------------------+ -\(fn COMMAND-LINE)" t nil) - +(fn COMMAND-LINE)" t nil) (register-definition-prefixes "gdb-mi" '("breakpoint" "def-gdb-" "gdb" "gud-" "hollow-right-triangle" "nil")) -;;;*** -;;;### (autoloads nil "generator" "emacs-lisp/generator.el" (0 0 -;;;;;; 0 0)) ;;; Generated autoloads from emacs-lisp/generator.el (register-definition-prefixes "generator" '("cps-" "iter-")) -;;;*** -;;;### (autoloads nil "generic" "emacs-lisp/generic.el" (0 0 0 0)) ;;; Generated autoloads from emacs-lisp/generic.el (defvar generic-mode-list nil "\ A list of mode names for `generic-mode'. Do not add entries to this list directly; use `define-generic-mode' instead (which see).") - (autoload 'define-generic-mode "generic" "\ Create a new generic mode MODE. @@ -14430,17 +13001,13 @@ mode hook `MODE-hook'. See the file generic-x.el for some examples of `define-generic-mode'. -\(fn MODE COMMENT-LIST KEYWORD-LIST FONT-LOCK-LIST AUTO-MODE-LIST FUNCTION-LIST &optional DOCSTRING)" nil t) - +(fn MODE COMMENT-LIST KEYWORD-LIST FONT-LOCK-LIST AUTO-MODE-LIST FUNCTION-LIST &optional DOCSTRING)" nil t) (function-put 'define-generic-mode 'lisp-indent-function '1) - (function-put 'define-generic-mode 'doc-string-elt '7) - (autoload 'generic-mode-internal "generic" "\ Go into the generic mode MODE. -\(fn MODE COMMENT-LIST KEYWORD-LIST FONT-LOCK-LIST FUNCTION-LIST)" nil nil) - +(fn MODE COMMENT-LIST KEYWORD-LIST FONT-LOCK-LIST FUNCTION-LIST)" nil nil) (autoload 'generic-mode "generic" "\ Enter generic mode MODE. @@ -14451,8 +13018,7 @@ own mode, but have comment characters, keywords, and the like.) To define a generic-mode, use the function `define-generic-mode'. Some generic modes are defined in `generic-x.el'. -\(fn MODE)" t nil) - +(fn MODE)" t nil) (autoload 'generic-make-keywords-list "generic" "\ Return a `font-lock-keywords' construct that highlights KEYWORD-LIST. KEYWORD-LIST is a list of keyword strings that should be @@ -14462,22 +13028,21 @@ PREFIX and SUFFIX. Then it returns a construct based on this regular expression that can be used as an element of `font-lock-keywords'. -\(fn KEYWORD-LIST FACE &optional PREFIX SUFFIX)" nil nil) - +(fn KEYWORD-LIST FACE &optional PREFIX SUFFIX)" nil nil) (make-obsolete 'generic-make-keywords-list 'regexp-opt '"24.4") - (register-definition-prefixes "generic" '("generic-")) -;;;*** -;;;### (autoloads nil "generic-x" "generic-x.el" (0 0 0 0)) -;;; Generated autoloads from generic-x.el +;;; Generated autoloads from cedet/ede/generic.el + +(register-definition-prefixes "ede/generic" '("ede-generic-")) + + +;;; Generated autoloads from cedet/srecode/getset.el -(register-definition-prefixes "generic-x" '("default-generic-mode" "generic-")) +(register-definition-prefixes "srecode/getset" '("srecode-")) -;;;*** -;;;### (autoloads nil "glasses" "progmodes/glasses.el" (0 0 0 0)) ;;; Generated autoloads from progmodes/glasses.el (autoload 'glasses-mode "glasses" "\ @@ -14500,14 +13065,15 @@ evaluate `glasses-mode'. The mode's hook is called both when the mode is enabled and when it is disabled. -\(fn &optional ARG)" t nil) - +(fn &optional ARG)" t nil) (register-definition-prefixes "glasses" '("glasses-")) -;;;*** -;;;### (autoloads nil "glyphless-mode" "textmodes/glyphless-mode.el" -;;;;;; (0 0 0 0)) +;;; Generated autoloads from cedet/semantic/symref/global.el + +(register-definition-prefixes "semantic/symref/global" '("semantic-symref-global--line-re")) + + ;;; Generated autoloads from textmodes/glyphless-mode.el (autoload 'glyphless-display-mode "glyphless-mode" "\ @@ -14531,21 +13097,17 @@ evaluate `glyphless-display-mode'. The mode's hook is called both when the mode is enabled and when it is disabled. -\(fn &optional ARG)" t nil) - +(fn &optional ARG)" t nil) (register-definition-prefixes "glyphless-mode" '("glyphless-mode-")) -;;;*** -;;;### (autoloads nil "gmm-utils" "gnus/gmm-utils.el" (0 0 0 0)) ;;; Generated autoloads from gnus/gmm-utils.el (autoload 'gmm-regexp-concat "gmm-utils" "\ Potentially concat a list of regexps into a single one. The concatenation is done with logical ORs. -\(fn REGEXP)" nil nil) - +(fn REGEXP)" nil nil) (autoload 'gmm-message "gmm-utils" "\ If LEVEL is lower than `gmm-verbose' print ARGS using `message'. @@ -14556,19 +13118,16 @@ Guideline for numbers: 7 - not very important messages on stuff 9 - messages inside loops. -\(fn LEVEL &rest ARGS)" nil nil) - +(fn LEVEL &rest ARGS)" nil nil) (autoload 'gmm-error "gmm-utils" "\ Beep an error if LEVEL is equal to or less than `gmm-verbose'. ARGS are passed to `message'. -\(fn LEVEL &rest ARGS)" nil nil) - +(fn LEVEL &rest ARGS)" nil nil) (autoload 'gmm-widget-p "gmm-utils" "\ Non-nil if SYMBOL is a widget. -\(fn SYMBOL)" nil nil) - +(fn SYMBOL)" nil nil) (autoload 'gmm-tool-bar-from-list "gmm-utils" "\ Make a tool bar from ICON-LIST. @@ -14587,27 +13146,22 @@ runs the command find-file\", then use `new-file' in ZAP-LIST. DEFAULT-MAP specifies the default key map for ICON-LIST. -\(fn ICON-LIST ZAP-LIST DEFAULT-MAP)" nil nil) - +(fn ICON-LIST ZAP-LIST DEFAULT-MAP)" nil nil) (register-definition-prefixes "gmm-utils" '("defun-gmm" "gmm-")) -;;;*** -;;;### (autoloads nil "gnus" "gnus/gnus.el" (0 0 0 0)) ;;; Generated autoloads from gnus/gnus.el + (push (purecopy '(gnus 5 13)) package--builtin-versions) (custom-autoload 'gnus-select-method "gnus") - (autoload 'gnus-child-no-server "gnus" "\ Read network news as a child, without connecting to the local server. -\(fn &optional ARG)" t nil) - +(fn &optional ARG)" t nil) (autoload 'gnus-slave-no-server "gnus" "\ Read network news as a child, without connecting to the local server. -\(fn &optional ARG)" t nil) - +(fn &optional ARG)" t nil) (autoload 'gnus-no-server "gnus" "\ Read network news. If ARG is a positive number, Gnus will use that as the startup level. @@ -14617,18 +13171,15 @@ an NNTP server to use. As opposed to `gnus', this command will not connect to the local server. -\(fn &optional ARG CHILD)" t nil) - +(fn &optional ARG CHILD)" t nil) (autoload 'gnus-child "gnus" "\ Read news as a child. -\(fn &optional ARG)" t nil) - +(fn &optional ARG)" t nil) (autoload 'gnus-slave "gnus" "\ Read news as a child. -\(fn &optional ARG)" t nil) - +(fn &optional ARG)" t nil) (autoload 'gnus-other-frame "gnus" "\ Pop up a frame to read news. This will call one of the Gnus commands which is specified by the user @@ -14640,39 +13191,31 @@ such as \"unix:0\" to specify where to pop up a frame. If DISPLAY is omitted or the function `make-frame-on-display' is not available, the current display is used. -\(fn &optional ARG DISPLAY)" t nil) - +(fn &optional ARG DISPLAY)" t nil) (autoload 'gnus "gnus" "\ Read network news. If ARG is non-nil and a positive number, Gnus will use that as the startup level. If ARG is non-nil and not a positive number, Gnus will prompt the user for the name of an NNTP server to use. -\(fn &optional ARG DONT-CONNECT CHILD)" t nil) - +(fn &optional ARG DONT-CONNECT CHILD)" t nil) (register-definition-prefixes "gnus" '("gnus-")) -;;;*** -;;;### (autoloads nil "gnus-agent" "gnus/gnus-agent.el" (0 0 0 0)) ;;; Generated autoloads from gnus/gnus-agent.el (autoload 'gnus-unplugged "gnus-agent" "\ Start Gnus unplugged." t nil) - (autoload 'gnus-plugged "gnus-agent" "\ Start Gnus plugged." t nil) - (autoload 'gnus-child-unplugged "gnus-agent" "\ Read news as a child unplugged. -\(fn &optional ARG)" t nil) - +(fn &optional ARG)" t nil) (autoload 'gnus-slave-unplugged "gnus-agent" "\ Read news as a child unplugged. -\(fn &optional ARG)" t nil) - +(fn &optional ARG)" t nil) (autoload 'gnus-agentize "gnus-agent" "\ Allow Gnus to be an offline newsreader. @@ -14683,10 +13226,8 @@ customize `gnus-agent' to nil. This will modify the `gnus-setup-news-hook', and `message-send-mail-real-function' variables, and install the Gnus agent minor mode in all Gnus buffers." t nil) - (autoload 'gnus-agent-possibly-save-gcc "gnus-agent" "\ Save GCC if Gnus is unplugged." nil nil) - (autoload 'gnus-agent-rename-group "gnus-agent" "\ Rename fully-qualified OLD-GROUP as NEW-GROUP. Always updates the agent, even when disabled, as the old agent @@ -14694,8 +13235,7 @@ files would corrupt gnus when the agent was next enabled. Depends upon the caller to determine whether group renaming is supported. -\(fn OLD-GROUP NEW-GROUP)" nil nil) - +(fn OLD-GROUP NEW-GROUP)" nil nil) (autoload 'gnus-agent-delete-group "gnus-agent" "\ Delete fully-qualified GROUP. Always updates the agent, even when disabled, as the old agent @@ -14703,87 +13243,65 @@ files would corrupt gnus when the agent was next enabled. Depends upon the caller to determine whether group deletion is supported. -\(fn GROUP)" nil nil) - +(fn GROUP)" nil nil) (autoload 'gnus-agent-get-undownloaded-list "gnus-agent" "\ Construct list of articles that have not been downloaded." nil nil) - (autoload 'gnus-agent-possibly-alter-active "gnus-agent" "\ Possibly expand a group's active range to include articles downloaded into the agent. -\(fn GROUP ACTIVE &optional INFO)" nil nil) - +(fn GROUP ACTIVE &optional INFO)" nil nil) (autoload 'gnus-agent-find-parameter "gnus-agent" "\ Search for GROUPs SYMBOL in the group's parameters, the group's topic parameters, the group's category, or the customizable variables. Returns the first non-nil value found. -\(fn GROUP SYMBOL)" nil nil) - +(fn GROUP SYMBOL)" nil nil) (autoload 'gnus-agent-batch-fetch "gnus-agent" "\ Start Gnus and fetch session." t nil) - (autoload 'gnus-agent-batch "gnus-agent" "\ Start Gnus, send queue and fetch session." t nil) - (autoload 'gnus-agent-regenerate "gnus-agent" "\ Regenerate all agent covered files. CLEAN is obsolete and ignored. -\(fn &optional CLEAN REREAD)" t nil) - +(fn &optional CLEAN REREAD)" t nil) (register-definition-prefixes "gnus-agent" '("gnus-")) -;;;*** -;;;### (autoloads nil "gnus-art" "gnus/gnus-art.el" (0 0 0 0)) ;;; Generated autoloads from gnus/gnus-art.el (autoload 'gnus-article-prepare-display "gnus-art" "\ Make the current buffer look like a nice article." nil nil) - (register-definition-prefixes "gnus-art" '(":keymap" "article-" "gnus-")) -;;;*** -;;;### (autoloads nil "gnus-async" "gnus/gnus-async.el" (0 0 0 0)) ;;; Generated autoloads from gnus/gnus-async.el (register-definition-prefixes "gnus-async" '("gnus-")) -;;;*** -;;;### (autoloads nil "gnus-bcklg" "gnus/gnus-bcklg.el" (0 0 0 0)) ;;; Generated autoloads from gnus/gnus-bcklg.el (register-definition-prefixes "gnus-bcklg" '("gnus-backlog-")) -;;;*** -;;;### (autoloads nil "gnus-bookmark" "gnus/gnus-bookmark.el" (0 -;;;;;; 0 0 0)) ;;; Generated autoloads from gnus/gnus-bookmark.el (autoload 'gnus-bookmark-set "gnus-bookmark" "\ Set a bookmark for this article." '(gnus-article-mode gnus-summary-mode) nil) - (autoload 'gnus-bookmark-jump "gnus-bookmark" "\ Jump to a Gnus bookmark (BMK-NAME). -\(fn &optional BMK-NAME)" t nil) - +(fn &optional BMK-NAME)" t nil) (autoload 'gnus-bookmark-bmenu-list "gnus-bookmark" "\ Display a list of existing Gnus bookmarks. The list is displayed in a buffer named `*Gnus Bookmark List*'. The leftmost column displays a D if the bookmark is flagged for deletion, or > if it is flagged for displaying." t nil) - (register-definition-prefixes "gnus-bookmark" '("gnus-bookmark-")) -;;;*** -;;;### (autoloads nil "gnus-cache" "gnus/gnus-cache.el" (0 0 0 0)) ;;; Generated autoloads from gnus/gnus-cache.el (autoload 'gnus-jog-cache "gnus-cache" "\ @@ -14791,17 +13309,14 @@ Go through all groups and put the articles into the cache. Usage: $ emacs -batch -l ~/.emacs -l gnus -f gnus-jog-cache" t nil) - (autoload 'gnus-cache-generate-active "gnus-cache" "\ Generate the cache active file. -\(fn &optional DIRECTORY)" t nil) - +(fn &optional DIRECTORY)" t nil) (autoload 'gnus-cache-generate-nov-databases "gnus-cache" "\ Generate NOV files recursively starting in DIR. -\(fn DIR)" t nil) - +(fn DIR)" t nil) (autoload 'gnus-cache-rename-group "gnus-cache" "\ Rename OLD-GROUP as NEW-GROUP. Always updates the cache, even when disabled, as the old cache @@ -14809,8 +13324,7 @@ files would corrupt Gnus when the cache was next enabled. It depends on the caller to determine whether group renaming is supported. -\(fn OLD-GROUP NEW-GROUP)" nil nil) - +(fn OLD-GROUP NEW-GROUP)" nil nil) (autoload 'gnus-cache-delete-group "gnus-cache" "\ Delete GROUP from the cache. Always updates the cache, even when disabled, as the old cache @@ -14818,41 +13332,30 @@ files would corrupt gnus when the cache was next enabled. Depends upon the caller to determine whether group deletion is supported. -\(fn GROUP)" nil nil) - +(fn GROUP)" nil nil) (register-definition-prefixes "gnus-cache" '("gnus-")) -;;;*** -;;;### (autoloads nil "gnus-cite" "gnus/gnus-cite.el" (0 0 0 0)) ;;; Generated autoloads from gnus/gnus-cite.el (register-definition-prefixes "gnus-cite" '("gnus-" "turn-o")) -;;;*** -;;;### (autoloads nil "gnus-cloud" "gnus/gnus-cloud.el" (0 0 0 0)) ;;; Generated autoloads from gnus/gnus-cloud.el (register-definition-prefixes "gnus-cloud" '("gnus-cloud-")) -;;;*** -;;;### (autoloads nil "gnus-cus" "gnus/gnus-cus.el" (0 0 0 0)) ;;; Generated autoloads from gnus/gnus-cus.el (register-definition-prefixes "gnus-cus" '("category-fields" "gnus-")) -;;;*** -;;;### (autoloads nil "gnus-dbus" "gnus/gnus-dbus.el" (0 0 0 0)) ;;; Generated autoloads from gnus/gnus-dbus.el (register-definition-prefixes "gnus-dbus" '("gnus-dbus-")) -;;;*** -;;;### (autoloads nil "gnus-delay" "gnus/gnus-delay.el" (0 0 0 0)) ;;; Generated autoloads from gnus/gnus-delay.el (autoload 'gnus-delay-article "gnus-delay" "\ @@ -14872,11 +13375,9 @@ The value of `message-draft-headers' determines which headers are generated when the article is delayed. Remaining headers are generated when the article is sent. -\(fn DELAY)" '(message-mode) nil) - +(fn DELAY)" '(message-mode) nil) (autoload 'gnus-delay-send-queue "gnus-delay" "\ Send all the delayed messages that are due now." t nil) - (autoload 'gnus-delay-initialize "gnus-delay" "\ Initialize the gnus-delay package. This sets up a key binding in `message-mode' to delay a message. @@ -14885,151 +13386,115 @@ This tells Gnus to look for delayed messages after getting new news. The optional arg NO-KEYMAP is ignored. Checking delayed messages is skipped if optional arg NO-CHECK is non-nil. -\(fn &optional NO-KEYMAP NO-CHECK)" nil nil) - +(fn &optional NO-KEYMAP NO-CHECK)" nil nil) (register-definition-prefixes "gnus-delay" '("gnus-delay-")) -;;;*** -;;;### (autoloads nil "gnus-demon" "gnus/gnus-demon.el" (0 0 0 0)) ;;; Generated autoloads from gnus/gnus-demon.el (register-definition-prefixes "gnus-demon" '("gnus-")) -;;;*** -;;;### (autoloads nil "gnus-diary" "gnus/gnus-diary.el" (0 0 0 0)) ;;; Generated autoloads from gnus/gnus-diary.el (autoload 'gnus-user-format-function-d "gnus-diary" "\ -\(fn HEADER)" nil nil) - +(fn HEADER)" nil nil) (autoload 'gnus-user-format-function-D "gnus-diary" "\ -\(fn HEADER)" nil nil) - +(fn HEADER)" nil nil) (register-definition-prefixes "gnus-diary" '("gnus-")) -;;;*** -;;;### (autoloads nil "gnus-dired" "gnus/gnus-dired.el" (0 0 0 0)) ;;; Generated autoloads from gnus/gnus-dired.el (autoload 'turn-on-gnus-dired-mode "gnus-dired" "\ Convenience method to turn on `gnus-dired-mode'." t nil) - (register-definition-prefixes "gnus-dired" '("gnus-dired-")) -;;;*** -;;;### (autoloads nil "gnus-draft" "gnus/gnus-draft.el" (0 0 0 0)) ;;; Generated autoloads from gnus/gnus-draft.el (autoload 'gnus-draft-reminder "gnus-draft" "\ Reminder user if there are unsent drafts." t nil) - (register-definition-prefixes "gnus-draft" '("gnus-")) -;;;*** -;;;### (autoloads nil "gnus-dup" "gnus/gnus-dup.el" (0 0 0 0)) ;;; Generated autoloads from gnus/gnus-dup.el (register-definition-prefixes "gnus-dup" '("gnus-")) -;;;*** -;;;### (autoloads nil "gnus-eform" "gnus/gnus-eform.el" (0 0 0 0)) ;;; Generated autoloads from gnus/gnus-eform.el (register-definition-prefixes "gnus-eform" '("gnus-edit-form")) -;;;*** -;;;### (autoloads nil "gnus-fun" "gnus/gnus-fun.el" (0 0 0 0)) ;;; Generated autoloads from gnus/gnus-fun.el (autoload 'gnus--random-face-with-type "gnus-fun" "\ Return file from DIR with extension EXT. Omit matches of OMIT, and process them by FUN. -\(fn DIR EXT OMIT FUN)" nil nil) - +(fn DIR EXT OMIT FUN)" nil nil) (autoload 'message-goto-eoh "message" nil t) - (autoload 'gnus-random-x-face "gnus-fun" "\ Return X-Face header data chosen randomly from `gnus-x-face-directory'. Files matching `gnus-x-face-omit-files' are not considered." t nil) - (autoload 'gnus-insert-random-x-face-header "gnus-fun" "\ Insert a random X-Face header from `gnus-x-face-directory'." t nil) - (autoload 'gnus-x-face-from-file "gnus-fun" "\ Insert an X-Face header based on an image FILE. Depending on `gnus-convert-image-to-x-face-command' it may accept different input formats. -\(fn FILE)" t nil) - +(fn FILE)" t nil) (autoload 'gnus-face-from-file "gnus-fun" "\ Return a Face header based on an image FILE. Depending on `gnus-convert-image-to-face-command' it may accept different input formats. -\(fn FILE)" t nil) - +(fn FILE)" t nil) (autoload 'gnus-convert-face-to-png "gnus-fun" "\ Convert FACE (which is base64-encoded) to a PNG. The PNG is returned as a string. -\(fn FACE)" nil nil) - +(fn FACE)" nil nil) (autoload 'gnus-convert-png-to-face "gnus-fun" "\ Convert FILE to a Face. FILE should be a PNG file that's 48x48 and smaller than or equal to 726 bytes. -\(fn FILE)" nil nil) - +(fn FILE)" nil nil) (autoload 'gnus-random-face "gnus-fun" "\ Return randomly chosen Face from `gnus-face-directory'. Files matching `gnus-face-omit-files' are not considered." t nil) - (autoload 'gnus-insert-random-face-header "gnus-fun" "\ Insert a random Face header from `gnus-face-directory'." nil nil) - (register-definition-prefixes "gnus-fun" '("gnus-")) -;;;*** -;;;### (autoloads nil "gnus-gravatar" "gnus/gnus-gravatar.el" (0 -;;;;;; 0 0 0)) ;;; Generated autoloads from gnus/gnus-gravatar.el (autoload 'gnus-treat-from-gravatar "gnus-gravatar" "\ Display gravatar in the From header. If gravatar is already displayed, remove it. -\(fn &optional FORCE)" '(gnus-article-mode gnus-summary-mode) nil) - +(fn &optional FORCE)" '(gnus-article-mode gnus-summary-mode) nil) (autoload 'gnus-treat-mail-gravatar "gnus-gravatar" "\ Display gravatars in the Cc and To headers. If gravatars are already displayed, remove them. -\(fn &optional FORCE)" '(gnus-article-mode gnus-summary-mode) nil) - +(fn &optional FORCE)" '(gnus-article-mode gnus-summary-mode) nil) (register-definition-prefixes "gnus-gravatar" '("gnus-gravatar-")) -;;;*** -;;;### (autoloads nil "gnus-group" "gnus/gnus-group.el" (0 0 0 0)) ;;; Generated autoloads from gnus/gnus-group.el (autoload 'gnus-fetch-group "gnus-group" "\ @@ -15037,99 +13502,74 @@ Start Gnus if necessary and enter GROUP. If ARTICLES, display those articles. Returns whether the fetching was successful or not. -\(fn GROUP &optional ARTICLES)" t nil) - +(fn GROUP &optional ARTICLES)" t nil) (autoload 'gnus-fetch-group-other-frame "gnus-group" "\ Pop up a frame and enter GROUP. -\(fn GROUP)" t nil) - +(fn GROUP)" t nil) (autoload 'gnus-read-ephemeral-emacs-bug-group "gnus-group" "\ Browse Emacs bug reports with IDS in an ephemeral group. The arguments have the same meaning as those of `gnus-read-ephemeral-bug-group', which see. -\(fn IDS &optional WINDOW-CONF)" t nil) - +(fn IDS &optional WINDOW-CONF)" t nil) (register-definition-prefixes "gnus-group" '(":keymap" "gnus-")) -;;;*** -;;;### (autoloads nil "gnus-html" "gnus/gnus-html.el" (0 0 0 0)) ;;; Generated autoloads from gnus/gnus-html.el (autoload 'gnus-article-html "gnus-html" "\ -\(fn &optional HANDLE)" nil nil) - +(fn &optional HANDLE)" nil nil) (autoload 'gnus-html-prefetch-images "gnus-html" "\ -\(fn SUMMARY)" nil nil) - +(fn SUMMARY)" nil nil) (register-definition-prefixes "gnus-html" '("gnus-")) -;;;*** -;;;### (autoloads nil "gnus-icalendar" "gnus/gnus-icalendar.el" (0 -;;;;;; 0 0 0)) ;;; Generated autoloads from gnus/gnus-icalendar.el (autoload 'gnus-icalendar-mm-inline "gnus-icalendar" "\ -\(fn HANDLE)" nil nil) - +(fn HANDLE)" nil nil) (register-definition-prefixes "gnus-icalendar" '("gnus-icalendar")) -;;;*** -;;;### (autoloads nil "gnus-int" "gnus/gnus-int.el" (0 0 0 0)) ;;; Generated autoloads from gnus/gnus-int.el (register-definition-prefixes "gnus-int" '("gnus-")) -;;;*** -;;;### (autoloads nil "gnus-kill" "gnus/gnus-kill.el" (0 0 0 0)) ;;; Generated autoloads from gnus/gnus-kill.el (defalias 'gnus-batch-kill 'gnus-batch-score) - (autoload 'gnus-batch-score "gnus-kill" "\ Run batched scoring. Usage: emacs -batch -l ~/.emacs -l gnus -f gnus-batch-score" t nil) - (register-definition-prefixes "gnus-kill" '("gnus-")) -;;;*** -;;;### (autoloads nil "gnus-logic" "gnus/gnus-logic.el" (0 0 0 0)) ;;; Generated autoloads from gnus/gnus-logic.el (register-definition-prefixes "gnus-logic" '("gnus-")) -;;;*** -;;;### (autoloads nil "gnus-mh" "gnus/gnus-mh.el" (0 0 0 0)) ;;; Generated autoloads from gnus/gnus-mh.el (register-definition-prefixes "gnus-mh" '("gnus-")) -;;;*** -;;;### (autoloads nil "gnus-ml" "gnus/gnus-ml.el" (0 0 0 0)) ;;; Generated autoloads from gnus/gnus-ml.el (autoload 'turn-on-gnus-mailing-list-mode "gnus-ml" nil nil nil) - (autoload 'gnus-mailing-list-insinuate "gnus-ml" "\ Setup group parameters from List-Post header. If FORCE is non-nil, replace the old ones. -\(fn &optional FORCE)" t nil) - +(fn &optional FORCE)" t nil) (autoload 'gnus-mailing-list-mode "gnus-ml" "\ Minor mode for providing mailing-list commands. @@ -15150,13 +13590,10 @@ evaluate `gnus-mailing-list-mode'. The mode's hook is called both when the mode is enabled and when it is disabled. -\(fn &optional ARG)" t nil) - +(fn &optional ARG)" t nil) (register-definition-prefixes "gnus-ml" '("gnus-mailing-list-")) -;;;*** -;;;### (autoloads nil "gnus-mlspl" "gnus/gnus-mlspl.el" (0 0 0 0)) ;;; Generated autoloads from gnus/gnus-mlspl.el (autoload 'gnus-group-split-setup "gnus-mlspl" "\ @@ -15181,8 +13618,7 @@ elaborate fancy splits may also be useful to split mail that doesn't match any of the group-specified splitting rules. See `gnus-group-split-fancy' for details. -\(fn &optional AUTO-UPDATE CATCH-ALL)" t nil) - +(fn &optional AUTO-UPDATE CATCH-ALL)" t nil) (autoload 'gnus-group-split-update "gnus-mlspl" "\ Computes `nnmail-split-fancy' from group params and CATCH-ALL. It does this by calling (gnus-group-split-fancy nil nil CATCH-ALL). @@ -15190,19 +13626,17 @@ It does this by calling (gnus-group-split-fancy nil nil CATCH-ALL). If CATCH-ALL is nil, `gnus-group-split-default-catch-all-group' is used instead. This variable is set by `gnus-group-split-setup'. -\(fn &optional CATCH-ALL)" t nil) - +(fn &optional CATCH-ALL)" t nil) (autoload 'gnus-group-split "gnus-mlspl" "\ Use information from group parameters in order to split mail. See `gnus-group-split-fancy' for more information. `gnus-group-split' is a valid value for `nnmail-split-methods'." nil nil) - (autoload 'gnus-group-split-fancy "gnus-mlspl" "\ Uses information from group parameters in order to split mail. It can be embedded into `nnmail-split-fancy' lists with the SPLIT -\(: gnus-group-split-fancy GROUPS NO-CROSSPOST CATCH-ALL) +(: gnus-group-split-fancy GROUPS NO-CROSSPOST CATCH-ALL) GROUPS may be a regular expression or a list of group names, that will be used to select candidate groups. If it is omitted or nil, all @@ -15231,31 +13665,28 @@ as the last element of a `|' SPLIT. For example, given the following group parameters: nnml:mail.bar: -\((to-address . \"bar@femail.com\") +((to-address . \"bar@femail.com\") (split-regexp . \".*@femail\\\\.com\")) nnml:mail.foo: -\((to-list . \"foo@nowhere.gov\") +((to-list . \"foo@nowhere.gov\") (extra-aliases \"foo@localhost\" \"foo-redist@home\") (split-exclude \"bugs-foo\" \"rambling-foo\") (admin-address . \"foo-request@nowhere.gov\")) nnml:mail.others: -\((split-spec . catch-all)) +((split-spec . catch-all)) Calling (gnus-group-split-fancy nil nil \"mail.others\") returns: -\(| (& (any \"\\\\(bar@femail\\\\.com\\\\|.*@femail\\\\.com\\\\)\" +(| (& (any \"\\\\(bar@femail\\\\.com\\\\|.*@femail\\\\.com\\\\)\" \"mail.bar\") (any \"\\\\(foo@nowhere\\\\.gov\\\\|foo@localhost\\\\|foo-redist@home\\\\)\" - \"bugs-foo\" - \"rambling-foo\" \"mail.foo\")) \"mail.others\") -\(fn &optional GROUPS NO-CROSSPOST CATCH-ALL)" nil nil) - +(fn &optional GROUPS NO-CROSSPOST CATCH-ALL)" nil nil) (register-definition-prefixes "gnus-mlspl" '("gnus-group-split-")) -;;;*** -;;;### (autoloads nil "gnus-msg" "gnus/gnus-msg.el" (0 0 0 0)) ;;; Generated autoloads from gnus/gnus-msg.el (autoload 'gnus-msg-mail "gnus-msg" "\ @@ -15265,26 +13696,19 @@ Gcc: header for archiving purposes. If Gnus isn't running, a plain `message-mail' setup is used instead. -\(fn &optional TO SUBJECT OTHER-HEADERS CONTINUE SWITCH-ACTION YANK-ACTION SEND-ACTIONS RETURN-ACTION)" t nil) - +(fn &optional TO SUBJECT OTHER-HEADERS CONTINUE SWITCH-ACTION YANK-ACTION SEND-ACTIONS RETURN-ACTION)" t nil) (autoload 'gnus-button-mailto "gnus-msg" "\ Mail to ADDRESS. -\(fn ADDRESS)" nil nil) - +(fn ADDRESS)" nil nil) (autoload 'gnus-button-reply "gnus-msg" "\ Like `message-reply'. -\(fn &optional TO-ADDRESS WIDE)" t nil) - +(fn &optional TO-ADDRESS WIDE)" t nil) (define-mail-user-agent 'gnus-user-agent 'gnus-msg-mail 'message-send-and-exit 'message-kill-buffer 'message-send-hook) - (register-definition-prefixes "gnus-msg" '(":prefix" "gnus-")) -;;;*** -;;;### (autoloads nil "gnus-notifications" "gnus/gnus-notifications.el" -;;;;;; (0 0 0 0)) ;;; Generated autoloads from gnus/gnus-notifications.el (autoload 'gnus-notifications "gnus-notifications" "\ @@ -15295,31 +13719,23 @@ notification using `notifications-notify' for it. This is typically a function to add in `gnus-after-getting-new-news-hook'" nil nil) - (register-definition-prefixes "gnus-notifications" '("gnus-notifications-")) -;;;*** -;;;### (autoloads nil "gnus-picon" "gnus/gnus-picon.el" (0 0 0 0)) ;;; Generated autoloads from gnus/gnus-picon.el (autoload 'gnus-treat-from-picon "gnus-picon" "\ Display picons in the From header. If picons are already displayed, remove them." '(gnus-article-mode gnus-summary-mode) nil) - (autoload 'gnus-treat-mail-picon "gnus-picon" "\ Display picons in the Cc and To headers. If picons are already displayed, remove them." '(gnus-article-mode gnus-summary-mode) nil) - (autoload 'gnus-treat-newsgroups-picon "gnus-picon" "\ Display picons in the Newsgroups and Followup-To headers. If picons are already displayed, remove them." '(gnus-article-mode gnus-summary-mode) nil) - (register-definition-prefixes "gnus-picon" '("gnus-picon-")) -;;;*** -;;;### (autoloads nil "gnus-range" "gnus/gnus-range.el" (0 0 0 0)) ;;; Generated autoloads from gnus/gnus-range.el (autoload 'gnus-sorted-difference "gnus-range" "\ @@ -15327,232 +13743,172 @@ Return a list of elements of LIST1 that do not appear in LIST2. Both lists have to be sorted over <. The tail of LIST1 is not copied. -\(fn LIST1 LIST2)" nil nil) - +(fn LIST1 LIST2)" nil nil) (autoload 'gnus-sorted-ndifference "gnus-range" "\ Return a list of elements of LIST1 that do not appear in LIST2. Both lists have to be sorted over <. LIST1 is modified. -\(fn LIST1 LIST2)" nil nil) - +(fn LIST1 LIST2)" nil nil) (autoload 'gnus-sorted-complement "gnus-range" "\ Return a list of elements that are in LIST1 or LIST2 but not both. Both lists have to be sorted over <. -\(fn LIST1 LIST2)" nil nil) - +(fn LIST1 LIST2)" nil nil) (autoload 'gnus-intersection "gnus-range" "\ -\(fn LIST1 LIST2)" nil nil) - +(fn LIST1 LIST2)" nil nil) (make-obsolete 'gnus-intersection 'seq-intersection '"28.1") - (autoload 'gnus-sorted-intersection "gnus-range" "\ Return intersection of LIST1 and LIST2. LIST1 and LIST2 have to be sorted over <. -\(fn LIST1 LIST2)" nil nil) - +(fn LIST1 LIST2)" nil nil) (defalias 'gnus-set-sorted-intersection 'gnus-sorted-nintersection) - (autoload 'gnus-sorted-nintersection "gnus-range" "\ Return intersection of LIST1 and LIST2 by modifying cdr pointers of LIST1. LIST1 and LIST2 have to be sorted over <. -\(fn LIST1 LIST2)" nil nil) - +(fn LIST1 LIST2)" nil nil) (autoload 'gnus-sorted-union "gnus-range" "\ Return union of LIST1 and LIST2. LIST1 and LIST2 have to be sorted over <. -\(fn LIST1 LIST2)" nil nil) - +(fn LIST1 LIST2)" nil nil) (autoload 'gnus-sorted-nunion "gnus-range" "\ Return union of LIST1 and LIST2 by modifying cdr pointers of LIST1. LIST1 and LIST2 have to be sorted over <. -\(fn LIST1 LIST2)" nil nil) - +(fn LIST1 LIST2)" nil nil) (autoload 'gnus-add-to-sorted-list "gnus-range" "\ Add NUM into sorted LIST by side effect. -\(fn LIST NUM)" nil nil) - +(fn LIST NUM)" nil nil) (register-definition-prefixes "gnus-range" '("gnus-")) -;;;*** -;;;### (autoloads nil "gnus-registry" "gnus/gnus-registry.el" (0 -;;;;;; 0 0 0)) ;;; Generated autoloads from gnus/gnus-registry.el (autoload 'gnus-registry-initialize "gnus-registry" "\ Initialize the Gnus registry." t nil) - (register-definition-prefixes "gnus-registry" '("gnus-")) -;;;*** -;;;### (autoloads nil "gnus-rfc1843" "gnus/gnus-rfc1843.el" (0 0 -;;;;;; 0 0)) ;;; Generated autoloads from gnus/gnus-rfc1843.el (register-definition-prefixes "gnus-rfc1843" '("rfc1843-")) -;;;*** -;;;### (autoloads nil "gnus-rmail" "gnus/gnus-rmail.el" (0 0 0 0)) ;;; Generated autoloads from gnus/gnus-rmail.el (register-definition-prefixes "gnus-rmail" '("gnus-")) -;;;*** -;;;### (autoloads nil "gnus-salt" "gnus/gnus-salt.el" (0 0 0 0)) ;;; Generated autoloads from gnus/gnus-salt.el (register-definition-prefixes "gnus-salt" '("gnus-")) -;;;*** -;;;### (autoloads nil "gnus-score" "gnus/gnus-score.el" (0 0 0 0)) ;;; Generated autoloads from gnus/gnus-score.el (register-definition-prefixes "gnus-score" '("gnus-")) -;;;*** -;;;### (autoloads nil "gnus-search" "gnus/gnus-search.el" (0 0 0 -;;;;;; 0)) ;;; Generated autoloads from gnus/gnus-search.el (register-definition-prefixes "gnus-search" '("gnus-search-")) -;;;*** -;;;### (autoloads nil "gnus-sieve" "gnus/gnus-sieve.el" (0 0 0 0)) ;;; Generated autoloads from gnus/gnus-sieve.el (autoload 'gnus-sieve-update "gnus-sieve" "\ Update the Sieve script in gnus-sieve-file, by replacing the region between gnus-sieve-region-start and gnus-sieve-region-end with -\(gnus-sieve-script gnus-sieve-select-method gnus-sieve-crosspost), then +(gnus-sieve-script gnus-sieve-select-method gnus-sieve-crosspost), then execute gnus-sieve-update-shell-command. See the documentation for these variables and functions for details." t nil) - (autoload 'gnus-sieve-generate "gnus-sieve" "\ Generate the Sieve script in gnus-sieve-file, by replacing the region between gnus-sieve-region-start and gnus-sieve-region-end with -\(gnus-sieve-script gnus-sieve-select-method gnus-sieve-crosspost). +(gnus-sieve-script gnus-sieve-select-method gnus-sieve-crosspost). See the documentation for these variables and functions for details." t nil) - (autoload 'gnus-sieve-article-add-rule "gnus-sieve" nil '(gnus-article-mode gnus-summary-mode) nil) - (register-definition-prefixes "gnus-sieve" '("gnus-sieve-")) -;;;*** -;;;### (autoloads nil "gnus-spec" "gnus/gnus-spec.el" (0 0 0 0)) ;;; Generated autoloads from gnus/gnus-spec.el (autoload 'gnus-update-format "gnus-spec" "\ Update the format specification near point. -\(fn VAR)" t nil) - +(fn VAR)" t nil) (register-definition-prefixes "gnus-spec" '("gnus-")) -;;;*** -;;;### (autoloads nil "gnus-srvr" "gnus/gnus-srvr.el" (0 0 0 0)) ;;; Generated autoloads from gnus/gnus-srvr.el (register-definition-prefixes "gnus-srvr" '("gnus-")) -;;;*** -;;;### (autoloads nil "gnus-start" "gnus/gnus-start.el" (0 0 0 0)) ;;; Generated autoloads from gnus/gnus-start.el (autoload 'gnus-declare-backend "gnus-start" "\ Declare back end NAME with ABILITIES as a Gnus back end. -\(fn NAME &rest ABILITIES)" nil nil) - +(fn NAME &rest ABILITIES)" nil nil) (register-definition-prefixes "gnus-start" '("gnus-")) -;;;*** -;;;### (autoloads nil "gnus-sum" "gnus/gnus-sum.el" (0 0 0 0)) ;;; Generated autoloads from gnus/gnus-sum.el (autoload 'gnus-summary-bookmark-jump "gnus-sum" "\ Handler function for record returned by `gnus-summary-bookmark-make-record'. BOOKMARK is a bookmark name or a bookmark record. -\(fn BOOKMARK)" nil nil) - +(fn BOOKMARK)" nil nil) (register-definition-prefixes "gnus-sum" '(":keymap" "gnus-")) -;;;*** -;;;### (autoloads nil "gnus-topic" "gnus/gnus-topic.el" (0 0 0 0)) ;;; Generated autoloads from gnus/gnus-topic.el (register-definition-prefixes "gnus-topic" '("gnus-")) -;;;*** -;;;### (autoloads nil "gnus-undo" "gnus/gnus-undo.el" (0 0 0 0)) ;;; Generated autoloads from gnus/gnus-undo.el (register-definition-prefixes "gnus-undo" '("gnus-")) -;;;*** -;;;### (autoloads nil "gnus-util" "gnus/gnus-util.el" (0 0 0 0)) ;;; Generated autoloads from gnus/gnus-util.el (register-definition-prefixes "gnus-util" '("gnus-")) -;;;*** -;;;### (autoloads nil "gnus-uu" "gnus/gnus-uu.el" (0 0 0 0)) ;;; Generated autoloads from gnus/gnus-uu.el (register-definition-prefixes "gnus-uu" '("gnus-")) -;;;*** -;;;### (autoloads nil "gnus-vm" "gnus/gnus-vm.el" (0 0 0 0)) ;;; Generated autoloads from gnus/gnus-vm.el (register-definition-prefixes "gnus-vm" '("gnus-")) -;;;*** -;;;### (autoloads nil "gnus-win" "gnus/gnus-win.el" (0 0 0 0)) ;;; Generated autoloads from gnus/gnus-win.el (autoload 'gnus-add-configuration "gnus-win" "\ Add the window configuration CONF to `gnus-buffer-configuration'. -\(fn CONF)" nil nil) - +(fn CONF)" nil nil) (register-definition-prefixes "gnus-win" '("gnus-")) -;;;*** -;;;### (autoloads nil "gnutls" "net/gnutls.el" (0 0 0 0)) ;;; Generated autoloads from net/gnutls.el (register-definition-prefixes "gnutls" '("gnutls-" "open-gnutls-stream")) -;;;*** -;;;### (autoloads nil "gomoku" "play/gomoku.el" (0 0 0 0)) ;;; Generated autoloads from play/gomoku.el (autoload 'gomoku "gomoku" "\ @@ -15574,13 +13930,10 @@ Gomoku game, and ought to be upgraded to use the full modern rules. Use \\[describe-mode] for more info. -\(fn &optional N M)" t nil) - +(fn &optional N M)" t nil) (register-definition-prefixes "gomoku" '("gomoku-")) -;;;*** -;;;### (autoloads nil "goto-addr" "net/goto-addr.el" (0 0 0 0)) ;;; Generated autoloads from net/goto-addr.el (autoload 'goto-address-at-point "goto-addr" "\ @@ -15589,8 +13942,7 @@ Send mail to address at point. See documentation for `goto-address-find-address-at-point'. If no address is found there, then load the URL at or before point. -\(fn &optional EVENT)" t nil) - +(fn &optional EVENT)" t nil) (autoload 'goto-address "goto-addr" "\ Sets up goto-address functionality in the current buffer. Allows user to use mouse/keyboard command to click to go to a URL @@ -15601,7 +13953,6 @@ only on URLs and e-mail addresses. Also fontifies the buffer appropriately (see `goto-address-fontify-p' and `goto-address-highlight-p' for more information)." t nil) (put 'goto-address 'safe-local-eval-function t) - (autoload 'goto-address-mode "goto-addr" "\ Minor mode to buttonize URLs and e-mail addresses in the current buffer. @@ -15619,10 +13970,8 @@ evaluate `goto-address-mode'. The mode's hook is called both when the mode is enabled and when it is disabled. -\(fn &optional ARG)" t nil) - +(fn &optional ARG)" t nil) (put 'global-goto-address-mode 'globalized-minor-mode t) - (defvar global-goto-address-mode nil "\ Non-nil if Global Goto-Address mode is enabled. See the `global-goto-address-mode' command @@ -15630,9 +13979,7 @@ for a description of this minor mode. Setting this variable directly does not take effect; either customize it (see the info node `Easy Customization') or call the function `global-goto-address-mode'.") - (custom-autoload 'global-goto-address-mode "goto-addr" nil) - (autoload 'global-goto-address-mode "goto-addr" "\ Toggle Goto-Address mode in all buffers. With prefix ARG, enable Global Goto-Address mode if ARG is positive; @@ -15647,8 +13994,7 @@ Goto-Address mode is enabled in all buffers where See `goto-address-mode' for more information on Goto-Address mode. -\(fn &optional ARG)" t nil) - +(fn &optional ARG)" t nil) (autoload 'goto-address-prog-mode "goto-addr" "\ Like `goto-address-mode', but only for comments and strings. @@ -15667,13 +14013,33 @@ evaluate `goto-address-prog-mode'. The mode's hook is called both when the mode is enabled and when it is disabled. -\(fn &optional ARG)" t nil) - +(fn &optional ARG)" t nil) (register-definition-prefixes "goto-addr" '("goto-addr")) -;;;*** -;;;### (autoloads nil "gravatar" "image/gravatar.el" (0 0 0 0)) +;;; Generated autoloads from cedet/semantic/wisent/grammar.el + +(autoload 'wisent-grammar-mode "semantic/wisent/grammar" "\ +Major mode for editing Wisent grammars. + +(fn)" t nil) +(register-definition-prefixes "semantic/wisent/grammar" '("semantic-grammar-" "wisent-")) + + +;;; Generated autoloads from cedet/semantic/bovine/grammar.el + +(autoload 'bovine-grammar-mode "semantic/bovine/grammar" "\ +Major mode for editing Bovine grammars. + +(fn)" t nil) +(register-definition-prefixes "semantic/bovine/grammar" '("bovine-" "semantic-grammar-")) + + +;;; Generated autoloads from cedet/semantic/grammar.el + +(register-definition-prefixes "semantic/grammar" '("semantic-")) + + ;;; Generated autoloads from image/gravatar.el (autoload 'gravatar-retrieve "gravatar" "\ @@ -15682,27 +14048,21 @@ When finished, call CALLBACK as (apply CALLBACK GRAVATAR CBARGS), where GRAVATAR is either an image descriptor, or the symbol `error' if the retrieval failed. -\(fn MAIL-ADDRESS CALLBACK &optional CBARGS)" nil nil) - +(fn MAIL-ADDRESS CALLBACK &optional CBARGS)" nil nil) (autoload 'gravatar-retrieve-synchronously "gravatar" "\ Synchronously retrieve a gravatar for MAIL-ADDRESS. Value is either an image descriptor, or the symbol `error' if the retrieval failed. -\(fn MAIL-ADDRESS)" nil nil) - +(fn MAIL-ADDRESS)" nil nil) (register-definition-prefixes "gravatar" '("gravatar-")) -;;;*** -;;;### (autoloads nil "grep" "progmodes/grep.el" (0 0 0 0)) ;;; Generated autoloads from progmodes/grep.el (defvar grep-window-height nil "\ Number of lines in a grep window. If nil, use `compilation-window-height'.") - (custom-autoload 'grep-window-height "grep" t) - (defvar grep-command nil "\ The default grep command for \\[grep]. If the grep program used supports an option to always include file names @@ -15712,9 +14072,7 @@ include it when specifying `grep-command'. In interactive usage, the actual value of this variable is set up by `grep-compute-defaults'; to change the default value, use \\[customize] or call the function `grep-apply-setting'.") - (custom-autoload 'grep-command "grep" nil) - (defvar grep-find-command nil "\ The default find command for \\[grep-find]. In interactive usage, the actual value of this variable is set up @@ -15725,32 +14083,24 @@ This variable can either be a string, or a cons of the form (COMMAND . POSITION). In the latter case, COMMAND will be used as the default command, and point will be placed at POSITION for easier editing.") - (custom-autoload 'grep-find-command "grep" nil) - (defvar grep-setup-hook nil "\ List of hook functions run by `grep-process-setup' (see `run-hooks').") - (custom-autoload 'grep-setup-hook "grep" t) - (defconst grep-regexp-alist `((,(concat "^\\(?:" "\\(?1:[^\0\n]+\\)\\(?3:\0\\)\\(?2:[0-9]+\\):" "\\|" "\\(?1:" "\\(?:[a-zA-Z]:\\)?" "[^\n:]+?[^\n/:]\\):[\11 ]*\\(?2:[1-9][0-9]*\\)[\11 ]*:" "\\)") 1 2 (,(lambda nil (when grep-highlight-matches (let* ((beg (match-end 0)) (end (save-excursion (goto-char beg) (line-end-position))) (mbeg (text-property-any beg end 'font-lock-face grep-match-face))) (when mbeg (- mbeg beg))))) \, (lambda nil (when grep-highlight-matches (let* ((beg (match-end 0)) (end (save-excursion (goto-char beg) (line-end-position))) (mbeg (text-property-any beg end 'font-lock-face grep-match-face)) (mend (and mbeg (next-single-property-change mbeg 'font-lock-face nil end)))) (when mend (- mend beg 1)))))) nil nil (3 '(face nil display ":"))) ("^Binary file \\(.+\\) matches" 1 nil nil 0 1)) "\ Regexp used to match grep hits. See `compilation-error-regexp-alist' for format details.") - (defvar grep-program (purecopy "grep") "\ The default grep program for `grep-command' and `grep-find-command'. This variable's value takes effect when `grep-compute-defaults' is called.") - (defvar find-program (purecopy "find") "\ The default find program. This is used by commands like `grep-find-command', `find-dired' and others.") - (defvar xargs-program (purecopy "xargs") "\ The default xargs program for `grep-find-command'. See `grep-find-use-xargs'. This variable's value takes effect when `grep-compute-defaults' is called.") - (defvar grep-find-use-xargs nil "\ How to invoke find and grep. If `exec', use `find -exec {} ;'. @@ -15760,31 +14110,24 @@ If `gnu-sort', use `find -print0', `sort -z' and `xargs -0'. Any other value means to use `find -print' and `xargs'. This variable's value takes effect when `grep-compute-defaults' is called.") - (custom-autoload 'grep-find-use-xargs "grep" nil) - (defvar grep-history nil "\ History list for grep.") - (defvar grep-find-history nil "\ History list for `grep-find'.") - (autoload 'grep-process-setup "grep" "\ Setup compilation variables and buffer for `grep'. Set up `compilation-exit-message-function' and run `grep-setup-hook'." nil nil) - (autoload 'grep-compute-defaults "grep" "\ Compute the defaults for the `grep' command. The value depends on `grep-command', `grep-template', `grep-use-null-device', `grep-find-command', `grep-find-template', `grep-use-null-filename-separator', `grep-find-use-xargs', `grep-highlight-matches', and `grep-quoting-style'." nil nil) - (autoload 'grep-mode "grep" "\ Sets `grep-last-buffer' and `compilation-window-height'. -\(fn)" nil nil) - +(fn)" nil nil) (autoload 'grep "grep" "\ Run Grep with user-specified COMMAND-ARGS. The output from the command goes to the \"*grep*\" buffer. @@ -15807,8 +14150,7 @@ tag the cursor is over, substituting it into the last Grep command in the Grep command history (or into `grep-command' if that history list is empty). -\(fn COMMAND-ARGS)" t nil) - +(fn COMMAND-ARGS)" t nil) (autoload 'grep-find "grep" "\ Run grep via find, with user-specified args COMMAND-ARGS. Collect output in the \"*grep*\" buffer. @@ -15818,10 +14160,8 @@ to find the text that grep hits refer to. This command uses a special history list for its arguments, so you can easily repeat a find command. -\(fn COMMAND-ARGS)" t nil) - +(fn COMMAND-ARGS)" t nil) (defalias 'find-grep #'grep-find) - (autoload 'lgrep "grep" "\ Run grep, searching for REGEXP in FILES in directory DIR. The search is limited to file names matching shell pattern FILES. @@ -15843,8 +14183,7 @@ This command shares argument histories with \\[rgrep] and \\[grep]. If CONFIRM is non-nil, the user will be given an opportunity to edit the command before it's run. -\(fn REGEXP &optional FILES DIR CONFIRM)" t nil) - +(fn REGEXP &optional FILES DIR CONFIRM)" t nil) (autoload 'rgrep "grep" "\ Recursively grep for REGEXP in FILES in directory tree rooted at DIR. The search is limited to file names matching shell pattern FILES. @@ -15870,8 +14209,7 @@ to specify a command to run. If CONFIRM is non-nil, the user will be given an opportunity to edit the command before it's run. -\(fn REGEXP &optional FILES DIR CONFIRM)" t nil) - +(fn REGEXP &optional FILES DIR CONFIRM)" t nil) (autoload 'zrgrep "grep" "\ Recursively grep for REGEXP in gzipped FILES in tree rooted at DIR. Like `rgrep' but uses `zgrep' for `grep-program', sets the default @@ -15880,22 +14218,21 @@ file name to `*.gz', and sets `grep-highlight-matches' to `always'. If CONFIRM is non-nil, the user will be given an opportunity to edit the command before it's run. -\(fn REGEXP &optional FILES DIR CONFIRM TEMPLATE)" t nil) - +(fn REGEXP &optional FILES DIR CONFIRM TEMPLATE)" t nil) (defalias 'rzgrep #'zrgrep) - (register-definition-prefixes "grep" '("grep-" "kill-grep" "rgrep-")) -;;;*** -;;;### (autoloads nil "gssapi" "gnus/gssapi.el" (0 0 0 0)) +;;; Generated autoloads from cedet/semantic/symref/grep.el + +(register-definition-prefixes "semantic/symref/grep" '("semantic-symref-")) + + ;;; Generated autoloads from gnus/gssapi.el (register-definition-prefixes "gssapi" '("gssapi-program" "open-gssapi-stream")) -;;;*** -;;;### (autoloads nil "gud" "progmodes/gud.el" (0 0 0 0)) ;;; Generated autoloads from progmodes/gud.el (autoload 'gud-gdb "gud" "\ @@ -15909,22 +14246,19 @@ will run in *gud-PID*, otherwise it will run in *gud*; in these cases the initial working directory is the `default-directory' of the buffer in which this command was invoked. -\(fn COMMAND-LINE)" t nil) - +(fn COMMAND-LINE)" t nil) (autoload 'sdb "gud" "\ Run sdb on program FILE in buffer *gud-FILE*. The directory containing FILE becomes the initial working directory and source-file directory for your debugger. -\(fn COMMAND-LINE)" t nil) - +(fn COMMAND-LINE)" t nil) (autoload 'dbx "gud" "\ Run dbx on program FILE in buffer *gud-FILE*. The directory containing FILE becomes the initial working directory and source-file directory for your debugger. -\(fn COMMAND-LINE)" t nil) - +(fn COMMAND-LINE)" t nil) (autoload 'xdb "gud" "\ Run xdb on program FILE in buffer *gud-FILE*. The directory containing FILE becomes the initial working directory @@ -15933,8 +14267,7 @@ and source-file directory for your debugger. You can set the variable `gud-xdb-directories' to a list of program source directories if your program contains sources from more than one directory. -\(fn COMMAND-LINE)" t nil) - +(fn COMMAND-LINE)" t nil) (autoload 'perldb "gud" "\ Debug a perl program with gud. Interactively, this will prompt you for a command line. @@ -15945,8 +14278,7 @@ Noninteractively, COMMAND-LINE should be on the form The directory containing the perl program becomes the initial working directory and source-file directory for your debugger. -\(fn COMMAND-LINE)" t nil) - +(fn COMMAND-LINE)" t nil) (autoload 'pdb "gud" "\ Run COMMAND-LINE in the `*gud-FILE*' buffer to debug Python programs. @@ -15958,15 +14290,13 @@ If called interactively, the command line will be prompted for. The directory containing this file becomes the initial working directory and source-file directory for your debugger. -\(fn COMMAND-LINE)" t nil) - +(fn COMMAND-LINE)" t nil) (autoload 'guiler "gud" "\ Run guiler on program FILE in buffer `*gud-FILE*'. The directory containing FILE becomes the initial working directory and source-file directory for your debugger. -\(fn COMMAND-LINE)" t nil) - +(fn COMMAND-LINE)" t nil) (autoload 'jdb "gud" "\ Run jdb with command line COMMAND-LINE in a buffer. The buffer is named \"*gud*\" if no initial class is given or @@ -15981,13 +14311,11 @@ original source file access method. For general information about commands available to control jdb from gud, see `gud-mode'. -\(fn COMMAND-LINE)" t nil) - +(fn COMMAND-LINE)" t nil) (autoload 'gdb-script-mode "gud" "\ Major mode for editing GDB scripts. -\(fn)" t nil) - +(fn)" t nil) (defvar gud-tooltip-mode nil "\ Non-nil if Gud-Tooltip mode is enabled. See the `gud-tooltip-mode' command @@ -15995,9 +14323,7 @@ for a description of this minor mode. Setting this variable directly does not take effect; either customize it (see the info node `Easy Customization') or call the function `gud-tooltip-mode'.") - (custom-autoload 'gud-tooltip-mode "gud" nil) - (autoload 'gud-tooltip-mode "gud" "\ Toggle the display of GUD tooltips. @@ -16015,13 +14341,10 @@ evaluate `(default-value \\='gud-tooltip-mode)'. The mode's hook is called both when the mode is enabled and when it is disabled. -\(fn &optional ARG)" t nil) - +(fn &optional ARG)" t nil) (register-definition-prefixes "gud" '("gdb-" "gud-")) -;;;*** -;;;### (autoloads nil "gv" "emacs-lisp/gv.el" (0 0 0 0)) ;;; Generated autoloads from emacs-lisp/gv.el (autoload 'gv-get "gv" "\ @@ -16034,8 +14357,7 @@ with a (not necessarily copyable) Elisp expression that returns the value to set it to. DO must return an Elisp expression. -\(fn PLACE DO)" nil nil) - +(fn PLACE DO)" nil nil) (autoload 'gv-letplace "gv" "\ Build the code manipulating the generalized variable PLACE. GETTER will be bound to a copyable expression that returns the value @@ -16047,35 +14369,25 @@ and SETTER. The returned value will then be an Elisp expression that first evaluates all the parts of PLACE that can be evaluated and then runs E. -\(fn (GETTER SETTER) PLACE &rest BODY)" nil t) - +(fn (GETTER SETTER) PLACE &rest BODY)" nil t) (function-put 'gv-letplace 'lisp-indent-function '2) - (autoload 'gv-define-expander "gv" "\ Use HANDLER to handle NAME as a generalized var. NAME is a symbol: the name of a function, macro, or special form. HANDLER is a function which takes an argument DO followed by the same arguments as NAME. DO is a function as defined in `gv-get'. -\(fn NAME HANDLER)" nil t) - +(fn NAME HANDLER)" nil t) (function-put 'gv-define-expander 'lisp-indent-function '1) - (autoload 'gv--defun-declaration "gv" "\ -\(fn SYMBOL NAME ARGS HANDLER &optional FIX)" nil nil) - +(fn SYMBOL NAME ARGS HANDLER &optional FIX)" nil nil) (defsubst gv--expander-defun-declaration (&rest args) (apply #'gv--defun-declaration 'gv-expander args)) - (defsubst gv--setter-defun-declaration (&rest args) (apply #'gv--defun-declaration 'gv-setter args)) - (or (assq 'gv-expander defun-declarations-alist) (let ((x (list 'gv-expander #'gv--expander-defun-declaration))) (push x macro-declarations-alist) (push x defun-declarations-alist))) - (or (assq 'gv-setter defun-declarations-alist) (push (list 'gv-setter #'gv--setter-defun-declaration) defun-declarations-alist)) - (let ((spec (get 'compiler-macro 'edebug-declaration-spec))) (put 'gv-expander 'edebug-declaration-spec spec) (put 'gv-setter 'edebug-declaration-spec spec)) - (autoload 'gv-define-setter "gv" "\ Define a setter method for generalized variable NAME. This macro is an easy-to-use substitute for `gv-define-expander' that works @@ -16088,10 +14400,8 @@ which can do arbitrary things, whereas the other arguments are all guaranteed to be pure and copyable. Example use: (gv-define-setter aref (v a i) \\=`(aset ,a ,i ,v)) -\(fn NAME ARGLIST &rest BODY)" nil t) - +(fn NAME ARGLIST &rest BODY)" nil t) (function-put 'gv-define-setter 'lisp-indent-function '2) - (autoload 'gv-define-simple-setter "gv" "\ Define a simple setter method for generalized variable NAME. This macro is an easy-to-use substitute for `gv-define-expander' that works @@ -16105,8 +14415,7 @@ instead the assignment is turned into something equivalent to temp) so as to preserve the semantics of `setf'. -\(fn NAME SETTER &optional FIX-RETURN)" nil t) - +(fn NAME SETTER &optional FIX-RETURN)" nil t) (autoload 'setf "gv" "\ Set each PLACE to the value of its VAL. This is a generalized version of `setq'; the PLACEs may be symbolic @@ -16114,10 +14423,8 @@ references such as (car x) or (aref x i), as well as plain symbols. For example, (setf (cadr x) y) is equivalent to (setcar (cdr x) y). The return value is the last VAL in the list. -\(fn PLACE VAL PLACE VAL ...)" nil t) - +(fn PLACE VAL PLACE VAL ...)" nil t) (def-edebug-elem-spec 'gv-place '(form)) - (autoload 'gv-ref "gv" "\ Return a reference to PLACE. This is like the `&' operator of the C language. @@ -16125,13 +14432,10 @@ Note: this only works reliably with lexical binding mode, except for very simple PLACEs such as (symbol-function \\='foo) which will also work in dynamic binding mode. -\(fn PLACE)" nil t) - +(fn PLACE)" nil t) (register-definition-prefixes "gv" '("gv-")) -;;;*** -;;;### (autoloads nil "handwrite" "play/handwrite.el" (0 0 0 0)) ;;; Generated autoloads from play/handwrite.el (autoload 'handwrite "handwrite" "\ @@ -16143,89 +14447,81 @@ Variables: `handwrite-linespace' (default 12) `handwrite-fontsize' (default 11) `handwrite-numlines' (default 60) `handwrite-pagenumbering' (default nil)" t nil) - (register-definition-prefixes "handwrite" '("handwrite-" "menu-bar-handwrite-map")) -;;;*** -;;;### (autoloads nil "hanja-util" "language/hanja-util.el" (0 0 -;;;;;; 0 0)) +;;; Generated autoloads from leim/quail/hangul.el + +(autoload 'hangul-input-method-activate "quail/hangul" "\ +Activate Hangul input method INPUT-METHOD. +FUNC is a function to handle input key. +HELP-TEXT is a text set in `hangul-input-method-help-text'. + +(fn INPUT-METHOD FUNC HELP-TEXT &rest ARGS)" nil nil) +(register-definition-prefixes "quail/hangul" '("alphabetp" "hangul" "notzerop")) + + ;;; Generated autoloads from language/hanja-util.el (register-definition-prefixes "hanja-util" '("han")) -;;;*** -;;;### (autoloads nil "hanoi" "play/hanoi.el" (0 0 0 0)) ;;; Generated autoloads from play/hanoi.el (autoload 'hanoi "hanoi" "\ Towers of Hanoi diversion. Use NRINGS rings. -\(fn NRINGS)" t nil) - +(fn NRINGS)" t nil) (autoload 'hanoi-unix "hanoi" "\ Towers of Hanoi, UNIX doomsday version. Displays 32-ring towers that have been progressing at one move per second since 1970-01-01 00:00:00 GMT. Repent before ring 31 moves." t nil) - (autoload 'hanoi-unix-64 "hanoi" "\ Like `hanoi-unix', but pretend to have a 64-bit clock. This is, necessarily (as of Emacs 20.3), a crock. When the `current-time' interface is made s2G-compliant, hanoi.el will need to be updated." t nil) - (register-definition-prefixes "hanoi" '("hanoi-")) -;;;*** -;;;### (autoloads nil "hashcash" "mail/hashcash.el" (0 0 0 0)) ;;; Generated autoloads from mail/hashcash.el (autoload 'hashcash-insert-payment "hashcash" "\ Insert X-Payment and X-Hashcash headers with a payment for ARG. -\(fn ARG)" t nil) - +(fn ARG)" t nil) (autoload 'hashcash-insert-payment-async "hashcash" "\ Insert X-Payment and X-Hashcash headers with a payment for ARG Only start calculation. Results are inserted when ready. -\(fn ARG)" t nil) - +(fn ARG)" t nil) (autoload 'hashcash-verify-payment "hashcash" "\ Verify a hashcash payment. -\(fn TOKEN &optional RESOURCE AMOUNT)" nil nil) - +(fn TOKEN &optional RESOURCE AMOUNT)" nil nil) (autoload 'mail-add-payment "hashcash" "\ Add X-Payment: and X-Hashcash: headers with a hashcash payment for each recipient address. Prefix arg sets default payment temporarily. Set ASYNC to t to start asynchronous calculation. (See `mail-add-payment-async'). -\(fn &optional ARG ASYNC)" t nil) - +(fn &optional ARG ASYNC)" t nil) (autoload 'mail-add-payment-async "hashcash" "\ Add X-Payment: and X-Hashcash: headers with a hashcash payment for each recipient address. Prefix arg sets default payment temporarily. Calculation is asynchronous. -\(fn &optional ARG)" t nil) - +(fn &optional ARG)" t nil) (autoload 'mail-check-payment "hashcash" "\ Look for a valid X-Payment: or X-Hashcash: header. Prefix arg sets default accept amount temporarily. -\(fn &optional ARG)" t nil) - +(fn &optional ARG)" t nil) (register-definition-prefixes "hashcash" '("hashcash-")) -;;;*** -;;;### (autoloads nil "help-at-pt" "help-at-pt.el" (0 0 0 0)) ;;; Generated autoloads from help-at-pt.el (autoload 'help-at-pt-string "help-at-pt" "\ @@ -16236,14 +14532,12 @@ If KBD is non-nil, `kbd-help' is used instead, and any `help-echo' property is ignored. In this case, the return value can also be t, if that is the value of the `kbd-help' property. -\(fn &optional KBD)" nil nil) - +(fn &optional KBD)" nil nil) (autoload 'help-at-pt-kbd-string "help-at-pt" "\ Return the keyboard help string at point. If the `kbd-help' text or overlay property at point produces a string, return it. Otherwise, use the `help-echo' property. If this produces no string either, return nil." nil nil) - (autoload 'display-local-help "help-at-pt" "\ Display local help in the echo area. This command, by default, displays a short help message, namely @@ -16261,16 +14555,13 @@ If DESCRIBE-BUTTON in non-nil (interactively, the prefix arg), and there's a button/widget at point, pop a buffer describing that button/widget instead. -\(fn &optional INHIBIT-WARNING DESCRIBE-BUTTON)" t nil) - +(fn &optional INHIBIT-WARNING DESCRIBE-BUTTON)" t nil) (autoload 'help-at-pt-cancel-timer "help-at-pt" "\ Cancel any timer set by `help-at-pt-set-timer'. This disables `help-at-pt-display-when-idle'." t nil) - (autoload 'help-at-pt-set-timer "help-at-pt" "\ Enable `help-at-pt-display-when-idle'. This is done by setting a timer, if none is currently active." t nil) - (defvar help-at-pt-display-when-idle 'never "\ Automatically show local help on point-over. If the value is t, the string obtained from any `kbd-help' or @@ -16301,9 +14592,7 @@ enabling buffer local values. It sets the actual value to nil. Thus, Custom distinguishes between a nil value and other values that disable the feature, which Custom identifies with `never'. The default is `never'.") - (custom-autoload 'help-at-pt-display-when-idle "help-at-pt" nil) - (autoload 'scan-buf-move-to-region "help-at-pt" "\ Go to the start of the next region with non-nil PROP property. Then run HOOK, which should be a quoted symbol that is a normal @@ -16321,8 +14610,7 @@ do not run HOOK. If there are not enough regions to move over, an error results and the number of available regions is mentioned in the error message. Point is not moved and HOOK is not run. -\(fn PROP &optional ARG HOOK)" nil nil) - +(fn PROP &optional ARG HOOK)" nil nil) (autoload 'scan-buf-next-region "help-at-pt" "\ Go to the start of the next region with non-nil help-echo. Print the help found there using `display-local-help'. Adjacent @@ -16343,8 +14631,7 @@ help-echo region without any local help being available. This is because `help-echo' can be a function evaluating to nil. This rarely happens in practice. -\(fn &optional ARG)" t nil) - +(fn &optional ARG)" t nil) (autoload 'scan-buf-previous-region "help-at-pt" "\ Go to the start of the previous region with non-nil help-echo. Print the help found there using `display-local-help'. Adjacent @@ -16352,13 +14639,10 @@ areas with different non-nil help-echo properties are considered different regions. With numeric argument ARG, behaves like `scan-buf-next-region' with argument -ARG. -\(fn &optional ARG)" t nil) - +(fn &optional ARG)" t nil) (register-definition-prefixes "help-at-pt" '("help-at-pt-" "scan-buf-move-hook")) -;;;*** -;;;### (autoloads nil "help-fns" "help-fns.el" (0 0 0 0)) ;;; Generated autoloads from help-fns.el (autoload 'describe-function "help-fns" "\ @@ -16368,21 +14652,18 @@ When called from Lisp, FUNCTION may also be a function object. See the `help-enable-symbol-autoload' variable for special handling of autoloaded functions. -\(fn FUNCTION)" t nil) - +(fn FUNCTION)" t nil) (autoload 'describe-command "help-fns" "\ Display the full documentation of COMMAND (a symbol). When called from Lisp, COMMAND may also be a function object. -\(fn COMMAND)" t nil) - +(fn COMMAND)" t nil) (autoload 'help-C-file-name "help-fns" "\ Return the name of the C file where SUBR-OR-VAR is defined. KIND should be `var' for a variable or `subr' for a subroutine. If we can't find the file name, nil is returned. -\(fn SUBR-OR-VAR KIND)" nil nil) - +(fn SUBR-OR-VAR KIND)" nil nil) (autoload 'find-lisp-object-file-name "help-fns" "\ Guess the file that defined the Lisp object OBJECT, of type TYPE. OBJECT should be a symbol associated with a function, variable, or face; @@ -16402,29 +14683,25 @@ If ALSO-C-SOURCE is non-nil, instead of returning `C-source', this function will attempt to locate the definition of OBJECT in the C sources, too. -\(fn OBJECT TYPE &optional ALSO-C-SOURCE)" nil nil) - +(fn OBJECT TYPE &optional ALSO-C-SOURCE)" nil nil) (autoload 'describe-function-1 "help-fns" "\ -\(fn FUNCTION)" nil nil) - +(fn FUNCTION)" nil nil) (autoload 'variable-at-point "help-fns" "\ Return the bound variable symbol found at or before point. Return 0 if there is no such symbol. If ANY-SYMBOL is non-nil, don't insist the symbol be bound. -\(fn &optional ANY-SYMBOL)" nil nil) - +(fn &optional ANY-SYMBOL)" nil nil) (autoload 'describe-variable "help-fns" "\ Display the full documentation of VARIABLE (a symbol). Returns the documentation as a string, also. If VARIABLE has a buffer-local value in BUFFER or FRAME -\(default to the current buffer and current frame), +(default to the current buffer and current frame), it is displayed along with the global value. -\(fn VARIABLE &optional BUFFER FRAME)" t nil) - +(fn VARIABLE &optional BUFFER FRAME)" t nil) (autoload 'describe-face "help-fns" "\ Display the properties of face FACE on FRAME. Interactively, FACE defaults to the faces of the character after point @@ -16434,8 +14711,7 @@ If the optional argument FRAME is given, report on face FACE in that frame. If FRAME is t, report on the defaults for face FACE (for new frames). If FRAME is omitted or nil, use the selected frame. -\(fn FACE &optional FRAME)" t nil) - +(fn FACE &optional FRAME)" t nil) (autoload 'describe-symbol "help-fns" "\ Display the full documentation of SYMBOL. Will show the info of SYMBOL as a function, variable, and/or face. @@ -16443,30 +14719,26 @@ Optional arguments BUFFER and FRAME specify for which buffer and frame to show the information about SYMBOL; they default to the current buffer and the selected frame, respectively. -\(fn SYMBOL &optional BUFFER FRAME)" t nil) - +(fn SYMBOL &optional BUFFER FRAME)" t nil) (autoload 'describe-syntax "help-fns" "\ Describe the syntax specifications in the syntax table of BUFFER. The descriptions are inserted in a help buffer, which is then displayed. BUFFER defaults to the current buffer. -\(fn &optional BUFFER)" t nil) - +(fn &optional BUFFER)" t nil) (autoload 'describe-categories "help-fns" "\ Describe the category specifications in the current category table. The descriptions are inserted in a buffer, which is then displayed. If BUFFER is non-nil, then describe BUFFER's category table instead. BUFFER should be a buffer or a buffer name. -\(fn &optional BUFFER)" t nil) - +(fn &optional BUFFER)" t nil) (autoload 'describe-keymap "help-fns" "\ Describe key bindings in KEYMAP. When called interactively, prompt for a variable that has a keymap value. -\(fn KEYMAP)" t nil) - +(fn KEYMAP)" t nil) (autoload 'describe-mode "help-fns" "\ Display documentation of current major mode and minor modes. A brief summary of the minor modes comes first, followed by the @@ -16480,8 +14752,7 @@ whose documentation describes the minor mode. If called from Lisp with a non-nil BUFFER argument, display documentation for the major and minor modes of that buffer. -\(fn &optional BUFFER)" t nil) - +(fn &optional BUFFER)" t nil) (autoload 'describe-widget "help-fns" "\ Display a buffer with information about a widget. You can use this command to describe buttons (e.g., the links in a *Help* @@ -16495,23 +14766,18 @@ When called from Lisp, POS may be a buffer position or a mouse position list. Calls each function of the list `describe-widget-functions' in turn, until one of them returns non-nil. -\(fn &optional POS)" t nil) - +(fn &optional POS)" t nil) (autoload 'doc-file-to-man "help-fns" "\ Produce an nroff buffer containing the doc-strings from the DOC file. -\(fn FILE)" t nil) - +(fn FILE)" t nil) (autoload 'doc-file-to-info "help-fns" "\ Produce a texinfo buffer with sorted doc-strings from the DOC file. -\(fn FILE)" t nil) - +(fn FILE)" t nil) (register-definition-prefixes "help-fns" '("describe-" "help-" "keymap-name-history")) -;;;*** -;;;### (autoloads nil "help-macro" "help-macro.el" (0 0 0 0)) ;;; Generated autoloads from help-macro.el (defvar three-step-help nil "\ @@ -16520,21 +14786,16 @@ The three steps are simple prompt, prompt with all options, and window listing and describing the options. A value of nil means skip the middle step, so that \\[help-command] \\[help-command] gives the window that lists the options.") - (custom-autoload 'three-step-help "help-macro" t) - (register-definition-prefixes "help-macro" '("make-help-screen")) -;;;*** -;;;### (autoloads nil "help-mode" "help-mode.el" (0 0 0 0)) ;;; Generated autoloads from help-mode.el (autoload 'help-mode--add-function-link "help-mode" "\ -\(fn STR FUN)" nil nil) - +(fn STR FUN)" nil nil) (autoload 'help-mode "help-mode" "\ Major mode for viewing help text and navigating references in it. Also see the `help-enable-variable-value-editing' variable. @@ -16542,18 +14803,13 @@ Also see the `help-enable-variable-value-editing' variable. Commands: \\{help-mode-map} -\(fn)" t nil) - +(fn)" t nil) (autoload 'help-mode-setup "help-mode" "\ Enter Help mode in the current buffer." nil nil) - (make-obsolete 'help-mode-setup 'nil '"29.1") - (autoload 'help-mode-finish "help-mode" "\ Finalize Help mode setup in current buffer." nil nil) - (make-obsolete 'help-mode-finish 'nil '"29.1") - (autoload 'help-setup-xref "help-mode" "\ Invoked from commands using the \"*Help*\" buffer to install some xref info. @@ -16566,16 +14822,14 @@ This should be called very early, before the output buffer is cleared, because we want to record the \"previous\" position of point so we can restore it properly when going back. -\(fn ITEM INTERACTIVE-P)" nil nil) - +(fn ITEM INTERACTIVE-P)" nil nil) (autoload 'help-buffer "help-mode" "\ Return the name of a buffer for inserting help. -If `help-xref-following' is non-nil, this is the name of the -current buffer. Signal an error if this buffer is not derived -from `help-mode'. +If `help-xref-following' is non-nil and the current buffer is +derived from `help-mode', this is the name of the current buffer. + Otherwise, return \"*Help*\", creating a buffer with that name if it does not already exist." nil nil) - (autoload 'help-make-xrefs "help-mode" "\ Parse and hyperlink documentation cross-references in the given BUFFER. @@ -16590,15 +14844,14 @@ preceded by the word `variable' or `option'. If the variable `help-xref-mule-regexp' is non-nil, find also cross-reference information related to multilingual environment -\(e.g., coding-systems). This variable is also used to disambiguate +(e.g., coding-systems). This variable is also used to disambiguate the type of reference as the same way as `help-xref-symbol-regexp'. A special reference `back' is made to return back through a stack of help buffers. Variable `help-back-label' specifies the text for that. -\(fn &optional BUFFER)" t nil) - +(fn &optional BUFFER)" t nil) (autoload 'help-xref-button "help-mode" "\ Make a hyperlink for cross-reference text previously matched. MATCH-NUMBER is the subexpression of interest in the last matched @@ -16606,55 +14859,43 @@ regexp. TYPE is the type of button to use. Any remaining arguments are passed to the button's help-function when it is invoked. See `help-make-xrefs'. -\(fn MATCH-NUMBER TYPE &rest ARGS)" nil nil) - +(fn MATCH-NUMBER TYPE &rest ARGS)" nil nil) (autoload 'help-insert-xref-button "help-mode" "\ Insert STRING and make a hyperlink from cross-reference text on it. TYPE is the type of button to use. Any remaining arguments are passed to the button's help-function when it is invoked. See `help-make-xrefs'. -\(fn STRING TYPE &rest ARGS)" nil nil) - +(fn STRING TYPE &rest ARGS)" nil nil) (autoload 'help-xref-on-pp "help-mode" "\ Add xrefs for symbols in `pp's output between FROM and TO. -\(fn FROM TO)" nil nil) - -(define-obsolete-function-alias 'help-xref-interned 'describe-symbol "25.1") - +(fn FROM TO)" nil nil) +(define-obsolete-function-alias 'help-xref-interned 'describe-symbol "\ +25.1") (autoload 'help-bookmark-jump "help-mode" "\ Jump to `help-mode' bookmark BOOKMARK. Handler function for record returned by `help-bookmark-make-record'. BOOKMARK is a bookmark name or a bookmark record. -\(fn BOOKMARK)" nil nil) - +(fn BOOKMARK)" nil nil) (register-definition-prefixes "help-mode" '("describe-symbol-backends" "help-")) -;;;*** -;;;### (autoloads nil "helper" "emacs-lisp/helper.el" (0 0 0 0)) ;;; Generated autoloads from emacs-lisp/helper.el (autoload 'Helper-describe-bindings "helper" "\ Describe local key bindings of current mode." t nil) - (autoload 'Helper-help "helper" "\ Provide help for current mode." t nil) - (register-definition-prefixes "helper" '("Helper-")) -;;;*** -;;;### (autoloads nil "hex-util" "hex-util.el" (0 0 0 0)) ;;; Generated autoloads from hex-util.el (register-definition-prefixes "hex-util" '("decode-hex-string" "encode-hex-string")) -;;;*** -;;;### (autoloads nil "hexl" "hexl.el" (0 0 0 0)) ;;; Generated autoloads from hexl.el (autoload 'hexl-mode "hexl" "\ @@ -16739,25 +14980,36 @@ You can use \\[hexl-find-file] to visit a file in Hexl mode. \\[describe-bindings] for advanced commands. -\(fn &optional ARG)" t nil) - +(fn &optional ARG)" t nil) (autoload 'hexl-find-file "hexl" "\ Edit file FILENAME as a binary file in hex dump format. Switch to a buffer visiting file FILENAME, creating one if none exists, and edit the file in `hexl-mode'. The buffer's coding-system will be no-conversion, unlike if you visit it normally and then invoke `hexl-mode'. -\(fn FILENAME)" t nil) - +(fn FILENAME)" t nil) (autoload 'hexlify-buffer "hexl" "\ Convert a binary buffer to hexl format. This discards the buffer's undo information." t nil) - (register-definition-prefixes "hexl" '("dehexlify-buffer" "hexl-")) -;;;*** -;;;### (autoloads nil "hi-lock" "hi-lock.el" (0 0 0 0)) +;;; Generated autoloads from hfy-cmap.el + +(autoload 'htmlfontify-load-rgb-file "hfy-cmap" "\ +Load an X11 style rgb.txt FILE. +Search `hfy-rgb-load-path' if FILE is not specified. +Loads the variable `hfy-rgb-txt-color-map', which is used by +`hfy-fallback-color-values'. + +(fn &optional FILE)" t nil) +(autoload 'hfy-fallback-color-values "hfy-cmap" "\ +Use a fallback method for obtaining the rgb values for a color. + +(fn COLOR-STRING)" nil nil) +(register-definition-prefixes "hfy-cmap" '("hfy-" "htmlfontify-unload-rgb-file")) + + ;;; Generated autoloads from hi-lock.el (autoload 'hi-lock-mode "hi-lock" "\ @@ -16837,10 +15089,8 @@ evaluate `hi-lock-mode'. The mode's hook is called both when the mode is enabled and when it is disabled. -\(fn &optional ARG)" t nil) - +(fn &optional ARG)" t nil) (put 'global-hi-lock-mode 'globalized-minor-mode t) - (defvar global-hi-lock-mode nil "\ Non-nil if Global Hi-Lock mode is enabled. See the `global-hi-lock-mode' command @@ -16848,9 +15098,7 @@ for a description of this minor mode. Setting this variable directly does not take effect; either customize it (see the info node `Easy Customization') or call the function `global-hi-lock-mode'.") - (custom-autoload 'global-hi-lock-mode "hi-lock" nil) - (autoload 'global-hi-lock-mode "hi-lock" "\ Toggle Hi-Lock mode in all buffers. With prefix ARG, enable Global Hi-Lock mode if ARG is positive; @@ -16865,10 +15113,8 @@ Hi-Lock mode is enabled in all buffers where See `hi-lock-mode' for more information on Hi-Lock mode. -\(fn &optional ARG)" t nil) - +(fn &optional ARG)" t nil) (defalias 'highlight-lines-matching-regexp 'hi-lock-line-face-buffer) - (autoload 'hi-lock-line-face-buffer "hi-lock" "\ Highlight all lines that match REGEXP using FACE. The lines that match REGEXP will be displayed by merging @@ -16885,10 +15131,8 @@ Use Font lock mode, if enabled, to highlight REGEXP. Otherwise, use overlays for highlighting. If overlays are used, the highlighting will not update as you type. -\(fn REGEXP &optional FACE)" t nil) - +(fn REGEXP &optional FACE)" t nil) (defalias 'highlight-regexp 'hi-lock-face-buffer) - (autoload 'hi-lock-face-buffer "hi-lock" "\ Set face of each match of REGEXP to FACE. Interactively, prompt for REGEXP using `read-regexp', then FACE. @@ -16910,10 +15154,8 @@ is considered \"enabled\" in a buffer if its `major-mode' causes `font-lock-specified-p' to return non-nil, which means the major mode specifies support for Font Lock. -\(fn REGEXP &optional FACE SUBEXP LIGHTER)" t nil) - +(fn REGEXP &optional FACE SUBEXP LIGHTER)" t nil) (defalias 'highlight-phrase 'hi-lock-face-phrase-buffer) - (autoload 'hi-lock-face-phrase-buffer "hi-lock" "\ Set face of each match of phrase REGEXP to FACE. Interactively, prompt for REGEXP using `read-regexp', then FACE. @@ -16930,10 +15172,8 @@ is considered \"enabled\" in a buffer if its `major-mode' causes `font-lock-specified-p' to return non-nil, which means the major mode specifies support for Font Lock. -\(fn REGEXP &optional FACE)" t nil) - +(fn REGEXP &optional FACE)" t nil) (defalias 'highlight-symbol-at-point 'hi-lock-face-symbol-at-point) - (autoload 'hi-lock-face-symbol-at-point "hi-lock" "\ Highlight each instance of the symbol at point. Uses the next face from `hi-lock-face-defaults' without prompting, @@ -16948,9 +15188,7 @@ in which case the highlighting will not update as you type. The Font Lock mode is considered \"enabled\" in a buffer if its `major-mode' causes `font-lock-specified-p' to return non-nil, which means the major mode specifies support for Font Lock." t nil) - (defalias 'unhighlight-regexp 'hi-lock-unface-buffer) - (autoload 'hi-lock-unface-buffer "hi-lock" "\ Remove highlighting of each match to REGEXP set by hi-lock. Interactively, prompt for REGEXP, accepting only regexps @@ -16958,28 +15196,22 @@ previously inserted by hi-lock interactive functions. If REGEXP is t (or if \\[universal-argument] was specified interactively), then remove all hi-lock highlighting. -\(fn REGEXP)" t nil) - +(fn REGEXP)" t nil) (autoload 'hi-lock-write-interactive-patterns "hi-lock" "\ Write interactively added patterns, if any, into buffer at point. Interactively added patterns are those normally specified using `highlight-regexp' and `highlight-lines-matching-regexp'; they can be found in variable `hi-lock-interactive-patterns'." t nil) - (autoload 'hi-lock-find-patterns "hi-lock" "\ Add patterns from the current buffer to the list of hi-lock patterns." t nil) - (autoload 'hi-lock-context-menu "hi-lock" "\ Populate MENU with a menu item to highlight symbol at CLICK. -\(fn MENU CLICK)" nil nil) - +(fn MENU CLICK)" nil nil) (register-definition-prefixes "hi-lock" '("hi-lock-" "highlight-symbol-at-mouse" "turn-on-hi-lock-if-enabled")) -;;;*** -;;;### (autoloads nil "hideif" "progmodes/hideif.el" (0 0 0 0)) ;;; Generated autoloads from progmodes/hideif.el (autoload 'hide-ifdef-mode "hideif" "\ @@ -17033,13 +15265,10 @@ evaluate `hide-ifdef-mode'. The mode's hook is called both when the mode is enabled and when it is disabled. -\(fn &optional ARG)" t nil) - +(fn &optional ARG)" t nil) (register-definition-prefixes "hideif" '("backward-ifdef" "down-ifdef" "forward-ifdef" "hide-ifdef" "hif-" "intern-safe" "next-ifdef" "previous-ifdef" "show-ifdef" "up-ifdef")) -;;;*** -;;;### (autoloads nil "hideshow" "progmodes/hideshow.el" (0 0 0 0)) ;;; Generated autoloads from progmodes/hideshow.el (defvar hs-special-modes-alist (mapcar 'purecopy '((c-mode "{" "}" "/[*/]" nil nil) (c++-mode "{" "}" "/[*/]" nil nil) (bibtex-mode ("@\\S(*\\(\\s(\\)" 1)) (java-mode "{" "}" "/[*/]" nil nil) (js-mode "{" "}" "/[*/]" nil) (mhtml-mode "{\\|<[^/>]*?" "}\\|]*[^/]>" " markers will be removed. -\(fn BEG END)" nil nil) - +(fn BEG END)" nil nil) (register-definition-prefixes "xml" '("xml-")) -;;;*** -;;;### (autoloads nil "xmltok" "nxml/xmltok.el" (0 0 0 0)) ;;; Generated autoloads from nxml/xmltok.el (autoload 'xmltok-get-declared-encoding-position "xmltok" "\ @@ -40151,40 +35561,31 @@ If there is XML that is not well-formed that looks like an XML declaration, return nil. Otherwise, return t. If LIMIT is non-nil, then do not consider characters beyond LIMIT. -\(fn &optional LIMIT)" nil nil) - +(fn &optional LIMIT)" nil nil) (register-definition-prefixes "xmltok" '("xmltok-")) -;;;*** -;;;### (autoloads nil "xref" "progmodes/xref.el" (0 0 0 0)) ;;; Generated autoloads from progmodes/xref.el -(push (purecopy '(xref 1 4 1)) package--builtin-versions) +(push (purecopy '(xref 1 4 1)) package--builtin-versions) (autoload 'xref-find-backend "xref" nil nil nil) - -(define-obsolete-function-alias 'xref-pop-marker-stack #'xref-go-back "29.1") - +(define-obsolete-function-alias 'xref-pop-marker-stack #'xref-go-back "\ +29.1") (autoload 'xref-go-back "xref" "\ Go back to the previous position in xref history. To undo, use \\[xref-go-forward]." t nil) - (autoload 'xref-go-forward "xref" "\ Got to the point where a previous \\[xref-go-back] was invoked." t nil) - (autoload 'xref-marker-stack-empty-p "xref" "\ Whether the xref back-history is empty." nil nil) - (autoload 'xref-forward-history-empty-p "xref" "\ Whether the xref forward-history is empty." nil nil) - (autoload 'xref-show-xrefs "xref" "\ Display some Xref values produced by FETCHER using DISPLAY-ACTION. The meanings of both arguments are the same as documented in `xref-show-xrefs-function'. -\(fn FETCHER DISPLAY-ACTION)" nil nil) - +(fn FETCHER DISPLAY-ACTION)" nil nil) (autoload 'xref-find-definitions "xref" "\ Find the definition of the identifier at point. With prefix argument or when there's no identifier at point, @@ -40197,18 +35598,15 @@ buffer where the user can select from the list. Use \\[xref-go-back] to return back to where you invoked this command. -\(fn IDENTIFIER)" t nil) - +(fn IDENTIFIER)" t nil) (autoload 'xref-find-definitions-other-window "xref" "\ Like `xref-find-definitions' but switch to the other window. -\(fn IDENTIFIER)" t nil) - +(fn IDENTIFIER)" t nil) (autoload 'xref-find-definitions-other-frame "xref" "\ Like `xref-find-definitions' but switch to the other frame. -\(fn IDENTIFIER)" t nil) - +(fn IDENTIFIER)" t nil) (autoload 'xref-find-references "xref" "\ Find references to the identifier at point. This command might prompt for the identifier as needed, perhaps @@ -40217,27 +35615,24 @@ With prefix argument, or if `xref-prompt-for-identifier' is t, always prompt for the identifier. If `xref-prompt-for-identifier' is nil, prompt only if there's no usable symbol at point. -\(fn IDENTIFIER)" t nil) - +(fn IDENTIFIER)" t nil) (autoload 'xref-find-definitions-at-mouse "xref" "\ Find the definition of identifier at or around mouse click. This command is intended to be bound to a mouse event. -\(fn EVENT)" t nil) - +(fn EVENT)" t nil) (autoload 'xref-find-references-at-mouse "xref" "\ Find references to the identifier at or around mouse click. This command is intended to be bound to a mouse event. -\(fn EVENT)" t nil) - +(fn EVENT)" t nil) (autoload 'xref-find-apropos "xref" "\ Find all meaningful symbols that match PATTERN. The argument has the same meaning as in `apropos'. See `tags-apropos-additional-actions' for how to augment the output of this command when the backend is etags. -\(fn PATTERN)" t nil) +(fn PATTERN)" t nil) (define-key esc-map "." #'xref-find-definitions) (define-key esc-map "," #'xref-go-back) (define-key esc-map [?\C-,] #'xref-go-forward) @@ -40245,7 +35640,6 @@ output of this command when the backend is etags. (define-key esc-map [?\C-.] #'xref-find-apropos) (define-key ctl-x-4-map "." #'xref-find-definitions-other-window) (define-key ctl-x-5-map "." #'xref-find-definitions-other-frame) - (autoload 'xref-references-in-directory "xref" "\ Find all references to SYMBOL in directory DIR. Return a list of xref values. @@ -40254,8 +35648,7 @@ This function uses the Semantic Symbol Reference API, see `semantic-symref-tool-alist' for details on which tools are used, and when. -\(fn SYMBOL DIR)" nil nil) - +(fn SYMBOL DIR)" nil nil) (autoload 'xref-matches-in-directory "xref" "\ Find all matches for REGEXP in directory DIR. Return a list of xref values. @@ -40263,8 +35656,7 @@ Only files matching some of FILES and none of IGNORES are searched. FILES is a string with glob patterns separated by spaces. IGNORES is a list of glob patterns for files to ignore. -\(fn REGEXP FILES DIR IGNORES)" nil nil) - +(fn REGEXP FILES DIR IGNORES)" nil nil) (autoload 'xref-matches-in-files "xref" "\ Find all matches for REGEXP in FILES. Return a list of xref values. @@ -40273,27 +35665,20 @@ FILES must be a list of absolute file names. See `xref-search-program' and `xref-search-program-alist' for how to control which program to use when looking for matches. -\(fn REGEXP FILES)" nil nil) - +(fn REGEXP FILES)" nil nil) (register-definition-prefixes "xref" '("xref-")) -;;;*** -;;;### (autoloads nil "xscheme" "progmodes/xscheme.el" (0 0 0 0)) ;;; Generated autoloads from progmodes/xscheme.el (register-definition-prefixes "xscheme" '("default-xscheme-runlight" "exit-scheme-interaction-mode" "global-set-scheme-interaction-buffer" "local-" "reset-scheme" "run-scheme" "scheme-" "start-scheme" "verify-xscheme-buffer" "xscheme-")) -;;;*** -;;;### (autoloads nil "xsd-regexp" "nxml/xsd-regexp.el" (0 0 0 0)) ;;; Generated autoloads from nxml/xsd-regexp.el (register-definition-prefixes "xsd-regexp" '("xsdre-")) -;;;*** -;;;### (autoloads nil "xt-mouse" "xt-mouse.el" (0 0 0 0)) ;;; Generated autoloads from xt-mouse.el (defvar xterm-mouse-mode nil "\ @@ -40303,9 +35688,7 @@ for a description of this minor mode. Setting this variable directly does not take effect; either customize it (see the info node `Easy Customization') or call the function `xterm-mouse-mode'.") - (custom-autoload 'xterm-mouse-mode "xt-mouse" nil) - (autoload 'xterm-mouse-mode "xt-mouse" "\ Toggle XTerm mouse mode. @@ -40330,13 +35713,10 @@ evaluate `(default-value \\='xterm-mouse-mode)'. The mode's hook is called both when the mode is enabled and when it is disabled. -\(fn &optional ARG)" t nil) - +(fn &optional ARG)" t nil) (register-definition-prefixes "xt-mouse" '("turn-o" "xt-mouse-epoch" "xterm-mouse-")) -;;;*** -;;;### (autoloads nil "xwidget" "xwidget.el" (0 0 0 0)) ;;; Generated autoloads from xwidget.el (autoload 'xwidget-webkit-browse-url "xwidget" "\ @@ -40344,20 +35724,16 @@ Ask xwidget-webkit to browse URL. NEW-SESSION specifies whether to create a new xwidget-webkit session. Interactively, URL defaults to the string looking like a url around point. -\(fn URL &optional NEW-SESSION)" t nil) - +(fn URL &optional NEW-SESSION)" t nil) (autoload 'xwidget-webkit-bookmark-jump-handler "xwidget" "\ Jump to the web page bookmarked by the bookmark record BOOKMARK. If `xwidget-webkit-bookmark-jump-new-session' is non-nil, create a new xwidget-webkit session, otherwise use an existing session. -\(fn BOOKMARK)" nil nil) - +(fn BOOKMARK)" nil nil) (register-definition-prefixes "xwidget" '("xwidget-")) -;;;*** -;;;### (autoloads nil "yank-media" "yank-media.el" (0 0 0 0)) ;;; Generated autoloads from yank-media.el (autoload 'yank-media "yank-media" "\ @@ -40368,7 +35744,6 @@ the `yank-media-handler' mechanism. Also see `yank-media-types' for a command that lets you explore all the different selection types." t nil) - (autoload 'yank-media-handler "yank-media" "\ Register HANDLER for dealing with `yank-media' actions for TYPES. TYPES should be a MIME media type symbol, a regexp, or a list @@ -40378,185 +35753,41 @@ HANDLER is a function that will be called with two arguments: The MIME type (a symbol on the form `image/png') and the selection data (a string). -\(fn TYPES HANDLER)" nil nil) - +(fn TYPES HANDLER)" nil nil) (register-definition-prefixes "yank-media" '("yank-media-")) -;;;*** -;;;### (autoloads nil "yenc" "mail/yenc.el" (0 0 0 0)) ;;; Generated autoloads from mail/yenc.el (autoload 'yenc-decode-region "yenc" "\ Yenc decode region between START and END using an internal decoder. -\(fn START END)" t nil) - +(fn START END)" t nil) (autoload 'yenc-extract-filename "yenc" "\ Extract file name from an yenc header." nil nil) - (register-definition-prefixes "yenc" '("yenc-")) -;;;*** -;;;### (autoloads nil "zeroconf" "net/zeroconf.el" (0 0 0 0)) ;;; Generated autoloads from net/zeroconf.el (register-definition-prefixes "zeroconf" '("zeroconf-")) -;;;*** -;;;### (autoloads nil "zone" "play/zone.el" (0 0 0 0)) ;;; Generated autoloads from play/zone.el (autoload 'zone "zone" "\ Zone out, completely." t nil) - (register-definition-prefixes "zone" '("zone-")) - -;;;*** - -;;;### (autoloads nil nil ("abbrev.el" "bindings.el" "buff-menu.el" -;;;;;; "button.el" "calc/calc-aent.el" "calc/calc-embed.el" "calc/calc-misc.el" -;;;;;; "calc/calc-yank.el" "case-table.el" "cedet/ede/cpp-root.el" -;;;;;; "cedet/ede/custom.el" "cedet/ede/dired.el" "cedet/ede/emacs.el" -;;;;;; "cedet/ede/files.el" "cedet/ede/generic.el" "cedet/ede/linux.el" -;;;;;; "cedet/ede/locate.el" "cedet/ede/make.el" "cedet/ede/speedbar.el" -;;;;;; "cedet/ede/system.el" "cedet/ede/util.el" "cedet/semantic/analyze.el" -;;;;;; "cedet/semantic/analyze/complete.el" "cedet/semantic/analyze/refs.el" -;;;;;; "cedet/semantic/bovine.el" "cedet/semantic/bovine/c-by.el" -;;;;;; "cedet/semantic/bovine/c.el" "cedet/semantic/bovine/el.el" -;;;;;; "cedet/semantic/bovine/gcc.el" "cedet/semantic/bovine/make-by.el" -;;;;;; "cedet/semantic/bovine/make.el" "cedet/semantic/bovine/scm-by.el" -;;;;;; "cedet/semantic/bovine/scm.el" "cedet/semantic/complete.el" -;;;;;; "cedet/semantic/ctxt.el" "cedet/semantic/db-file.el" "cedet/semantic/db-find.el" -;;;;;; "cedet/semantic/db-global.el" "cedet/semantic/db-mode.el" -;;;;;; "cedet/semantic/db-typecache.el" "cedet/semantic/db.el" "cedet/semantic/debug.el" -;;;;;; "cedet/semantic/decorate/include.el" "cedet/semantic/decorate/mode.el" -;;;;;; "cedet/semantic/dep.el" "cedet/semantic/doc.el" "cedet/semantic/edit.el" -;;;;;; "cedet/semantic/find.el" "cedet/semantic/format.el" "cedet/semantic/grammar-wy.el" -;;;;;; "cedet/semantic/grm-wy-boot.el" "cedet/semantic/html.el" -;;;;;; "cedet/semantic/ia-sb.el" "cedet/semantic/ia.el" "cedet/semantic/idle.el" -;;;;;; "cedet/semantic/imenu.el" "cedet/semantic/lex-spp.el" "cedet/semantic/lex.el" -;;;;;; "cedet/semantic/mru-bookmark.el" "cedet/semantic/scope.el" -;;;;;; "cedet/semantic/senator.el" "cedet/semantic/sort.el" "cedet/semantic/symref.el" -;;;;;; "cedet/semantic/symref/cscope.el" "cedet/semantic/symref/global.el" -;;;;;; "cedet/semantic/symref/grep.el" "cedet/semantic/symref/idutils.el" -;;;;;; "cedet/semantic/symref/list.el" "cedet/semantic/tag-file.el" -;;;;;; "cedet/semantic/tag-ls.el" "cedet/semantic/tag-write.el" -;;;;;; "cedet/semantic/tag.el" "cedet/semantic/texi.el" "cedet/semantic/util-modes.el" -;;;;;; "cedet/semantic/wisent/java-tags.el" "cedet/semantic/wisent/javascript.el" -;;;;;; "cedet/semantic/wisent/javat-wy.el" "cedet/semantic/wisent/js-wy.el" -;;;;;; "cedet/semantic/wisent/python-wy.el" "cedet/semantic/wisent/python.el" -;;;;;; "cedet/srecode/compile.el" "cedet/srecode/cpp.el" "cedet/srecode/document.el" -;;;;;; "cedet/srecode/el.el" "cedet/srecode/expandproto.el" "cedet/srecode/getset.el" -;;;;;; "cedet/srecode/insert.el" "cedet/srecode/java.el" "cedet/srecode/map.el" -;;;;;; "cedet/srecode/mode.el" "cedet/srecode/srt-wy.el" "cedet/srecode/srt.el" -;;;;;; "cedet/srecode/template.el" "cedet/srecode/texi.el" "composite.el" -;;;;;; "cus-face.el" "cus-load.el" "cus-start.el" "custom.el" "dired-aux.el" -;;;;;; "dired-x.el" "electric.el" "emacs-lisp/backquote.el" "emacs-lisp/byte-run.el" -;;;;;; "emacs-lisp/cl-extra.el" "emacs-lisp/cl-macs.el" "emacs-lisp/cl-preloaded.el" -;;;;;; "emacs-lisp/cl-seq.el" "emacs-lisp/debug-early.el" "emacs-lisp/easymenu.el" -;;;;;; "emacs-lisp/eieio-custom.el" "emacs-lisp/eieio-opt.el" "emacs-lisp/float-sup.el" -;;;;;; "emacs-lisp/lisp-mode.el" "emacs-lisp/lisp.el" "emacs-lisp/macroexp.el" -;;;;;; "emacs-lisp/map-ynp.el" "emacs-lisp/nadvice.el" "emacs-lisp/oclosure.el" -;;;;;; "emacs-lisp/shorthands.el" "emacs-lisp/syntax.el" "emacs-lisp/timer.el" -;;;;;; "env.el" "epa-hook.el" "erc/erc-autoaway.el" "erc/erc-button.el" -;;;;;; "erc/erc-capab.el" "erc/erc-compat.el" "erc/erc-dcc.el" "erc/erc-desktop-notifications.el" -;;;;;; "erc/erc-ezbounce.el" "erc/erc-fill.el" "erc/erc-identd.el" -;;;;;; "erc/erc-imenu.el" "erc/erc-join.el" "erc/erc-list.el" "erc/erc-log.el" -;;;;;; "erc/erc-match.el" "erc/erc-menu.el" "erc/erc-netsplit.el" -;;;;;; "erc/erc-notify.el" "erc/erc-page.el" "erc/erc-pcomplete.el" -;;;;;; "erc/erc-replace.el" "erc/erc-ring.el" "erc/erc-services.el" -;;;;;; "erc/erc-sound.el" "erc/erc-speedbar.el" "erc/erc-spelling.el" -;;;;;; "erc/erc-stamp.el" "erc/erc-status-sidebar.el" "erc/erc-track.el" -;;;;;; "erc/erc-truncate.el" "erc/erc-xdcc.el" "eshell/em-alias.el" -;;;;;; "eshell/em-banner.el" "eshell/em-basic.el" "eshell/em-cmpl.el" -;;;;;; "eshell/em-dirs.el" "eshell/em-elecslash.el" "eshell/em-glob.el" -;;;;;; "eshell/em-hist.el" "eshell/em-ls.el" "eshell/em-pred.el" -;;;;;; "eshell/em-prompt.el" "eshell/em-rebind.el" "eshell/em-script.el" -;;;;;; "eshell/em-smart.el" "eshell/em-term.el" "eshell/em-tramp.el" -;;;;;; "eshell/em-unix.el" "eshell/em-xtra.el" "eshell/esh-groups.el" -;;;;;; "faces.el" "files.el" "finder-inf.el" "font-core.el" "font-lock.el" -;;;;;; "format.el" "frame.el" "help.el" "hfy-cmap.el" "ibuf-ext.el" -;;;;;; "indent.el" "international/characters.el" "international/charprop.el" -;;;;;; "international/charscript.el" "international/cp51932.el" -;;;;;; "international/emoji-labels.el" "international/emoji-zwj.el" -;;;;;; "international/eucjp-ms.el" "international/idna-mapping.el" -;;;;;; "international/iso-transl.el" "international/mule-cmds.el" -;;;;;; "international/mule-conf.el" "international/mule.el" "international/uni-bidi.el" -;;;;;; "international/uni-brackets.el" "international/uni-category.el" -;;;;;; "international/uni-combining.el" "international/uni-comment.el" -;;;;;; "international/uni-confusable.el" "international/uni-decimal.el" -;;;;;; "international/uni-decomposition.el" "international/uni-digit.el" -;;;;;; "international/uni-lowercase.el" "international/uni-mirrored.el" -;;;;;; "international/uni-name.el" "international/uni-numeric.el" -;;;;;; "international/uni-old-name.el" "international/uni-scripts.el" -;;;;;; "international/uni-special-lowercase.el" "international/uni-special-titlecase.el" -;;;;;; "international/uni-special-uppercase.el" "international/uni-titlecase.el" -;;;;;; "international/uni-uppercase.el" "isearch.el" "jit-lock.el" -;;;;;; "jka-cmpr-hook.el" "keymap.el" "language/burmese.el" "language/cham.el" -;;;;;; "language/chinese.el" "language/cyrillic.el" "language/czech.el" -;;;;;; "language/english.el" "language/ethiopic.el" "language/european.el" -;;;;;; "language/georgian.el" "language/greek.el" "language/hebrew.el" -;;;;;; "language/indian.el" "language/indonesian.el" "language/japanese.el" -;;;;;; "language/khmer.el" "language/korean.el" "language/lao.el" -;;;;;; "language/misc-lang.el" "language/philippine.el" "language/romanian.el" -;;;;;; "language/sinhala.el" "language/slovak.el" "language/tai-viet.el" -;;;;;; "language/thai.el" "language/tibetan.el" "language/utf-8-lang.el" -;;;;;; "language/vietnamese.el" "ldefs-boot.el" "leim/ja-dic/ja-dic.el" -;;;;;; "leim/leim-list.el" "leim/quail/4Corner.el" "leim/quail/ARRAY30.el" -;;;;;; "leim/quail/CCDOSPY.el" "leim/quail/CTLau-b5.el" "leim/quail/CTLau.el" -;;;;;; "leim/quail/ECDICT.el" "leim/quail/ETZY.el" "leim/quail/PY-b5.el" -;;;;;; "leim/quail/PY.el" "leim/quail/Punct-b5.el" "leim/quail/Punct.el" -;;;;;; "leim/quail/QJ-b5.el" "leim/quail/QJ.el" "leim/quail/SW.el" -;;;;;; "leim/quail/TONEPY.el" "leim/quail/ZIRANMA.el" "leim/quail/ZOZY.el" -;;;;;; "leim/quail/arabic.el" "leim/quail/cham.el" "leim/quail/compose.el" -;;;;;; "leim/quail/croatian.el" "leim/quail/cyril-jis.el" "leim/quail/cyrillic.el" -;;;;;; "leim/quail/czech.el" "leim/quail/emoji.el" "leim/quail/georgian.el" -;;;;;; "leim/quail/greek.el" "leim/quail/hanja-jis.el" "leim/quail/hanja.el" -;;;;;; "leim/quail/hanja3.el" "leim/quail/hebrew.el" "leim/quail/indonesian.el" -;;;;;; "leim/quail/ipa-praat.el" "leim/quail/latin-alt.el" "leim/quail/latin-ltx.el" -;;;;;; "leim/quail/latin-post.el" "leim/quail/latin-pre.el" "leim/quail/persian.el" -;;;;;; "leim/quail/philippine.el" "leim/quail/programmer-dvorak.el" -;;;;;; "leim/quail/py-punct.el" "leim/quail/pypunct-b5.el" "leim/quail/quick-b5.el" -;;;;;; "leim/quail/quick-cns.el" "leim/quail/rfc1345.el" "leim/quail/sami.el" -;;;;;; "leim/quail/sgml-input.el" "leim/quail/slovak.el" "leim/quail/symbol-ksc.el" -;;;;;; "leim/quail/tamil-dvorak.el" "leim/quail/tsang-b5.el" "leim/quail/tsang-cns.el" -;;;;;; "leim/quail/vntelex.el" "leim/quail/vnvni.el" "leim/quail/welsh.el" -;;;;;; "loadup.el" "mail/blessmail.el" "mail/undigest.el" "menu-bar.el" -;;;;;; "mh-e/mh-gnus.el" "minibuffer.el" "mouse.el" "newcomment.el" -;;;;;; "obarray.el" "org/ob-core.el" "org/ob-lob.el" "org/ob-matlab.el" -;;;;;; "org/ob-tangle.el" "org/ob.el" "org/ol-bbdb.el" "org/ol-irc.el" -;;;;;; "org/ol.el" "org/org-archive.el" "org/org-attach.el" "org/org-clock.el" -;;;;;; "org/org-colview.el" "org/org-compat.el" "org/org-datetree.el" -;;;;;; "org/org-duration.el" "org/org-element.el" "org/org-feed.el" -;;;;;; "org/org-footnote.el" "org/org-goto.el" "org/org-id.el" "org/org-indent.el" -;;;;;; "org/org-install.el" "org/org-keys.el" "org/org-lint.el" -;;;;;; "org/org-list.el" "org/org-macs.el" "org/org-mobile.el" "org/org-num.el" -;;;;;; "org/org-plot.el" "org/org-refile.el" "org/org-table.el" -;;;;;; "org/org-timer.el" "org/ox-ascii.el" "org/ox-beamer.el" "org/ox-html.el" -;;;;;; "org/ox-icalendar.el" "org/ox-latex.el" "org/ox-md.el" "org/ox-odt.el" -;;;;;; "org/ox-org.el" "org/ox-publish.el" "org/ox-texinfo.el" "org/ox.el" -;;;;;; "paren.el" "progmodes/elisp-mode.el" "progmodes/prog-mode.el" -;;;;;; "ps-mule.el" "register.el" "replace.el" "rfn-eshadow.el" -;;;;;; "select.el" "simple.el" "startup.el" "subdirs.el" "subr.el" -;;;;;; "tab-bar.el" "textmodes/fill.el" "textmodes/makeinfo.el" -;;;;;; "textmodes/page.el" "textmodes/paragraphs.el" "textmodes/reftex-auc.el" -;;;;;; "textmodes/reftex-cite.el" "textmodes/reftex-dcr.el" "textmodes/reftex-global.el" -;;;;;; "textmodes/reftex-index.el" "textmodes/reftex-parse.el" "textmodes/reftex-ref.el" -;;;;;; "textmodes/reftex-sel.el" "textmodes/reftex-toc.el" "textmodes/texnfo-upd.el" -;;;;;; "textmodes/text-mode.el" "uniquify.el" "vc/ediff-hook.el" -;;;;;; "vc/vc-hooks.el" "version.el" "widget.el" "window.el") (0 -;;;;;; 0 0 0)) - -;;;*** +;;; End of scraped data + (provide 'loaddefs) + ;; Local Variables: ;; version-control: never ;; no-byte-compile: t ;; no-update-autoloads: t ;; coding: utf-8-emacs-unix ;; End: + ;;; loaddefs.el ends here -- 2.39.2