diff options
| author | Daniel Mendler <mail@daniel-mendler.de> | 2023-01-21 13:55:23 +0100 |
|---|---|---|
| committer | Daniel Mendler <mail@daniel-mendler.de> | 2023-01-21 14:16:41 +0100 |
| commit | 6254608c2e2da008deab6aabf69b23e66fb52433 (patch) | |
| tree | 95791930ee5698c92ca58e698516cce64a1afdd4 /compat-29.el | |
| parent | 2f3813bf78ec129119b86076e7d43f0a30e4eb39 (diff) | |
compat-macs: Improve error checking
Diffstat (limited to 'compat-29.el')
| -rw-r--r-- | compat-29.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compat-29.el b/compat-29.el index 495ede7..ed9e3f9 100644 --- a/compat-29.el +++ b/compat-29.el @@ -171,7 +171,7 @@ This function does not move point. Also see `line-end-position'." ;;;; Defined in subr.el -(defun readablep (object) +(compat-defun readablep (object) "Say whether OBJECT has a readable syntax. This means that OBJECT can be printed out and then read back again by the Lisp reader. This function returns nil if OBJECT is |
