diff options
| -rw-r--r-- | lisp/mouse.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mouse.el b/lisp/mouse.el index 459cce4cd97..13dda5ca883 100644 --- a/lisp/mouse.el +++ b/lisp/mouse.el | |||
| @@ -524,7 +524,7 @@ Some context functions add menu items below the separator." | |||
| 524 | menu) | 524 | menu) |
| 525 | 525 | ||
| 526 | (defvar context-menu-entry | 526 | (defvar context-menu-entry |
| 527 | `(menu-item ,(purecopy "Context Menu") ignore | 527 | `(menu-item ,(purecopy "Context Menu") ,(make-sparse-keymap) |
| 528 | :filter (lambda (_) (context-menu-map))) | 528 | :filter (lambda (_) (context-menu-map))) |
| 529 | "Menu item that creates the context menu and can be bound to a mouse key.") | 529 | "Menu item that creates the context menu and can be bound to a mouse key.") |
| 530 | 530 | ||