Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
e242b6c4
Commit
e242b6c4
authored
Dec 09, 2005
by
Juri Linkov
Browse files
(locate): Disable undo in *Locate* buffer.
parent
67019e7f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
lisp/locate.el
lisp/locate.el
+2
-1
No files found.
lisp/locate.el
View file @
e242b6c4
...
...
@@ -229,7 +229,8 @@ With prefix arg, prompt for the locate command to run."
(
save-window-excursion
(
set-buffer
(
get-buffer-create
locate-buffer-name
))
(
locate-mode
)
(
let
((
inhibit-read-only
t
))
(
let
((
inhibit-read-only
t
)
(
buffer-undo-list
t
))
(
erase-buffer
)
(
setq
locate-current-filter
filter
)
...
...
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