Mercurial > emacs
changeset 51589:b521a93dd16b
(cvs-global-menu): Define as a function as well.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Mon, 16 Jun 2003 20:21:42 +0000 |
parents | fc00b549e161 |
children | f13922c0480e |
files | lisp/pcvs-defs.el |
diffstat | 1 files changed, 3 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/pcvs-defs.el Mon Jun 16 18:54:23 2003 +0000 +++ b/lisp/pcvs-defs.el Mon Jun 16 20:21:42 2003 +0000 @@ -1,6 +1,7 @@ ;;; pcvs-defs.el --- variable definitions for PCL-CVS -;; Copyright (C) 1991, 92, 93, 94, 95, 96, 97, 98, 99, 2000 Free Software Foundation, Inc. +;; Copyright (C) 1991, 92, 93, 94, 95, 96, 97, 98, 99, 2000, 2003 +;; Free Software Foundation, Inc. ;; Author: Stefan Monnier <monnier@cs.yale.edu> ;; Keywords: pcl-cvs @@ -479,7 +480,7 @@ (define-key m [examine] '(menu-item "Examine Directory" cvs-examine :help "Examine the current state of a workarea")) - m)) + (fset 'cvs-global-menu m))) ;; cvs-1.10 and above can take file arguments in other directories