Skip to content

Commit 0d3b0c6

Browse files
benjaminpcopybara-github
authored andcommitted
protobuf-mode: Remove no-op easy-menu-add call. (protocolbuffers#12674)
easy-menu-add has always been a no-op in GNU emacs. It did something in XEmacs, but XEmacs is dead. Closes protocolbuffers#12674 COPYBARA_INTEGRATE_REVIEW=protocolbuffers#12674 from benjaminp:easy-menu a08e744 PiperOrigin-RevId: 529877848
1 parent adee0a5 commit 0d3b0c6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

editors/protobuf-mode.el

-1
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,6 @@ Key bindings:
206206
(c-initialize-cc-mode t)
207207
(c-init-language-vars protobuf-mode)
208208
(c-common-init 'protobuf-mode)
209-
(easy-menu-add protobuf-menu)
210209
(setq imenu-generic-expression
211210
'(("Message" "^[[:space:]]*message[[:space:]]+\\([[:alnum:]]+\\)" 1)
212211
("Enum" "^[[:space:]]*enum[[:space:]]+\\([[:alnum:]]+\\)" 1)

0 commit comments

Comments
 (0)