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.el


From: Lute Kamstra
Subject: [Emacs-diffs] Changes to emacs/lisp/calc/calc.el
Date: Thu, 26 May 2005 09:30:24 -0400

Index: emacs/lisp/calc/calc.el
diff -c emacs/lisp/calc/calc.el:1.55 emacs/lisp/calc/calc.el:1.56
*** emacs/lisp/calc/calc.el:1.55        Tue May 17 18:57:41 2005
--- emacs/lisp/calc/calc.el     Thu May 26 13:30:23 2005
***************
*** 1131,1137 ****
           (string-match "full" (nth 1 p))
           (setq calc-standalone-flag t))
        (setq p (cdr p))))
!   (run-hooks 'calc-mode-hook)
    (calc-refresh t)
    (calc-set-mode-line)
    (calc-check-defines))
--- 1131,1137 ----
           (string-match "full" (nth 1 p))
           (setq calc-standalone-flag t))
        (setq p (cdr p))))
!   (run-mode-hooks 'calc-mode-hook)
    (calc-refresh t)
    (calc-set-mode-line)
    (calc-check-defines))
***************
*** 1181,1187 ****
        (insert (propertize (concat "Emacs Calculator v" calc-version
                                  " by Dave Gillespie\n")
                          'font-lock-face 'italic))))
!   (run-hooks 'calc-trail-mode-hook))
  
  (defun calc-create-buffer ()
    (set-buffer (get-buffer-create "*Calculator*"))
--- 1181,1187 ----
        (insert (propertize (concat "Emacs Calculator v" calc-version
                                  " by Dave Gillespie\n")
                          'font-lock-face 'italic))))
!   (run-mode-hooks 'calc-trail-mode-hook))
  
  (defun calc-create-buffer ()
    (set-buffer (get-buffer-create "*Calculator*"))




reply via email to

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