diff options
author | Richard M. Stallman <rms@gnu.org> | 2002-10-14 01:27:19 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2002-10-14 01:27:19 +0000 |
commit | 1b0d40de85b5af240a3afec74a80397459d747cb (patch) | |
tree | d880e70119bed95cdedcddeef7368e8eae3899fd /lisp/thingatpt.el | |
parent | 7f1422bc46763e74285cdb15ba0453b85264e5f6 (diff) | |
download | emacs-1b0d40de85b5af240a3afec74a80397459d747cb.tar.gz |
Comment change.
Diffstat (limited to 'lisp/thingatpt.el')
-rw-r--r-- | lisp/thingatpt.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/thingatpt.el b/lisp/thingatpt.el index 73f88f4b4a5..47caf02b03a 100644 --- a/lisp/thingatpt.el +++ b/lisp/thingatpt.el @@ -384,7 +384,7 @@ Signal an error if the entire string was not used." (let* ((read-data (read-from-string str)) (more-left (condition-case nil - ;; The call to `ignore' suppresses a warning. + ;; The call to `ignore' suppresses a compiler warning. (progn (ignore (read-from-string (substring str (cdr read-data)))) t) (end-of-file nil)))) |