/[emacs]/emacs/lisp/calc/calc.el
ViewVC logotype

Diff of /emacs/lisp/calc/calc.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.55 by ttn, Tue May 17 18:57:41 2005 UTC revision 1.56 by lute, Thu May 26 13:30:23 2005 UTC
# Line 1131  Notations:  3.14e6     3.14 * 10^6 Line 1131  Notations:  3.14e6     3.14 * 10^6
1131             (string-match "full" (nth 1 p))             (string-match "full" (nth 1 p))
1132             (setq calc-standalone-flag t))             (setq calc-standalone-flag t))
1133        (setq p (cdr p))))        (setq p (cdr p))))
1134    (run-hooks 'calc-mode-hook)    (run-mode-hooks 'calc-mode-hook)
1135    (calc-refresh t)    (calc-refresh t)
1136    (calc-set-mode-line)    (calc-set-mode-line)
1137    (calc-check-defines))    (calc-check-defines))
# Line 1181  commands given here will actually operat Line 1181  commands given here will actually operat
1181        (insert (propertize (concat "Emacs Calculator v" calc-version        (insert (propertize (concat "Emacs Calculator v" calc-version
1182                                    " by Dave Gillespie\n")                                    " by Dave Gillespie\n")
1183                            'font-lock-face 'italic))))                            'font-lock-face 'italic))))
1184    (run-hooks 'calc-trail-mode-hook))    (run-mode-hooks 'calc-trail-mode-hook))
1185    
1186  (defun calc-create-buffer ()  (defun calc-create-buffer ()
1187    (set-buffer (get-buffer-create "*Calculator*"))    (set-buffer (get-buffer-create "*Calculator*"))

Legend:
Removed from v.1.55  
changed lines
  Added in v.1.56

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26