; Auto-commit of loaddefs files.
This commit is contained in:
parent
c0243d9e82
commit
a15f549a57
1 changed files with 215 additions and 65 deletions
|
@ -2938,6 +2938,13 @@ from `browse-url-elinks-wrapper'.
|
|||
|
||||
\(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)
|
||||
|
||||
(autoload 'browse-url-button-open-url "browse-url" "\
|
||||
Open URL using `browse-url'.
|
||||
If `current-prefix-arg' is non-nil, use
|
||||
|
@ -3394,6 +3401,16 @@ Parse a rectangle as a matrix of numbers and push it on the Calculator stack.
|
|||
|
||||
\(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)
|
||||
|
||||
(autoload 'calc-grab-sum-across "calc" "\
|
||||
Parse a rectangle as a matrix of numbers and sum its rows.
|
||||
|
||||
\(fn TOP BOT ARG)" t nil)
|
||||
|
||||
(autoload 'calc-embedded "calc" "\
|
||||
Start Calc Embedded mode on the formula surrounding point.
|
||||
|
||||
|
@ -6852,8 +6869,11 @@ or call the function `global-cwarn-mode'.")
|
|||
(autoload 'global-cwarn-mode "cwarn" "\
|
||||
Toggle Cwarn mode in all buffers.
|
||||
With prefix ARG, enable Global Cwarn mode if ARG is positive;
|
||||
otherwise, disable it. If called from Lisp, enable the mode if ARG is
|
||||
omitted or nil.
|
||||
otherwise, disable it.
|
||||
|
||||
If called from Lisp, toggle the mode if ARG is `toggle'.
|
||||
Enable the mode if ARG is nil, omitted, or is a positive number.
|
||||
Disable the mode if ARG is a negative number.
|
||||
|
||||
Cwarn mode is enabled in all buffers where
|
||||
`turn-on-cwarn-mode-if-enabled' would do it.
|
||||
|
@ -8121,11 +8141,17 @@ Keybindings:
|
|||
|
||||
(autoload 'dired-jump "dired" "\
|
||||
Jump to Dired buffer corresponding to current buffer.
|
||||
If in a file, Dired the current directory and move to file's line.
|
||||
If in a buffer visiting a file, Dired that file's directory and
|
||||
move to that file's line in the directory listing.
|
||||
|
||||
If the current buffer isn't visiting a file, Dired `default-directory'.
|
||||
|
||||
If in Dired already, pop up a level and goto old directory's line.
|
||||
In case the proper Dired file line cannot be found, refresh the dired
|
||||
buffer and try again.
|
||||
|
||||
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.
|
||||
|
||||
|
@ -8365,8 +8391,11 @@ or call the function `global-display-fill-column-indicator-mode'.")
|
|||
(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
|
||||
ARG is positive; otherwise, disable it. If called from Lisp, enable
|
||||
the mode if ARG is omitted or nil.
|
||||
ARG is positive; otherwise, disable it.
|
||||
|
||||
If called from Lisp, toggle the mode if ARG is `toggle'.
|
||||
Enable the mode if ARG is nil, omitted, or is a positive number.
|
||||
Disable the mode if ARG is a negative number.
|
||||
|
||||
Display-Fill-Column-Indicator mode is enabled in all buffers where
|
||||
`display-fill-column-indicator--turn-on' would do it.
|
||||
|
@ -8442,8 +8471,11 @@ or call the function `global-display-line-numbers-mode'.")
|
|||
(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
|
||||
positive; otherwise, disable it. If called from Lisp, enable the mode
|
||||
if ARG is omitted or nil.
|
||||
positive; otherwise, disable it.
|
||||
|
||||
If called from Lisp, toggle the mode if ARG is `toggle'.
|
||||
Enable the mode if ARG is nil, omitted, or is a positive number.
|
||||
Disable the mode if ARG is a negative number.
|
||||
|
||||
Display-Line-Numbers mode is enabled in all buffers where
|
||||
`display-line-numbers--turn-on' would do it.
|
||||
|
@ -8733,9 +8765,9 @@ BODY contains code to execute each time the mode is enabled or disabled.
|
|||
named variable, or a generalized variable.
|
||||
PLACE can also be of the form (GET . SET), where GET is
|
||||
an expression that returns the current state, and SET is
|
||||
a function that takes one argument, the new state, and
|
||||
sets it. If you specify a :variable, this function does
|
||||
not define a MODE variable (nor any of the terms used
|
||||
a function that takes one argument, the new state, which should
|
||||
be assigned to PLACE. If you specify a :variable, this function
|
||||
does not define a MODE variable (nor any of the terms used
|
||||
in :variable).
|
||||
:after-hook A single lisp form which is evaluated after the mode hooks
|
||||
have been run. It should not be quoted.
|
||||
|
@ -15274,8 +15306,11 @@ or call the function `global-goto-address-mode'.")
|
|||
(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;
|
||||
otherwise, disable it. If called from Lisp, enable the mode if ARG
|
||||
is omitted or nil.
|
||||
otherwise, disable it.
|
||||
|
||||
If called from Lisp, toggle the mode if ARG is `toggle'.
|
||||
Enable the mode if ARG is nil, omitted, or is a positive number.
|
||||
Disable the mode if ARG is a negative number.
|
||||
|
||||
Goto-Address mode is enabled in all buffers where
|
||||
`goto-addr-mode--turn-on' would do it.
|
||||
|
@ -15570,9 +15605,14 @@ directories if your program contains sources from more than one directory.
|
|||
\(fn COMMAND-LINE)" t nil)
|
||||
|
||||
(autoload 'perldb "gud" "\
|
||||
Run perldb on program FILE in buffer *gud-FILE*.
|
||||
The directory containing FILE becomes the initial working directory
|
||||
and source-file directory for your debugger.
|
||||
Debug a perl program with gud.
|
||||
Interactively, this will prompt you for a command line.
|
||||
|
||||
Noninteractively, COMMAND-LINE should be on the form
|
||||
\"perl -d perl-file.pl\".
|
||||
|
||||
The directory containing the perl program becomes the initial
|
||||
working directory and source-file directory for your debugger.
|
||||
|
||||
\(fn COMMAND-LINE)" t nil)
|
||||
|
||||
|
@ -16462,8 +16502,11 @@ or call the function `global-hi-lock-mode'.")
|
|||
(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;
|
||||
otherwise, disable it. If called from Lisp, enable the mode if ARG is
|
||||
omitted or nil.
|
||||
otherwise, disable it.
|
||||
|
||||
If called from Lisp, toggle the mode if ARG is `toggle'.
|
||||
Enable the mode if ARG is nil, omitted, or is a positive number.
|
||||
Disable the mode if ARG is a negative number.
|
||||
|
||||
Hi-Lock mode is enabled in all buffers where
|
||||
`turn-on-hi-lock-if-enabled' would do it.
|
||||
|
@ -16860,8 +16903,11 @@ or call the function `global-highlight-changes-mode'.")
|
|||
(autoload 'global-highlight-changes-mode "hilit-chg" "\
|
||||
Toggle Highlight-Changes mode in all buffers.
|
||||
With prefix ARG, enable Global Highlight-Changes mode if ARG is
|
||||
positive; otherwise, disable it. If called from Lisp, enable the mode if
|
||||
ARG is omitted or nil.
|
||||
positive; otherwise, disable it.
|
||||
|
||||
If called from Lisp, toggle the mode if ARG is `toggle'.
|
||||
Enable the mode if ARG is nil, omitted, or is a positive number.
|
||||
Disable the mode if ARG is a negative number.
|
||||
|
||||
Highlight-Changes mode is enabled in all buffers where
|
||||
`highlight-changes-mode-turn-on' would do it.
|
||||
|
@ -17462,17 +17508,50 @@ evaluate `(default-value 'icomplete-vertical-mode)'.
|
|||
The mode's hook is called both when the mode is enabled and when it is
|
||||
disabled.
|
||||
|
||||
If none of these modes are on, turn on `icomplete-mode'.
|
||||
|
||||
As many completion candidates as possible are displayed, depending on
|
||||
the value of `max-mini-window-height', and the way the mini-window is
|
||||
resized depends on `resize-mini-windows'.
|
||||
|
||||
\(fn &optional ARG)" t nil)
|
||||
|
||||
(defvar fido-vertical-mode nil "\
|
||||
Non-nil if Fido-Vertical mode is enabled.
|
||||
See the `fido-vertical-mode' command
|
||||
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 `fido-vertical-mode'.")
|
||||
|
||||
(custom-autoload 'fido-vertical-mode "icomplete" nil)
|
||||
|
||||
(autoload 'fido-vertical-mode "icomplete" "\
|
||||
Toggle vertical candidate display in `fido-mode'.
|
||||
When turning on, if non-vertical `fido-mode' is off, turn it on.
|
||||
If it's on, just add the vertical display.
|
||||
|
||||
This is a minor mode. If called interactively, toggle the
|
||||
`Fido-Vertical mode' mode. If the prefix argument is positive, enable
|
||||
the mode, and if it is zero or negative, disable the mode.
|
||||
|
||||
If called from Lisp, toggle the mode if ARG is `toggle'. Enable the
|
||||
mode if ARG is nil, omitted, or is a positive number. Disable the
|
||||
mode if ARG is a negative number.
|
||||
|
||||
To check whether the minor mode is enabled in the current buffer,
|
||||
evaluate `(default-value 'fido-vertical-mode)'.
|
||||
|
||||
The mode's hook is called both when the mode is enabled and when it is
|
||||
disabled.
|
||||
|
||||
\(fn &optional ARG)" t nil)
|
||||
(when (locate-library "obsolete/iswitchb")
|
||||
(autoload 'iswitchb-mode "iswitchb" "Toggle Iswitchb mode." t)
|
||||
(make-obsolete 'iswitchb-mode
|
||||
"use `icomplete-mode' or `ido-mode' instead." "24.4"))
|
||||
|
||||
(register-definition-prefixes "icomplete" '("fido-vertical-mode" "icomplete-"))
|
||||
(register-definition-prefixes "icomplete" '("icomplete-"))
|
||||
|
||||
;;;***
|
||||
|
||||
|
@ -19860,7 +19939,7 @@ Create lambda form for macro bound to symbol or key.
|
|||
;;;;;; 0 0))
|
||||
;;; Generated autoloads from language/korea-util.el
|
||||
|
||||
(defvar default-korean-keyboard (purecopy (if (string-match "3" (or (getenv "HANGUL_KEYBOARD_TYPE") "")) "3" "")) "\
|
||||
(defvar default-korean-keyboard (purecopy (if (string-search "3" (or (getenv "HANGUL_KEYBOARD_TYPE") "")) "3" "")) "\
|
||||
The kind of Korean keyboard for Korean (Hangul) input method.
|
||||
\"\" for 2, \"3\" for 3, and \"3f\" for 3f.")
|
||||
|
||||
|
@ -20139,8 +20218,11 @@ or call the function `global-linum-mode'.")
|
|||
(autoload 'global-linum-mode "linum" "\
|
||||
Toggle Linum mode in all buffers.
|
||||
With prefix ARG, enable Global Linum mode if ARG is positive;
|
||||
otherwise, disable it. If called from Lisp, enable the mode if ARG is
|
||||
omitted or nil.
|
||||
otherwise, disable it.
|
||||
|
||||
If called from Lisp, toggle the mode if ARG is `toggle'.
|
||||
Enable the mode if ARG is nil, omitted, or is a positive number.
|
||||
Disable the mode if ARG is a negative number.
|
||||
|
||||
Linum mode is enabled in all buffers where `linum-on' would do it.
|
||||
|
||||
|
@ -20534,7 +20616,10 @@ This function is primarily meant for when you're displaying the
|
|||
result to the user: Many prettifications are applied to the
|
||||
result returned. If you want to decode an address for further
|
||||
non-display use, you should probably use
|
||||
`mail-header-parse-address' instead.
|
||||
`mail-header-parse-address' instead. Also see
|
||||
`mail-header-parse-address-lax' for a function that's less strict
|
||||
than `mail-header-parse-address', but does less post-processing
|
||||
to the results.
|
||||
|
||||
\(fn ADDRESS &optional ALL)" nil nil)
|
||||
|
||||
|
@ -21057,7 +21142,7 @@ Default bookmark handler for Man buffers.
|
|||
|
||||
;;;### (autoloads nil "map" "emacs-lisp/map.el" (0 0 0 0))
|
||||
;;; Generated autoloads from emacs-lisp/map.el
|
||||
(push (purecopy '(map 3 0)) package--builtin-versions)
|
||||
(push (purecopy '(map 3 1)) package--builtin-versions)
|
||||
|
||||
(register-definition-prefixes "map" '("map-"))
|
||||
|
||||
|
@ -22479,7 +22564,7 @@ The default is 20. If LIMIT is negative, do not limit the listing.
|
|||
|
||||
\(fn &optional LIMIT)" t nil)
|
||||
|
||||
(register-definition-prefixes "mule-diag" '("charset-history" "describe-font-internal" "insert-section" "list-" "print-" "sort-listed-character-sets"))
|
||||
(register-definition-prefixes "mule-diag" '("charset-history" "describe-font-internal" "insert-section" "list-" "mule--kbd-at" "print-" "sort-listed-character-sets"))
|
||||
|
||||
;;;***
|
||||
|
||||
|
@ -22603,7 +22688,9 @@ QUALITY can be:
|
|||
`approximate', in which case we may cut some corners to avoid
|
||||
excessive work.
|
||||
`exact', in which case we may end up re-(en/de)coding a large
|
||||
part of the file/buffer, this can be expensive and slow.
|
||||
part of the file/buffer, this can be expensive and slow. (It
|
||||
is an error to request the `exact' method when the buffer's
|
||||
EOL format is not yet decided.)
|
||||
nil, in which case we may return nil rather than an approximation.
|
||||
|
||||
\(fn BYTE &optional QUALITY CODING-SYSTEM)" nil nil)
|
||||
|
@ -22617,7 +22704,9 @@ QUALITY can be:
|
|||
`approximate', in which case we may cut some corners to avoid
|
||||
excessive work.
|
||||
`exact', in which case we may end up re-(en/de)coding a large
|
||||
part of the file/buffer, this can be expensive and slow.
|
||||
part of the file/buffer, this can be expensive and slow. (It
|
||||
is an error to request the `exact' method when the buffer's
|
||||
EOL format is not yet decided.)
|
||||
nil, in which case we may return nil rather than an approximation.
|
||||
|
||||
\(fn POSITION &optional QUALITY CODING-SYSTEM)" nil nil)
|
||||
|
@ -22629,13 +22718,13 @@ QUALITY can be:
|
|||
;;;### (autoloads nil "mwheel" "mwheel.el" (0 0 0 0))
|
||||
;;; Generated autoloads from mwheel.el
|
||||
|
||||
(defcustom mouse-wheel-mode t "\
|
||||
(defvar mouse-wheel-mode t "\
|
||||
Non-nil if Mouse-Wheel mode is enabled.
|
||||
See the `mouse-wheel-mode' command
|
||||
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 `mouse-wheel-mode'." :set #'custom-set-minor-mode :initialize 'custom-initialize-delay :type 'boolean :group 'mouse)
|
||||
or call the function `mouse-wheel-mode'.")
|
||||
|
||||
(custom-autoload 'mouse-wheel-mode "mwheel" nil)
|
||||
|
||||
|
@ -25099,6 +25188,19 @@ of the elements of LIST is performed as if by `pcase-let'.
|
|||
|
||||
(function-put 'pcase-dolist 'lisp-indent-function '1)
|
||||
|
||||
(autoload 'pcase-setq "pcase" "\
|
||||
Assign values to variables by destructuring with `pcase'.
|
||||
PATTERNS are normal `pcase' patterns, and VALUES are expression.
|
||||
|
||||
Evaluation happens sequentially as in `setq' (not in parallel).
|
||||
|
||||
An example: (pcase-setq `((,a) [(,b)]) '((1) [(2)]))
|
||||
|
||||
VAL is presumed to match PAT. Failure to match may signal an error or go
|
||||
undetected, binding variables to arbitrary values, such as nil.
|
||||
|
||||
\(fn PATTERNS VALUE PATTERN VALUES ...)" nil t)
|
||||
|
||||
(autoload 'pcase-defmacro "pcase" "\
|
||||
Define a new kind of pcase PATTERN, by macro expansion.
|
||||
Patterns of the form (NAME ...) will be expanded according
|
||||
|
@ -26303,7 +26405,7 @@ Open profile FILENAME.
|
|||
|
||||
;;;### (autoloads nil "project" "progmodes/project.el" (0 0 0 0))
|
||||
;;; Generated autoloads from progmodes/project.el
|
||||
(push (purecopy '(project 0 6 0)) package--builtin-versions)
|
||||
(push (purecopy '(project 0 6 1)) package--builtin-versions)
|
||||
|
||||
(autoload 'project-current "project" "\
|
||||
Return the project instance in DIRECTORY, defaulting to `default-directory'.
|
||||
|
@ -28076,10 +28178,10 @@ disabled.
|
|||
|
||||
;;;***
|
||||
|
||||
;;;### (autoloads nil "rfc2368" "mail/rfc2368.el" (0 0 0 0))
|
||||
;;; Generated autoloads from mail/rfc2368.el
|
||||
;;;### (autoloads nil "rfc6068" "mail/rfc6068.el" (0 0 0 0))
|
||||
;;; Generated autoloads from mail/rfc6068.el
|
||||
|
||||
(register-definition-prefixes "rfc2368" '("rfc2368-"))
|
||||
(register-definition-prefixes "rfc6068" '("rfc6068-"))
|
||||
|
||||
;;;***
|
||||
|
||||
|
@ -28919,7 +29021,8 @@ Zero-width assertions: these all match the empty string in specific places.
|
|||
|
||||
\(literal EXPR) Match the literal string from evaluating EXPR at run time.
|
||||
\(regexp EXPR) Match the string regexp from evaluating EXPR at run time.
|
||||
\(eval EXPR) Match the rx sexp from evaluating EXPR at compile time.
|
||||
\(eval EXPR) Match the rx sexp from evaluating EXPR at macro-expansion
|
||||
(compile) time.
|
||||
|
||||
Additional constructs can be defined using `rx-define' and `rx-let',
|
||||
which see.
|
||||
|
@ -30799,7 +30902,7 @@ then `snmpv2-mode-hook'." t nil)
|
|||
|
||||
;;;### (autoloads nil "so-long" "so-long.el" (0 0 0 0))
|
||||
;;; Generated autoloads from so-long.el
|
||||
(push (purecopy '(so-long 1 0)) package--builtin-versions)
|
||||
(push (purecopy '(so-long 1 1 1)) package--builtin-versions)
|
||||
|
||||
(autoload 'so-long-commentary "so-long" "\
|
||||
View the so-long documentation in `outline-mode'." t nil)
|
||||
|
@ -32117,6 +32220,14 @@ Truncate STRING to LENGTH, replacing initial surplus with \"...\".
|
|||
|
||||
\(fn STRING LENGTH)" nil nil)
|
||||
|
||||
(autoload 'string-clean-whitespace "subr-x" "\
|
||||
Clean up whitespace in STRING.
|
||||
All sequences of whitespaces in STRING are collapsed into a
|
||||
single space character, and leading/trailing whitespace is
|
||||
removed.
|
||||
|
||||
\(fn STRING)" nil nil)
|
||||
|
||||
(autoload 'string-lines "subr-x" "\
|
||||
Split STRING into a list of lines.
|
||||
If OMIT-NULLS, empty lines will be removed from the results.
|
||||
|
@ -32184,8 +32295,11 @@ or call the function `global-subword-mode'.")
|
|||
(autoload 'global-subword-mode "subword" "\
|
||||
Toggle Subword mode in all buffers.
|
||||
With prefix ARG, enable Global Subword mode if ARG is positive;
|
||||
otherwise, disable it. If called from Lisp, enable the mode if ARG is
|
||||
omitted or nil.
|
||||
otherwise, disable it.
|
||||
|
||||
If called from Lisp, toggle the mode if ARG is `toggle'.
|
||||
Enable the mode if ARG is nil, omitted, or is a positive number.
|
||||
Disable the mode if ARG is a negative number.
|
||||
|
||||
Subword mode is enabled in all buffers where `(lambda nil
|
||||
\(subword-mode 1))' would do it.
|
||||
|
@ -32235,8 +32349,11 @@ or call the function `global-superword-mode'.")
|
|||
(autoload 'global-superword-mode "subword" "\
|
||||
Toggle Superword mode in all buffers.
|
||||
With prefix ARG, enable Global Superword mode if ARG is positive;
|
||||
otherwise, disable it. If called from Lisp, enable the mode if ARG is
|
||||
omitted or nil.
|
||||
otherwise, disable it.
|
||||
|
||||
If called from Lisp, toggle the mode if ARG is `toggle'.
|
||||
Enable the mode if ARG is nil, omitted, or is a positive number.
|
||||
Disable the mode if ARG is a negative number.
|
||||
|
||||
Superword mode is enabled in all buffers where `(lambda nil
|
||||
\(superword-mode 1))' would do it.
|
||||
|
@ -32372,8 +32489,11 @@ or call the function `global-tab-line-mode'.")
|
|||
(autoload 'global-tab-line-mode "tab-line" "\
|
||||
Toggle Tab-Line mode in all buffers.
|
||||
With prefix ARG, enable Global Tab-Line mode if ARG is positive;
|
||||
otherwise, disable it. If called from Lisp, enable the mode if ARG is
|
||||
omitted or nil.
|
||||
otherwise, disable it.
|
||||
|
||||
If called from Lisp, toggle the mode if ARG is `toggle'.
|
||||
Enable the mode if ARG is nil, omitted, or is a positive number.
|
||||
Disable the mode if ARG is a negative number.
|
||||
|
||||
Tab-Line mode is enabled in all buffers where
|
||||
`tab-line-mode--turn-on' would do it.
|
||||
|
@ -33727,12 +33847,16 @@ positions of the thing found.
|
|||
Return the THING at point.
|
||||
THING should be a symbol specifying a type of syntactic entity.
|
||||
Possibilities include `symbol', `list', `sexp', `defun',
|
||||
`filename', `url', `email', `uuid', `word', `sentence', `whitespace',
|
||||
`line', `number', and `page'.
|
||||
`filename', `existing-filename', `url', `email', `uuid', `word',
|
||||
`sentence', `whitespace', `line', `number', and `page'.
|
||||
|
||||
When the optional argument NO-PROPERTIES is non-nil,
|
||||
strip text properties from the return value.
|
||||
|
||||
If the current buffer uses fields (see Info node `(elisp)Fields'),
|
||||
this function will narrow to the field before identifying the
|
||||
thing at point.
|
||||
|
||||
See the file `thingatpt.el' for documentation on how to define
|
||||
a symbol as a valid THING.
|
||||
|
||||
|
@ -34165,25 +34289,37 @@ Valid ZONE values are described in the documentation of `format-time-string'.
|
|||
(put 'time-stamp-pattern 'safe-local-variable 'stringp)
|
||||
|
||||
(autoload 'time-stamp "time-stamp" "\
|
||||
Update the time stamp string(s) in the buffer.
|
||||
A template in a file can be automatically updated with a new time stamp
|
||||
every time you save the file. Add this line to your init file:
|
||||
(add-hook \\='before-save-hook \\='time-stamp)
|
||||
or customize option `before-save-hook'.
|
||||
Normally the template must appear in the first 8 lines of a file and
|
||||
look like one of the following:
|
||||
Update any time stamp string(s) in the buffer.
|
||||
This function looks for a time stamp template and updates it with
|
||||
the current date, time, and/or other info.
|
||||
|
||||
The template, which you manually create on one of the first 8 lines
|
||||
of the file before running this function, by default can look like
|
||||
one of the following (your choice):
|
||||
Time-stamp: <>
|
||||
Time-stamp: \" \"
|
||||
The time stamp is written between the brackets or quotes:
|
||||
This function writes the current time between the brackets or quotes,
|
||||
by default formatted like this:
|
||||
Time-stamp: <2020-08-07 17:10:21 gildea>
|
||||
|
||||
The time stamp is updated only if the variable
|
||||
`time-stamp-active' is non-nil.
|
||||
The format of the time stamp is set by the variable
|
||||
`time-stamp-pattern' or `time-stamp-format'.
|
||||
The variables `time-stamp-pattern', `time-stamp-line-limit',
|
||||
`time-stamp-start', `time-stamp-end', `time-stamp-count', and
|
||||
`time-stamp-inserts-lines' control finding the template." t nil)
|
||||
Although you can run this function manually to update a time stamp
|
||||
once, usually you want automatic time stamp updating.
|
||||
|
||||
A time stamp can be automatically updated with current information
|
||||
every time you save a file. To enable time-stamping for all files,
|
||||
customize option `before-save-hook' or add this line to your init file:
|
||||
(add-hook \\='before-save-hook \\='time-stamp)
|
||||
|
||||
To enable automatic time-stamping for only a specific file, add
|
||||
this line to a local variables list near the end of the file:
|
||||
eval: (add-hook \\='before-save-hook \\='time-stamp nil t)
|
||||
|
||||
If the file has no time-stamp template, this function does nothing.
|
||||
|
||||
You can set `time-stamp-pattern' in a files's local variables list
|
||||
to customize the information in the time stamp and where it is written.
|
||||
|
||||
The time stamp is updated only if `time-stamp-active' is non-nil." t nil)
|
||||
|
||||
(autoload 'time-stamp-toggle-active "time-stamp" "\
|
||||
Toggle `time-stamp-active', setting whether \\[time-stamp] updates a buffer.
|
||||
|
@ -34219,6 +34355,9 @@ updating. With prefix ARG, turn mode line display on if and only
|
|||
if ARG is positive. Returns the new status of timeclock mode line
|
||||
display (non-nil means on).
|
||||
|
||||
If using a customized `timeclock-workday' value, this should be
|
||||
set before switching this mode on.
|
||||
|
||||
\(fn &optional ARG)" t nil)
|
||||
|
||||
(autoload 'timeclock-in "timeclock" "\
|
||||
|
@ -35508,7 +35647,9 @@ or call the function `url-handler-mode'.")
|
|||
(custom-autoload 'url-handler-mode "url-handlers" nil)
|
||||
|
||||
(autoload 'url-handler-mode "url-handlers" "\
|
||||
Toggle using `url' library for URL filenames (URL Handler mode).
|
||||
Handle URLs as if they were file names throughout Emacs.
|
||||
After switching on this minor mode, Emacs file primitives handle
|
||||
URLs. For instance:
|
||||
|
||||
This is a minor mode. If called interactively, toggle the
|
||||
`Url-Handler mode' mode. If the prefix argument is positive, enable
|
||||
|
@ -35524,6 +35665,12 @@ evaluate `(default-value 'url-handler-mode)'.
|
|||
The mode's hook is called both when the mode is enabled and when it is
|
||||
disabled.
|
||||
|
||||
(file-exists-p \"https://www.gnu.org/\")
|
||||
=> t
|
||||
|
||||
and `C-x C-f https://www.gnu.org/ RET' will give you the HTML at
|
||||
that URL in a buffer.
|
||||
|
||||
\(fn &optional ARG)" t nil)
|
||||
|
||||
(autoload 'url-file-handler "url-handlers" "\
|
||||
|
@ -36483,11 +36630,6 @@ log entries should be gathered.
|
|||
|
||||
\(fn &rest ARGS)" t nil)
|
||||
|
||||
(autoload 'vc-branch-part "vc" "\
|
||||
Return the branch part of a revision number REV.
|
||||
|
||||
\(fn REV)" nil nil)
|
||||
|
||||
(register-definition-prefixes "vc" '("vc-" "with-vc-properties"))
|
||||
|
||||
;;;***
|
||||
|
@ -38984,6 +39126,8 @@ definition for IDENTIFIER, display it in the selected window.
|
|||
Otherwise, display the list of the possible definitions in a
|
||||
buffer where the user can select from the list.
|
||||
|
||||
Use \\[xref-pop-marker-stack] to return back to where you invoked this command.
|
||||
|
||||
\(fn IDENTIFIER)" t nil)
|
||||
|
||||
(autoload 'xref-find-definitions-other-window "xref" "\
|
||||
|
@ -39012,6 +39156,12 @@ This command is intended to be bound to a mouse event.
|
|||
|
||||
\(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)
|
||||
|
||||
(autoload 'xref-find-apropos "xref" "\
|
||||
Find all meaningful symbols that match PATTERN.
|
||||
The argument has the same meaning as in `apropos'.
|
||||
|
|
Loading…
Add table
Reference in a new issue