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:
Eli Zaretskii 2025-03-01 16:04:52 +02:00
parent 44a770b871
commit 8481170eb2

View file

@ -574,6 +574,7 @@ The function must satisfy this calling convention:
"C-c RET C-p" #'makefile-makepp-mode "C-c RET C-p" #'makefile-makepp-mode
"M-p" #'makefile-previous-dependency "M-p" #'makefile-previous-dependency
"M-n" #'makefile-next-dependency "M-n" #'makefile-next-dependency
"M-q" #'fill-paragraph
"C-M-i" #'completion-at-point) "C-M-i" #'completion-at-point)
(when makefile-electric-keys (when makefile-electric-keys