<feed xmlns='http://www.w3.org/2005/Atom'>
<title>emacs/lisp/progmodes/modula2.el, branch scratch/comp-static-data</title>
<subtitle>Emacs is the extensible, customizable, self-documenting real-time display editor. 
</subtitle>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/'/>
<entry>
<title>Prefer defvar-keymap in modula2.el</title>
<updated>2022-10-20T07:36:11+00:00</updated>
<author>
<name>Stefan Kangas</name>
</author>
<published>2022-10-20T07:32:58+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=25cf39162e0a78406409842b96164c813eb8c337'/>
<id>25cf39162e0a78406409842b96164c813eb8c337</id>
<content type='text'>
* lisp/progmodes/modula2.el (m2-mode-map): Prefer defvar-keymap.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/progmodes/modula2.el (m2-mode-map): Prefer defvar-keymap.
</pre>
</div>
</content>
</entry>
<entry>
<title>Prefer defcustom :safe to putting 'safe-local-variable'</title>
<updated>2022-07-06T18:50:42+00:00</updated>
<author>
<name>Stefan Kangas</name>
</author>
<published>2022-07-06T17:56:32+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=3e7f6ff4b09760c92b1a6b1a193d08c52f37675a'/>
<id>3e7f6ff4b09760c92b1a6b1a193d08c52f37675a</id>
<content type='text'>
* lisp/emacs-lisp/lisp-mode.el (lisp-indent-offset)
(lisp-body-indent, emacs-lisp-docstring-fill-column):
* lisp/files.el (version-control):
* lisp/progmodes/modula2.el (m2-indent):
* lisp/progmodes/octave.el (octave-block-offset):
* lisp/progmodes/sh-script.el (sh-basic-offset):
* lisp/progmodes/tcl.el (tcl-indent-level)
(tcl-continued-indent-level):
* lisp/simple.el (fill-prefix):
* lisp/textmodes/fill.el (colon-double-space):
* lisp/textmodes/paragraphs.el (paragraph-start)
(paragraph-separate, sentence-end-double-space)
(sentence-end-without-period, sentence-end-without-space)
(sentence-end, sentence-end-base, page-delimiter)
(paragraph-ignore-fill-prefix):
* lisp/textmodes/tex-mode.el (tex-fontify-script):
* lisp/vc/add-log.el (add-log-dont-create-changelog-file):
* lisp/vc/vc-hooks.el (vc-follow-symlinks): Prefer defcustom :safe to
putting 'safe-local-variable'.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/emacs-lisp/lisp-mode.el (lisp-indent-offset)
(lisp-body-indent, emacs-lisp-docstring-fill-column):
* lisp/files.el (version-control):
* lisp/progmodes/modula2.el (m2-indent):
* lisp/progmodes/octave.el (octave-block-offset):
* lisp/progmodes/sh-script.el (sh-basic-offset):
* lisp/progmodes/tcl.el (tcl-indent-level)
(tcl-continued-indent-level):
* lisp/simple.el (fill-prefix):
* lisp/textmodes/fill.el (colon-double-space):
* lisp/textmodes/paragraphs.el (paragraph-start)
(paragraph-separate, sentence-end-double-space)
(sentence-end-without-period, sentence-end-without-space)
(sentence-end, sentence-end-base, page-delimiter)
(paragraph-ignore-fill-prefix):
* lisp/textmodes/tex-mode.el (tex-fontify-script):
* lisp/vc/add-log.el (add-log-dont-create-changelog-file):
* lisp/vc/vc-hooks.el (vc-follow-symlinks): Prefer defcustom :safe to
putting 'safe-local-variable'.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix infloop in Modula-2 mode</title>
<updated>2021-05-25T04:18:29+00:00</updated>
<author>
<name>Gregory Heytings</name>
</author>
<published>2021-05-25T04:18:29+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=0b48e2d258cb3c0ad5d12c5b4aaf9b4b69101763'/>
<id>0b48e2d258cb3c0ad5d12c5b4aaf9b4b69101763</id>
<content type='text'>
* lisp/progmodes/modula2.el (m2-smie-refine-colon): Stop looping
when point does not move with forward-sexp (Bug#48011).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/progmodes/modula2.el (m2-smie-refine-colon): Stop looping
when point does not move with forward-sexp (Bug#48011).
</pre>
</div>
</content>
</entry>
<entry>
<title>* lisp/progmodes/modula2.el: Use lexical-binding.</title>
<updated>2021-03-24T05:25:36+00:00</updated>
<author>
<name>Stefan Kangas</name>
</author>
<published>2021-03-24T05:20:33+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=6927f237679e73343aea0d70e356fc247c05c4d6'/>
<id>6927f237679e73343aea0d70e356fc247c05c4d6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove redundant :group args in progmodes/*.el</title>
<updated>2021-02-13T06:17:20+00:00</updated>
<author>
<name>Stefan Kangas</name>
</author>
<published>2021-02-13T04:18:55+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=b4b9ecdfe366c64a7b95c4fd295b583c3f3c7aa9'/>
<id>b4b9ecdfe366c64a7b95c4fd295b583c3f3c7aa9</id>
<content type='text'>
* lisp/progmodes/bug-reference.el:
* lisp/progmodes/cfengine.el:
* lisp/progmodes/cmacexp.el:
* lisp/progmodes/cpp.el:
* lisp/progmodes/cwarn.el:
* lisp/progmodes/dcl-mode.el:
* lisp/progmodes/executable.el:
* lisp/progmodes/flymake.el:
* lisp/progmodes/gud.el:
* lisp/progmodes/hideshow.el:
* lisp/progmodes/icon.el:
* lisp/progmodes/inf-lisp.el:
* lisp/progmodes/js.el:
* lisp/progmodes/ld-script.el:
* lisp/progmodes/make-mode.el:
* lisp/progmodes/modula2.el:
* lisp/progmodes/pascal.el:
* lisp/progmodes/perl-mode.el:
* lisp/progmodes/prog-mode.el:
* lisp/progmodes/simula.el:
* lisp/progmodes/xscheme.el: Remove redundant :group args.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/progmodes/bug-reference.el:
* lisp/progmodes/cfengine.el:
* lisp/progmodes/cmacexp.el:
* lisp/progmodes/cpp.el:
* lisp/progmodes/cwarn.el:
* lisp/progmodes/dcl-mode.el:
* lisp/progmodes/executable.el:
* lisp/progmodes/flymake.el:
* lisp/progmodes/gud.el:
* lisp/progmodes/hideshow.el:
* lisp/progmodes/icon.el:
* lisp/progmodes/inf-lisp.el:
* lisp/progmodes/js.el:
* lisp/progmodes/ld-script.el:
* lisp/progmodes/make-mode.el:
* lisp/progmodes/modula2.el:
* lisp/progmodes/pascal.el:
* lisp/progmodes/perl-mode.el:
* lisp/progmodes/prog-mode.el:
* lisp/progmodes/simula.el:
* lisp/progmodes/xscheme.el: Remove redundant :group args.
</pre>
</div>
</content>
</entry>
<entry>
<title>Prefer setq-local in several progmodes</title>
<updated>2020-12-06T09:06:22+00:00</updated>
<author>
<name>Stefan Kangas</name>
</author>
<published>2020-12-06T07:57:54+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=e5c06669b89bd005ec2e5c17f307dbe128019f25'/>
<id>e5c06669b89bd005ec2e5c17f307dbe128019f25</id>
<content type='text'>
* lisp/progmodes/executable.el (executable-interpret):
* lisp/progmodes/f90.el (f90-mode):
* lisp/progmodes/flymake-cc.el (flymake-cc--make-diagnostics):
* lisp/progmodes/fortran.el (fortran-mode):
* lisp/progmodes/gud.el (gud-gdb, sdb, dbx, xdb, perldb, pdb)
(jdb, gud-mode, gud-common-init, gdb-script-mode)
(gud-tooltip-activate-mouse-motions):
* lisp/progmodes/hideshow.el (hs-minor-mode):
* lisp/progmodes/icon.el (icon-mode):
* lisp/progmodes/ld-script.el (ld-script-mode):
* lisp/progmodes/mixal-mode.el (mixal-mode):
* lisp/progmodes/modula2.el (m2-mode):
* lisp/progmodes/simula.el (simula-mode):
* lisp/progmodes/subword.el (subword-setup-buffer):
* lisp/progmodes/which-func.el (which-function):  Prefer setq-local.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/progmodes/executable.el (executable-interpret):
* lisp/progmodes/f90.el (f90-mode):
* lisp/progmodes/flymake-cc.el (flymake-cc--make-diagnostics):
* lisp/progmodes/fortran.el (fortran-mode):
* lisp/progmodes/gud.el (gud-gdb, sdb, dbx, xdb, perldb, pdb)
(jdb, gud-mode, gud-common-init, gdb-script-mode)
(gud-tooltip-activate-mouse-motions):
* lisp/progmodes/hideshow.el (hs-minor-mode):
* lisp/progmodes/icon.el (icon-mode):
* lisp/progmodes/ld-script.el (ld-script-mode):
* lisp/progmodes/mixal-mode.el (mixal-mode):
* lisp/progmodes/modula2.el (m2-mode):
* lisp/progmodes/simula.el (simula-mode):
* lisp/progmodes/subword.el (subword-setup-buffer):
* lisp/progmodes/which-func.el (which-function):  Prefer setq-local.
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "* lisp/calc/calc-ext.el (math-scalarp): Fix typo"</title>
<updated>2019-06-26T14:24:59+00:00</updated>
<author>
<name>Stefan Monnier</name>
</author>
<published>2019-06-26T14:24:59+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=0b4e003766f15225dede9bdba4ead33e493856e2'/>
<id>0b4e003766f15225dede9bdba4ead33e493856e2</id>
<content type='text'>
This reverts commit 698ff554ac2699ec48fefc85a1307cbc4a183b0d.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 698ff554ac2699ec48fefc85a1307cbc4a183b0d.
</pre>
</div>
</content>
</entry>
<entry>
<title>* lisp/calc/calc-ext.el (math-scalarp): Fix typo</title>
<updated>2019-06-26T14:03:48+00:00</updated>
<author>
<name>Stefan Monnier</name>
</author>
<published>2019-06-26T14:03:48+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=698ff554ac2699ec48fefc85a1307cbc4a183b0d'/>
<id>698ff554ac2699ec48fefc85a1307cbc4a183b0d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Go back to "Maintainer: emacs-devel@gnu.org"</title>
<updated>2019-05-25T21:25:18+00:00</updated>
<author>
<name>Paul Eggert</name>
</author>
<published>2019-05-25T20:43:06+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=f744797af1dd73a547dd204d7e79f084e6508517'/>
<id>f744797af1dd73a547dd204d7e79f084e6508517</id>
<content type='text'>
Restore lines saying "Maintainer: emacs-devel@gnu.org" when there is
no special maintainer for a file.  Although this wasn't documented
it was common practice and removing the lines didn't have consensus.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Restore lines saying "Maintainer: emacs-devel@gnu.org" when there is
no special maintainer for a file.  Although this wasn't documented
it was common practice and removing the lines didn't have consensus.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixes for "Maintainer:" and related lines</title>
<updated>2019-05-20T04:34:27+00:00</updated>
<author>
<name>Paul Eggert</name>
</author>
<published>2019-05-20T04:29:13+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=bef1be873009d6e9f5a097396179f63a565bb6fd'/>
<id>bef1be873009d6e9f5a097396179f63a565bb6fd</id>
<content type='text'>
Mostly, this just removes "Maintainer: emacs-devel@gnu.org" lines,
which are not that useful.  It also cleans up and regularizes a
few similar lines.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Mostly, this just removes "Maintainer: emacs-devel@gnu.org" lines,
which are not that useful.  It also cleans up and regularizes a
few similar lines.
</pre>
</div>
</content>
</entry>
</feed>
