]> git.eshelyaron.com Git - emacs.git/commit
Fix 'M-q' in 'makefile-mode'
authorEli Zaretskii <eliz@gnu.org>
Sat, 1 Mar 2025 14:04:52 +0000 (16:04 +0200)
committerEshel Yaron <me@eshelyaron.com>
Tue, 4 Mar 2025 20:57:20 +0000 (21:57 +0100)
commit4e748624934b1626bd6e25bc3b79845401834be1
tree35abf34610ce8829d3d7d24de5305472664cda5c
parent000fe859c2e68391d2dd772c961f6862b50d1069
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)

(cherry picked from commit 8481170eb296780b404caea587d17ab33a24aaeb)
lisp/progmodes/make-mode.el