aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/buffer.c')
-rw-r--r--src/buffer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/buffer.c b/src/buffer.c
index c9623cd4347..e7353d6c5bc 100644
--- a/src/buffer.c
+++ b/src/buffer.c
@@ -196,7 +196,7 @@ If there is no such live buffer, return nil.")
196 196
197 /* If the file name has special constructs in it, 197 /* If the file name has special constructs in it,
198 call the corresponding file handler. */ 198 call the corresponding file handler. */
199 handler = Ffind_file_name_handler (filename); 199 handler = Ffind_file_name_handler (filename, Qget_file_buffer);
200 if (!NILP (handler)) 200 if (!NILP (handler))
201 return call2 (handler, Qget_file_buffer, filename); 201 return call2 (handler, Qget_file_buffer, filename);
202 202