Searched +refs:calculator +refs:funcall (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/emacs-93/emacs/lisp/
H A Dcalculator.el0 ;;; calculator.el --- a [not so] simple calculator for Emacs
30 ;; A calculator for Emacs.
35 ;; `calculator' to a key and make it an autoloaded function, e.g.:
36 ;; (autoload 'calculator "calculator"
37 ;; "Run the Emacs calculator." t)
38 ;; (global-set-key [(control return)] 'calculator)
44 ;; http://www.barzilay.org/misc/calculator.el
58 (defgroup calculator ni function
689 (defun calculator () function
[all...]
H A Dmenu-bar.el629 (funcall set ',variable (not (funcall get ',variable))))))
1127 (define-key menu-bar-tools-menu [simple-calculator]
1128 '(menu-item "Simple Calculator" calculator
1129 :help "Invoke the Emacs built-in quick calculator"))
1132 :help "Invoke the Emacs built-in full scientific calculator"))
H A Dldefs-boot.el1810 This is like `benchmark-run', but what is timed is a funcall of the
2926 ;;;### (autoloads (calculator) "calculator" "calculator.el" (17870
2928 ;;; Generated autoloads from calculator.el
2930 (autoload (quote calculator) "calculator" "\
2931 Run the Emacs calculator.
2932 See the documentation for `calculator-mode' for more information.
3488 (defvar solar-holidays (quote ((if (fboundp (quote atan)) (solar-equinoxes-solstices)) (if (progn (require (quote cal-dst)) t) (funcall (quot
[all...]

Completed in 177 milliseconds