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-prog.el


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/calc/calc-prog.el
Date: Tue, 04 Feb 2003 07:47:14 -0500

Index: emacs/lisp/calc/calc-prog.el
diff -c emacs/lisp/calc/calc-prog.el:1.6 emacs/lisp/calc/calc-prog.el:1.7
*** emacs/lisp/calc/calc-prog.el:1.6    Wed Jan 15 10:16:25 2003
--- emacs/lisp/calc/calc-prog.el        Tue Feb  4 07:47:10 2003
***************
*** 3,9 ****
  ;; 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>
! ;; Maintainers: D. Goel <address@hidden>
  ;;              Colin Walters <address@hidden>
  
  ;; This file is part of GNU Emacs.
***************
*** 930,936 ****
          (def (or (assq key (calc-user-key-map))
                   (assq (upcase key) (calc-user-key-map))
                   (assq (downcase key) (calc-user-key-map))
!                  (and (eq key ?\') 
                        (cons nil
                              (intern (completing-read
                                       (format "Record in %s the function: "
--- 930,936 ----
          (def (or (assq key (calc-user-key-map))
                   (assq (upcase key) (calc-user-key-map))
                   (assq (downcase key) (calc-user-key-map))
!                  (and (eq key ?\')
                        (cons nil
                              (intern (completing-read
                                       (format "Record in %s the function: "




reply via email to

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