emacs-devel
[Top][All Lists]
Advanced

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

Mysterious "save abbrevs"?


From: Richard Stallman
Subject: Mysterious "save abbrevs"?
Date: Sun, 16 Dec 2001 22:50:01 -0700 (MST)

I think I've found the cause of the mysterious "save abbrevs?" questions
in this code in cc-mode.el:

    (define-abbrev-table 'c-mode-abbrev-table
      '(("else" "else" c-electric-continued-statement 0)
        ("while" "while" c-electric-continued-statement 0)))

The question, though, is what to do about it.
I don't think we ever want these abbrevs to be saved in
the user's abbrev file.



reply via email to

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