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

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

bug#49278: 28.0.50; Lisp Mode is for Common Lisp


From: Stefan Monnier
Subject: bug#49278: 28.0.50; Lisp Mode is for Common Lisp
Date: Wed, 30 Jun 2021 12:37:24 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

> If they are similar enough, there's no need for such special places in
> the code.

But then the "and other similar Foos" should be added to all our major
modes, since that's also true for them.  E.g. how 'bout:

    @@ -2608,7 +2608,7 @@ c-c-menu
     
     ;;;###autoload
     (define-derived-mode c-mode prog-mode "C"
    -  "Major mode for editing C code.
    +  "Major mode for editing C code and other similar languages.
     
     To submit a problem report, enter `\\[c-submit-bug-report]' from a
     c-mode buffer.  This automatically sets up a mail buffer with version

After all, I've used `c-mode` for Lex and Yacc files in the past (and
we still use it for XPM files).


        Stefan






reply via email to

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