annotate lisp/gnus/.dir-locals.el @ 112453:06719a229a46 default tip

* calc/calc.el (calc-default-power-reference-level) (calc-default-field-reference-level): New variables. * calc/calc-units.el (math-standard-units): Add dB and Np. (math-logunits): New variable. (math-extract-logunits, math-logcombine, calcFunc-luplus) (calcFunc-luminus, calc-luplus, calc-luminus, math-logunit-level) (calcFunc-fieldlevel, calcFunc-powerlevel, calc-level): New functions. (math-find-base-units-rec): Add entry for ln(10). * calc/calc-help.el (calc-u-prefix-help): Add logarithmic help. (calc-ul-prefix-help): New function. * calc/calc-ext.el (calc-init-extensions): Autoload new units functions. Add keybindings for new units functions.
author Jay Belanger <jay.p.belanger@gmail.com>
date Sun, 23 Jan 2011 23:08:04 -0600
parents 3b63737368e5
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
110165
b96da2a6e0df Added a .dir-locals.el file so that trailing whitespace is shown.
Katsumi Yamaoka <yamaoka@jpl.org>
parents:
diff changeset
1 ((emacs-lisp-mode . ((show-trailing-whitespace . t))))
110332
3b63737368e5 lisp/gnus/.dir-locals.el: Add no-byte-compile cookie.
Juanma Barranquero <lekktu@gmail.com>
parents: 110165
diff changeset
2 ;; Local Variables:
3b63737368e5 lisp/gnus/.dir-locals.el: Add no-byte-compile cookie.
Juanma Barranquero <lekktu@gmail.com>
parents: 110165
diff changeset
3 ;; no-byte-compile: t
3b63737368e5 lisp/gnus/.dir-locals.el: Add no-byte-compile cookie.
Juanma Barranquero <lekktu@gmail.com>
parents: 110165
diff changeset
4 ;; End: