X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/7c420169baa7c50428589cca7f8eda71b462eb15..b0edd7c69d88f245981a05e2333b09e3171d4e6f:/lisp/cedet/cedet-cscope.el diff --git a/lisp/cedet/cedet-cscope.el b/lisp/cedet/cedet-cscope.el index 211c7fb4b0..94b7b07719 100644 --- a/lisp/cedet/cedet-cscope.el +++ b/lisp/cedet/cedet-cscope.el @@ -1,6 +1,6 @@ ;;; cedet-cscope.el --- CScope support for CEDET -;;; Copyright (C) 2009, 2010 Free Software Foundation, Inc. +;;; Copyright (C) 2009-2015 Free Software Foundation, Inc. ;; Author: Eric M. Ludlam ;; Package: cedet @@ -28,7 +28,7 @@ (declare-function inversion-check-version "inversion") -(defvar cedet-cscope-min-version "16.0" +(defvar cedet-cscope-min-version "15.7" "Minimum version of CScope required.") (defcustom cedet-cscope-command "cscope" @@ -135,8 +135,8 @@ the error code." (defun cedet-cscope-version-check (&optional noerror) "Check the version of the installed CScope command. -If optional programatic argument NOERROR is non-nil, then -instead of throwing an error if CScope isn't available, then +If optional programmatic argument NOERROR is non-nil, +then instead of throwing an error if CScope isn't available, return nil." (interactive) (require 'inversion) @@ -173,5 +173,4 @@ there is already a database in DIR." (provide 'cedet-cscope) -;; arch-tag: 9973f1ad-f13b-4399-bc67-7f488478d78d ;;; cedet-cscope.el ends here