2005-01-01 Jay Belanger <belanger@truman.edu>
* calc-yank.el (calc-edit-mode): Change default header.
-
+ (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new
+ header.
+
* calc-store.el (calc-edit-variable): Change title to match new
header.
- * calc/calc-prog.el (calc-edit-user-syntax): Change title to edit
+ * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
mode to match new header.
(calc-user-define-edit): Change titles to include names of commands.
+ (calc-finish-formula-edit): Adjust to handle new header.
(calc-finish-macro-edit): Remove.
(calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
(calc-edit-macro-command, calc-edit-macro-command-type)
nil
(format "Editing formula (%s, %s, bound to %s).\n"
intcmd algcmd kys))
- (insert (math-showing-full-precision
- (math-format-nice-expr defn (frame-width)))
- "\n"))
+ (insert (math-showing-full-precision
+ (math-format-nice-expr defn (frame-width)))
+ "\n"))
(calc-show-edit-buffer)
(goto-char (point-min))
- (forward-line 2))
+ (forward-line 3))
(error "That command's definition cannot be edited")))))))
;; Formatting the macro buffer
(defun calc-finish-formula-edit (func)
(goto-char (point-min))
- (forward-line 2)
+ (forward-line 3)
(let ((buf (current-buffer))
(str (buffer-substring (point) (point-max)))
(start (point))