mirror of
https://github.com/rfivet/uemacs.git
synced 2025-11-23 11:41:15 -05:00
Revise header files formatting.
Finish tagging BBINDABLE functions. Modify forward-character to handle combined Unicode. Bump up version number and set default program name as 'ue'.
This commit is contained in:
6
buffer.h
6
buffer.h
@@ -1,9 +1,9 @@
|
||||
/* buffer.h -- buffer type and functions */
|
||||
#ifndef _BUFFER_H_
|
||||
# define _BUFFER_H_
|
||||
#define _BUFFER_H_
|
||||
|
||||
#include "line.h"
|
||||
#include "names.h"
|
||||
#include "line.h" /* line_p */
|
||||
#include "names.h" /* BINDABLE() */
|
||||
|
||||
/* Text is kept in buffers. A buffer header, described below, exists for
|
||||
every buffer in the system. The buffers are kept in a big list, so that
|
||||
|
||||
Reference in New Issue
Block a user