]> code.delx.au - gnu-emacs/blobdiff - lisp/which-func.el
(texinfo-make-menu): Make region-end a marker.
[gnu-emacs] / lisp / which-func.el
index 782882d1be4e1067b42b248176051a912c84c168..b77f0bcd65bc3e5c02c84abf0f7133069fc3f538 100644 (file)
@@ -106,7 +106,7 @@ Zero means compute the Imenu menu regardless of size."
   "*Toggle `which-func-mode'.
 You must modify via \\[customize] for this variable to have an effect."
   :set #'(lambda (symbol value)
-          (which-func-mode (or value 0)))
+          (which-func-mode (if value 1 0)))
   :initialize 'custom-initialize-default
   :type    'boolean
   :group   'which-func