Mercurial > emacs
diff src/buffer.c @ 7028:6915bf781a38
Pass operation to Ffind_file_name_handler.
| author | Karl Heuer <kwzh@gnu.org> |
|---|---|
| date | Fri, 22 Apr 1994 23:41:18 +0000 |
| parents | 121f2c5eba5e |
| children | 5b1390770a36 |
line wrap: on
line diff
--- a/src/buffer.c Fri Apr 22 21:53:27 1994 +0000 +++ b/src/buffer.c Fri Apr 22 23:41:18 1994 +0000 @@ -196,7 +196,7 @@ /* If the file name has special constructs in it, call the corresponding file handler. */ - handler = Ffind_file_name_handler (filename); + handler = Ffind_file_name_handler (filename, Qget_file_buffer); if (!NILP (handler)) return call2 (handler, Qget_file_buffer, filename);
