Silence byte-compiler
* lisp/org.el (format-spec): Silence byte-compiler when using "make single".
This commit is contained in:
parent
31f8911495
commit
722b5e724e
|
@ -76,6 +76,7 @@
|
|||
(require 'calendar)
|
||||
(require 'find-func)
|
||||
(require 'format-spec)
|
||||
(autoload 'format-spec "format-spec") ; Silence "make single".
|
||||
|
||||
(or (equal this-command 'eval-buffer)
|
||||
(condition-case nil
|
||||
|
|
Loading…
Reference in New Issue