emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/abbrev.c


From: Pavel Janík
Subject: [Emacs-diffs] Changes to emacs/src/abbrev.c
Date: Thu, 25 Apr 2002 13:59:16 -0400

Index: emacs/src/abbrev.c
diff -c emacs/src/abbrev.c:1.52 emacs/src/abbrev.c:1.53
*** emacs/src/abbrev.c:1.52     Mon Apr 22 11:22:31 2002
--- emacs/src/abbrev.c  Thu Apr 25 13:59:13 2002
***************
*** 389,396 ****
        /* If the abbrev has a hook function, run it.  */
        expanded = call0 (hook);
  
!       /* In addition, if the hook function is a symbol with a a
!        non-nil `no-self-insert' property, let the value it returned
         specify whether we consider that an expansion took place.  If
         it returns nil, no expansion has been done.  */
  
--- 389,396 ----
        /* If the abbrev has a hook function, run it.  */
        expanded = call0 (hook);
  
!       /* In addition, if the hook function is a symbol with
!        a non-nil `no-self-insert' property, let the value it returned
         specify whether we consider that an expansion took place.  If
         it returns nil, no expansion has been done.  */
  
***************
*** 635,641 ****
  
    DEFVAR_LISP ("abbrev-start-location", &Vabbrev_start_location,
               doc: /* Buffer position for `expand-abbrev' to use as the start 
of the abbrev.
! nil means use the word before point as the abbrev.
  Calling `expand-abbrev' sets this to nil.  */);
    Vabbrev_start_location = Qnil;
  
--- 635,641 ----
  
    DEFVAR_LISP ("abbrev-start-location", &Vabbrev_start_location,
               doc: /* Buffer position for `expand-abbrev' to use as the start 
of the abbrev.
! When nil, use the word before point as the abbrev.
  Calling `expand-abbrev' sets this to nil.  */);
    Vabbrev_start_location = Qnil;
  



reply via email to

[Prev in Thread] Current Thread [Next in Thread]