X-Git-Url: https://code.delx.au/gnu-emacs-elpa/blobdiff_plain/bf876d66f640ad720cc9afc44e399cd7a25ace1c..f10533854f4c7bb54247a11981191bf37b70cb36:/packages/nameless/nameless.el diff --git a/packages/nameless/nameless.el b/packages/nameless/nameless.el index cf463cd82..3f2175676 100644 --- a/packages/nameless/nameless.el +++ b/packages/nameless/nameless.el @@ -5,7 +5,7 @@ ;; Author: Artur Malabarba ;; URL: https://github.com/Malabarba/nameless ;; Keywords: convenience, lisp -;; Version: 1.0.0 +;; Version: 1.0.1 ;; Package-Requires: ((emacs "24.4")) ;; This program is free software; you can redistribute it and/or modify @@ -59,8 +59,8 @@ use commonly. To apply aliases specific to a file, set the Each element of this list should have the form (ALIAS . NAMESPACE), both strings. For example, if you set this variable to ((\"fl\" . \"font-lock\")) -then expressions like `(font-lock-add-keywords nil kwds)' will -displayed as `(fl/add-keywords nil kwds)' instead. +then expressions like (font-lock-add-keywords nil kwds) will be +displayed as (fl/add-keywords nil kwds) instead. Furthermore typing `fl' followed by `\\[nameless-insert-name]' will automatically insert `font-lock-'." @@ -285,7 +285,6 @@ Return S." nil 'local)) (remove-function (local 'filter-buffer-substring-function) #'nameless--filter-string) - (setq nameless-current-name nil) (remove-hook 'hack-local-variables-hook #'nameless--after-hack-local-variables 'local)