Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
a0f55a1d
Commit
a0f55a1d
authored
Jul 22, 2007
by
Reiner Steib
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(reftex-access-parse-file): Create parse file in a way that does not interfere
with recentf.
parent
99bfbfa9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
2 deletions
+7
-2
lisp/ChangeLog
lisp/ChangeLog
+5
-0
lisp/textmodes/reftex.el
lisp/textmodes/reftex.el
+2
-2
No files found.
lisp/ChangeLog
View file @
a0f55a1d
2007-07-22 Ralf Angeli <angeli@caeruleus.net>
* textmodes/reftex.el (reftex-access-parse-file): Create parse
file in a way that does not interfere with recentf.
2007-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
* image-dired.el (image-dired-sane-db-file): New func.
lisp/textmodes/reftex.el
View file @
a0f55a1d
...
...
@@ -1333,7 +1333,7 @@ Valid actions are: readable, restore, read, kill, write."
(
if
(
file-writable-p
file
)
(
progn
(
message
"Writing parse file %s"
(
abbreviate-file-name
file
))
(
find-fil
e
file
)
(
set-buffer
(
get-buffer-creat
e
file
)
)
(
erase-buffer
)
(
insert
(
format
";; RefTeX parse info file\n"
))
(
insert
(
format
";; File: %s\n"
master
))
...
...
@@ -1358,7 +1358,7 @@ Valid actions are: readable, restore, read, kill, write."
(
t
(
print
x
))))
list
))
(
insert
"))\n\n"
)
(
save-buffer
0
)
(
write-region
(
point-min
)
(
point-max
)
file
nil
'silent
)
(
kill-buffer
(
current-buffer
)))
(
error
"Cannot write to file %s"
file
)))
t
))))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment