Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
18d433a7
Commit
18d433a7
authored
Aug 09, 2009
by
Chong Yidong
Browse files
* subr.el: Provide hashtable-print-readable.
parent
1c292fc7
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
0 deletions
+11
-0
lisp/ChangeLog
lisp/ChangeLog
+2
-0
lisp/subr.el
lisp/subr.el
+9
-0
No files found.
lisp/ChangeLog
View file @
18d433a7
2009-08-09 Chong Yidong <cyd@stupidchicken.com>
* subr.el: Provide hashtable-print-readable.
* progmodes/hideshow.el (hs-special-modes-alist): Don't use
hs-c-like-adjust-block-beginning.
(hs-hide-block-at-point): Stop hiding at the beginning of
...
...
lisp/subr.el
View file @
18d433a7
...
...
@@ -3647,5 +3647,14 @@ is greater than \"1pre\" which is greater than \"1beta\" which is greater than
\"1alpha\".
"
(
version-list-=
(
version-to-list
v1
)
(
version-to-list
v2
)))
;;; Misc.
;; The following statement ought to be in print.c, but `provide' can't
;; be used there.
(
when
(
hash-table-p
(
car
(
read-from-string
(
prin1-to-string
(
make-hash-table
)))))
(
provide
'hashtable-print-readable
))
;; arch-tag: f7e0e6e5-70aa-4897-ae72-7a3511ec40bc
;;; subr.el ends here
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment