summaryrefslogtreecommitdiff
path: root/lisp/cus-start.el
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2016-11-17 22:50:40 -0800
committerGlenn Morris <rgm@gnu.org>2016-11-17 22:50:40 -0800
commit67df076793773c6226b8c08c435109aeb2e7a0d3 (patch)
tree8e0dae2836353567dd62476fcf336826917b364b /lisp/cus-start.el
parent03c00f716ff7d30c400995e42d7702ed2ba1a07d (diff)
downloademacs-67df076793773c6226b8c08c435109aeb2e7a0d3.tar.gz
; Replace "25.2" with "26.1" where appropriate, which is almost everywhere
Ref: http://lists.gnu.org/archive/html/emacs-devel/2016-09/msg00692.html http://lists.gnu.org/archive/html/emacs-devel/2016-01/msg01215.html
Diffstat (limited to 'lisp/cus-start.el')
-rw-r--r--lisp/cus-start.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/cus-start.el b/lisp/cus-start.el
index b7cc6261a1b..08dfbdf0b32 100644
--- a/lisp/cus-start.el
+++ b/lisp/cus-start.el
@@ -315,7 +315,7 @@ Leaving \"Default\" unchecked is equivalent with specifying a default of
(const :tag "Always" t)
(repeat (symbol :tag "Parameter")))
"25.1")
- (tooltip-reuse-hidden-frame tooltip boolean "25.2")
+ (tooltip-reuse-hidden-frame tooltip boolean "26.1")
;; fringe.c
(overflow-newline-into-fringe fringe boolean)
;; image.c