diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2013-01-01 23:57:00 -0800 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2013-01-01 23:57:00 -0800 |
commit | 71376d4b88555139065d6ac862734d7e5c14f043 (patch) | |
tree | 3079cf158ae8bc628f53ae686e47cffc1f722953 /lisp/language/misc-lang.el | |
parent | 87e65f9680dd7c944d8c2bfac87d82db098740a6 (diff) | |
download | emacs-71376d4b88555139065d6ac862734d7e5c14f043.tar.gz emacs-71376d4b88555139065d6ac862734d7e5c14f043.tar.bz2 emacs-71376d4b88555139065d6ac862734d7e5c14f043.zip |
Simplify via eabs.
* dired.c (file_name_completion):
* doc.c (get_doc_string):
* floatfns.c (round2):
* font.c (font_score, font_delete_unmatched):
* fringe.c (compute_fringe_widths):
* lread.c (read_list):
* minibuf.c (Ftry_completion):
* term.c (tty_ins_del_lines):
* xterm.c (x_draw_image_foreground, x_draw_image_foreground_1):
Use eabs (x) rather than open-coding it as (x < 0 ? -x : x).
Diffstat (limited to 'lisp/language/misc-lang.el')
0 files changed, 0 insertions, 0 deletions