; * lisp/xwidget.el: Improve Commentary.
This commit is contained in:
parent
6d9065b748
commit
014176f283
1 changed files with 5 additions and 4 deletions
|
@ -20,15 +20,16 @@
|
|||
;; along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>.
|
||||
|
||||
;;; Commentary:
|
||||
;;
|
||||
;; See xwidget.c for more api functions.
|
||||
|
||||
;; See Info node `(emacs) Embedded WebKit Widgets' for help, and
|
||||
;; xwidget.c for more API functions.
|
||||
|
||||
;;; Code:
|
||||
|
||||
;; This breaks compilation when we don't have xwidgets.
|
||||
;; And is pointless when we do, since it's in C and so preloaded.
|
||||
;;(require 'xwidget-internal)
|
||||
|
||||
;;; Code:
|
||||
|
||||
(require 'cl-lib)
|
||||
(require 'bookmark)
|
||||
(require 'format-spec)
|
||||
|
|
Loading…
Add table
Reference in a new issue