emacs/lisp/vc
Stefan Kangas 9d866a1f8d Make some defcustom types more restrictive
* lisp/abbrev.el (abbrev-suggest-hint-threshold):
* lisp/bookmark.el (bookmark-bmenu-file-column)
(bookmark-menu-length):
* lisp/buff-menu.el (Buffer-menu-size-width)
(Buffer-menu-mode-width):
* lisp/calendar/calendar.el (calendar-week-start-day)
(calendar-intermonth-spacing, calendar-column-width)
(calendar-day-digit-width):
* lisp/calc/calc.el (calc-undo-length):
* lisp/calendar/timeclock.el (timeclock-workday):
* lisp/comint.el (comint-buffer-maximum-size)
(comint-input-ring-size):
* lisp/doc-view.el (doc-view-resolution, doc-view-image-width):
* lisp/emacs-lisp/bytecomp.el (byte-compile-docstring-max-column):
* lisp/emacs-lisp/comp.el (native-comp-debug)
(native-comp-verbose, native-comp-async-jobs-number):
* lisp/emacs-lisp/package.el (package-name-column-width)
(package-version-column-width, package-status-column-width)
(package-archive-column-width):
* lisp/eshell/esh-mode.el (eshell-buffer-maximum-lines):
* lisp/frame.el (blink-cursor-blinks):
* lisp/info.el (Info-breadcrumbs-depth):
* lisp/jit-lock.el (jit-lock-chunk-size):
* lisp/kmacro.el (kmacro-ring-max):
* lisp/menu-bar.el (yank-menu-length, yank-menu-max-items):
* lisp/midnight.el (clean-buffer-list-delay-general)
(clean-buffer-list-delay-special):
* lisp/net/dictionary.el (dictionary-port)
(dictionary-proxy-port):
* lisp/net/ldap.el (ldap-default-port):
* lisp/net/pop3.el (pop3-port, pop3-stream-length):
* lisp/net/rcirc.el (rcirc-default-port):
* lisp/net/sieve-manage.el (sieve-manage-default-port):
* lisp/play/spook.el (spook-phrase-default-count):
* lisp/play/tetris.el (tetris-buffer-width)
(tetris-buffer-height, tetris-width, tetris-height)
(tetris-top-left-x, tetris-top-left-y):
* lisp/profiler.el (profiler-sampling-interval):
* lisp/progmodes/sql.el (sql-port):
* lisp/recentf.el (recentf-max-menu-items):
* lisp/strokes.el (strokes-grid-resolution):
* lisp/tab-bar.el (tab-bar-tab-name-truncated-max):
* lisp/term/xterm.el (xterm-max-cut-length):
* lisp/time.el (display-time-interval, world-clock-timer-second):
* lisp/url/url-cache.el (url-cache-expire-time):
* lisp/url/url-cookie.el (url-cookie-save-interval):
* lisp/url/url-history.el (url-history-save-interval):
* lisp/url/url-queue.el (url-queue-parallel-processes)
(url-queue-timeout):
* lisp/url/url-vars.el (url-max-password-attempts)
(url-max-redirections):
* lisp/vc/emerge.el (emerge-min-visible-lines):
* lisp/vc/vc.el (vc-log-show-limit):
* lisp/window.el (window-min-height, window-min-width):
* lisp/winner.el (winner-ring-size): Use :type natnum.

* lisp/savehist.el (savehist-file-modes): Fix setting to nil value and
use :type natnum.
2022-07-05 18:33:29 +02:00
..
add-log.el
compare-w.el
cvs-status.el
diff-mode.el Merge from origin/emacs-28 2022-07-02 09:33:51 +02:00
diff.el Further audits of single quotes in Lisp doc strings 2022-05-24 13:17:53 +02:00
ediff-diff.el Improve the ediff-diff-options documentation 2022-02-07 04:58:49 +01:00
ediff-help.el
ediff-hook.el
ediff-init.el Fix too-long ediff defface doc strings 2022-06-21 19:08:25 +02:00
ediff-merg.el Further audits of single quotes in Lisp doc strings 2022-05-24 13:17:53 +02:00
ediff-mult.el Prefer Emacs mouse button event names to XEmacs names 2022-06-22 13:28:25 +02:00
ediff-ptch.el
ediff-util.el ; * lisp/vc/ediff-util.el (ediff-show-diff-output): Doc fix. 2022-05-09 15:45:08 +03:00
ediff-vers.el
ediff-wind.el Tune when to show "Quick Help" in Ediff mode-line 2022-06-19 14:20:15 +02:00
ediff.el
emerge.el Make some defcustom types more restrictive 2022-07-05 18:33:29 +02:00
log-edit.el Use fields on log-edit headers (which changes `C-a' behaviour) 2022-05-10 17:05:22 +02:00
log-view.el Further log-view-file-next fix-ups 2022-05-06 19:09:29 +02:00
pcvs-defs.el
pcvs-info.el
pcvs-parse.el
pcvs-util.el
pcvs.el
smerge-mode.el
vc-annotate.el (with-demoted-errors): Warn on missing format arg 2022-02-04 19:39:53 -05:00
vc-bzr.el Further vcs-cvs/rcs-responsible-p updates from master 2022-04-16 16:24:53 +02:00
vc-cvs.el Remove the P/N/M-p/M-n bindings from the general log-view map 2022-05-06 13:45:11 +02:00
vc-dav.el Further vcs-cvs/rcs-responsible-p updates from master 2022-04-16 16:24:53 +02:00
vc-dir.el Add new command 'vc-dir-mark-by-regexp' 2022-05-11 14:59:27 +02:00
vc-dispatcher.el
vc-filewise.el
vc-git.el ; Fix mistakes in 'declare function' forms 2022-05-14 16:19:12 +03:00
vc-hg.el
vc-hooks.el Remove Mtn from vc-handled-backends 2022-06-07 18:59:04 +02:00
vc-rcs.el Fix more defcustom :type errors 2022-05-11 11:58:24 +02:00
vc-sccs.el Remove the P/N/M-p/M-n bindings from the general log-view map 2022-05-06 13:45:11 +02:00
vc-src.el Fix more defcustom :type errors 2022-05-11 11:58:24 +02:00
vc-svn.el Audit symbol quoting in Lisp doc strings 2022-05-24 12:36:51 +02:00
vc.el Make some defcustom types more restrictive 2022-07-05 18:33:29 +02:00