Fix and enable clearcase.el

This commit is contained in:
Gergely Polonkai 2014-11-10 17:01:33 +01:00
parent cff0d2ad48
commit be1bde9655
2 changed files with 4 additions and 5 deletions

View File

@ -545,6 +545,9 @@ recommended to produce unified diffs, when your
;;{{{ Global variables
(if (not (boundp 'directory-sep-char))
(setq directory-sep-char ?/))
;; Initialize clearcase-pname-sep-regexp according to
;; directory-sep-char.
(defvar clearcase-pname-sep-regexp
@ -7963,8 +7966,3 @@ This is enabled/disabled by clearcase-integrate/clearcase-unintegrate."
(provide 'clearcase)
;;; clearcase.el ends here
;; Local variables:
;; folded-file: t
;; clearcase-version-stamp-active: t
;; End:

View File

@ -66,6 +66,7 @@
(load "gobgen/gobgen.el")
(load "toggle-window-split.el")
(load "round-number-to-decimals.el")
(load "clearcase.el")
(add-hook 'c-mode-hook 'helm-gtags-mode)
(add-hook 'c-mode-hook 'which-func-mode)