mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-06-14 04:21:24 +00:00
; * lisp/mouse.el (send-to--resolve-handler): Fix last change.
This commit is contained in:
parent
eb1de3f585
commit
79391d3e19
1 changed files with 2 additions and 1 deletions
|
|
@ -30,7 +30,7 @@
|
|||
;;; Code:
|
||||
|
||||
(eval-when-compile (require 'rect))
|
||||
(require 'send-to)
|
||||
(eval-when-compile (require 'send-to))
|
||||
|
||||
;; Indent track-mouse like progn.
|
||||
(put 'track-mouse 'lisp-indent-function 0)
|
||||
|
|
@ -539,6 +539,7 @@ Some context functions add menu items below the separator."
|
|||
(cdr mode))))
|
||||
menu)
|
||||
|
||||
(autoload 'send-to--resolve-handler "send-to")
|
||||
(defun context-menu-send-to (menu _click)
|
||||
"Add a \"Send to...\" context MENU entry on supported platforms."
|
||||
(run-hooks 'activate-menubar-hook 'menu-bar-update-hook)
|
||||
|
|
|
|||
Loading…
Reference in a new issue