mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-05 22:20:24 -08:00
* src/buffer.c (Fget_truename_buffer): Expose `get_truename_buffer' to Elisp. (Ffind_buffer): New subr searching for a live buffer with a given value of buffer-local variable. (syms_of_buffer): Register the new added subroutines. * src/filelock.c (lock_file): Use the new `Fget_truename_buffer' name. * src/lisp.h: * test/manual/etags/c-src/emacs/src/lisp.h: Remove no-longer-necessary extern declarations for `get_truename_buffer'. * lisp/files.el (find-buffer-visiting): Refactor, using subroutines to search for buffers instead of slow manual Elisp iterations. |
||
|---|---|---|
| .. | ||
| cedet | ||
| etags | ||
| indent | ||
| noverlay | ||
| BidiCharacterTest.txt | ||
| biditest.el | ||
| image-circular-tests.el | ||
| image-size-tests.el | ||
| image-tests.el | ||
| image-transforms-tests.el | ||
| process-callout-tests.el | ||
| redisplay-testsuite.el | ||
| scroll-tests.el | ||