aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/ldefs-boot.el257
1 files changed, 166 insertions, 91 deletions
diff --git a/lisp/ldefs-boot.el b/lisp/ldefs-boot.el
index 411969a5420..a5c6bc89d57 100644
--- a/lisp/ldefs-boot.el
+++ b/lisp/ldefs-boot.el
@@ -1,4 +1,4 @@
1;;; loaddefs.el --- automatically extracted autoloads 1;;; loaddefs.tmp --- automatically extracted autoloads
2;; 2;;
3;;; Code: 3;;; Code:
4 4
@@ -1533,6 +1533,20 @@ let-binding.")
1533 1533
1534;;;*** 1534;;;***
1535 1535
1536;;;### (autoloads nil "auth-source-pass" "auth-source-pass.el" (0
1537;;;;;; 0 0 0))
1538;;; Generated autoloads from auth-source-pass.el
1539(push (purecopy '(auth-source-pass 2 0 0)) package--builtin-versions)
1540
1541(autoload 'auth-source-pass-enable "auth-source-pass" "\
1542Enable auth-source-password-store.
1543
1544\(fn)" nil nil)
1545
1546(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "auth-source-pass" '("auth-source-pass-")))
1547
1548;;;***
1549
1536;;;### (autoloads nil "autoarg" "autoarg.el" (0 0 0 0)) 1550;;;### (autoloads nil "autoarg" "autoarg.el" (0 0 0 0))
1537;;; Generated autoloads from autoarg.el 1551;;; Generated autoloads from autoarg.el
1538 1552
@@ -4764,7 +4778,7 @@ and runs the normal hook `command-history-hook'.
4764;;;### (autoloads nil "cl" "emacs-lisp/cl.el" (0 0 0 0)) 4778;;;### (autoloads nil "cl" "emacs-lisp/cl.el" (0 0 0 0))
4765;;; Generated autoloads from emacs-lisp/cl.el 4779;;; Generated autoloads from emacs-lisp/cl.el
4766 4780
4767(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "cl" '("cl-" "def" "lexical-let" "labels" "flet"))) 4781(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "cl" '("cl-" "defsetf" "define-" "lexical-let" "labels" "flet")))
4768 4782
4769;;;*** 4783;;;***
4770 4784
@@ -4894,6 +4908,24 @@ SEQ, this is like `mapcar'. With several, it is like the Common Lisp
4894 4908
4895\(fn FUNCTION SEQ...)" nil nil) 4909\(fn FUNCTION SEQ...)" nil nil)
4896 4910
4911(defvar cl-old-struct-compat-mode nil "\
4912Non-nil if Cl-Old-Struct-Compat mode is enabled.
4913See the `cl-old-struct-compat-mode' command
4914for a description of this minor mode.
4915Setting this variable directly does not take effect;
4916either customize it (see the info node `Easy Customization')
4917or call the function `cl-old-struct-compat-mode'.")
4918
4919(custom-autoload 'cl-old-struct-compat-mode "cl-lib" nil)
4920
4921(autoload 'cl-old-struct-compat-mode "cl-lib" "\
4922Enable backward compatibility with old-style structs.
4923This can be needed when using code byte-compiled using the old
4924macro-expansion of `cl-defstruct' that used vectors objects instead
4925of record objects.
4926
4927\(fn &optional ARG)" t nil)
4928
4897(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "cl-lib" '("cl-"))) 4929(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "cl-lib" '("cl-")))
4898 4930
4899;;;*** 4931;;;***
@@ -13398,7 +13430,7 @@ and choose the directory as the fortune-file.
13398Minimum set of parameters to filter for live (on-session) framesets. 13430Minimum set of parameters to filter for live (on-session) framesets.
13399DO NOT MODIFY. See `frameset-filter-alist' for a full description.") 13431DO NOT MODIFY. See `frameset-filter-alist' for a full description.")
13400 13432
13401(defvar frameset-persistent-filter-alist (nconc '((background-color . frameset-filter-sanitize-color) (buffer-list . :never) (buffer-predicate . :never) (buried-buffer-list . :never) (font . frameset-filter-shelve-param) (foreground-color . frameset-filter-sanitize-color) (fullscreen . frameset-filter-shelve-param) (GUI:font . frameset-filter-unshelve-param) (GUI:fullscreen . frameset-filter-unshelve-param) (GUI:height . frameset-filter-unshelve-param) (GUI:width . frameset-filter-unshelve-param) (height . frameset-filter-shelve-param) (outer-window-id . :never) (parent-id . :never) (tty . frameset-filter-tty-to-GUI) (tty-type . frameset-filter-tty-to-GUI) (width . frameset-filter-shelve-param) (window-id . :never) (window-system . :never)) frameset-session-filter-alist) "\ 13433(defvar frameset-persistent-filter-alist (nconc '((background-color . frameset-filter-sanitize-color) (buffer-list . :never) (buffer-predicate . :never) (buried-buffer-list . :never) (delete-before . :never) (font . frameset-filter-shelve-param) (foreground-color . frameset-filter-sanitize-color) (fullscreen . frameset-filter-shelve-param) (GUI:font . frameset-filter-unshelve-param) (GUI:fullscreen . frameset-filter-unshelve-param) (GUI:height . frameset-filter-unshelve-param) (GUI:width . frameset-filter-unshelve-param) (height . frameset-filter-shelve-param) (outer-window-id . :never) (parent-frame . :never) (parent-id . :never) (mouse-wheel-frame . :never) (tty . frameset-filter-tty-to-GUI) (tty-type . frameset-filter-tty-to-GUI) (width . frameset-filter-shelve-param) (window-id . :never) (window-system . :never)) frameset-session-filter-alist) "\
13402Parameters to filter for persistent framesets. 13434Parameters to filter for persistent framesets.
13403DO NOT MODIFY. See `frameset-filter-alist' for a full description.") 13435DO NOT MODIFY. See `frameset-filter-alist' for a full description.")
13404 13436
@@ -17101,6 +17133,13 @@ For details of keybindings, see `ido-switch-buffer'.
17101 17133
17102\(fn)" t nil) 17134\(fn)" t nil)
17103 17135
17136(autoload 'ido-display-buffer-other-frame "ido" "\
17137Display a buffer preferably in another frame.
17138The buffer name is selected interactively by typing a substring.
17139For details of keybindings, see `ido-switch-buffer'.
17140
17141\(fn)" t nil)
17142
17104(autoload 'ido-kill-buffer "ido" "\ 17143(autoload 'ido-kill-buffer "ido" "\
17105Kill a buffer. 17144Kill a buffer.
17106The buffer name is selected interactively by typing a substring. 17145The buffer name is selected interactively by typing a substring.
@@ -17186,6 +17225,13 @@ For details of keybindings, see `ido-find-file'.
17186 17225
17187\(fn)" t nil) 17226\(fn)" t nil)
17188 17227
17228(autoload 'ido-find-alternate-file-other-window "ido" "\
17229Find file as a replacement for the file in the next window.
17230The file name is selected interactively by typing a substring.
17231For details of keybindings, see `ido-find-file'.
17232
17233\(fn)" t nil)
17234
17189(autoload 'ido-find-file-read-only "ido" "\ 17235(autoload 'ido-find-file-read-only "ido" "\
17190Edit file read-only with name obtained via minibuffer. 17236Edit file read-only with name obtained via minibuffer.
17191The file name is selected interactively by typing a substring. 17237The file name is selected interactively by typing a substring.
@@ -17242,6 +17288,20 @@ For details of keybindings, see `ido-find-file'.
17242 17288
17243\(fn)" t nil) 17289\(fn)" t nil)
17244 17290
17291(autoload 'ido-dired-other-window "ido" "\
17292\"Edit\" a directory. Like `ido-dired' but selects in another window.
17293The directory is selected interactively by typing a substring.
17294For details of keybindings, see `ido-find-file'.
17295
17296\(fn)" t nil)
17297
17298(autoload 'ido-dired-other-frame "ido" "\
17299\"Edit\" a directory. Like `ido-dired' but makes a new frame.
17300The directory is selected interactively by typing a substring.
17301For details of keybindings, see `ido-find-file'.
17302
17303\(fn)" t nil)
17304
17245(autoload 'ido-read-buffer "ido" "\ 17305(autoload 'ido-read-buffer "ido" "\
17246Ido replacement for the built-in `read-buffer'. 17306Ido replacement for the built-in `read-buffer'.
17247Return the name of a buffer selected. 17307Return the name of a buffer selected.
@@ -20589,7 +20649,7 @@ redisplayed as output is inserted.
20589;;;### (autoloads nil "mh-acros" "mh-e/mh-acros.el" (0 0 0 0)) 20649;;;### (autoloads nil "mh-acros" "mh-e/mh-acros.el" (0 0 0 0))
20590;;; Generated autoloads from mh-e/mh-acros.el 20650;;; Generated autoloads from mh-e/mh-acros.el
20591 20651
20592(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "mh-acros" '("mh-" "with-mh-folder-updating" "def"))) 20652(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "mh-acros" '("mh-" "with-mh-folder-updating" "defun-mh" "defmacro-mh")))
20593 20653
20594;;;*** 20654;;;***
20595 20655
@@ -20721,7 +20781,7 @@ Display version information about MH-E and the MH mail handling system.
20721 20781
20722\(fn)" t nil) 20782\(fn)" t nil)
20723 20783
20724(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "mh-e" '("mh-" "def"))) 20784(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "mh-e" '("mh-" "defgroup-mh" "defcustom-mh" "defface-mh")))
20725 20785
20726;;;*** 20786;;;***
20727 20787
@@ -20929,6 +20989,23 @@ perform the operation on all messages in that region.
20929 20989
20930;;;*** 20990;;;***
20931 20991
20992;;;### (autoloads nil "mhtml-mode" "textmodes/mhtml-mode.el" (0 0
20993;;;;;; 0 0))
20994;;; Generated autoloads from textmodes/mhtml-mode.el
20995
20996(autoload 'mhtml-mode "mhtml-mode" "\
20997Major mode based on `html-mode', but works with embedded JS and CSS.
20998
20999Code inside a <script> element is indented using the rules from
21000`js-mode'; and code inside a <style> element is indented using
21001the rules from `css-mode'.
21002
21003\(fn)" t nil)
21004
21005(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "mhtml-mode" '("mhtml-")))
21006
21007;;;***
21008
20932;;;### (autoloads nil "midnight" "midnight.el" (0 0 0 0)) 21009;;;### (autoloads nil "midnight" "midnight.el" (0 0 0 0))
20933;;; Generated autoloads from midnight.el 21010;;; Generated autoloads from midnight.el
20934 21011
@@ -21886,7 +21963,7 @@ QUALITY can be:
21886;;;### (autoloads nil "mwheel" "mwheel.el" (0 0 0 0)) 21963;;;### (autoloads nil "mwheel" "mwheel.el" (0 0 0 0))
21887;;; Generated autoloads from mwheel.el 21964;;; Generated autoloads from mwheel.el
21888 21965
21889(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "mwheel" '("mouse-wheel-" "mwheel-"))) 21966(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "mwheel" '("mwheel-" "mouse-wheel-")))
21890 21967
21891;;;*** 21968;;;***
21892 21969
@@ -22363,7 +22440,7 @@ Generate NOV databases in all nnml directories.
22363;;;### (autoloads nil "nnoo" "gnus/nnoo.el" (0 0 0 0)) 22440;;;### (autoloads nil "nnoo" "gnus/nnoo.el" (0 0 0 0))
22364;;; Generated autoloads from gnus/nnoo.el 22441;;; Generated autoloads from gnus/nnoo.el
22365 22442
22366(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "nnoo" '("nnoo-" "def"))) 22443(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "nnoo" '("nnoo-" "defvoo" "deffoo")))
22367 22444
22368;;;*** 22445;;;***
22369 22446
@@ -33861,52 +33938,37 @@ If it is set to nil, all remote file names are used literally.")
33861 33938
33862(custom-autoload 'tramp-mode "tramp" t) 33939(custom-autoload 'tramp-mode "tramp" t)
33863 33940
33864(defvar tramp-syntax 'ftp "\ 33941(defvar tramp-syntax 'default "\
33865Tramp filename syntax to be used. 33942Tramp filename syntax to be used.
33866 33943
33867It can have the following values: 33944It can have the following values:
33868 33945
33869 `ftp' -- Ange-FTP like syntax 33946 `default' -- Default syntax
33870 `sep' -- Syntax as defined for XEmacs originally.") 33947 `simplified' -- Ange-FTP like syntax
33948 `separate' -- Syntax as defined for XEmacs originally
33871 33949
33872(custom-autoload 'tramp-syntax "tramp" t) 33950Do not change the value by `setq', it must be changed only by
33951`custom-set-variables'. See also `tramp-change-syntax'.")
33873 33952
33874(defconst tramp-file-name-regexp-unified "\\`/.+:.*:" "\ 33953(custom-autoload 'tramp-syntax "tramp" nil)
33875Value for `tramp-file-name-regexp' for unified remoting.
33876See `tramp-file-name-structure' for more explanations.
33877
33878On W32 systems, the volume letter must be ignored.")
33879 33954
33880(defconst tramp-file-name-regexp-separate "\\`/\\[.*\\]" "\ 33955(defconst tramp-initial-file-name-regexp "\\`/.+:.*:" "\
33881Value for `tramp-file-name-regexp' for separate remoting. 33956Value for `tramp-file-name-regexp' for autoload.
33882See `tramp-file-name-structure' for more explanations.") 33957It must match the initial `tramp-syntax' settings.")
33883 33958
33884(defvar tramp-file-name-regexp (cond ((eq tramp-syntax 'ftp) tramp-file-name-regexp-unified) ((eq tramp-syntax 'sep) tramp-file-name-regexp-separate) (t (error "Wrong `tramp-syntax' defined"))) "\ 33959(defvar tramp-file-name-regexp tramp-initial-file-name-regexp "\
33885Regular expression matching file names handled by Tramp. 33960Value for `tramp-file-name-regexp' for autoload.
33886This regexp should match Tramp file names but no other file 33961It must match the initial `tramp-syntax' settings.")
33887names. When calling `tramp-register-file-name-handlers', the
33888initial value is overwritten by the car of `tramp-file-name-structure'.")
33889 33962
33890(defconst tramp-completion-file-name-regexp-unified (concat "\\`/\\(" "\\([^/|:]+:[^/|:]*|\\)*" (if (memq system-type '(cygwin windows-nt)) "\\(-\\|[^/|:]\\{2,\\}\\)" "[^/|:]+") "\\(:[^/|:]*\\)?" "\\)?\\'") "\ 33963(defconst tramp-completion-file-name-regexp-default (concat "\\`/\\(" "\\([^/|:]+:[^/|:]*|\\)*" (if (memq system-type '(cygwin windows-nt)) "\\(-\\|[^/|:]\\{2,\\}\\)" "[^/|:]+") "\\(:[^/|:]*\\)?" "\\)?\\'") "\
33891Value for `tramp-completion-file-name-regexp' for unified remoting. 33964Value for `tramp-completion-file-name-regexp' for default remoting.
33892See `tramp-file-name-structure' for more explanations. 33965See `tramp-file-name-structure' for more explanations.
33893 33966
33894On W32 systems, the volume letter must be ignored.") 33967On W32 systems, the volume letter must be ignored.")
33895 33968
33896(defconst tramp-completion-file-name-regexp-separate "\\`/\\[\\([^]]*\\)?\\'" "\ 33969(defconst tramp-initial-completion-file-name-regexp tramp-completion-file-name-regexp-default "\
33897Value for `tramp-completion-file-name-regexp' for separate remoting. 33970Value for `tramp-completion-file-name-regexp' for autoload.
33898See `tramp-file-name-structure' for more explanations.") 33971It must match the initial `tramp-syntax' settings.")
33899
33900(defconst tramp-completion-file-name-regexp (cond ((eq tramp-syntax 'ftp) tramp-completion-file-name-regexp-unified) ((eq tramp-syntax 'sep) tramp-completion-file-name-regexp-separate) (t (error "Wrong `tramp-syntax' defined"))) "\
33901Regular expression matching file names handled by Tramp completion.
33902This regexp should match partial Tramp file names only.
33903
33904Please note that the entry in `file-name-handler-alist' is made when
33905this file (tramp.el) is loaded. This means that this variable must be set
33906before loading tramp.el. Alternatively, `file-name-handler-alist' can be
33907updated after changing this variable.
33908
33909Also see `tramp-file-name-structure'.")
33910 33972
33911(defconst tramp-completion-file-name-handler-alist '((file-name-all-completions . tramp-completion-handle-file-name-all-completions) (file-name-completion . tramp-completion-handle-file-name-completion)) "\ 33973(defconst tramp-completion-file-name-handler-alist '((file-name-all-completions . tramp-completion-handle-file-name-all-completions) (file-name-completion . tramp-completion-handle-file-name-completion)) "\
33912Alist of completion handler functions. 33974Alist of completion handler functions.
@@ -33914,11 +33976,6 @@ Used for file names matching `tramp-completion-file-name-regexp'.
33914Operations not mentioned here will be handled by Tramp's file 33976Operations not mentioned here will be handled by Tramp's file
33915name handler functions, or the normal Emacs functions.") 33977name handler functions, or the normal Emacs functions.")
33916 33978
33917(defun tramp-run-real-handler (operation args) "\
33918Invoke normal file name handler for OPERATION.
33919First arg specifies the OPERATION, second arg is a list of arguments to
33920pass to the OPERATION." (let* ((inhibit-file-name-handlers (\` (tramp-file-name-handler tramp-vc-file-name-handler tramp-completion-file-name-handler cygwin-mount-name-hook-function cygwin-mount-map-drive-hook-function \, (and (eq inhibit-file-name-operation operation) inhibit-file-name-handlers)))) (inhibit-file-name-operation operation)) (apply operation args)))
33921
33922(autoload 'tramp-file-name-handler "tramp" "\ 33979(autoload 'tramp-file-name-handler "tramp" "\
33923Invoke Tramp file name handler. 33980Invoke Tramp file name handler.
33924Falls back to normal file name handler if no Tramp file name handler exists. 33981Falls back to normal file name handler if no Tramp file name handler exists.
@@ -33932,7 +33989,7 @@ Falls back to normal file name handler if no Tramp file name handler exists.
33932\(fn OPERATION &rest ARGS)" nil nil) 33989\(fn OPERATION &rest ARGS)" nil nil)
33933 33990
33934(defun tramp-register-autoload-file-name-handlers nil "\ 33991(defun tramp-register-autoload-file-name-handlers nil "\
33935Add Tramp file name handlers to `file-name-handler-alist' during autoload." (add-to-list (quote file-name-handler-alist) (cons tramp-file-name-regexp (quote tramp-file-name-handler))) (put (quote tramp-file-name-handler) (quote safe-magic) t) (put (quote tramp-file-name-handler) (quote operations) (quote (file-name-all-completions file-name-completion file-remote-p))) (add-to-list (quote file-name-handler-alist) (cons tramp-completion-file-name-regexp (quote tramp-completion-file-name-handler))) (put (quote tramp-completion-file-name-handler) (quote safe-magic) t) (put (quote tramp-completion-file-name-handler) (quote operations) (mapcar (quote car) tramp-completion-file-name-handler-alist))) 33992Add Tramp file name handlers to `file-name-handler-alist' during autoload." (add-to-list (quote file-name-handler-alist) (cons tramp-initial-file-name-regexp (quote tramp-file-name-handler))) (put (quote tramp-file-name-handler) (quote safe-magic) t) (put (quote tramp-file-name-handler) (quote operations) (quote (file-name-all-completions file-name-completion file-remote-p))) (add-to-list (quote file-name-handler-alist) (cons tramp-initial-completion-file-name-regexp (quote tramp-completion-file-name-handler))) (put (quote tramp-completion-file-name-handler) (quote safe-magic) t) (put (quote tramp-completion-file-name-handler) (quote operations) (mapcar (quote car) tramp-completion-file-name-handler-alist)))
33936 33993
33937(tramp-register-autoload-file-name-handlers) 33994(tramp-register-autoload-file-name-handlers)
33938 33995
@@ -33970,6 +34027,13 @@ Discard Tramp from loading remote files.
33970;;;### (autoloads nil "tramp-cmds" "net/tramp-cmds.el" (0 0 0 0)) 34027;;;### (autoloads nil "tramp-cmds" "net/tramp-cmds.el" (0 0 0 0))
33971;;; Generated autoloads from net/tramp-cmds.el 34028;;; Generated autoloads from net/tramp-cmds.el
33972 34029
34030(autoload 'tramp-change-syntax "tramp-cmds" "\
34031Change Tramp syntax.
34032SYNTAX can be one of the symbols `default' (default),
34033`simplified' (ange-ftp like) or `separate' (XEmacs like).
34034
34035\(fn &optional SYNTAX)" t nil)
34036
33973(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "tramp-cmds" '("tramp-"))) 34037(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "tramp-cmds" '("tramp-")))
33974 34038
33975;;;*** 34039;;;***
@@ -34771,7 +34835,7 @@ if it had been inserted from a file named URL.
34771(autoload 'url-ldap "url-ldap" "\ 34835(autoload 'url-ldap "url-ldap" "\
34772Perform an LDAP search specified by URL. 34836Perform an LDAP search specified by URL.
34773The return value is a buffer displaying the search results in HTML. 34837The return value is a buffer displaying the search results in HTML.
34774URL can be a URL string, or a URL vector of the type returned by 34838URL can be a URL string, or a URL record of the type returned by
34775`url-generic-parse-url'. 34839`url-generic-parse-url'.
34776 34840
34777\(fn URL)" nil nil) 34841\(fn URL)" nil nil)
@@ -38054,8 +38118,10 @@ Zone out, completely.
38054;;;;;; "cedet/ede/make.el" "cedet/ede/shell.el" "cedet/ede/speedbar.el" 38118;;;;;; "cedet/ede/make.el" "cedet/ede/shell.el" "cedet/ede/speedbar.el"
38055;;;;;; "cedet/ede/system.el" "cedet/ede/util.el" "cedet/semantic/analyze.el" 38119;;;;;; "cedet/ede/system.el" "cedet/ede/util.el" "cedet/semantic/analyze.el"
38056;;;;;; "cedet/semantic/analyze/complete.el" "cedet/semantic/analyze/refs.el" 38120;;;;;; "cedet/semantic/analyze/complete.el" "cedet/semantic/analyze/refs.el"
38057;;;;;; "cedet/semantic/bovine.el" "cedet/semantic/bovine/c.el" "cedet/semantic/bovine/el.el" 38121;;;;;; "cedet/semantic/bovine.el" "cedet/semantic/bovine/c-by.el"
38058;;;;;; "cedet/semantic/bovine/gcc.el" "cedet/semantic/bovine/make.el" 38122;;;;;; "cedet/semantic/bovine/c.el" "cedet/semantic/bovine/el.el"
38123;;;;;; "cedet/semantic/bovine/gcc.el" "cedet/semantic/bovine/make-by.el"
38124;;;;;; "cedet/semantic/bovine/make.el" "cedet/semantic/bovine/scm-by.el"
38059;;;;;; "cedet/semantic/bovine/scm.el" "cedet/semantic/complete.el" 38125;;;;;; "cedet/semantic/bovine/scm.el" "cedet/semantic/complete.el"
38060;;;;;; "cedet/semantic/ctxt.el" "cedet/semantic/db-file.el" "cedet/semantic/db-find.el" 38126;;;;;; "cedet/semantic/ctxt.el" "cedet/semantic/db-file.el" "cedet/semantic/db-find.el"
38061;;;;;; "cedet/semantic/db-global.el" "cedet/semantic/db-mode.el" 38127;;;;;; "cedet/semantic/db-global.el" "cedet/semantic/db-mode.el"
@@ -38073,30 +38139,31 @@ Zone out, completely.
38073;;;;;; "cedet/semantic/tag-ls.el" "cedet/semantic/tag-write.el" 38139;;;;;; "cedet/semantic/tag-ls.el" "cedet/semantic/tag-write.el"
38074;;;;;; "cedet/semantic/tag.el" "cedet/semantic/texi.el" "cedet/semantic/util-modes.el" 38140;;;;;; "cedet/semantic/tag.el" "cedet/semantic/texi.el" "cedet/semantic/util-modes.el"
38075;;;;;; "cedet/semantic/wisent/java-tags.el" "cedet/semantic/wisent/javascript.el" 38141;;;;;; "cedet/semantic/wisent/java-tags.el" "cedet/semantic/wisent/javascript.el"
38076;;;;;; "cedet/semantic/wisent/python.el" "cedet/srecode/compile.el" 38142;;;;;; "cedet/semantic/wisent/javat-wy.el" "cedet/semantic/wisent/js-wy.el"
38077;;;;;; "cedet/srecode/cpp.el" "cedet/srecode/document.el" "cedet/srecode/el.el" 38143;;;;;; "cedet/semantic/wisent/python-wy.el" "cedet/semantic/wisent/python.el"
38078;;;;;; "cedet/srecode/expandproto.el" "cedet/srecode/getset.el" 38144;;;;;; "cedet/srecode/compile.el" "cedet/srecode/cpp.el" "cedet/srecode/document.el"
38145;;;;;; "cedet/srecode/el.el" "cedet/srecode/expandproto.el" "cedet/srecode/getset.el"
38079;;;;;; "cedet/srecode/insert.el" "cedet/srecode/java.el" "cedet/srecode/map.el" 38146;;;;;; "cedet/srecode/insert.el" "cedet/srecode/java.el" "cedet/srecode/map.el"
38080;;;;;; "cedet/srecode/mode.el" "cedet/srecode/srt.el" "cedet/srecode/template.el" 38147;;;;;; "cedet/srecode/mode.el" "cedet/srecode/srt-wy.el" "cedet/srecode/srt.el"
38081;;;;;; "cedet/srecode/texi.el" "composite.el" "cus-face.el" "cus-start.el" 38148;;;;;; "cedet/srecode/template.el" "cedet/srecode/texi.el" "composite.el"
38082;;;;;; "custom.el" "dired-aux.el" "dired-x.el" "electric.el" "emacs-lisp/backquote.el" 38149;;;;;; "cus-face.el" "cus-start.el" "custom.el" "dired-aux.el" "dired-x.el"
38083;;;;;; "emacs-lisp/byte-run.el" "emacs-lisp/cl-extra.el" "emacs-lisp/cl-macs.el" 38150;;;;;; "electric.el" "emacs-lisp/backquote.el" "emacs-lisp/byte-run.el"
38084;;;;;; "emacs-lisp/cl-preloaded.el" "emacs-lisp/cl-seq.el" "emacs-lisp/eieio-compat.el" 38151;;;;;; "emacs-lisp/cl-extra.el" "emacs-lisp/cl-macs.el" "emacs-lisp/cl-preloaded.el"
38085;;;;;; "emacs-lisp/eieio-custom.el" "emacs-lisp/eieio-opt.el" "emacs-lisp/eldoc.el" 38152;;;;;; "emacs-lisp/cl-seq.el" "emacs-lisp/eieio-compat.el" "emacs-lisp/eieio-custom.el"
38086;;;;;; "emacs-lisp/float-sup.el" "emacs-lisp/lisp-mode.el" "emacs-lisp/lisp.el" 38153;;;;;; "emacs-lisp/eieio-opt.el" "emacs-lisp/eldoc.el" "emacs-lisp/float-sup.el"
38087;;;;;; "emacs-lisp/macroexp.el" "emacs-lisp/map-ynp.el" "emacs-lisp/nadvice.el" 38154;;;;;; "emacs-lisp/lisp-mode.el" "emacs-lisp/lisp.el" "emacs-lisp/macroexp.el"
38088;;;;;; "emacs-lisp/syntax.el" "emacs-lisp/timer.el" "env.el" "epa-hook.el" 38155;;;;;; "emacs-lisp/map-ynp.el" "emacs-lisp/nadvice.el" "emacs-lisp/syntax.el"
38089;;;;;; "eshell/em-alias.el" "eshell/em-banner.el" "eshell/em-basic.el" 38156;;;;;; "emacs-lisp/timer.el" "env.el" "epa-hook.el" "eshell/em-alias.el"
38090;;;;;; "eshell/em-cmpl.el" "eshell/em-dirs.el" "eshell/em-glob.el" 38157;;;;;; "eshell/em-banner.el" "eshell/em-basic.el" "eshell/em-cmpl.el"
38091;;;;;; "eshell/em-hist.el" "eshell/em-ls.el" "eshell/em-pred.el" 38158;;;;;; "eshell/em-dirs.el" "eshell/em-glob.el" "eshell/em-hist.el"
38092;;;;;; "eshell/em-prompt.el" "eshell/em-rebind.el" "eshell/em-script.el" 38159;;;;;; "eshell/em-ls.el" "eshell/em-pred.el" "eshell/em-prompt.el"
38093;;;;;; "eshell/em-smart.el" "eshell/em-term.el" "eshell/em-tramp.el" 38160;;;;;; "eshell/em-rebind.el" "eshell/em-script.el" "eshell/em-smart.el"
38094;;;;;; "eshell/em-unix.el" "eshell/em-xtra.el" "facemenu.el" "faces.el" 38161;;;;;; "eshell/em-term.el" "eshell/em-tramp.el" "eshell/em-unix.el"
38095;;;;;; "files.el" "font-core.el" "font-lock.el" "format.el" "frame.el" 38162;;;;;; "eshell/em-xtra.el" "facemenu.el" "faces.el" "files.el" "font-core.el"
38096;;;;;; "help.el" "hfy-cmap.el" "htmlfontify-loaddefs.el" "ibuf-ext.el" 38163;;;;;; "font-lock.el" "format.el" "frame.el" "help.el" "hfy-cmap.el"
38097;;;;;; "indent.el" "international/characters.el" "international/charprop.el" 38164;;;;;; "htmlfontify-loaddefs.el" "ibuf-ext.el" "indent.el" "international/characters.el"
38098;;;;;; "international/charscript.el" "international/cp51932.el" 38165;;;;;; "international/charprop.el" "international/charscript.el"
38099;;;;;; "international/eucjp-ms.el" "international/mule-cmds.el" 38166;;;;;; "international/cp51932.el" "international/eucjp-ms.el" "international/mule-cmds.el"
38100;;;;;; "international/mule-conf.el" "international/mule.el" "international/uni-bidi.el" 38167;;;;;; "international/mule-conf.el" "international/mule.el" "international/uni-bidi.el"
38101;;;;;; "international/uni-brackets.el" "international/uni-category.el" 38168;;;;;; "international/uni-brackets.el" "international/uni-category.el"
38102;;;;;; "international/uni-combining.el" "international/uni-comment.el" 38169;;;;;; "international/uni-combining.el" "international/uni-comment.el"
@@ -38114,25 +38181,33 @@ Zone out, completely.
38114;;;;;; "language/misc-lang.el" "language/romanian.el" "language/sinhala.el" 38181;;;;;; "language/misc-lang.el" "language/romanian.el" "language/sinhala.el"
38115;;;;;; "language/slovak.el" "language/tai-viet.el" "language/thai.el" 38182;;;;;; "language/slovak.el" "language/tai-viet.el" "language/thai.el"
38116;;;;;; "language/tibetan.el" "language/utf-8-lang.el" "language/vietnamese.el" 38183;;;;;; "language/tibetan.el" "language/utf-8-lang.el" "language/vietnamese.el"
38117;;;;;; "ldefs-boot.el" "leim/quail/arabic.el" "leim/quail/croatian.el" 38184;;;;;; "ldefs-boot.el" "leim/ja-dic/ja-dic.el" "leim/leim-list.el"
38118;;;;;; "leim/quail/cyril-jis.el" "leim/quail/cyrillic.el" "leim/quail/czech.el" 38185;;;;;; "leim/quail/4Corner.el" "leim/quail/ARRAY30.el" "leim/quail/CCDOSPY.el"
38119;;;;;; "leim/quail/georgian.el" "leim/quail/greek.el" "leim/quail/hanja-jis.el" 38186;;;;;; "leim/quail/CTLau-b5.el" "leim/quail/CTLau.el" "leim/quail/ECDICT.el"
38120;;;;;; "leim/quail/hanja.el" "leim/quail/hanja3.el" "leim/quail/hebrew.el" 38187;;;;;; "leim/quail/ETZY.el" "leim/quail/PY-b5.el" "leim/quail/PY.el"
38121;;;;;; "leim/quail/ipa-praat.el" "leim/quail/latin-alt.el" "leim/quail/latin-ltx.el" 38188;;;;;; "leim/quail/Punct-b5.el" "leim/quail/Punct.el" "leim/quail/QJ-b5.el"
38122;;;;;; "leim/quail/latin-post.el" "leim/quail/latin-pre.el" "leim/quail/persian.el" 38189;;;;;; "leim/quail/QJ.el" "leim/quail/SW.el" "leim/quail/TONEPY.el"
38123;;;;;; "leim/quail/programmer-dvorak.el" "leim/quail/py-punct.el" 38190;;;;;; "leim/quail/ZIRANMA.el" "leim/quail/ZOZY.el" "leim/quail/arabic.el"
38124;;;;;; "leim/quail/pypunct-b5.el" "leim/quail/rfc1345.el" "leim/quail/sgml-input.el" 38191;;;;;; "leim/quail/croatian.el" "leim/quail/cyril-jis.el" "leim/quail/cyrillic.el"
38192;;;;;; "leim/quail/czech.el" "leim/quail/georgian.el" "leim/quail/greek.el"
38193;;;;;; "leim/quail/hanja-jis.el" "leim/quail/hanja.el" "leim/quail/hanja3.el"
38194;;;;;; "leim/quail/hebrew.el" "leim/quail/ipa-praat.el" "leim/quail/latin-alt.el"
38195;;;;;; "leim/quail/latin-ltx.el" "leim/quail/latin-post.el" "leim/quail/latin-pre.el"
38196;;;;;; "leim/quail/persian.el" "leim/quail/programmer-dvorak.el"
38197;;;;;; "leim/quail/py-punct.el" "leim/quail/pypunct-b5.el" "leim/quail/quick-b5.el"
38198;;;;;; "leim/quail/quick-cns.el" "leim/quail/rfc1345.el" "leim/quail/sgml-input.el"
38125;;;;;; "leim/quail/slovak.el" "leim/quail/symbol-ksc.el" "leim/quail/tamil-dvorak.el" 38199;;;;;; "leim/quail/slovak.el" "leim/quail/symbol-ksc.el" "leim/quail/tamil-dvorak.el"
38126;;;;;; "leim/quail/vntelex.el" "leim/quail/vnvni.el" "leim/quail/welsh.el" 38200;;;;;; "leim/quail/tsang-b5.el" "leim/quail/tsang-cns.el" "leim/quail/vntelex.el"
38127;;;;;; "loadup.el" "mail/blessmail.el" "mail/rmailedit.el" "mail/rmailkwd.el" 38201;;;;;; "leim/quail/vnvni.el" "leim/quail/welsh.el" "loadup.el" "mail/blessmail.el"
38128;;;;;; "mail/rmailmm.el" "mail/rmailmsc.el" "mail/rmailsort.el" 38202;;;;;; "mail/rmailedit.el" "mail/rmailkwd.el" "mail/rmailmm.el"
38129;;;;;; "mail/rmailsum.el" "mail/undigest.el" "menu-bar.el" "mh-e/mh-gnus.el" 38203;;;;;; "mail/rmailmsc.el" "mail/rmailsort.el" "mail/rmailsum.el"
38130;;;;;; "mh-e/mh-loaddefs.el" "minibuffer.el" "mouse.el" "net/tramp-loaddefs.el" 38204;;;;;; "mail/undigest.el" "menu-bar.el" "mh-e/mh-gnus.el" "mh-e/mh-loaddefs.el"
38131;;;;;; "newcomment.el" "obarray.el" "org/ob-core.el" "org/ob-keys.el" 38205;;;;;; "minibuffer.el" "mouse.el" "net/tramp-loaddefs.el" "newcomment.el"
38132;;;;;; "org/ob-lob.el" "org/ob-matlab.el" "org/ob-tangle.el" "org/ob.el" 38206;;;;;; "obarray.el" "org/ob-core.el" "org/ob-keys.el" "org/ob-lob.el"
38133;;;;;; "org/org-archive.el" "org/org-attach.el" "org/org-bbdb.el" 38207;;;;;; "org/ob-matlab.el" "org/ob-tangle.el" "org/ob.el" "org/org-archive.el"
38134;;;;;; "org/org-clock.el" "org/org-datetree.el" "org/org-element.el" 38208;;;;;; "org/org-attach.el" "org/org-bbdb.el" "org/org-clock.el"
38135;;;;;; "org/org-feed.el" "org/org-footnote.el" "org/org-id.el" "org/org-indent.el" 38209;;;;;; "org/org-datetree.el" "org/org-element.el" "org/org-feed.el"
38210;;;;;; "org/org-footnote.el" "org/org-id.el" "org/org-indent.el"
38136;;;;;; "org/org-install.el" "org/org-irc.el" "org/org-mobile.el" 38211;;;;;; "org/org-install.el" "org/org-irc.el" "org/org-mobile.el"
38137;;;;;; "org/org-plot.el" "org/org-table.el" "org/org-timer.el" "org/ox-ascii.el" 38212;;;;;; "org/org-plot.el" "org/org-table.el" "org/org-timer.el" "org/ox-ascii.el"
38138;;;;;; "org/ox-beamer.el" "org/ox-html.el" "org/ox-icalendar.el" 38213;;;;;; "org/ox-beamer.el" "org/ox-html.el" "org/ox-icalendar.el"
@@ -38158,4 +38233,4 @@ Zone out, completely.
38158;; no-update-autoloads: t 38233;; no-update-autoloads: t
38159;; coding: utf-8 38234;; coding: utf-8
38160;; End: 38235;; End:
38161;;; loaddefs.el ends here 38236;;; loaddefs.tmp ends here