diff options
| author | Glenn Morris | 2018-12-02 10:32:23 -0800 |
|---|---|---|
| committer | Glenn Morris | 2018-12-02 10:32:23 -0800 |
| commit | 4d66f9fe5eebd98f2483c9416620c096d245f549 (patch) | |
| tree | 179f789c34a5f4ac1e8263e95ae160aba6f00e4f /lisp | |
| parent | 2064cd4c9b60766f958a6dcffcaa810224ef2d7d (diff) | |
| parent | cc3ad9a3d1b278852336265e0505e82cc5453778 (diff) | |
| download | emacs-4d66f9fe5eebd98f2483c9416620c096d245f549.tar.gz emacs-4d66f9fe5eebd98f2483c9416620c096d245f549.zip | |
Merge from origin/emacs-26
cc3ad9a ; * CONTRIBUTE: Clarify rules for committing to release branc...
a89dbe2 * doc/misc/dbus.texi (Type Conversion): Fix typo. (Bug#33551)
03ee726 ; Add comment to `customize-package-emacs-version-alist'
bce1d1a Improve documentation of gdb-mi.el
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/net/trampver.el | 10 | ||||
| -rw-r--r-- | lisp/progmodes/gdb-mi.el | 6 |
2 files changed, 11 insertions, 5 deletions
diff --git a/lisp/net/trampver.el b/lisp/net/trampver.el index ebd581b5f5a..b8684da8cf3 100644 --- a/lisp/net/trampver.el +++ b/lisp/net/trampver.el | |||
| @@ -69,7 +69,11 @@ | |||
| 69 | (replace-regexp-in-string "\n" "" (emacs-version)))))) | 69 | (replace-regexp-in-string "\n" "" (emacs-version)))))) |
| 70 | (unless (string-equal "ok" x) (error "%s" x))) | 70 | (unless (string-equal "ok" x) (error "%s" x))) |
| 71 | 71 | ||
| 72 | ;; Tramp versions integrated into Emacs. | 72 | ;; Tramp versions integrated into Emacs. If a user option declares a |
| 73 | ;; `:package-version' which doesn't belong to an integrated Tramp | ||
| 74 | ;; version, it must be added here as well (see `tramp-syntax', for | ||
| 75 | ;; example). This can be checked by something like | ||
| 76 | ;; (customize-changed "26.1") | ||
| 73 | (add-to-list | 77 | (add-to-list |
| 74 | 'customize-package-emacs-version-alist | 78 | 'customize-package-emacs-version-alist |
| 75 | '(Tramp ("2.0.55" . "22.1") ("2.0.57" . "22.2") ("2.0.58-pre" . "22.3") | 79 | '(Tramp ("2.0.55" . "22.1") ("2.0.57" . "22.2") ("2.0.58-pre" . "22.3") |
| @@ -78,8 +82,8 @@ | |||
| 78 | ("2.2.3-24.1" . "24.1") ("2.2.3-24.1" . "24.2") ("2.2.6-24.3" . "24.3") | 82 | ("2.2.3-24.1" . "24.1") ("2.2.3-24.1" . "24.2") ("2.2.6-24.3" . "24.3") |
| 79 | ("2.2.9-24.4" . "24.4") ("2.2.11-24.5" . "24.5") | 83 | ("2.2.9-24.4" . "24.4") ("2.2.11-24.5" . "24.5") |
| 80 | ("2.2.13.25.1" . "25.1") ("2.2.13.25.2" . "25.2") | 84 | ("2.2.13.25.1" . "25.1") ("2.2.13.25.2" . "25.2") |
| 81 | ("2.2.13.25.2" . "25.3") ("2.3.3" . "26.1") | 85 | ("2.2.13.25.2" . "25.3") |
| 82 | ("2.3.3.26.1" . "26.1") ("2.3.5.26.2" . "26.2"))) | 86 | ("2.3.3" . "26.1") ("2.3.3.26.1" . "26.1") ("2.3.5.26.2" . "26.2"))) |
| 83 | 87 | ||
| 84 | (add-hook 'tramp-unload-hook | 88 | (add-hook 'tramp-unload-hook |
| 85 | (lambda () | 89 | (lambda () |
diff --git a/lisp/progmodes/gdb-mi.el b/lisp/progmodes/gdb-mi.el index 32bdc315a42..f7928f76c84 100644 --- a/lisp/progmodes/gdb-mi.el +++ b/lisp/progmodes/gdb-mi.el | |||
| @@ -1120,13 +1120,15 @@ line, and no execution takes place." | |||
| 1120 | (defcustom gdb-show-changed-values t | 1120 | (defcustom gdb-show-changed-values t |
| 1121 | "If non-nil change the face of out of scope variables and changed values. | 1121 | "If non-nil change the face of out of scope variables and changed values. |
| 1122 | Out of scope variables are suppressed with `shadow' face. | 1122 | Out of scope variables are suppressed with `shadow' face. |
| 1123 | Changed values are highlighted with the face `font-lock-warning-face'." | 1123 | Changed values are highlighted with the face `font-lock-warning-face'. |
| 1124 | Used by Speedbar." | ||
| 1124 | :type 'boolean | 1125 | :type 'boolean |
| 1125 | :group 'gdb | 1126 | :group 'gdb |
| 1126 | :version "22.1") | 1127 | :version "22.1") |
| 1127 | 1128 | ||
| 1128 | (defcustom gdb-max-children 40 | 1129 | (defcustom gdb-max-children 40 |
| 1129 | "Maximum number of children before expansion requires confirmation." | 1130 | "Maximum number of children before expansion requires confirmation. |
| 1131 | Used by Speedbar." | ||
| 1130 | :type 'integer | 1132 | :type 'integer |
| 1131 | :group 'gdb | 1133 | :group 'gdb |
| 1132 | :version "22.1") | 1134 | :version "22.1") |