X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/0c747cb143fa227e78f350ac353d703f489209df..34cba8e885f2ed1c0e9c805ad89b9464e0b5766a:/lisp/iimage.el diff --git a/lisp/iimage.el b/lisp/iimage.el index ca300bf9fb..46cb4d6785 100644 --- a/lisp/iimage.el +++ b/lisp/iimage.el @@ -1,7 +1,6 @@ ;;; iimage.el --- Inline image minor mode. -;; Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010 -;; Free Software Foundation, Inc. +;; Copyright (C) 2004-2014 Free Software Foundation, Inc. ;; Author: KOSEKI Yoshinori ;; Maintainer: KOSEKI Yoshinori @@ -26,7 +25,6 @@ ;; Iimage is a minor mode that displays images, when image-filename ;; exists in the buffer. -;; http://www.netlaputa.ne.jp/~kose/Emacs/iimage.html ;; ;; ** Display images in *Info* buffer. ;; @@ -138,8 +136,7 @@ Examples of image filename patterns to match: '(display modification-hooks)))))))))) ;;;###autoload -(define-minor-mode iimage-mode - "Toggle inline image minor mode." +(define-minor-mode iimage-mode nil :group 'iimage :lighter " iImg" :keymap iimage-mode-map (iimage-mode-buffer iimage-mode))