aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/ldefs-boot.el81
1 files changed, 70 insertions, 11 deletions
diff --git a/lisp/ldefs-boot.el b/lisp/ldefs-boot.el
index 3bd775f5152..bdf4c315295 100644
--- a/lisp/ldefs-boot.el
+++ b/lisp/ldefs-boot.el
@@ -1900,6 +1900,21 @@ definition of \"random distance\".)
1900 1900
1901;;;*** 1901;;;***
1902 1902
1903;;;### (autoloads nil "backtrace" "emacs-lisp/backtrace.el" (0 0
1904;;;;;; 0 0))
1905;;; Generated autoloads from emacs-lisp/backtrace.el
1906(push (purecopy '(backtrace 1 0)) package--builtin-versions)
1907
1908(autoload 'backtrace "backtrace" "\
1909Print a trace of Lisp function calls currently active.
1910Output stream used is value of `standard-output'.
1911
1912\(fn)" nil nil)
1913
1914(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "backtrace" '("backtrace-")))
1915
1916;;;***
1917
1903;;;### (autoloads nil "bat-mode" "progmodes/bat-mode.el" (0 0 0 0)) 1918;;;### (autoloads nil "bat-mode" "progmodes/bat-mode.el" (0 0 0 0))
1904;;; Generated autoloads from progmodes/bat-mode.el 1919;;; Generated autoloads from progmodes/bat-mode.el
1905 1920
@@ -3850,6 +3865,7 @@ the absolute file name of the file if STYLE-NAME is nil.
3850 3865
3851;;;### (autoloads nil "cc-mode" "progmodes/cc-mode.el" (0 0 0 0)) 3866;;;### (autoloads nil "cc-mode" "progmodes/cc-mode.el" (0 0 0 0))
3852;;; Generated autoloads from progmodes/cc-mode.el 3867;;; Generated autoloads from progmodes/cc-mode.el
3868(push (purecopy '(cc-mode 5 33 1)) package--builtin-versions)
3853 3869
3854(autoload 'c-initialize-cc-mode "cc-mode" "\ 3870(autoload 'c-initialize-cc-mode "cc-mode" "\
3855Initialize CC Mode for use in the current buffer. 3871Initialize CC Mode for use in the current buffer.
@@ -4998,6 +5014,13 @@ call other entry points instead, such as `cl-prin1'.
4998 5014
4999\(fn OBJECT STREAM)" nil nil) 5015\(fn OBJECT STREAM)" nil nil)
5000 5016
5017(autoload 'cl-print-expand-ellipsis "cl-print" "\
5018Print the expansion of an ellipsis to STREAM.
5019VALUE should be the value of the `cl-print-ellipsis' text property
5020which was attached to the ellipsis by `cl-prin1'.
5021
5022\(fn VALUE STREAM)" nil nil)
5023
5001(autoload 'cl-prin1 "cl-print" "\ 5024(autoload 'cl-prin1 "cl-print" "\
5002Print OBJECT on STREAM according to its type. 5025Print OBJECT on STREAM according to its type.
5003Output is further controlled by the variables 5026Output is further controlled by the variables
@@ -5012,6 +5035,24 @@ Return a string containing the `cl-prin1'-printed representation of OBJECT.
5012 5035
5013\(fn OBJECT)" nil nil) 5036\(fn OBJECT)" nil nil)
5014 5037
5038(autoload 'cl-print-to-string-with-limit "cl-print" "\
5039Return a string containing a printed representation of VALUE.
5040Attempt to get the length of the returned string under LIMIT
5041characters with appropriate settings of `print-level' and
5042`print-length.' Use PRINT-FUNCTION to print, which should take
5043the arguments VALUE and STREAM and which should respect
5044`print-length' and `print-level'. LIMIT may be nil or zero in
5045which case PRINT-FUNCTION will be called with `print-level' and
5046`print-length' bound to nil.
5047
5048Use this function with `cl-prin1' to print an object,
5049abbreviating it with ellipses to fit within a size limit. Use
5050this function with `cl-prin1-expand-ellipsis' to expand an
5051ellipsis, abbreviating the expansion to stay within a size
5052limit.
5053
5054\(fn PRINT-FUNCTION VALUE LIMIT)" nil nil)
5055
5015(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "cl-print" '("cl-print-" "help-byte-code"))) 5056(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "cl-print" '("cl-print-" "help-byte-code")))
5016 5057
5017;;;*** 5058;;;***
@@ -11725,7 +11766,9 @@ This does nothing except loading eudc by autoload side-effect.
11725 11766
11726\(fn)" t nil) 11767\(fn)" t nil)
11727 11768
11728(cond ((not (featurep 'xemacs)) (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))) (t (let ((menu '("Directory Servers" ["Load Hotlist of Servers" eudc-load-eudc t] ["New Server" eudc-set-server t] ["---" nil nil] ["Query with Form" eudc-query-form t] ["Expand Inline Query" eudc-expand-inline t] ["---" nil nil] ["Get Email" eudc-get-email t] ["Get Phone" eudc-get-phone t]))) (if (not (featurep 'eudc-autoloads)) (if (featurep 'xemacs) (if (and (featurep 'menubar) (not (featurep 'infodock))) (add-submenu '("Tools") menu)) (require 'easymenu) (cond ((fboundp 'easy-menu-add-item) (easy-menu-add-item nil '("tools") (easy-menu-create-menu (car menu) (cdr menu)))) ((fboundp 'easy-menu-create-keymaps) (define-key global-map [menu-bar tools eudc] (cons "Directory Servers" (easy-menu-create-keymaps "Directory Servers" (cdr menu))))))))))) 11769(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))
11770
11771(fset 'eudc-tools-menu (symbol-value 'eudc-tools-menu))
11729 11772
11730(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "eudc" '("eudc-"))) 11773(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "eudc" '("eudc-")))
11731 11774
@@ -16192,13 +16235,15 @@ highlighting will not update as you type.
16192(autoload 'hi-lock-face-buffer "hi-lock" "\ 16235(autoload 'hi-lock-face-buffer "hi-lock" "\
16193Set face of each match of REGEXP to FACE. 16236Set face of each match of REGEXP to FACE.
16194Interactively, prompt for REGEXP using `read-regexp', then FACE. 16237Interactively, prompt for REGEXP using `read-regexp', then FACE.
16195Use the global history list for FACE. 16238Use the global history list for FACE. Limit face setting to the
16239corresponding SUBEXP (interactively, the prefix argument) of REGEXP.
16240If SUBEXP is omitted or nil, the entire REGEXP is highlighted.
16196 16241
16197Use Font lock mode, if enabled, to highlight REGEXP. Otherwise, 16242Use Font lock mode, if enabled, to highlight REGEXP. Otherwise,
16198use overlays for highlighting. If overlays are used, the 16243use overlays for highlighting. If overlays are used, the
16199highlighting will not update as you type. 16244highlighting will not update as you type.
16200 16245
16201\(fn REGEXP &optional FACE)" t nil) 16246\(fn REGEXP &optional FACE SUBEXP)" t nil)
16202 16247
16203(defalias 'highlight-phrase 'hi-lock-face-phrase-buffer) 16248(defalias 'highlight-phrase 'hi-lock-face-phrase-buffer)
16204 16249
@@ -19201,7 +19246,7 @@ locally, like so:
19201 19246
19202;;;### (autoloads nil "jsonrpc" "jsonrpc.el" (0 0 0 0)) 19247;;;### (autoloads nil "jsonrpc" "jsonrpc.el" (0 0 0 0))
19203;;; Generated autoloads from jsonrpc.el 19248;;; Generated autoloads from jsonrpc.el
19204(push (purecopy '(jsonrpc 1 0 0)) package--builtin-versions) 19249(push (purecopy '(jsonrpc 1 0 6)) package--builtin-versions)
19205 19250
19206(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "jsonrpc" '("jrpc-default-request-timeout" "jsonrpc-"))) 19251(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "jsonrpc" '("jrpc-default-request-timeout" "jsonrpc-")))
19207 19252
@@ -33694,7 +33739,7 @@ Compose Thai characters in the current buffer.
33694Move forward to the end of the Nth next THING. 33739Move forward to the end of the Nth next THING.
33695THING should be a symbol specifying a type of syntactic entity. 33740THING should be a symbol specifying a type of syntactic entity.
33696Possibilities include `symbol', `list', `sexp', `defun', 33741Possibilities include `symbol', `list', `sexp', `defun',
33697`filename', `url', `email', `word', `sentence', `whitespace', 33742`filename', `url', `email', `uuid', `word', `sentence', `whitespace',
33698`line', and `page'. 33743`line', and `page'.
33699 33744
33700\(fn THING &optional N)" nil nil) 33745\(fn THING &optional N)" nil nil)
@@ -33703,7 +33748,7 @@ Possibilities include `symbol', `list', `sexp', `defun',
33703Determine the start and end buffer locations for the THING at point. 33748Determine the start and end buffer locations for the THING at point.
33704THING should be a symbol specifying a type of syntactic entity. 33749THING should be a symbol specifying a type of syntactic entity.
33705Possibilities include `symbol', `list', `sexp', `defun', 33750Possibilities include `symbol', `list', `sexp', `defun',
33706`filename', `url', `email', `word', `sentence', `whitespace', 33751`filename', `url', `email', `uuid', `word', `sentence', `whitespace',
33707`line', and `page'. 33752`line', and `page'.
33708 33753
33709See the file `thingatpt.el' for documentation on how to define a 33754See the file `thingatpt.el' for documentation on how to define a
@@ -33718,7 +33763,7 @@ positions of the thing found.
33718Return the THING at point. 33763Return the THING at point.
33719THING should be a symbol specifying a type of syntactic entity. 33764THING should be a symbol specifying a type of syntactic entity.
33720Possibilities include `symbol', `list', `sexp', `defun', 33765Possibilities include `symbol', `list', `sexp', `defun',
33721`filename', `url', `email', `word', `sentence', `whitespace', 33766`filename', `url', `email', `uuid', `word', `sentence', `whitespace',
33722`line', `number', and `page'. 33767`line', `number', and `page'.
33723 33768
33724When the optional argument NO-PROPERTIES is non-nil, 33769When the optional argument NO-PROPERTIES is non-nil,
@@ -33753,6 +33798,18 @@ Return the Lisp list at point, or nil if none is found.
33753 33798
33754;;;*** 33799;;;***
33755 33800
33801;;;### (autoloads nil "thread" "emacs-lisp/thread.el" (0 0 0 0))
33802;;; Generated autoloads from emacs-lisp/thread.el
33803
33804(autoload 'thread-handle-event "thread" "\
33805Handle thread events, propagated by `thread-signal'.
33806An EVENT has the format
33807 (thread-event THREAD ERROR-SYMBOL DATA)
33808
33809\(fn EVENT)" t nil)
33810
33811;;;***
33812
33756;;;### (autoloads nil "thumbs" "thumbs.el" (0 0 0 0)) 33813;;;### (autoloads nil "thumbs" "thumbs.el" (0 0 0 0))
33757;;; Generated autoloads from thumbs.el 33814;;; Generated autoloads from thumbs.el
33758 33815
@@ -34100,8 +34157,6 @@ The \"%z\" specifier does not print anything. When it is used, specifiers
34100must be given in order of decreasing size. To the left of \"%z\", nothing 34157must be given in order of decreasing size. To the left of \"%z\", nothing
34101is output until the first non-zero unit is encountered. 34158is output until the first non-zero unit is encountered.
34102 34159
34103This function does not work for SECONDS greater than `most-positive-fixnum'.
34104
34105\(fn STRING SECONDS)" nil nil) 34160\(fn STRING SECONDS)" nil nil)
34106 34161
34107(autoload 'seconds-to-string "time-date" "\ 34162(autoload 'seconds-to-string "time-date" "\
@@ -34569,6 +34624,7 @@ the output buffer or changing the window configuration.
34569 34624
34570;;;### (autoloads nil "tramp" "net/tramp.el" (0 0 0 0)) 34625;;;### (autoloads nil "tramp" "net/tramp.el" (0 0 0 0))
34571;;; Generated autoloads from net/tramp.el 34626;;; Generated autoloads from net/tramp.el
34627(push (purecopy '(tramp 2 4 1 -1)) package--builtin-versions)
34572 34628
34573(defvar tramp-mode t "\ 34629(defvar tramp-mode t "\
34574Whether Tramp is enabled. 34630Whether Tramp is enabled.
@@ -34719,7 +34775,6 @@ Reenable Ange-FTP, when Tramp is unloaded.
34719 34775
34720;;;### (autoloads nil "trampver" "net/trampver.el" (0 0 0 0)) 34776;;;### (autoloads nil "trampver" "net/trampver.el" (0 0 0 0))
34721;;; Generated autoloads from net/trampver.el 34777;;; Generated autoloads from net/trampver.el
34722(push (purecopy '(tramp 2 4 0)) package--builtin-versions)
34723 34778
34724(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "trampver" '("tramp-"))) 34779(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "trampver" '("tramp-")))
34725 34780
@@ -38647,7 +38702,11 @@ Like `xref-find-definitions' but switch to the other frame.
38647 38702
38648(autoload 'xref-find-references "xref" "\ 38703(autoload 'xref-find-references "xref" "\
38649Find references to the identifier at point. 38704Find references to the identifier at point.
38650With prefix argument, prompt for the identifier. 38705This command might prompt for the identifier as needed, perhaps
38706offering the symbol at point as the default.
38707With prefix argument, or if `xref-prompt-for-identifier' is t,
38708always prompt for the identifier. If `xref-prompt-for-identifier'
38709is nil, prompt only if there's no usable symbol at point.
38651 38710
38652\(fn IDENTIFIER)" t nil) 38711\(fn IDENTIFIER)" t nil)
38653 38712