* lisp/progmodes/antlr-mode.el: No need to require cc-mode twice.
This commit is contained in:
parent
2bb762d48a
commit
397440a1b6
2 changed files with 2 additions and 4 deletions
|
@ -1,5 +1,7 @@
|
|||
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.
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue