Home
last modified time | relevance | path

Searched refs:modiff (Results 1 – 25 of 25) sorted by relevance

/dports/editors/emacs-devel/emacs-4d1968b/src/
H A Dcmds.c418 modiff_count modiff = MODIFF; in internal_self_insert() local
436 if (MODIFF != modiff) in internal_self_insert()
H A Dbuffer.h96 #define MODIFF (current_buffer->text->modiff)
123 #define BUF_MODIFF(buf) ((buf)->text->modiff)
239 modiff_count modiff; /* This counts buffer-modification events member
H A Dbuffer.c2450 modiff_incr (&current_buffer->text->modiff);
2451 modiff_incr (&other_buffer->text->modiff);
H A Dpdumper.c2759 DUMP_FIELD_COPY (out, buffer, own_text.modiff); in dump_buffer()
H A DChangeLog.313160 modiff. All refs changed to macros below.
/dports/editors/emacs/emacs-27.2/src/
H A Dcmds.c427 modiff_count modiff = MODIFF; in internal_self_insert() local
445 if (MODIFF != modiff) in internal_self_insert()
H A Dbuffer.h88 #define MODIFF (current_buffer->text->modiff)
115 #define BUF_MODIFF(buf) ((buf)->text->modiff)
231 modiff_count modiff; /* This counts buffer-modification events member
H A Dbuffer.c2400 modiff_incr (&current_buffer->text->modiff);
2401 modiff_incr (&other_buffer->text->modiff);
H A Dpdumper.c2825 DUMP_FIELD_COPY (out, buffer, own_text.modiff); in dump_buffer()
H A DChangeLog.313160 modiff. All refs changed to macros below.
/dports/editors/emacs-devel/emacs-4d1968b/etc/
H A Demacs-buffer.gdb120 set $modp = ($buf->text->modiff > $buf->text->save_modiff) ? '*' : ' '
194 set $modp = $buf->modiff > $buf->save_modiff
H A DNEWS.231347 `abbrev-table-modiff'.
/dports/editors/emacs/emacs-27.2/etc/
H A Demacs-buffer.gdb120 set $modp = ($buf->text->modiff > $buf->text->save_modiff) ? '*' : ' '
194 set $modp = $buf->modiff > $buf->save_modiff
H A DNEWS.231347 `abbrev-table-modiff'.
/dports/editors/emacs-devel/emacs-4d1968b/lisp/mail/
H A Drmail.el2752 (let ((modiff (buffer-modified-p)))
2755 (setq modiff t))
2756 (unless modiff
2757 (restore-buffer-modified-p modiff)))
/dports/editors/emacs/emacs-27.2/lisp/mail/
H A Drmail.el2795 (let ((modiff (buffer-modified-p)))
2797 (unless modiff
2798 (restore-buffer-modified-p modiff)))
/dports/editors/emacs/emacs-27.2/doc/lispref/
H A Dinternals.texi2182 @item modiff
2187 in this buffer. @code{modiff} is incremented after each
2189 @code{save_modiff} contains the value of @code{modiff} the last time
2202 The values of @code{modiff} and @code{overlay_modiff}, respectively,
2204 @code{modiff} or @code{overlay_modiff}, that means
2551 The @code{modiff} field of the window's buffer, as of the last time
H A Dabbrevs.texi506 @item :abbrev-table-modiff
/dports/editors/emacs-devel/emacs-4d1968b/doc/lispref/
H A Dinternals.texi2304 @item modiff
2309 in this buffer. @code{modiff} is incremented after each
2311 @code{save_modiff} contains the value of @code{modiff} the last time
2324 The values of @code{modiff} and @code{overlay_modiff}, respectively,
2326 @code{modiff} or @code{overlay_modiff}, that means
2680 The @code{modiff} field of the window's buffer, as of the last time
H A Dabbrevs.texi506 @item :abbrev-table-modiff
/dports/editors/emacs/emacs-27.2/info/
H A Delisp.info63913 ‘:abbrev-table-modiff
82410modiff
82415 performed in this buffer. ‘modiff’ is incremented after each
82417 ‘save_modiff’ contains the value of ‘modiff’ the last time the
82430 The values of ‘modiff’ and ‘overlay_modiff’, respectively, after
82432modiff’ or ‘overlay_modiff’, that means ‘beg_unchanged’ and
82774 The ‘modiff’ field of the window’s buffer, as of the last time a
/dports/editors/emacs-devel/emacs-4d1968b/
H A DChangeLog.217923 * lisp/abbrev.el (define-abbrev): Don't erase the :abbrev-table-modiff
H A DChangeLog.3137549 Widen modiff counts to avoid wraparound
/dports/editors/emacs/emacs-27.2/
H A DChangeLog.217923 * lisp/abbrev.el (define-abbrev): Don't erase the :abbrev-table-modiff
H A DChangeLog.348969 Widen modiff counts to avoid wraparound