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: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/src/abbrev.c
Date: Thu, 23 Jun 2005 12:04:29 -0400

Index: emacs/src/abbrev.c
diff -c emacs/src/abbrev.c:1.64 emacs/src/abbrev.c:1.65
*** emacs/src/abbrev.c:1.64     Sat Jul 31 03:37:21 2004
--- emacs/src/abbrev.c  Thu Jun 23 16:04:28 2005
***************
*** 442,448 ****
  
        val = SYMBOL_VALUE (Vlast_abbrev);
        if (!STRINGP (val))
!       error ("value of abbrev-symbol must be a string");
        zv_before = ZV;
        del_range_byte (PT_BYTE, PT_BYTE + SBYTES (val), 1);
        /* Don't inherit properties here; just copy from old contents.  */
--- 442,448 ----
  
        val = SYMBOL_VALUE (Vlast_abbrev);
        if (!STRINGP (val))
!       error ("Value of `abbrev-symbol' must be a string");
        zv_before = ZV;
        del_range_byte (PT_BYTE, PT_BYTE + SBYTES (val), 1);
        /* Don't inherit properties here; just copy from old contents.  */




reply via email to

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