Fix 'M-q' in 'makefile-mode'
* lisp/progmodes/make-mode.el (makefile-mode-map): Bind 'M-q' to 'fill-paragraph', as 'prog-mode's default binding is not appropriate for Makefile's syntax. (Bug#76641)
This commit is contained in:
parent
44a770b871
commit
8481170eb2
1 changed files with 1 additions and 0 deletions
|
@ -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