1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-10 08:10:21 -08:00
emacs/lisp/emacs-lisp
Glenn Morris 9c5a5c7700 Every defcustom should specify its type
* apropos.el (apropos-match-face):
* calculator.el (calculator-displayer):
* dabbrev.el (dabbrev-search-these-buffers-only):
* face-remap.el (buffer-face-mode-face):
* simple.el (yank-handled-properties):
* emacs-lisp/testcover.el (testcover-potentially-1value-functions):
* mail/footnote.el (footnote-mode-line-string, footnote-prefix):
* mail/hashcash.el (hashcash-accept-resources, hashcash-program)
(hashcash-double-spend-database):
* progmodes/ruby-mode.el (ruby-deep-indent-paren)
(ruby-deep-indent-paren-style):
* textmodes/flyspell.el (flyspell-auto-correct-binding):
* textmodes/rst.el (rst-toc-indent, rst-toc-insert-style)
(rst-toc-insert-number-separator, rst-toc-insert-max-level):
* vc/pcvs-defs.el (cvs-minor-mode-prefix):
* erc/erc-log.el (erc-log-file-coding-system):
* gnus/gnus-sieve.el (gnus-sieve-select-method):
* gnus/gravatar.el (gravatar-automatic-caching, gravatar-cache-ttl)
(gravatar-rating, gravatar-size):
* gnus/message.el (message-minibuffer-local-map):
* gnus/sieve-manage.el (sieve-manage-authenticators)
(sieve-manage-authenticator-alist):
Specify custom types.

* mail/hashcash.el (hashcash-program): Rename from hashcash-path.
Update callers.
2013-12-28 00:21:33 -08:00
..
advice.el Update doc for advice changes. 2013-12-26 11:27:45 +08:00
authors.el authors.el updates and ChangeLog fixes 2013-12-27 16:31:33 -08:00
autoload.el * lisp/Makefile.in (autoloads): Do not use abs_lisp. 2013-10-30 16:27:35 -04:00
avl-tree.el
backquote.el * lisp/emacs-lisp/backquote.el (backquote-process): Catch uses of , and ,@ 2013-10-08 00:30:31 -04:00
benchmark.el
bindat.el
byte-opt.el Introduce new bytecodes for efficient catch/condition-case in lexbind. 2013-10-03 00:58:56 -04:00
byte-run.el byte-run.el (eval-when-compile), cc-defs.el (cc-eval-when-compile): Fix edebug spec (bug#16184) 2013-12-25 22:37:04 +00:00
bytecomp.el Make the interactive-only' bytecomp warning like the obsolete' one 2013-11-30 00:42:28 -08:00
cconv.el * lisp/emacs-lisp/cconv.el (cconv-convert): Print warning instead of 2013-11-10 23:55:39 -05:00
chart.el * emacs-lisp/chart.el (x-display-color-cells): Declare. 2013-09-17 22:04:41 -07:00
check-declare.el
checkdoc.el
cl-extra.el
cl-indent.el * lisp/emacs-lisp/cl-indent.el (with-compilation-unit): Add rule. 2013-11-04 14:50:56 -05:00
cl-lib.el
cl-macs.el * lisp/emacs-lisp/cl-macs.el (cl-symbol-macrolet): Use macroexp-progn. 2013-11-07 14:30:43 -05:00
cl-seq.el
cl.el
copyright.el Use with-demoted-errors now that it can format any error messages 2013-09-11 22:32:57 -07:00
crm.el * lisp/minibuffer.el: Make minibuffer-complete call completion-in-region 2013-09-06 18:46:44 -04:00
debug.el * lisp/emacs-lisp/nadvice.el: Add `depth' property to manage ordering. 2013-12-12 14:47:11 -05:00
derived.el
disass.el
easy-mmode.el
easymenu.el * lisp/emacs-lisp/easymenu.el (easy-menu-create-menu): Use closures. 2013-10-07 01:13:51 -04:00
edebug.el * lisp/simple.el (eval-expression-print-format): Don't check for 2013-12-19 23:02:46 +02:00
eieio-base.el
eieio-core.el
eieio-custom.el
eieio-datadebug.el
eieio-opt.el
eieio-speedbar.el
eieio.el * lisp/emacs-lisp/eieio.el (class-parent): Undo previous change. 2013-09-19 16:11:48 -04:00
eldoc.el Fix eldoc-in-minibuffer's modeline update. 2013-12-03 23:42:01 -05:00
elint.el
elp.el * lisp/emacs-lisp/nadvice.el: Add `depth' property to manage ordering. 2013-12-12 14:47:11 -05:00
ert-x.el
ert.el * lisp/emacs-lisp/ert.el (ert-select-tests): Fix string/symbol mixup. 2013-12-19 00:14:37 -08:00
ewoc.el
find-func.el
find-gc.el
float-sup.el
generic.el
gulp.el
gv.el * lisp/emacs-lisp/gv.el (gv-ref): Mention lexbind restriction. 2013-12-16 14:12:21 -05:00
helper.el
lisp-mnt.el Trim whitespace in lm-keywords-list 2013-12-04 16:32:05 -05:00
lisp-mode.el Revert unnecessary earlier change 2013-12-27 16:03:17 -08:00
lisp.el * lisp/emacs-lisp/lisp.el (lisp-completion-at-point): Complete var names for 2013-10-17 00:49:42 -04:00
macroexp.el
map-ynp.el
nadvice.el * lisp/emacs-lisp/nadvice.el: Add `depth' property to manage ordering. 2013-12-12 14:47:11 -05:00
package-x.el * lisp/emacs-lisp/package-x.el (package-upload-buffer-internal): Pass 2013-09-29 22:41:00 +03:00
package.el Support filtering by keywords in package listings. 2013-12-14 14:55:19 -05:00
pcase.el
pp.el
re-builder.el
regexp-opt.el * lisp/emacs-lisp/regexp-opt.el (regexp-opt-charset): Fix ^. 2013-12-05 15:25:54 -05:00
regi.el
ring.el
rx.el * doc/emacs/trouble.texi (Checklist): Fix a cross-reference. 2013-12-24 16:33:02 +08:00
shadow.el Use accented form of some names 2013-10-12 17:31:19 -07:00
smie.el Add missing custom :versions, plus small fixes 2013-12-27 18:16:05 -08:00
subr-x.el * lisp/emacs-lisp/subr-x.el: (string-remove-prefix): New function. 2013-12-20 18:37:10 +02:00
syntax.el * lisp/emacs-lisp/syntax.el (syntax-ppss): Doc fix. 2013-10-04 22:46:31 +08:00
tabulated-list.el
tcover-ses.el
tcover-unsafep.el
testcover.el Every defcustom should specify its type 2013-12-28 00:21:33 -08:00
timer.el
tq.el * lisp/emacs-lisp/tq.el (tq-create): Use a closure instead of `(lambda...). 2013-10-07 01:10:06 -04:00
trace.el * lisp/emacs-lisp/nadvice.el: Add `depth' property to manage ordering. 2013-12-12 14:47:11 -05:00
unsafep.el
warnings.el