mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-06 20:00:46 -08:00
Merged from emacs@sv.gnu.org
Patches applied: * emacs@sv.gnu.org/emacs--devo--0--patch-266 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-267 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-268 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-269 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-270 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-271 Rename "field-at-point" to "field-at-pos" * emacs@sv.gnu.org/emacs--devo--0--patch-272 (comint-insert-input): Remove redundant calls to setq and goto-char git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-556
This commit is contained in:
commit
8dadeb1e1f
122 changed files with 8155 additions and 5713 deletions
|
|
@ -666,6 +666,9 @@ extern Lisp_Object eol_mnemonic_unix, eol_mnemonic_dos, eol_mnemonic_mac;
|
|||
/* Mnemonic string to indicate type of end-of-line is not yet decided. */
|
||||
extern Lisp_Object eol_mnemonic_undecided;
|
||||
|
||||
/* Format of end-of-line decided by system. */
|
||||
extern int system_eol_type;
|
||||
|
||||
#ifdef emacs
|
||||
extern Lisp_Object Qfile_coding_system;
|
||||
extern Lisp_Object Qcall_process, Qcall_process_region;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue