]> code.delx.au - gnu-emacs/blobdiff - lisp/iimage.el
ibuffer-copy-filename-as-kill verbosity increase
[gnu-emacs] / lisp / iimage.el
index ca300bf9fb2df13b80979c9ab3a1bf1f638adeb5..7a9667bc9d5b94b5f07177463515441d5345cff8 100644 (file)
@@ -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-2016 Free Software Foundation, Inc.
 
 ;; Author: KOSEKI Yoshinori <kose@meadowy.org>
 ;; Maintainer: KOSEKI Yoshinori <kose@meadowy.org>
@@ -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.
 ;;
@@ -73,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.png>
      foo.JPG
@@ -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))