Merge from origin/emacs-30
0460177451
; * lisp/progmodes/java-ts-mode.el (treesit-node-end): De...8481170eb2
Fix 'M-q' in 'makefile-mode'44a770b871
; Improve documentation of 'rmail-movemail-program' # Conflicts: # lisp/progmodes/java-ts-mode.el
This commit is contained in:
commit
2095d0fcc6
3 changed files with 9 additions and 2 deletions
|
@ -1535,7 +1535,10 @@ This is equivalent to specifying the @samp{file} protocol:
|
|||
absolute file name of the @command{movemail} executable. If it is
|
||||
@code{nil}, Rmail searches for @command{movemail} in the directories
|
||||
listed in @code{rmail-movemail-search-path}, then in @code{exec-path}
|
||||
(@pxref{Shell}), then in @code{exec-directory}.
|
||||
(@pxref{Shell}), then in @code{exec-directory}. This variable should be
|
||||
customized before starting Rmail; if you customize it after starting
|
||||
Rmail, you will need to set @code{rmail-movemail-variant-in-use} to the
|
||||
@code{nil} value, and then restart Rmail.
|
||||
|
||||
@node Remote Mailboxes
|
||||
@section Retrieving Mail from Remote Mailboxes
|
||||
|
|
|
@ -176,7 +176,10 @@ Its name should end with a slash."
|
|||
:group 'rmail)
|
||||
|
||||
(defcustom rmail-movemail-program nil
|
||||
"If non-nil, the file name of the `movemail' program."
|
||||
"If non-nil, the file name of the `movemail' program.
|
||||
If you customize this after starting Rmail, reset the
|
||||
variable `rmail-movemail-variant-in-use' to the nil value,
|
||||
and then restart Rmail."
|
||||
:group 'rmail-retrieve
|
||||
:type '(choice (const nil) string))
|
||||
|
||||
|
|
|
@ -574,6 +574,7 @@ The function must satisfy this calling convention:
|
|||
"C-c RET C-p" #'makefile-makepp-mode
|
||||
"M-p" #'makefile-previous-dependency
|
||||
"M-n" #'makefile-next-dependency
|
||||
"M-q" #'fill-paragraph
|
||||
"C-M-i" #'completion-at-point)
|
||||
|
||||
(when makefile-electric-keys
|
||||
|
|
Loading…
Add table
Reference in a new issue