Make loading cc-mode silent
This commit is contained in:
parent
f2b7d12378
commit
b8d552c2f0
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2014-02-02 Daniel Colascione <dancol@dancol.org>
|
||||
|
||||
* progmodes/cc-defs.el (c-find-assignment-for-mode): Make loading cc-mode silent.
|
||||
|
||||
2014-02-02 Daniel Colascione <dancol@dancol.org>
|
||||
|
||||
* comint.el (comint-prompt-read-only): Change doc to suggest remap keybinding.
|
||||
|
|
|
@ -2215,7 +2215,7 @@ quoted."
|
|||
;;(message (concat "Loading %s to get the source "
|
||||
;; "value for language constant %s")
|
||||
;; file name)
|
||||
(load file))
|
||||
(load file nil t))
|
||||
|
||||
(unless (setq assignment-entry (cdar file-entry))
|
||||
;; The load didn't fill in the source for the
|
||||
|
|
Loading…
Add table
Reference in a new issue