Merge remote-tracking branch 'savannah/master' into HEAD
This commit is contained in:
commit
ab66e61b58
77 changed files with 645 additions and 303 deletions
|
@ -632,7 +632,7 @@ If optional second arg SEP is a string, use that as separator."
|
|||
(bindat-format-vector vect "%d" (if (stringp sep) sep ".")))
|
||||
|
||||
(defun bindat-vector-to-hex (vect &optional sep)
|
||||
"Format vector VECT in hex format separated by dots.
|
||||
"Format vector VECT in hex format separated by colons.
|
||||
If optional second arg SEP is a string, use that as separator."
|
||||
(bindat-format-vector vect "%02x" (if (stringp sep) sep ":")))
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
;;; float-sup.el --- define some constants useful for floating point numbers.
|
||||
;;; float-sup.el --- define some constants useful for floating point numbers. -*- lexical-binding:t -*-
|
||||
|
||||
;; Copyright (C) 1985-1987, 2001-2020 Free Software Foundation, Inc.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue