mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-22 07:09:54 +00:00
; Fix last change
* src/buffer.c (Ffind_buffer): Doc fix. (Bug#66117) * test/manual/etags/c-src/emacs/src/lisp.h (get_truename_buffer): Revert removal of prototype: that breaks the test results.
This commit is contained in:
parent
b7a737ef49
commit
784acce842
@ -537,8 +537,8 @@ See also `find-buffer-visiting'. */)
|
||||
}
|
||||
|
||||
DEFUN ("find-buffer", Ffind_buffer, Sfind_buffer, 2, 2, 0,
|
||||
doc: /* Return the buffer with buffer-local VARIABLE equal to VALUE.
|
||||
If there is no such live buffer, return nil.
|
||||
doc: /* Return the buffer with buffer-local VARIABLE `equal' to VALUE.
|
||||
If there is no such live buffer, return nil.
|
||||
See also `find-buffer-visiting'. */)
|
||||
(Lisp_Object variable, Lisp_Object value)
|
||||
{
|
||||
|
@ -4075,6 +4075,7 @@ extern void report_overlay_modification (Lisp_Object, Lisp_Object, bool,
|
||||
Lisp_Object, Lisp_Object, Lisp_Object);
|
||||
extern bool overlay_touches_p (ptrdiff_t);
|
||||
extern Lisp_Object other_buffer_safely (Lisp_Object);
|
||||
extern Lisp_Object get_truename_buffer (Lisp_Object);
|
||||
extern void init_buffer_once (void);
|
||||
extern void init_buffer (int);
|
||||
extern void syms_of_buffer (void);
|
||||
|
Loading…
Reference in New Issue
Block a user