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


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/lisp/calc/calc-help.el
Date: Thu, 21 Oct 2004 15:16:49 -0400

Index: emacs/lisp/calc/calc-help.el
diff -c emacs/lisp/calc/calc-help.el:1.10 emacs/lisp/calc/calc-help.el:1.11
*** emacs/lisp/calc/calc-help.el:1.10   Mon Oct 18 19:13:16 2004
--- emacs/lisp/calc/calc-help.el        Thu Oct 21 19:09:45 2004
***************
*** 1,6 ****
  ;;; calc-help.el --- help display functions for Calc,
  
! ;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002 Free Software Foundation, 
Inc.
  
  ;; Author: David Gillespie <address@hidden>
  ;; Maintainers: D. Goel <address@hidden>
--- 1,7 ----
  ;;; calc-help.el --- help display functions for Calc,
  
! ;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2004
! ;;           Free Software Foundation, Inc.
  
  ;; Author: David Gillespie <address@hidden>
  ;; Maintainers: D. Goel <address@hidden>
***************
*** 112,118 ****
    (describe-bindings)
    (save-excursion
      (set-buffer "*Help*")
!     (let ((buffer-read-only nil))
        (goto-char (point-min))
        (when (search-forward "Major Mode Bindings:" nil t)
          (delete-region (point-min) (point))
--- 113,119 ----
    (describe-bindings)
    (save-excursion
      (set-buffer "*Help*")
!     (let ((inhibit-read-only t))
        (goto-char (point-min))
        (when (search-forward "Major Mode Bindings:" nil t)
          (delete-region (point-min) (point))
***************
*** 673,677 ****
       "} (matrix brackets); . (abbreviate); / (multi-lines)")
     "vec/mat" ?v))
  
! ;;; arch-tag: 2d347593-7591-449e-a64a-93dab5f2f686
  ;;; calc-help.el ends here
--- 674,678 ----
       "} (matrix brackets); . (abbreviate); / (multi-lines)")
     "vec/mat" ?v))
  
! ;; arch-tag: 2d347593-7591-449e-a64a-93dab5f2f686
  ;;; calc-help.el ends here




reply via email to

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