Mercurial > emacs
changeset 47862:ac9c67849967
Comment change.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 14 Oct 2002 01:27:19 +0000 |
parents | 1a9d2889f455 |
children | 9925c06ca5fb |
files | lisp/image-file.el lisp/thingatpt.el |
diffstat | 2 files changed, 1 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/image-file.el Mon Oct 14 01:27:08 2002 +0000 +++ b/lisp/image-file.el Mon Oct 14 01:27:19 2002 +0000 @@ -156,10 +156,6 @@ (apply function args))) -;;; Note this definition must be at the end of the file, because -;;; `define-minor-mode' actually calls the mode-function if the -;;; associated variable is non-nil, which requires that all needed -;;; functions be already defined. [This is arguably a bug in d-m-m] ;;;###autoload (define-minor-mode auto-image-file-mode "Toggle visiting of image files as images.
--- a/lisp/thingatpt.el Mon Oct 14 01:27:08 2002 +0000 +++ b/lisp/thingatpt.el Mon Oct 14 01:27:19 2002 +0000 @@ -384,7 +384,7 @@ (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))))