* json.el (json-read-number): New arg. Handle explicitly signed
numbers. (json-readtable): Add `+' and `.'.
This commit is contained in:
parent
2360864055
commit
15e102f6a0
1 changed files with 7 additions and 1 deletions
|
@ -1,10 +1,16 @@
|
|||
2008-08-28 "Edward O'Connor" <hober0@gmail.com>
|
||||
|
||||
* json.el (json-read-number): New arg. Handle explicitly signed
|
||||
numbers.
|
||||
(json-readtable): Add `+' and `.'.
|
||||
|
||||
2008-08-28 Eli Zaretskii <eliz@gnu.org>
|
||||
|
||||
* term/pc-win.el (msdos-previous-message): New variable.
|
||||
(msdos-show-help): New function.
|
||||
(msdos-initialize-window-system): Set show-help-function to
|
||||
msdos-show-help.
|
||||
x
|
||||
|
||||
2008-04-09 Lennart Borgman <lennart.borgman@gmail.com>
|
||||
|
||||
* emacs-lisp/debug.el (debug): When killing a noninteractive
|
||||
|
|
Loading…
Add table
Reference in a new issue