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-misc.el,v


From: Jay Belanger
Subject: [Emacs-diffs] Changes to emacs/lisp/calc/calc-misc.el,v
Date: Thu, 14 Aug 2008 18:34:05 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Jay Belanger <jpb>      08/08/14 18:34:05

Index: calc-misc.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/calc/calc-misc.el,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -b -r1.35 -r1.36
--- calc-misc.el        6 May 2008 03:15:46 -0000       1.35
+++ calc-misc.el        14 Aug 2008 18:34:05 -0000      1.36
@@ -216,7 +216,7 @@
 ;;;###autoload
 (defun calc-help ()
   (interactive)
-  (let ((msgs (append
+  (let ((msgs
         '("Press `h' for complete help; press `?' repeatedly for a summary"
           "Letter keys: Negate; Precision; Yank; Why; Xtended cmd; Quit"
           "Letter keys: SHIFT + Undo, reDo; Keep-args; Inverse, Hyperbolic"
@@ -235,10 +235,8 @@
           "Prefix keys: Kombinatorics/statistics, Modes, Store/recall"
           "Prefix keys: Trail/time, Units/statistics, Vector/matrix"
           "Prefix keys: Z (user), SHIFT + Z (define)"
-          "Prefix keys: prefix + ? gives further help for that prefix")
-        (list (format
-               "  Calc %s by Dave Gillespie, address@hidden"
-               calc-version)))))
+          "Prefix keys: prefix + ? gives further help for that prefix"
+           "  Calc by Dave Gillespie, address@hidden")))
     (if calc-full-help-flag
        msgs
       (if (or calc-inverse-flag calc-hyperbolic-flag)
@@ -834,8 +832,8 @@
 Prompts for bug subject.  Leaves you in a mail buffer."
   (interactive)
   (let ((reporter-prompt-for-summary-p t))
-    (reporter-submit-bug-report calc-bug-address "Calc" '(calc-version)
-                               nil nil
+    (reporter-submit-bug-report calc-bug-address "Calc"
+                               nil nil nil
                                "Please describe exactly what actions triggered 
the bug and the
 precise symptoms of the bug.  If possible, include a backtrace by
 doing 'M-x toggle-debug-on-error', then reproducing the bug.




reply via email to

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