mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-16 09:50:25 +00:00
Make loading cc-mode silent
This commit is contained in:
parent
f2b7d12378
commit
b8d552c2f0
@ -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…
Reference in New Issue
Block a user