diff options
Diffstat (limited to 'lisp/cus-edit.el')
-rw-r--r-- | lisp/cus-edit.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/cus-edit.el b/lisp/cus-edit.el index eceba8fa4d6..cb68bae3c9b 100644 --- a/lisp/cus-edit.el +++ b/lisp/cus-edit.el @@ -5126,7 +5126,6 @@ Erase customizations; set options Entry to this mode calls the value of `Custom-mode-hook' if that value is non-nil." (use-local-map custom-mode-map) - (easy-menu-add Custom-mode-menu) (setq-local tool-bar-map (or custom-tool-bar-map ;; Set up `custom-tool-bar-map'. |