aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorMichal Nazarewicz2014-11-16 18:08:36 +0100
committerMichal Nazarewicz2014-11-18 00:48:04 +0100
commitd5ec102b7aa0aa07bdd44ecd0b471275511fed7e (patch)
tree0ccba75832253f253930dfdec7f39cf457fb9b05 /etc
parentb8104090075eb28dd6680cc9f8b0a49674ca369a (diff)
downloademacs-d5ec102b7aa0aa07bdd44ecd0b471275511fed7e.tar.gz
emacs-d5ec102b7aa0aa07bdd44ecd0b471275511fed7e.zip
tildify.el: introduce a `tildify-pattern' variable
* textmodes/tildify.el (tildify-pattern): New variable for defining tildifying pattern. Being a buffer-local variable it is much easier to handle than `tildify-pattern-alist' that has been used so far. It also works better with derived modes. (tildify-pattern-alist): Mark as obsolete.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/NEWS b/etc/NEWS
index d03ce7cc873..61d1cd773b0 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -301,8 +301,8 @@ use PDF instead of DVI.
301By default, 32 spaces and four TABs are considered to be too much but 301By default, 32 spaces and four TABs are considered to be too much but
302`whitespace-big-indent-regexp' can be configured to change that. 302`whitespace-big-indent-regexp' can be configured to change that.
303 303
304** tildify: `tildify-space-string' variable has been added making 304** tildify: `tildify-space-string' and `tildify-pattern' variables added making
305`tildify-string-alist' obsolete. 305`tildify-string-alist' and `tildify-pattern-alist' obsolete.
306 306
307** Obsolete packages 307** Obsolete packages
308 308