emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] trunk r116241: Make loading cc-mode silent


From: Daniel Colascione
Subject: [Emacs-diffs] trunk r116241: Make loading cc-mode silent
Date: Sun, 02 Feb 2014 10:25:42 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 116241
revision-id: address@hidden
parent: address@hidden
committer: Daniel Colascione <address@hidden>
branch nick: trunk
timestamp: Sun 2014-02-02 02:25:29 -0800
message:
  Make loading cc-mode silent
modified:
  lisp/ChangeLog                 changelog-20091113204419-o5vbwnq5f7feedwu-1432
  lisp/progmodes/cc-defs.el      ccdefs.el-20091113204419-o5vbwnq5f7feedwu-1226
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2014-02-02 07:51:26 +0000
+++ b/lisp/ChangeLog    2014-02-02 10:25:29 +0000
@@ -1,5 +1,9 @@
 2014-02-02  Daniel Colascione  <address@hidden>
 
+       * progmodes/cc-defs.el (c-find-assignment-for-mode): Make loading 
cc-mode silent.
+
+2014-02-02  Daniel Colascione  <address@hidden>
+
        * comint.el (comint-prompt-read-only): Change doc to suggest remap 
keybinding.
 
 2014-02-02  Glenn Morris  <address@hidden>

=== modified file 'lisp/progmodes/cc-defs.el'
--- a/lisp/progmodes/cc-defs.el 2014-01-01 07:43:34 +0000
+++ b/lisp/progmodes/cc-defs.el 2014-02-02 10:25:29 +0000
@@ -2215,7 +2215,7 @@
                     ;;(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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]