diff options
| author | Glenn Morris | 2018-02-01 07:27:10 -0500 |
|---|---|---|
| committer | Glenn Morris | 2018-02-01 07:27:10 -0500 |
| commit | 7a20e0e1efc6ebed4c9c7b3899dc0eed5dc55c16 (patch) | |
| tree | ec80f5d2f12bfe3cc490ab9980408f9a18c48a87 | |
| parent | d42bd3a512dadd853d7fb828072a531d7f1d78b6 (diff) | |
| download | emacs-7a20e0e1efc6ebed4c9c7b3899dc0eed5dc55c16.tar.gz emacs-7a20e0e1efc6ebed4c9c7b3899dc0eed5dc55c16.zip | |
; Auto-commit of loaddefs files.
| -rw-r--r-- | lisp/ldefs-boot.el | 35 |
1 files changed, 21 insertions, 14 deletions
diff --git a/lisp/ldefs-boot.el b/lisp/ldefs-boot.el index c9669db20b0..ec238a47574 100644 --- a/lisp/ldefs-boot.el +++ b/lisp/ldefs-boot.el | |||
| @@ -8771,7 +8771,7 @@ With prefix arg NOCONFIRM, execute current line as-is without editing. | |||
| 8771 | ;;; Generated autoloads from ecomplete.el | 8771 | ;;; Generated autoloads from ecomplete.el |
| 8772 | 8772 | ||
| 8773 | (autoload 'ecomplete-setup "ecomplete" "\ | 8773 | (autoload 'ecomplete-setup "ecomplete" "\ |
| 8774 | 8774 | Read the .ecompleterc file. | |
| 8775 | 8775 | ||
| 8776 | \(fn)" nil nil) | 8776 | \(fn)" nil nil) |
| 8777 | 8777 | ||
| @@ -13457,7 +13457,7 @@ and choose the directory as the fortune-file. | |||
| 13457 | Minimum set of parameters to filter for live (on-session) framesets. | 13457 | Minimum set of parameters to filter for live (on-session) framesets. |
| 13458 | DO NOT MODIFY. See `frameset-filter-alist' for a full description.") | 13458 | DO NOT MODIFY. See `frameset-filter-alist' for a full description.") |
| 13459 | 13459 | ||
| 13460 | (defvar frameset-persistent-filter-alist (nconc '((background-color . frameset-filter-sanitize-color) (buffer-list . :never) (buffer-predicate . :never) (buried-buffer-list . :never) (client . :never) (delete-before . :never) (font . frameset-filter-font-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) "\ | 13460 | (defvar frameset-persistent-filter-alist (nconc '((background-color . frameset-filter-sanitize-color) (buffer-list . :never) (buffer-predicate . :never) (buried-buffer-list . :never) (client . :never) (delete-before . :never) (font . frameset-filter-font-param) (foreground-color . frameset-filter-sanitize-color) (frameset--text-pixel-height . :save) (frameset--text-pixel-width . :save) (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) "\ |
| 13461 | Parameters to filter for persistent framesets. | 13461 | Parameters to filter for persistent framesets. |
| 13462 | DO NOT MODIFY. See `frameset-filter-alist' for a full description.") | 13462 | DO NOT MODIFY. See `frameset-filter-alist' for a full description.") |
| 13463 | 13463 | ||
| @@ -18074,7 +18074,7 @@ the environment variable INFOPATH is set. | |||
| 18074 | 18074 | ||
| 18075 | Although this is a customizable variable, that is mainly for technical | 18075 | Although this is a customizable variable, that is mainly for technical |
| 18076 | reasons. Normally, you should either set INFOPATH or customize | 18076 | reasons. Normally, you should either set INFOPATH or customize |
| 18077 | `Info-additional-directory-list', rather than changing this variable." :initialize (quote custom-initialize-delay) :type (quote (repeat directory)) :group (quote info)) | 18077 | `Info-additional-directory-list', rather than changing this variable." :initialize 'custom-initialize-delay :type '(repeat directory) :group 'info) |
| 18078 | 18078 | ||
| 18079 | (autoload 'info-other-window "info" "\ | 18079 | (autoload 'info-other-window "info" "\ |
| 18080 | Like `info' but show the Info buffer in another window. | 18080 | Like `info' but show the Info buffer in another window. |
| @@ -24234,7 +24234,7 @@ Inserted by installing Org mode or when a release is made. | |||
| 24234 | \(fn)" nil nil) | 24234 | \(fn)" nil nil) |
| 24235 | 24235 | ||
| 24236 | (autoload 'org-git-version "org-version" "\ | 24236 | (autoload 'org-git-version "org-version" "\ |
| 24237 | The Git version of org-mode. | 24237 | The Git version of Org mode. |
| 24238 | Inserted by installing Org or when a release is made. | 24238 | Inserted by installing Org or when a release is made. |
| 24239 | 24239 | ||
| 24240 | \(fn)" nil nil) | 24240 | \(fn)" nil nil) |
| @@ -25065,7 +25065,7 @@ Anything else means to do it only if the prefix arg is equal to this value.") | |||
| 25065 | 25065 | ||
| 25066 | (defun cvs-dired-noselect (dir) "\ | 25066 | (defun cvs-dired-noselect (dir) "\ |
| 25067 | Run `cvs-examine' if DIR is a CVS administrative directory. | 25067 | Run `cvs-examine' if DIR is a CVS administrative directory. |
| 25068 | The exact behavior is determined also by `cvs-dired-use-hook'." (when (stringp dir) (setq dir (directory-file-name dir)) (when (and (string= "CVS" (file-name-nondirectory dir)) (file-readable-p (expand-file-name "Entries" dir)) cvs-dired-use-hook (if (eq cvs-dired-use-hook (quote always)) (not current-prefix-arg) (equal current-prefix-arg cvs-dired-use-hook))) (save-excursion (funcall cvs-dired-action (file-name-directory dir) t t))))) | 25068 | The exact behavior is determined also by `cvs-dired-use-hook'." (when (stringp dir) (setq dir (directory-file-name dir)) (when (and (string= "CVS" (file-name-nondirectory dir)) (file-readable-p (expand-file-name "Entries" dir)) cvs-dired-use-hook (if (eq cvs-dired-use-hook 'always) (not current-prefix-arg) (equal current-prefix-arg cvs-dired-use-hook))) (save-excursion (funcall cvs-dired-action (file-name-directory dir) t t))))) |
| 25069 | 25069 | ||
| 25070 | (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "pcvs" '("cvs-" "defun-cvs-mode"))) | 25070 | (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "pcvs" '("cvs-" "defun-cvs-mode"))) |
| 25071 | 25071 | ||
| @@ -28432,7 +28432,11 @@ CHAR | |||
| 28432 | matches 0 through 9, a through f and A through F. | 28432 | matches 0 through 9, a through f and A through F. |
| 28433 | 28433 | ||
| 28434 | `blank' | 28434 | `blank' |
| 28435 | matches space and tab only. | 28435 | matches horizontal whitespace, as defined by Annex C of the |
| 28436 | Unicode Technical Standard #18. In particular, it matches | ||
| 28437 | spaces, tabs, and other characters whose Unicode | ||
| 28438 | `general-category' property indicates they are spacing | ||
| 28439 | separators. | ||
| 28436 | 28440 | ||
| 28437 | `graphic', `graph' | 28441 | `graphic', `graph' |
| 28438 | matches graphic characters--everything except whitespace, ASCII | 28442 | matches graphic characters--everything except whitespace, ASCII |
| @@ -32826,6 +32830,8 @@ commands to use in that buffer. | |||
| 32826 | 32830 | ||
| 32827 | (autoload 'ansi-term "term" "\ | 32831 | (autoload 'ansi-term "term" "\ |
| 32828 | Start a terminal-emulator in a new buffer. | 32832 | Start a terminal-emulator in a new buffer. |
| 32833 | This is almost the same as `term' apart from always creating a new buffer, | ||
| 32834 | and `C-x' being marked as a `term-escape-char'. | ||
| 32829 | 32835 | ||
| 32830 | \(fn PROGRAM &optional NEW-BUFFER-NAME)" t nil) | 32836 | \(fn PROGRAM &optional NEW-BUFFER-NAME)" t nil) |
| 32831 | 32837 | ||
| @@ -34275,14 +34281,14 @@ match file names at root of the underlying local file system, | |||
| 34275 | like \"/sys\" or \"/C:\".") | 34281 | like \"/sys\" or \"/C:\".") |
| 34276 | 34282 | ||
| 34277 | (defun tramp-autoload-file-name-handler (operation &rest args) "\ | 34283 | (defun tramp-autoload-file-name-handler (operation &rest args) "\ |
| 34278 | Load Tramp file name handler, and perform OPERATION." (if tramp-mode (let ((default-directory temporary-file-directory)) (load "tramp" (quote noerror) (quote nomessage))) (tramp-unload-file-name-handlers)) (apply operation args)) | 34284 | Load Tramp file name handler, and perform OPERATION." (if tramp-mode (let ((default-directory temporary-file-directory)) (load "tramp" 'noerror 'nomessage)) (tramp-unload-file-name-handlers)) (apply operation args)) |
| 34279 | 34285 | ||
| 34280 | (defun tramp-register-autoload-file-name-handlers nil "\ | 34286 | (defun tramp-register-autoload-file-name-handlers nil "\ |
| 34281 | Add Tramp file name handlers to `file-name-handler-alist' during autoload." (add-to-list (quote file-name-handler-alist) (cons tramp-autoload-file-name-regexp (quote tramp-autoload-file-name-handler))) (put (quote tramp-autoload-file-name-handler) (quote safe-magic) t)) | 34287 | Add Tramp file name handlers to `file-name-handler-alist' during autoload." (add-to-list 'file-name-handler-alist (cons tramp-autoload-file-name-regexp 'tramp-autoload-file-name-handler)) (put 'tramp-autoload-file-name-handler 'safe-magic t)) |
| 34282 | (tramp-register-autoload-file-name-handlers) | 34288 | (tramp-register-autoload-file-name-handlers) |
| 34283 | 34289 | ||
| 34284 | (defun tramp-unload-file-name-handlers nil "\ | 34290 | (defun tramp-unload-file-name-handlers nil "\ |
| 34285 | Unload Tramp file name handlers from `file-name-handler-alist'." (dolist (fnh (quote (tramp-file-name-handler tramp-completion-file-name-handler tramp-archive-file-name-handler tramp-autoload-file-name-handler))) (let ((a1 (rassq fnh file-name-handler-alist))) (setq file-name-handler-alist (delq a1 file-name-handler-alist))))) | 34291 | Unload Tramp file name handlers from `file-name-handler-alist'." (dolist (fnh '(tramp-file-name-handler tramp-completion-file-name-handler tramp-archive-file-name-handler tramp-autoload-file-name-handler)) (let ((a1 (rassq fnh file-name-handler-alist))) (setq file-name-handler-alist (delq a1 file-name-handler-alist))))) |
| 34286 | 34292 | ||
| 34287 | (defvar tramp-completion-mode nil "\ | 34293 | (defvar tramp-completion-mode nil "\ |
| 34288 | If non-nil, external packages signal that they are in file name completion.") | 34294 | If non-nil, external packages signal that they are in file name completion.") |
| @@ -34348,7 +34354,7 @@ Reenable Ange-FTP, when Tramp is unloaded. | |||
| 34348 | ;;;### (autoloads nil "tramp-gvfs" "net/tramp-gvfs.el" (0 0 0 0)) | 34354 | ;;;### (autoloads nil "tramp-gvfs" "net/tramp-gvfs.el" (0 0 0 0)) |
| 34349 | ;;; Generated autoloads from net/tramp-gvfs.el | 34355 | ;;; Generated autoloads from net/tramp-gvfs.el |
| 34350 | 34356 | ||
| 34351 | (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "tramp-gvfs" '("tramp-" "with-tramp-dbus-call-method"))) | 34357 | (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "tramp-gvfs" '("tramp-" "with-tramp-dbus-"))) |
| 34352 | 34358 | ||
| 34353 | ;;;*** | 34359 | ;;;*** |
| 34354 | 34360 | ||
| @@ -36177,7 +36183,7 @@ For a description of possible values, see `vc-check-master-templates'.") | |||
| 36177 | (defun vc-sccs-search-project-dir (_dirname basename) "\ | 36183 | (defun vc-sccs-search-project-dir (_dirname basename) "\ |
| 36178 | Return the name of a master file in the SCCS project directory. | 36184 | Return the name of a master file in the SCCS project directory. |
| 36179 | Does not check whether the file exists but returns nil if it does not | 36185 | Does not check whether the file exists but returns nil if it does not |
| 36180 | find any project directory." (let ((project-dir (getenv "PROJECTDIR")) dirs dir) (when project-dir (if (file-name-absolute-p project-dir) (setq dirs (quote ("SCCS" ""))) (setq dirs (quote ("src/SCCS" "src" "source/SCCS" "source"))) (setq project-dir (expand-file-name (concat "~" project-dir)))) (while (and (not dir) dirs) (setq dir (expand-file-name (car dirs) project-dir)) (unless (file-directory-p dir) (setq dir nil) (setq dirs (cdr dirs)))) (and dir (expand-file-name (concat "s." basename) dir))))) | 36186 | find any project directory." (let ((project-dir (getenv "PROJECTDIR")) dirs dir) (when project-dir (if (file-name-absolute-p project-dir) (setq dirs '("SCCS" "")) (setq dirs '("src/SCCS" "src" "source/SCCS" "source")) (setq project-dir (expand-file-name (concat "~" project-dir)))) (while (and (not dir) dirs) (setq dir (expand-file-name (car dirs) project-dir)) (unless (file-directory-p dir) (setq dir nil) (setq dirs (cdr dirs)))) (and dir (expand-file-name (concat "s." basename) dir))))) |
| 36181 | 36187 | ||
| 36182 | (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "vc-sccs" '("vc-sccs-"))) | 36188 | (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "vc-sccs" '("vc-sccs-"))) |
| 36183 | 36189 | ||
| @@ -38046,10 +38052,11 @@ If no window is at the desired location, an error is signaled. | |||
| 38046 | 38052 | ||
| 38047 | (autoload 'windmove-default-keybindings "windmove" "\ | 38053 | (autoload 'windmove-default-keybindings "windmove" "\ |
| 38048 | Set up keybindings for `windmove'. | 38054 | Set up keybindings for `windmove'. |
| 38049 | Keybindings are of the form MODIFIER-{left,right,up,down}. | 38055 | Keybindings are of the form MODIFIERS-{left,right,up,down}, |
| 38050 | Default MODIFIER is `shift'. | 38056 | where MODIFIERS is either a list of modifiers or a single modifier. |
| 38057 | Default value of MODIFIERS is `shift'. | ||
| 38051 | 38058 | ||
| 38052 | \(fn &optional MODIFIER)" t nil) | 38059 | \(fn &optional MODIFIERS)" t nil) |
| 38053 | 38060 | ||
| 38054 | (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "windmove" '("windmove-"))) | 38061 | (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "windmove" '("windmove-"))) |
| 38055 | 38062 | ||