Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
f63b48bb
Commit
f63b48bb
authored
Jul 24, 2008
by
Dan Nicolaescu
Browse files
(auto-mode-alist): Add .i and .ii files.
parent
93d102d0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
0 deletions
+7
-0
lisp/ChangeLog
lisp/ChangeLog
+2
-0
lisp/progmodes/cc-mode.el
lisp/progmodes/cc-mode.el
+5
-0
No files found.
lisp/ChangeLog
View file @
f63b48bb
2008-07-24 Dan Nicolaescu <dann@ics.uci.edu>
* progmodes/cc-mode.el (auto-mode-alist): Add .i and .ii files.
* Makefile.in (ELCFILES): Add term/common-win.elc.
* vc-dir.el (vc-dir-search, vc-dir-isearch)
...
...
lisp/progmodes/cc-mode.el
View file @
f63b48bb
...
...
@@ -1096,6 +1096,11 @@ This does not load the font-lock package. Use after
;;;###autoload (add-to-list 'auto-mode-alist '("\\.y\\(acc\\)?\\'" . c-mode))
;;;###autoload (add-to-list 'auto-mode-alist '("\\.lex\\'" . c-mode))
;; Preprocessed files generated by C and C++ compilers.
;;;###autoload (add-to-list 'auto-mode-alist '("\\.i\\'" . c-mode))
;;;###autoload (add-to-list 'auto-mode-alist '("\\.ii\\'" . c++-mode))
;;;###autoload
(
defun
c-mode
()
"Major mode for editing K&R and ANSI C code.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment