Compare commits
2 commits
mysql-supp
...
main
Author | SHA1 | Date | |
---|---|---|---|
44c596acca | |||
3e76f589e8 |
2 changed files with 2199 additions and 1 deletions
|
@ -1121,7 +1121,7 @@ identifier."
|
||||||
(defun pls-adjust-case-interactive (arg)
|
(defun pls-adjust-case-interactive (arg)
|
||||||
(interactive "P")
|
(interactive "P")
|
||||||
(if pls-auto-case
|
(if pls-auto-case
|
||||||
(let ((lastk last-command-char))
|
(let ((lastk last-command-event))
|
||||||
(cond ((or (eq lastk ?\n)
|
(cond ((or (eq lastk ?\n)
|
||||||
(eq lastk ?\r))
|
(eq lastk ?\r))
|
||||||
;; horrible kludge
|
;; horrible kludge
|
||||||
|
|
2198
contrib/plsql-mode.el
Normal file
2198
contrib/plsql-mode.el
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue