<feed xmlns='http://www.w3.org/2005/Atom'>
<title>emacs/lisp/custom.el, branch feature/byte-tail-recursion</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>; * lisp/custom.el: Comments.</title>
<updated>2017-02-21T20:11:56+00:00</updated>
<author>
<name>Glenn Morris</name>
</author>
<published>2017-02-21T20:11:56+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=217eaf6932f68049e8f7f207b153c09ca85c7032'/>
<id>217eaf6932f68049e8f7f207b153c09ca85c7032</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Tweak recent custom-reevaluate-setting change</title>
<updated>2017-02-21T17:59:56+00:00</updated>
<author>
<name>Glenn Morris</name>
</author>
<published>2017-02-21T17:59:56+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=20dda6be76236253f689037a31dcc82cc9673bd4'/>
<id>20dda6be76236253f689037a31dcc82cc9673bd4</id>
<content type='text'>
* lisp/custom.el (custom-reevaluate-setting):
Tweak previous change to avoid font-lock init issues.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/custom.el (custom-reevaluate-setting):
Tweak previous change to avoid font-lock init issues.
</pre>
</div>
</content>
</entry>
<entry>
<title>Ensure delayed-init custom variables get marked special</title>
<updated>2017-02-21T02:30:40+00:00</updated>
<author>
<name>Glenn Morris</name>
</author>
<published>2017-02-21T02:30:40+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=96cea19842b577eb4f2e057d702aea54d736233e'/>
<id>96cea19842b577eb4f2e057d702aea54d736233e</id>
<content type='text'>
* lisp/custom.el (custom-reevaluate-setting):
If the variable has never been set, defvar it.  (Bug#25770)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/custom.el (custom-reevaluate-setting):
If the variable has never been set, defvar it.  (Bug#25770)
</pre>
</div>
</content>
</entry>
<entry>
<title>Update copyright year to 2017</title>
<updated>2017-01-01T03:42:26+00:00</updated>
<author>
<name>Paul Eggert</name>
</author>
<published>2017-01-01T03:14:01+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=5badc81c1cdfbb261ad3e6d1b753defb15712f26'/>
<id>5badc81c1cdfbb261ad3e6d1b753defb15712f26</id>
<content type='text'>
Run admin/update-copyright.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Run admin/update-copyright.
</pre>
</div>
</content>
</entry>
<entry>
<title>Grammar fix in doc string</title>
<updated>2016-02-21T02:32:22+00:00</updated>
<author>
<name>Wieland Hoffmann</name>
</author>
<published>2016-02-21T02:32:22+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=72613557e02d493f195a1c0894ec736b19069f4c'/>
<id>72613557e02d493f195a1c0894ec736b19069f4c</id>
<content type='text'>
* lisp/custom.el (defgroup): Grammar fix in doc string.

Copyright-paperwork-exempt: yes
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/custom.el (defgroup): Grammar fix in doc string.

Copyright-paperwork-exempt: yes
</pre>
</div>
</content>
</entry>
<entry>
<title>* lisp/custom.el (defface): Revert indentation change.  (Bug#22524)</title>
<updated>2016-02-05T01:48:17+00:00</updated>
<author>
<name>Leo Liu</name>
</author>
<published>2016-02-05T01:48:17+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=71a04969c4dc6c1963359b663ccf76abf0862988'/>
<id>71a04969c4dc6c1963359b663ccf76abf0862988</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>* lisp/custom.el (defcustom): Doc fix.</title>
<updated>2016-01-28T22:45:50+00:00</updated>
<author>
<name>Glenn Morris</name>
</author>
<published>2016-01-28T22:45:50+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=c51943d71d99b7196957292e2cf9a9c554ec4d21'/>
<id>c51943d71d99b7196957292e2cf9a9c554ec4d21</id>
<content type='text'>
* doc/lispref/customize.texi (Variable Definitions):
Defcustom should always have a type.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* doc/lispref/customize.texi (Variable Definitions):
Defcustom should always have a type.
</pre>
</div>
</content>
</entry>
<entry>
<title>Update copyright year to 2016</title>
<updated>2016-01-01T09:34:24+00:00</updated>
<author>
<name>Paul Eggert</name>
</author>
<published>2016-01-01T09:16:19+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=0e963201d03d9229bb8ac4323291d2b0119526ed'/>
<id>0e963201d03d9229bb8ac4323291d2b0119526ed</id>
<content type='text'>
Run admin/update-copyright.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Run admin/update-copyright.
</pre>
</div>
</content>
</entry>
<entry>
<title>* lisp/custom.el (custom-declare-variable): Shorten code again</title>
<updated>2015-10-25T14:39:07+00:00</updated>
<author>
<name>Artur Malabarba</name>
</author>
<published>2015-10-25T11:24:40+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=2a85bf6a8e27dafd1005505a43cf9c4aff0957ea'/>
<id>2a85bf6a8e27dafd1005505a43cf9c4aff0957ea</id>
<content type='text'>
Without using pcase this time.  We can't use pcase because it is loaded
after custom in loadup.el.  Also add a comment explaining this to future
dummies like me.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Without using pcase this time.  We can't use pcase because it is loaded
after custom in loadup.el.  Also add a comment explaining this to future
dummies like me.
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert commit that broke 'make bootstrap'</title>
<updated>2015-10-25T07:30:16+00:00</updated>
<author>
<name>Paul Eggert</name>
</author>
<published>2015-10-25T07:29:42+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=0afbc5b2a2cda9fe12246bf62567162ae2577160'/>
<id>0afbc5b2a2cda9fe12246bf62567162ae2577160</id>
<content type='text'>
* lisp/custom.el (custom-declare-variable): Revert commit
79fac080d277fed07b3c192890ad59d36d9f83b6.  custom.el needs to work
even when pcase has not been defined yet, when doing bootstrapping.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/custom.el (custom-declare-variable): Revert commit
79fac080d277fed07b3c192890ad59d36d9f83b6.  custom.el needs to work
even when pcase has not been defined yet, when doing bootstrapping.
</pre>
</div>
</content>
</entry>
</feed>
