/[emacs]/emacs/lisp/progmodes/sql.el
ViewVC logotype

Diff of /emacs/lisp/progmodes/sql.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.44 by lute, Tue Jun 14 12:03:52 2005 UTC revision 1.45 by lektu, Mon Jul 4 03:25:26 2005 UTC
# Line 221  Line 221 
221  ;;; Allow customization  ;;; Allow customization
222    
223  (defgroup SQL nil  (defgroup SQL nil
224    "Running a SQL interpreter from within Emacs buffers"    "Running a SQL interpreter from within Emacs buffers."
225    :version "20.4"    :version "20.4"
226    :group 'processes)    :group 'processes)
227    
# Line 2077  Inserts SELECT or commas if appropriate. Line 2077  Inserts SELECT or commas if appropriate.
2077            (insert ", "))            (insert ", "))
2078           ;; else insert a space           ;; else insert a space
2079           (t           (t
2080            (if (eq (preceding-char) ? )            (if (eq (preceding-char) ?\s)
2081                nil                nil
2082              (insert " ")))))              (insert " ")))))
2083        ;; in any case, insert the column        ;; in any case, insert the column

Legend:
Removed from v.1.44  
changed lines
  Added in v.1.45

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26