diff options
author | Stefan Kangas <stefankangas@gmail.com> | 2020-01-17 06:34:00 +0100 |
---|---|---|
committer | Stefan Kangas <stefankangas@gmail.com> | 2020-01-17 06:34:00 +0100 |
commit | 3fb37dc9a416963f1be4860c1f5f3b343059c56f (patch) | |
tree | dec4c56b5acdd81c77751241b00b0c6133a95e36 | |
parent | 778923afe59a42972752a582dd4dc023267dd770 (diff) | |
download | emacs-3fb37dc9a416963f1be4860c1f5f3b343059c56f.tar.gz |
; * lisp/ezimage.el: Fix typo.
-rw-r--r-- | lisp/ezimage.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/ezimage.el b/lisp/ezimage.el index dab7a53e772..dcedd8a5fb6 100644 --- a/lisp/ezimage.el +++ b/lisp/ezimage.el @@ -270,4 +270,4 @@ See `ezimage-expand-image-button-alist' for details." (provide 'ezimage) -;;; sb-image.el ends here +;;; ezimage.el ends here |