]> git.eshelyaron.com Git - emacs.git/commit
* lisp/emacs-lisp/lisp-mode.el: Add new indentation convention
authorakater <nuclearspace@gmail.com>
Fri, 29 May 2020 04:26:09 +0000 (00:26 -0400)
committerStefan Monnier <monnier@iro.umontreal.ca>
Fri, 29 May 2020 04:26:09 +0000 (00:26 -0400)
commit1b2a881c9b3ef9158cbf28a65b9e94c2dbc6cec2
tree866d6c596ae734bf9ba3f06fd2e9530aa11de50e
parentdf4991093b94ccc48255a0387a98c536962fd0a7
* lisp/emacs-lisp/lisp-mode.el: Add new indentation convention

(calculate-lisp-indent): To distinguish code and data when indenting,
introduce the convention that a space between an open paren and
a symbol indicate that this should be indented as a simple data list.
etc/NEWS
lisp/emacs-lisp/lisp-mode.el
test/manual/indent/elisp.el [new file with mode: 0644]
test/manual/indent/lisp.lisp [new file with mode: 0644]