emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

emacs-28 95640360f0: * lisp/net/dictionary.el (dictionary-context-menu):


From: Juri Linkov
Subject: emacs-28 95640360f0: * lisp/net/dictionary.el (dictionary-context-menu): Use package prefix.
Date: Sat, 15 Jan 2022 13:59:16 -0500 (EST)

branch: emacs-28
commit 95640360f09930e903575870e37e501dc67990ad
Author: Juri Linkov <juri@linkov.net>
Commit: Juri Linkov <juri@linkov.net>

    * lisp/net/dictionary.el (dictionary-context-menu): Use package prefix.
---
 lisp/net/dictionary.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/net/dictionary.el b/lisp/net/dictionary.el
index 507363cc0f..e0824f3971 100644
--- a/lisp/net/dictionary.el
+++ b/lisp/net/dictionary.el
@@ -1376,7 +1376,7 @@ any buffer where (dictionary-tooltip-mode 1) has been 
called."
     (dictionary-search word)))
 
 ;;;###autoload
-(defun context-menu-dictionary (menu click)
+(defun dictionary-context-menu (menu click)
   "Populate MENU with dictionary commands at CLICK.
 When you add this function to `context-menu-functions',
 the context menu will contain an item that searches



reply via email to

[Prev in Thread] Current Thread [Next in Thread]