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


From: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/lisp/calc/calc-yank.el
Date: Tue, 13 Nov 2001 02:30:59 -0500

Index: emacs/lisp/calc/calc-yank.el
diff -u emacs/lisp/calc/calc-yank.el:1.1 emacs/lisp/calc/calc-yank.el:1.2
--- emacs/lisp/calc/calc-yank.el:1.1    Tue Nov  6 13:59:06 2001
+++ emacs/lisp/calc/calc-yank.el        Tue Nov 13 02:30:58 2001
@@ -1,5 +1,5 @@
 ;; Calculator for GNU Emacs, part II [calc-yank.el]
-;; Copyright (C) 1990, 1991, 1992, 1993 Free Software Foundation, Inc.
+;; Copyright (C) 1990, 1991, 1992, 1993, 2001 Free Software Foundation, Inc.
 ;; Written by Dave Gillespie, address@hidden
 
 ;; This file is part of GNU Emacs.
@@ -410,7 +410,7 @@
                           (function
                            (lambda (x)
                              (if (math-vectorp x) (setq allow-ret t))
-                             (math-format-nice-expr x (screen-width)))))
+                             (math-format-nice-expr x (frame-width)))))
                         (if (> n 0)
                             (calc-top-list n)
                           (calc-top-list 1 (- n)))))))
@@ -488,7 +488,7 @@
           (select-window (get-buffer-window (aref calc-embedded-info 1))))
       (switch-to-buffer (get-buffer-create "*Calc Edit*")))
     (setq calc-return-buffer buf)
-    (if (and (< (window-width) (screen-width))
+    (if (and (< (window-width) (frame-width))
             calc-display-trail)
        (let ((win (get-buffer-window (calc-trail-buffer))))
          (if win



reply via email to

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