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: Jay Belanger
Subject: [Emacs-diffs] Changes to emacs/lisp/calc/calc-help.el
Date: Mon, 06 Dec 2004 23:34:55 -0500

Index: emacs/lisp/calc/calc-help.el
diff -c emacs/lisp/calc/calc-help.el:1.13 emacs/lisp/calc/calc-help.el:1.14
*** emacs/lisp/calc/calc-help.el:1.13   Tue Nov 30 17:11:37 2004
--- emacs/lisp/calc/calc-help.el        Tue Dec  7 04:24:28 2004
***************
*** 186,196 ****
                                 (copy-to-buffer "*Calc Summary*"
                                                 (point) (point-max))
                                   (if Info-history
!                                      (Info-last))))
!                            (setq case-fold-search nil)
!                            (re-search-forward "^\\(.*\\)\\[\\.\\. a b")
!                            (setq calc-summary-indentation
!                                  (- (match-end 1) (match-beginning 1)))))
                       (goto-char (point-min))
                       (setq target (if (and (string-match "[0-9]\\'" desc)
                                             (not (string-match "[d#]" desc)))
--- 186,197 ----
                                 (copy-to-buffer "*Calc Summary*"
                                                 (point) (point-max))
                                   (if Info-history
!                                      (Info-last))))))
!                        (goto-char (point-min))
!                        (setq case-fold-search nil)
!                        (re-search-forward "^\\(.*\\)\\[\\.\\. a b")
!                        (setq calc-summary-indentation
!                              (- (match-end 1) (match-beginning 1)))
                       (goto-char (point-min))
                       (setq target (if (and (string-match "[0-9]\\'" desc)
                                             (not (string-match "[d#]" desc)))




reply via email to

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