diff lisp/calc/calc-help.el @ 57634:0dd4932a3caa

(calc-describe-bindings): Fix last change.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Thu, 21 Oct 2004 19:09:46 +0000
parents 5e8a69bc2cfa
children c38bc6b76926 f3ec05478165
line wrap: on
line diff
--- a/lisp/calc/calc-help.el	Thu Oct 21 18:38:58 2004 +0000
+++ b/lisp/calc/calc-help.el	Thu Oct 21 19:09:46 2004 +0000
@@ -1,6 +1,7 @@
 ;;; calc-help.el --- help display functions for Calc,
 
-;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002 Free Software Foundation, Inc.
+;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2004
+;;           Free Software Foundation, Inc.
 
 ;; Author: David Gillespie <daveg@synaptics.com>
 ;; Maintainers: D. Goel <deego@gnufans.org>
@@ -112,7 +113,7 @@
   (describe-bindings)
   (save-excursion
     (set-buffer "*Help*")
-    (let ((buffer-read-only nil))
+    (let ((inhibit-read-only t))
       (goto-char (point-min))
       (when (search-forward "Major Mode Bindings:" nil t)
         (delete-region (point-min) (point))
@@ -673,5 +674,5 @@
      "} (matrix brackets); . (abbreviate); / (multi-lines)")
    "vec/mat" ?v))
 
-;;; arch-tag: 2d347593-7591-449e-a64a-93dab5f2f686
+;; arch-tag: 2d347593-7591-449e-a64a-93dab5f2f686
 ;;; calc-help.el ends here