* lisp/progmodes/prolog.el (smie): Require.
This commit is contained in:
parent
8723cfa464
commit
9acd1bdcb9
2 changed files with 3 additions and 1 deletions
|
|
@ -1,5 +1,7 @@
|
|||
2010-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
|
||||
|
||||
* progmodes/prolog.el (smie): Require.
|
||||
|
||||
* emacs-lisp/smie.el (smie-default-backward-token)
|
||||
(smie-default-forward-token): Strip properties.
|
||||
(smie-next-sexp): Be more careful with associative operators.
|
||||
|
|
|
|||
|
|
@ -31,7 +31,7 @@
|
|||
|
||||
(defvar comint-prompt-regexp)
|
||||
(defvar comint-process-echoes)
|
||||
(defvar smie-indent-basic)
|
||||
(require 'smie)
|
||||
|
||||
(defgroup prolog nil
|
||||
"Major mode for editing and running Prolog under Emacs."
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue