diff options
| -rw-r--r-- | lisp/progmodes/cc-bytecomp.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/progmodes/cc-bytecomp.el b/lisp/progmodes/cc-bytecomp.el index e98b3dfa9df..f15d28e3da4 100644 --- a/lisp/progmodes/cc-bytecomp.el +++ b/lisp/progmodes/cc-bytecomp.el | |||
| @@ -86,6 +86,7 @@ | |||
| 86 | (defvar cc-bytecomp-environment-set nil) | 86 | (defvar cc-bytecomp-environment-set nil) |
| 87 | 87 | ||
| 88 | (defmacro cc-bytecomp-debug-msg (&rest args) | 88 | (defmacro cc-bytecomp-debug-msg (&rest args) |
| 89 | (ignore args) | ||
| 89 | ;;`(message ,@args) | 90 | ;;`(message ,@args) |
| 90 | ) | 91 | ) |
| 91 | 92 | ||
| @@ -252,7 +253,7 @@ perhaps a `cc-bytecomp-restore-environment' is forgotten somewhere")) | |||
| 252 | (cc-bytecomp-debug-msg | 253 | (cc-bytecomp-debug-msg |
| 253 | "cc-bytecomp-restore-environment: Done")))) | 254 | "cc-bytecomp-restore-environment: Done")))) |
| 254 | 255 | ||
| 255 | (defun cc-bytecomp-load (cc-part) | 256 | (defun cc-bytecomp-load (_cc-part) |
| 256 | ;; A dummy function which will immediately be overwritten by the | 257 | ;; A dummy function which will immediately be overwritten by the |
| 257 | ;; following at load time. This should suppress the byte compiler | 258 | ;; following at load time. This should suppress the byte compiler |
| 258 | ;; error that the function is "not known to be defined". | 259 | ;; error that the function is "not known to be defined". |