1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-30 12:21:25 -08:00
emacs/lisp/progmodes
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
..
.gitignore
ada-mode.el
ada-prj.el
ada-stmt.el
ada-xref.el Misc changes to reduce use of `(lambda...); and other cleanups. 2013-08-29 15:55:58 -04:00
antlr-mode.el * lisp/progmodes/antlr-mode.el: No need to require cc-mode twice. 2013-08-28 19:32:25 -04:00
asm-mode.el
autoconf.el * lisp/progmodes/autoconf.el (autoconf-mode): Tweak comment-start-skip. 2013-11-07 23:36:54 -08:00
bat-mode.el Misc changes to reduce use of `(lambda...); and other cleanups. 2013-08-29 15:55:58 -04:00
bug-reference.el
cap-words.el
cc-align.el
cc-awk.el * lisp/progmodes/cc-awk.el (c-forward-sws): Declare. 2013-09-04 20:12:36 -04:00
cc-bytecomp.el * lisp/progmodes/cc-bytecomp.el (cc-require): Handle uncompiled case. 2013-08-28 19:31:52 -04:00
cc-cmds.el
cc-compat.el
cc-defs.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
cc-engine.el Indent statements in macros following "##" correctly. 2013-10-27 21:24:17 +00:00
cc-fonts.el Allow comma separated lists after Java "implements". 2013-10-20 14:27:22 +00:00
cc-guess.el
cc-langs.el Fix indentation/fontification of Java enum with "implements". 2013-09-28 17:17:01 +00:00
cc-menus.el
cc-mode.el Improve previous interpreter-mode-alist change 2013-09-10 23:44:35 -07:00
cc-styles.el
cc-vars.el
cfengine.el Add missing custom :versions, plus small fixes 2013-12-27 18:16:05 -08:00
cmacexp.el Use accented form of some names 2013-10-12 17:31:19 -07:00
compile.el * progmodes/compile.el (compile-goto-error): Do not push-mark. 2013-12-16 16:07:10 +08:00
cperl-mode.el * lisp/progmodes/cperl-mode.el (cperl-font-lock-fontify-region-function): 2013-11-03 22:44:23 -05:00
cpp.el
cwarn.el
dcl-mode.el
ebnf-abn.el
ebnf-bnf.el
ebnf-dtd.el
ebnf-ebx.el
ebnf-iso.el
ebnf-otz.el
ebnf-yac.el
ebnf2ps.el * lisp/progmodes/ebnf2ps.el (ebnf-prologue): Avoid PS error with some 2013-10-21 20:47:32 -04:00
ebrowse.el
etags.el
executable.el Use with-demoted-errors now that it can format any error messages 2013-09-11 22:32:57 -07:00
f90.el Rename set-temporary-overlay-map -> set-transient-map 2013-12-23 11:59:10 +08:00
flymake.el Re-write flymake-highlight-line in flymake.el 2013-12-08 17:18:55 +08:00
fortran.el
gdb-mi.el * subr.el (process-live-p): Return nil for non-process. 2013-12-02 15:13:01 +08:00
glasses.el
grep.el * lisp/replace.el (read-regexp-defaults-function): New defcustom. 2013-12-20 21:55:56 +02:00
gud.el * lisp/progmodes/gud.el (ctl-x-map): Remove C-x SPC binding. 2013-11-14 15:20:11 -05:00
hideif.el
hideshow.el
icon.el
idlw-complete-structtag.el
idlw-help.el
idlw-shell.el
idlw-toolbar.el
idlwave.el Misc small custom fixes 2013-12-27 17:24:15 -08:00
inf-lisp.el * lisp/progmodes/inf-lisp.el (inferior-lisp-menu): Add menu. 2013-10-24 19:35:55 -07:00
js.el Port indentation code from js2-mode to js-mode 2013-12-08 18:08:45 +02:00
ld-script.el
m4-mode.el
make-mode.el make-mode.el (makefile-fill-paragraph): Fix infloop. 2013-12-18 13:01:30 +08:00
mantemp.el
meta-mode.el
mixal-mode.el
modula2.el
octave.el Add missing custom :versions, plus small fixes 2013-12-27 18:16:05 -08:00
opascal.el
pascal.el
perl-mode.el * lisp/progmodes/perl-mode.el: Use lexical-binding. 2013-10-08 01:10:10 -04:00
prog-mode.el
prolog.el * lisp/progmodes/python.el (python-mode): Remove incorrect text from docstring. 2013-11-05 11:47:47 +02:00
ps-mode.el
python.el * lisp/progmodes/python.el: Use lexical-binding. 2013-12-26 13:45:19 -03:00
ruby-mode.el Every defcustom should specify its type 2013-12-28 00:21:33 -08:00
scheme.el * lisp/progmodes/python.el (python-mode): Remove incorrect text from docstring. 2013-11-05 11:47:47 +02:00
sh-script.el * progmodes/sh-script.el (sh-mode): Tweak paragraph-separate 2013-12-20 13:41:57 -08:00
simula.el
sql.el * lisp/progmodes/sql.el (sql-add-product): Fix paren typo. 2013-10-12 22:23:42 -07:00
subword.el * lisp/progmodes/subword.el (subword-capitalize): Fix Stefan's mess. 2013-10-15 23:02:40 -04:00
tcl.el Misc small custom fixes 2013-12-27 17:24:15 -08:00
vera-mode.el
verilog-mode.el Sync with upstream verilog-mode revision 78e66ba. 2013-11-13 18:58:51 -08:00
vhdl-mode.el
which-func.el
xscheme.el