Use :chomp for whitespace instead of 'chomp

I wrote a patch that checks for `:chomp' instead of `'chomp' as the
value for `electric-pair-skip-whitespace' so that it can't possibly be
mistaken for a function, which would cause trouble.
This commit is contained in:
Tom Willemse 2015-01-20 14:34:24 +01:00
parent a6481f8a6b
commit d061d492a7

View file

@ -1072,7 +1072,7 @@
between the cursor and the closing delimiter. between the cursor and the closing delimiter.
#+BEGIN_SRC emacs-lisp #+BEGIN_SRC emacs-lisp
(setq electric-pair-skip-whitespace 'chomp) (setq electric-pair-skip-whitespace :chomp)
#+END_SRC #+END_SRC
* Reject SSL/TLS certificates that don't check out * Reject SSL/TLS certificates that don't check out