emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/pcvs-defs.el [lexbind]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/pcvs-defs.el [lexbind]
Date: Tue, 14 Oct 2003 19:52:16 -0400

Index: emacs/lisp/pcvs-defs.el
diff -c emacs/lisp/pcvs-defs.el:1.17.4.1 emacs/lisp/pcvs-defs.el:1.17.4.2
*** emacs/lisp/pcvs-defs.el:1.17.4.1    Fri Apr  4 01:20:10 2003
--- emacs/lisp/pcvs-defs.el     Tue Oct 14 19:51:20 2003
***************
*** 1,10 ****
  ;;; pcvs-defs.el --- variable definitions for PCL-CVS
  
! ;; Copyright (C) 1991, 92, 93, 94, 95, 96, 97, 98, 99, 2000  Free Software 
Foundation, Inc.
  
  ;; Author: Stefan Monnier <address@hidden>
  ;; Keywords: pcl-cvs
- ;; Revision: $Id: pcvs-defs.el,v 1.17.4.1 2003/04/04 06:20:10 miles Exp $
  
  ;; This file is part of GNU Emacs.
  
--- 1,10 ----
  ;;; pcvs-defs.el --- variable definitions for PCL-CVS
  
! ;; Copyright (C) 1991, 92, 93, 94, 95, 96, 97, 98, 99, 2000, 2003
! ;;           Free Software Foundation, Inc.
  
  ;; Author: Stefan Monnier <address@hidden>
  ;; Keywords: pcl-cvs
  
  ;; This file is part of GNU Emacs.
  
***************
*** 480,486 ****
      (define-key m [examine]
        '(menu-item "Examine Directory" cvs-examine
                  :help "Examine the current state of a workarea"))
!     m))
  
  
  ;; cvs-1.10 and above can take file arguments in other directories
--- 480,486 ----
      (define-key m [examine]
        '(menu-item "Examine Directory" cvs-examine
                  :help "Examine the current state of a workarea"))
!     (fset 'cvs-global-menu m)))
  
  
  ;; cvs-1.10 and above can take file arguments in other directories
***************
*** 507,510 ****
--- 507,511 ----
  ;;
  (provide 'pcvs-defs)
  
+ ;;; arch-tag: c7c701d0-d1d4-4aa9-a302-007bb03aca5e
  ;;; pcvs-defs.el ends here




reply via email to

[Prev in Thread] Current Thread [Next in Thread]