Fix a few problems with directed quotes
This is in response to a problem report by Kaushal Modi in: http://bugs.gnu.org/21588#25 * lisp/cedet/mode-local.el (describe-mode-local-overload): * lisp/emacs-lisp/bytecomp.el (byte-compile-fix-header): * lisp/info-xref.el (info-xref-check-all-custom): * lisp/mail/emacsbug.el (report-emacs-bug-hook): Prefer directed to undirected single quotes in diagnostics.
This commit is contained in:
parent
6083f333ed
commit
dd6346e00c
10 changed files with 39 additions and 22 deletions
|
@ -520,7 +520,7 @@ Return nil if there are no more forms, t otherwise."
|
|||
;;; (with-syntax-table emacs-lisp-mode-syntax-table
|
||||
;;; (elint-update-env))
|
||||
;;; (setq env (elint-env-add-env env elint-buffer-env))))
|
||||
;;(message "Elint processed (require '%s)" name))
|
||||
;;(message "%s" (format "Elint processed (require '%s)" name))
|
||||
(error "%s.el not found in load-path" libname)))
|
||||
(error
|
||||
(message "Can't get variables from require'd library %s: %s"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue