]> git.eshelyaron.com Git - emacs.git/commit
Objective C Mode: Make c-forward-type work with "unsigned long", etc.
authorAlan Mackenzie <acm@muc.de>
Sun, 26 Jan 2020 13:01:58 +0000 (13:01 +0000)
committerAlan Mackenzie <acm@muc.de>
Sun, 26 Jan 2020 13:01:58 +0000 (13:01 +0000)
commitd7cd4ab7d948427104003f1d35cf52a4eac45d0a
tree044f69f4747aaf37d0715cd2b67e28b64968a8d1
parent1705e32ebc43addb3a1f0ca9e4e490484b7d1fcd
Objective C Mode: Make c-forward-type work with "unsigned long", etc.

This allows the correct fontification of and correct functioning of C-c C-z
(c-display-defun-name) in ns_get_pixel in Emacs's src/nsimage.m.

* lisp/progmodes/cc-langs.el (c-primitive-type-prefix-kwds): For objc, use the
same value as for c and c++ rather than the default nil.
lisp/progmodes/cc-langs.el