diff options
| author | Mathias Dahl | 2006-02-07 13:00:18 +0000 |
|---|---|---|
| committer | Mathias Dahl | 2006-02-07 13:00:18 +0000 |
| commit | 7c513ec5b9ce5bc458a9d729585200bac951244e (patch) | |
| tree | 7548b1dc68fdb2befc5560c5d3648f1362a04eb0 | |
| parent | 9146d683f83e02785ca8137526be2fe370cb67e4 (diff) | |
| download | emacs-7c513ec5b9ce5bc458a9d729585200bac951244e.tar.gz emacs-7c513ec5b9ce5bc458a9d729585200bac951244e.zip | |
Check in.
| -rw-r--r-- | lisp/tumme.el | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/lisp/tumme.el b/lisp/tumme.el index dcb1d05c10d..a75f5627eb9 100644 --- a/lisp/tumme.el +++ b/lisp/tumme.el | |||
| @@ -2070,14 +2070,6 @@ With prefix argument ARG, display image in its original size." | |||
| 2070 | (tumme-display-image file arg) | 2070 | (tumme-display-image file arg) |
| 2071 | (display-buffer tumme-display-image-buffer)))))) | 2071 | (display-buffer tumme-display-image-buffer)))))) |
| 2072 | 2072 | ||
| 2073 | (defun obsolete-tumme-display-thumbnail-original-image-and-buffer (&optional arg) | ||
| 2074 | "Call `tumme-display-thumbnail-original-image' and display display buffer. | ||
| 2075 | See command `tumme-display-thumbnail-original-image' for | ||
| 2076 | details." | ||
| 2077 | (interactive "P") | ||
| 2078 | (tumme-display-thumbnail-original-image arg) | ||
| 2079 | (display-buffer tumme-display-image-buffer)) | ||
| 2080 | |||
| 2081 | (defun tumme-display-dired-image (&optional arg) | 2073 | (defun tumme-display-dired-image (&optional arg) |
| 2082 | "Display current image file. | 2074 | "Display current image file. |
| 2083 | See documentation for `tumme-display-image' for more information. | 2075 | See documentation for `tumme-display-image' for more information. |