(put 'upcase-region 'disabled nil)
(global-set-key "\C-xg" 'goto-line)
(global-set-key "\C-cl" 'what-line)
(fset 'unc
" ")
(fset 'com
"/* */ ")
(setq c-label-offset 0)
(setq c-indent-level 2)
(setq default-tab-width 2)
(setq c-brace-offset -2)
(require 'cc-mode)
(defconst my-c-style
'(
(c-set-style "Ellemtel")
(c-offsets-alist . ((arglist-intro . +)
(substatement-open . 0)))
)
"My c++ style")
(defun my-c-mode-common-hook ()
(c-add-style "Personal" my-c-style t)
(setq c-basic-offset 2)
)
(cond ((string-match "XEmacs\\|Lucid" emacs-version)
;;
;; Code for any version of XEmacs/Lucid Emacs goes here
;;
(sc-mode 'CVS)
(cond ((string-match "XEmacs" emacs-version)
(require 'hyperbole)
(add-hook 'c-mode-common-hook 'my-c-mode-common-hook)
))
))
(fset 'b
"")
(fset 'y
"
")
(fset 'r
"
")
(fset 'h1
"