summaryrefslogtreecommitdiff
path: root/lisp/x-menu.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/x-menu.el')
-rw-r--r--lisp/x-menu.el4
1 files changed, 4 insertions, 0 deletions
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