bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#26658: 25.2; cc-mode doesn't use prog-mode-map as parent for c-mode-


From: Vasilij Schneidermann
Subject: bug#26658: 25.2; cc-mode doesn't use prog-mode-map as parent for c-mode-base-map
Date: Tue, 2 May 2017 23:17:14 +0200

Hello again,

I've ensured the bug is present and wrote a patch that fixes the issue.
A workaround for people not using the latest cc-mode is to put the
following into their init file:

(eval-after-load 'cc-mode
  '(set-keymap-parent c-mode-base-map prog-mode-map))

Attachment: 0001-Set-c-mode-base-map-parent-to-prog-mode-map.patch
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]