From fc0a18c1c07916a6d166a21a217ce46477c1101c Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Sat, 30 May 1992 19:21:46 +0000 Subject: *** empty log message *** --- lisp/x-menu.el | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lisp/x-menu.el') diff --git a/lisp/x-menu.el b/lisp/x-menu.el index 878dde0dc5e..bc5c1aeda1d 100644 --- a/lisp/x-menu.el +++ b/lisp/x-menu.el @@ -1,3 +1,5 @@ +;;; x-menu.el --- menu support for X + ;; Copyright (C) 1986 Free Software Foundation, Inc. ;; This file is part of GNU Emacs. @@ -143,3 +145,5 @@ This also creates the menu itself." (litem (cdr (nth item x-menu-items-alist)))) (and litem (funcall litem event))) (pop-to-buffer x-menu-assoc-buffer)) + +;;; x-menu.el ends here -- cgit v1.2.1