Skip to content

Commit

Permalink
Set default directory properly.
Browse files Browse the repository at this point in the history
  • Loading branch information
miyamuko committed Feb 24, 2012
1 parent cec603e commit 4c6022e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions ChangeLog
@@ -1,3 +1,8 @@
2012-02-24 MIYAMUKO Katsuyuki

* grep �o�b�t�@�ŃT�u�f�B���N�g���̃t�@�C���� F10 (first-error) �Ȃǂ�
�J���Ȃ����������C��

2006-03-13 MIYAMUKO Katsuyuki

* xdoc2txt 0.8 �����[�X
Expand Down
2 changes: 1 addition & 1 deletion site-lisp/xdoc2txt.l
Expand Up @@ -278,7 +278,7 @@ set-buffer-fold-width
(erase-buffer output)
(insert-file-contents tmpfile t))
(delete-file tmpfile)
(xdoc2txt-setup-buffer filename (directory-namestring filename) temporary-p)))
(xdoc2txt-setup-buffer filename (directory-namestring fullpath) temporary-p)))

(defun xdoc2txt-setup-buffer (filename defdir temporary-p)
(xdoc2txt-with-selected-buffer
Expand Down

0 comments on commit 4c6022e

Please sign in to comment.