diff options
Diffstat (limited to 'lisp/dframe.el')
-rw-r--r-- | lisp/dframe.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/dframe.el b/lisp/dframe.el index eebc0bf7bdc..473f826ad27 100644 --- a/lisp/dframe.el +++ b/lisp/dframe.el @@ -781,7 +781,7 @@ Evaluates all cached timer functions in sequence." ;; In XEmacs, we make popup menus work on the item over mouse (as ;; opposed to where the point happens to be.) We attain this by ;; temporarily moving the point to that place. -;; Hrvoje Niksic <hniksic@srce.hr> +;; Hrvoje Nikšić <hrvoje.niksic@avl.com> (defalias 'dframe-popup-kludge (if (featurep 'xemacs) (lambda (event) ; XEmacs. |