projects
/
elisp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6f9cb95
)
Fixed the adding to file-name-history in selector/find-file.
author
Francois Fleuret
<francois@fleuret.org>
Sun, 5 Jun 2011 13:12:58 +0000
(15:12 +0200)
committer
Francois Fleuret
<francois@fleuret.org>
Sun, 5 Jun 2011 13:12:58 +0000
(15:12 +0200)
selector.el
patch
|
blob
|
history
diff --git
a/selector.el
b/selector.el
index
a48ef78
..
463d81d
100644
(file)
--- a/
selector.el
+++ b/
selector.el
@@
-352,7
+352,7
@@
There seems to be header-line refreshing problems with emacs21."
(defun selector/find-file (filename)
(if selector/add-to-file-name-history
- (add-to-list 'file-name-history filename
t
))
+ (add-to-list 'file-name-history filename))
(find-file filename))
(defun selector/pick-file (filename)