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.  */


_______________________________________________
Emacs-diffs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-diffs

Reply via email to