1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-02-02 20:16:25 +00:00

*** empty log message ***

This commit is contained in:
Dan Nicolaescu 1998-06-09 02:34:00 +00:00
parent f5af0d6154
commit 3e007e816f

View File

@ -341,7 +341,7 @@ If DESCRIPTION is provided, it is used as the docstring."
generic-keywords-list (nth 2 generic-mode-list)
generic-font-lock-expressions (nth 3 generic-mode-list)
generic-mode-function-list (nth 5 generic-mode-list)
major-mode 'generic-mode
major-mode type
mode-name (symbol-name type)
)