emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/calc/calc-keypd.el [lexbind]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/calc/calc-keypd.el [lexbind]
Date: Wed, 08 Dec 2004 19:41:10 -0500

Index: emacs/lisp/calc/calc-keypd.el
diff -c emacs/lisp/calc/calc-keypd.el:1.4.4.2 
emacs/lisp/calc/calc-keypd.el:1.4.4.3
*** emacs/lisp/calc/calc-keypd.el:1.4.4.2       Tue Oct 14 23:35:48 2003
--- emacs/lisp/calc/calc-keypd.el       Wed Dec  8 23:36:21 2004
***************
*** 3,10 ****
  ;; Copyright (C) 1990, 1991, 1992, 1993, 2001 Free Software Foundation, Inc.
  
  ;; Author: David Gillespie <address@hidden>
! ;; Maintainers: D. Goel <address@hidden>
! ;;              Colin Walters <address@hidden>
  
  ;; This file is part of GNU Emacs.
  
--- 3,9 ----
  ;; Copyright (C) 1990, 1991, 1992, 1993, 2001 Free Software Foundation, Inc.
  
  ;; Author: David Gillespie <address@hidden>
! ;; Maintainer: Jay Belanger <address@hidden>
  
  ;; This file is part of GNU Emacs.
  
***************
*** 27,41 ****
  
  ;;; Code:
  
- 
  ;; This file is autoloaded from calc-ext.el.
- (require 'calc-ext)
  
  (require 'calc-macs)
  
- (defun calc-Need-calc-keypd () nil)
- 
- 
  (defvar calc-keypad-buffer nil)
  (defvar calc-keypad-menu 0)
  (defvar calc-keypad-full-layout nil)
--- 26,36 ----
  
  ;;; Code:
  
  ;; This file is autoloaded from calc-ext.el.
  
+ (require 'calc-ext)
  (require 'calc-macs)
  
  (defvar calc-keypad-buffer nil)
  (defvar calc-keypad-menu 0)
  (defvar calc-keypad-full-layout nil)
***************
*** 612,617 ****
--- 607,613 ----
        (command-execute cmd)
        (error "Not a Calc command: %s" (key-description keys)))))
  
+ (provide 'calc-keypd)
  
  ;;; arch-tag: 4ba0d360-2bb6-40b8-adfa-eb373765b3f9
  ;;; calc-keypd.el ends here




reply via email to

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