diff options
| author | Eric S. Raymond <esr@snark.thyrsus.com> | 1992-05-30 19:21:46 +0000 |
|---|---|---|
| committer | Eric S. Raymond <esr@snark.thyrsus.com> | 1992-05-30 19:21:46 +0000 |
| commit | 76d7458ed90577d639dc71a5e100839d9a9ab13c (patch) | |
| tree | be1d50caa3124c53233f67c78412fb81e83e5489 /lisp/x-menu.el | |
| parent | ecb4184d2f5c831be04186263b3f13e4ed4f2ef4 (diff) | |
| download | emacs-76d7458ed90577d639dc71a5e100839d9a9ab13c.tar.gz | |
*** empty log message ***
Diffstat (limited to 'lisp/x-menu.el')
| -rw-r--r-- | lisp/x-menu.el | 4 |
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 |
