X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/2b0c7330457b8ca42375c92ada7dc7cefb0fa9fb..a757149ca49c1ae0b70ef74c2181e0fb10a81f5e:/lisp/iimage.el diff --git a/lisp/iimage.el b/lisp/iimage.el index 61347c5024..08808b1b4c 100644 --- a/lisp/iimage.el +++ b/lisp/iimage.el @@ -1,6 +1,6 @@ ;;; iimage.el --- Inline image minor mode. -;; Copyright (C) 2004-2011 Free Software Foundation, Inc. +;; Copyright (C) 2004-2015 Free Software Foundation, Inc. ;; Author: KOSEKI Yoshinori ;; Maintainer: KOSEKI Yoshinori @@ -25,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. ;; @@ -72,7 +71,7 @@ NUM specifies which parenthesized expression in the regexp. Examples of image filename patterns to match: file://foo.png - `file://foo.png' + \\=`file://foo.png\\=' \\[\\[foo.gif]] foo.JPG @@ -137,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))