Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
397440a1
Commit
397440a1
authored
Aug 28, 2013
by
Glenn Morris
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* lisp/progmodes/antlr-mode.el: No need to require cc-mode twice.
parent
2bb762d4
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
4 deletions
+2
-4
lisp/ChangeLog
lisp/ChangeLog
+2
-0
lisp/progmodes/antlr-mode.el
lisp/progmodes/antlr-mode.el
+0
-4
No files found.
lisp/ChangeLog
View file @
397440a1
2013-08-28 Glenn Morris <rgm@gnu.org>
* progmodes/antlr-mode.el: No need to require cc-mode twice.
* progmodes/cc-bytecomp.el (cc-require): Handle uncompiled case.
* progmodes/cc-mode.el (c-define-abbrev-table): Handle NAME unbound.
...
...
lisp/progmodes/antlr-mode.el
View file @
397440a1
...
...
@@ -178,10 +178,6 @@
(set-buffer-modified-p nil)))))))
(put 'save-buffer-state-x 'lisp-indent-function 0)
;; get rid of byte-compile warnings
(
eval-when-compile
(
require
'cc-mode
))
(defvar outline-level)
(defvar imenu-use-markers)
(defvar imenu-create-index-function)
...
...
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