;; item body), to bias the registered values.
;;
;; This is not necessary/useful when the item is being decorated, because
- ;; that always must be preceeded by a fresh item parse.
+ ;; that always must be preceded by a fresh item parse.
(if (not (eq field :body-end))
(widget-get item-widget :from)
This is in contrast to the majority of allout-mode bindings on
`allout-prefixed-bindings', whose bindings are created with a
-preceeding command key.
+preceding command key.
Use vector format for the keys:
- put literal keys after a '?' question mark, eg: '?a', '?.'
(defun sql-rename-buffer (&optional new-name)
"Rename a SQL interactive buffer.
-Prompts for the new name if command is preceeded by
+Prompts for the new name if command is preceded by
\\[universal-argument]. If no buffer name is provided, then the
`sql-alternate-buffer-name' is used.
:abbrev-table sql-mode-abbrev-table
(if sql-mode-menu
(easy-menu-add sql-mode-menu)); XEmacs
-
+
(set (make-local-variable 'comment-start) "--")
;; Make each buffer in sql-mode remember the "current" SQLi buffer.
(make-local-variable 'sql-buffer)
(provide 'sql)
;;; sql.el ends here
-
bidi_check_type (bidi_it->type);
/* For L1 below, we need to know, for each WS character, whether
- it belongs to a sequence of WS characters preceeding a newline
+ it belongs to a sequence of WS characters preceding a newline
or a TAB or a paragraph separator. */
if (bidi_it->orig_type == NEUTRAL_WS
&& bidi_it->next_for_ws.type == UNKNOWN_BT)