all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#16790: local-abbrev-table misnamed
@ 2014-02-18  7:41 Andreas Röhler
  0 siblings, 0 replies; only message in thread
From: Andreas Röhler @ 2014-02-18  7:41 UTC (permalink / raw
  To: 16790

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





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2014-02-18  7:41 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-18  7:41 bug#16790: local-abbrev-table misnamed Andreas Röhler

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.