mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
Make loading cc-mode silent
This commit is contained in:
parent
f2b7d12378
commit
b8d552c2f0
2 changed files with 5 additions and 1 deletions
|
|
@ -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
Add a link
Reference in a new issue