bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#16790: local-abbrev-table misnamed


From: Andreas Röhler
Subject: bug#16790: local-abbrev-table misnamed
Date: Tue, 18 Feb 2014 08:41:23 +0100
User-agent: Mozilla/5.0 (X11; Linux i686; rv:24.0) Gecko/20100101 Thunderbird/24.2.0

in abbrev.el

defun define-mode-abbrev

contains the following lines:

  (unless local-abbrev-table
    (error "Major mode has no abbrev table"))

local-abbrev-table here means mode-abbrev-table.

That's bad, as a true buffer-local abbrev table is needed and should get this 
name.

See also:


http://stackoverflow.com/questions/21836527/abbrev-local-to-document-in-emacs

;;;;;;;

GNU Emacs 24.3.50.1 (i686-pc-linux-gnu, GTK+ Version 2.24.10) of 2013-07-06





reply via email to

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