projects
/
elisp
/
semi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3f1499c
)
Abolish 'mime/find-file-function because it is not used.
author
morioka
<morioka>
Mon, 4 May 1998 20:45:05 +0000
(20:45 +0000)
committer
morioka
<morioka>
Mon, 4 May 1998 20:45:05 +0000
(20:45 +0000)
semi-def.el
patch
|
blob
|
history
diff --git
a/semi-def.el
b/semi-def.el
index
4534e64
..
0bea1fd
100644
(file)
--- a/
semi-def.el
+++ b/
semi-def.el
@@
-42,12
+42,6
@@
(defvar mime/use-multi-frame
(and (>= emacs-major-version 19) window-system))
-(defvar mime/find-file-function
- (if mime/use-multi-frame
- (function find-file-other-frame)
- (function find-file)
- ))
-
;;; @ constants
;;;