mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-22 07:09:54 +00:00
Comment change.
This commit is contained in:
parent
7f1422bc46
commit
1b0d40de85
@ -156,10 +156,6 @@ Optional argument ARGS are the arguments to call FUNCTION with."
|
||||
(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.
|
||||
|
@ -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))))
|
||||
|
Loading…
Reference in New Issue
Block a user